:root {
  --navy:#06152f;
  --navy2:#071b3d;
  --navy3:#0b244d;
  --blue:#1267ff;
  --blue2:#2f7dff;
  --white:#fff;
  --text:#0b1224;
  --muted:#68738b;
  --soft:#f4f7fb;
  --line:#dfe7f3;
  --danger:#e84d4d;
  --shadow:0 24px 80px rgba(6,21,47,.16);
  --radius:22px;
  --font:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif
}

* {
  box-sizing:border-box;
  margin:0;
  padding:0
}

html {
  scroll-behavior:smooth
}

body {
  font-family:var(--font);
  color:var(--text);
  background:#fff;
  overflow-x:hidden
}

a {
  text-decoration:none;
  color:inherit
}

p {
  line-height:1.75
}

.container {
  max-width:1180px;
  margin:auto;
  padding:0 24px
}

.section {
  padding:110px 0
}

.section-dark {
  background:linear-gradient(135deg,#030914 0%,#06152f 48%,#08265a 100%);
  color:#fff
}

.site-header {
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  background:rgba(3,9,20,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08)
}

.nav-wrap {
  max-width:1240px;
  margin:auto;
  height:78px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800
}

.brand-mark {
  width:54px;
  height:54px;
  display:grid;
  place-items:center
}

.brand-mark svg {
  width:100%;
  height:100%;
  overflow:visible
}

.brand-mark path {
  fill:none;
  stroke:#fff;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round
}

.brand-mark .w,.brand-mark .arrow {
  stroke:var(--blue);
  fill:var(--blue)
}

.brand-mark .arrow {
  stroke-width:1
}

.brand-text {
  font-size:28px;
  letter-spacing:-1.1px;
  color:#fff
}

.brand-text span {
  color:var(--blue)
}

.brand-text small {
  font-size:18px;
  color:#fff
}

.desktop-nav {
  display:flex;
  align-items:center;
  gap:34px;
  color:rgba(255,255,255,.75);
  font-size:15px;
  font-weight:600
}

.desktop-nav a:hover {
  color:#fff
}

.nav-cta,.mobile-cta {
  background:linear-gradient(135deg,var(--blue),#0752d7);
  color:#fff;
  padding:13px 20px;
  border-radius:12px;
  font-weight:800;
  box-shadow:0 14px 32px rgba(18,103,255,.3)
}

.menu-btn {
  display:none;
  background:none;
  border:0;
  width:42px;
  height:42px;
  gap:6px;
  flex-direction:column;
  justify-content:center;
  align-items:center
}

.menu-btn span {
  display:block;
  width:26px;
  height:3px;
  border-radius:4px;
  background:#fff
}

.mobile-nav {
  display:none;
  position:absolute;
  top:78px;
  left:0;
  right:0;
  background:#030914;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:22px 24px;
  flex-direction:column;
  gap:18px;
  color:#fff
}

.mobile-nav.show {
  display:flex
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 24px;
  border-radius:14px;
  font-weight:800;
  transition:.2s;
  white-space:nowrap
}

.btn:hover {
  transform:translateY(-2px)
}

.btn-primary {
  background:linear-gradient(135deg,var(--blue),#0752d7);
  color:#fff;
  box-shadow:0 20px 40px rgba(18,103,255,.32)
}

.btn-ghost {
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  background:rgba(255,255,255,.04)
}

.btn-outline-dark {
  border:1px solid var(--line);
  background:#fff;
  color:var(--navy)
}

.full {
  width:100%;
  margin-top:24px
}

.hero {
  min-height: 100vh;
  padding: 150px 0 95px;
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(3, 9, 20, .88) 0%,
      rgba(6, 21, 47, .65) 38%,
      rgba(6, 21, 47, .18) 100%
    ),
    url("../images/hero/hero-desktop.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero:before {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
}









.mobile-logo-reveal{
    display:none;
}

.mobile-logo-reveal video{
    display:block;
    width:100%;
    height:auto;
}

@media (max-width:680px){

    .mobile-logo-reveal{

        display:block;

        width:100vw;

        margin-left:calc(50% - 50vw);

        margin-right:calc(50% - 50vw);

        margin-top:-32px;      /* lartësia e header-it */

        margin-bottom:32px;

        overflow:hidden;

    }

}

















.hero-mobile-features{
    display:none;
}




.hero-mobile-features {
  display: flex;
  gap: 56px;
  align-items: center;
  margin-top: 70px;
}

.hero-mobile-features .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-mobile-features img {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
}

.hero-mobile-features span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}






@media(max-width:680px){

	.hero {
  background:
    radial-gradient(circle at top right, rgba(18,103,255,.18), transparent 35%),
    linear-gradient(135deg, #030914 0%, #06152f 55%, #08265a 100%) !important;
}


    .hero-points{
        display:none;
    }

    .hero-mobile-features{

        display:grid;

        grid-template-columns:repeat(2,1fr);

        gap:28px 18px;

        margin-top:40px;

    }

    .hero-mobile-features .feature{

        display:flex;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        text-align:center;

    }

    .hero-mobile-features img{

        width:62px;

        height:62px;

        margin-bottom:14px;

    }

    .hero-mobile-features span{

        color:#fff;

        font-size:14px;

        font-weight:700;

        line-height:1.4;

    }

}










.eyebrow,.kicker {
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
  font-weight:900;
  color:var(--blue)
}

.eyebrow {
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  padding:9px 15px;
  color:#dbe8ff;
  background:rgba(255,255,255,.04)
}

.eyebrow span {
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 18px var(--blue)
}

h1 {
  font-size:clamp(48px,6vw,82px);
  line-height:1.02;
  letter-spacing:-3px;
  margin-top:28px
}

h1 strong {
  display:block;
  color:var(--blue);
  font-weight:900
}

.hero-copy p {
  font-size:19px;
  color:#c5d0e3;
  margin-top:26px;
  max-width:650px
}

.hero-actions {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px
}

.hero-points {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:42px
}

.hero-points div {
  border-left:1px solid rgba(255,255,255,.15);
  padding-left:16px
}

.hero-points b {
  display:block;
  color:#fff
}

.hero-points span {
  display:block;
  color:#9eacc8;
  font-size:13px;
  margin-top:3px
}

.hero-visual {
  position:relative;
  min-height:560px
}

.laptop {
  position:absolute;
  right:20px;
  top:30px;
  width:620px;
  background:#05080f;
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:13px;
  box-shadow:0 50px 110px rgba(0,0,0,.5);
  transform:perspective(900px) rotateY(-9deg) rotateX(3deg)
}

.browser-bar {
  height:30px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 8px
}

.browser-bar span {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#32415b
}

.screen-demo {
  border-radius:17px;
  overflow:hidden;
  min-height:360px;
  background:linear-gradient(90deg,rgba(2,5,10,.92),rgba(2,5,10,.54)),linear-gradient(135deg,#0b1224,#12244b)
}

.screen-nav {
  height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 28px;
  font-size:13px;
  color:#fff;
  background:rgba(255,255,255,.05)
}

.screen-nav b {
  color:#fff
}

.screen-nav em {
  font-style:normal;
  border:1px solid var(--blue);
  padding:8px 12px;
  border-radius:8px;
  color:#fff
}

.screen-content {
  padding:55px 50px;
  color:#fff
}

.screen-content span {
  font-size:12px;
  text-transform:uppercase;
  color:var(--blue);
  letter-spacing:.12em;
  font-weight:800
}

.screen-content h3 {
  font-size:42px;
  line-height:1.1;
  margin:14px 0
}

.screen-content p {
  color:#c4cee0;
  width:62%
}

.screen-content button {
  margin-top:22px;
  border:0;
  background:var(--blue);
  color:#fff;
  padding:12px 16px;
  border-radius:9px;
  font-weight:800
}

.screen-cards {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(255,255,255,.08)
}

.screen-cards i {
  height:70px;
  border-right:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03)
}

.phone {
  position:absolute;
  right:-8px;
  bottom:38px;
  width:178px;
  height:350px;
  border-radius:32px;
  background:linear-gradient(#06101f,#02050b);
  border:8px solid #111722;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
  padding:38px 18px;
  color:#fff
}

.phone-top {
  position:absolute;
  top:13px;
  left:50%;
  transform:translateX(-50%);
  width:72px;
  height:10px;
  background:#000;
  border-radius:999px
}

.phone h4 {
  font-size:26px;
  line-height:1.1;
  margin-top:50px
}

.phone p {
  font-size:13px;
  color:#aab7cc;
  margin-top:14px
}

.phone button {
  background:var(--blue);
  border:0;
  color:#fff;
  border-radius:8px;
  padding:10px 14px;
  font-weight:800;
  margin-top:20px
}

.trust-card {
  position:absolute;
  left:70px;
  bottom:28px;
  background:rgba(7,21,47,.78);
  backdrop-filter:blur(15px);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:18px 22px;
  color:#fff;
  width:270px
}

.stars {
  color:#ffb800;
  letter-spacing:4px;
  margin-bottom:8px
}

.section-head {
  text-align:center;
  max-width:760px;
  margin:0 auto 58px
}

.section-head h2,.split h2,.cta h2 {
  font-size:clamp(34px,4vw,56px);
  line-height:1.12;
  letter-spacing:-1.5px;
  margin-top:12px
}

.section-head p {
  color:var(--muted);
  margin-top:16px;
  font-size:18px
}

.problem,.services,.niches,.faq {
  background:var(--soft)
}

.cards-3,.services-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}

.info-card,.service-card,.why-card,.price-card,.growth-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 10px 30px rgba(6,21,47,.06)
}

.info-card {
  padding:32px;
  text-align:center
}

.icon {
  width:54px;
  height:54px;
  border-radius:16px;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  font-size:24px;
  font-weight:900
}

.danger {
  background:#fff0f0;
  color:var(--danger)
}

.info-card h3,.service-card h3,.step h3 {
  font-size:21px;
  margin-bottom:10px
}

.info-card p,.service-card p,.step p,.why-card p,.price-card p,.growth p,.faq p {
  color:var(--muted)
}

.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center
}

.split>div>p {
  color:var(--muted);
  font-size:18px;
  margin-top:18px
}

.check-list {
  list-style:none;
  margin-top:28px;
  display:grid;
  gap:14px
}

.check-list li {
  position:relative;
  padding-left:34px;
  font-weight:700
}

.check-list li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(18,103,255,.12);
  color:var(--blue);
  font-size:13px
}

.result-box {
  background:linear-gradient(135deg,var(--navy),var(--navy3));
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
  color:#fff
}

.result-item {
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  padding:22px;
  margin-bottom:16px
}

.result-item:last-child {
  margin-bottom:0
}

.result-item span {
  color:var(--blue);
  font-weight:900
}

.result-item b {
  display:block;
  font-size:22px;
  margin:6px 0
}

.result-item small {
  color:#b7c3d9
}

.service-card {
  padding:34px
}

.service-card span {
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(18,103,255,.12);
  color:var(--blue);
  font-weight:900;
  margin-bottom:24px
}

.why {
  background:#fff
}

.why-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px
}

.why-card {
  padding:28px
}

.why-card b {
  font-size:19px
}

.why-card p {
  margin-top:12px
}

.timeline {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  position:relative
}

.step {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 8px 26px rgba(6,21,47,.05)
}

.step span {
  font-weight:900;
  color:var(--blue);
  font-size:14px
}

.niche-list {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center
}

.niche-list span {
  padding:14px 20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(6,21,47,.05)
}

.pricing-grid {
  display:grid;
  grid-template-columns:1.05fr .95fr .95fr;
  gap:22px;
  align-items:start
}

.price-card {
  padding:32px;
  position:relative
}

.price-card.featured {
  background:linear-gradient(135deg,var(--navy),var(--navy3));
  color:#fff;
  transform:translateY(-12px);
  border-color:rgba(18,103,255,.55)
}

.price-card h3 {
  font-size:26px
}

.price-card .price {
  font-size:44px;
  font-weight:900;
  letter-spacing:-1px;
  margin:24px 0;
  color:var(--blue)
}

.price-card ul {
  list-style:none;
  display:grid;
  gap:12px;
  margin:22px 0
}

.price-card li {
  position:relative;
  padding-left:26px;
  font-weight:700
}

.price-card li:before {
  content:"✓";
  position:absolute;
  left:0;
  color:var(--blue)
}

.price-card small {
  display:block;
  color:#c6d3e6;
  line-height:1.6
}

.price-card:not(.featured) small,.price-card:not(.featured) p {
  color:var(--muted)
}

.badge {
  position:absolute;
  right:22px;
  top:22px;
  background:var(--blue);
  color:#fff;
  border-radius:999px;
  padding:7px 13px;
  font-weight:900;
  font-size:12px
}

.reverse {
  grid-template-columns:.9fr 1.1fr
}

.growth-card {
  padding:34px;
  text-align:center
}

.qr-mock {
  width:160px;
  height:160px;
  margin:0 auto 24px;
  border-radius:22px;
  background:repeating-linear-gradient(45deg,#07152f 0 10px,#fff 10px 20px);
  display:grid;
  place-items:center;
  color:var(--blue);
  font-size:36px;
  font-weight:900;
  border:14px solid #fff;
  box-shadow:var(--shadow)
}

.faq-list {
  max-width:860px;
  margin:auto;
  display:grid;
  gap:14px
}

.faq-list details {
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px 26px;
  box-shadow:0 8px 24px rgba(6,21,47,.05)
}

.faq-list summary {
  font-weight:900;
  cursor:pointer;
  font-size:18px
}

.faq-list p {
  margin-top:14px
}

.cta {
  padding:100px 0;
  text-align:center
}

.cta-inner {
  max-width:780px
}

.kicker.light {
  color:#9ec2ff
}

.cta h2 {
  margin:14px 0;
  color:#fff
}

.cta p {
  color:#c6d3e6;
  font-size:18px;
  margin-bottom:28px
}
/* ============================================
   FOOTER
============================================ */
.footer {
  background: #020813;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 90px 0 28px;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr .8fr;
  gap: 70px;
  align-items: start;
}

.footer-logo {
  width: 340px;
  max-width: 100%;
  margin-bottom: 22px;
}

.footer-about p {
  color: #8d9ab3;
  line-height: 1.9;
  max-width: 360px;
}

.footer h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
}

.footer a,
.footer span {
  display: block;
  color: #8d9ab3;
  margin-bottom: 14px;
  transition: .25s;
}

.footer a:hover {
  color: #1267ff;
  transform: translateX(4px);
}

.footer-bottom {
  margin: 70px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  max-width: 1180px;
  text-align: center;
  color: #6f7c95;
  font-size: 14px;
}

.footer-bottom span {
  display: inline;
}

.footer-separator {
  margin: 0 12px;
  color: #1267ff;
}

@media (max-width: 680px) {
  .footer {
    padding: 60px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-about {
    text-align: center;
  }

  .footer-logo {
    width: 230px;
    margin: 0 auto 22px;
  }

  .footer-about p {
    margin: 0 auto;
  }

  .footer-col {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 26px;
  }

  .footer-bottom {
    margin-top: 42px;
    font-size: 13px;
    line-height: 1.7;
  }

  .footer-bottom span {
    display: block;
  }

  .footer-separator {
    display: none !important;
  }
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.footer-contact a{
    display:flex;
    align-items:center;
    gap:16px;
    color:#8d9ab3;
    text-decoration:none;
    transition:.25s;
}

.footer-contact a:hover{
    color:#fff;
    transform:translateX(6px);
}

.footer-contact img{
    width:46px;
    height:46px;
    flex-shrink:0;
}

.footer-contact strong{
    display:block;
    color:#fff;
    font-size:15px;
    margin-bottom:4px;
}

.footer-contact span{
    display:block;
    color:#8d9ab3;
    line-height:1.6;
    margin:0;
}



.portfolio {
  background: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.portfolio-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(6,21,47,.08);
  transition: .25s;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(6,21,47,.14);
}

.portfolio-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.portfolio-card div {
  padding: 26px;
}

.portfolio-card span {
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.portfolio-card h3 {
  margin-top: 10px;
  font-size: 24px;
  color: #071226;
}

.portfolio-card p {
  margin-top: 10px;
  color: var(--muted);
}

@media(max-width:680px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card img {
    height: 220px;
  }
}






.reveal {
  opacity:0;
  transform:translateY(24px);
  transition:.7s cubic-bezier(.2,.8,.2,1)
}

.reveal.visible {
  opacity:1;
  transform:none
}

.delay-1 {
  transition-delay:.1s
}

.delay-2 {
  transition-delay:.2s
}

.delay-3 {
  transition-delay:.3s
}

@media(max-width:1020px) {
  .desktop-nav,.nav-cta {
    display:none
  }

  .menu-btn {
    display:flex
  }

  .hero-grid,.split,.reverse {
    grid-template-columns:1fr
  }

  .hero {
    padding-top:120px
  }

  .hero-visual {
    min-height:480px
  }

  .laptop {
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    transform:none
  }

  .phone {
    right:10px
  }

  .trust-card {
    left:10px
  }

  .cards-3,.services-grid,.pricing-grid {
    grid-template-columns:1fr 1fr
  }

  .why-grid,.timeline {
    grid-template-columns:1fr 1fr
  }

  .footer-grid {
    grid-template-columns:1fr 1fr
  }

}

@media(max-width:680px) {
  .container {
    padding:0 18px
  }

  .section {
    padding:74px 0
  }

  .nav-wrap {
    height:72px;
    padding:0 16px
  }

  .mobile-nav {
    top:72px
  }

  .brand-mark {
    width:44px;
    height:44px
  }

  .brand-text {
    font-size:23px
  }

  .brand-text small {
    font-size:14px
  }

  .hero {
    padding:105px 0 68px
  }

  .hero-grid {
    gap:36px
  }

  .eyebrow {
    font-size:11px
  }

  .hero h1 {
    font-size:46px;
    letter-spacing:-2px
  }

  .hero-copy p {
    font-size:16px
  }

  .hero-actions {
    display:grid
  }

  .btn {
    width:100%
  }

  .hero-points {
    grid-template-columns:1fr;
    gap:18px
  }

  .hero-visual {
    min-height:390px
  }

  .laptop {
    border-radius:20px;
    padding:8px
  }

  .screen-content {
    padding:36px 28px
  }

  .screen-content h3 {
    font-size:30px
  }

  .screen-content p {
    width:100%
  }

  .phone {
    width:132px;
    height:260px;
    border-width:6px;
    right:0;
    bottom:8px;
    padding:28px 12px
  }

  .phone h4 {
    font-size:18px
  }

  .phone p {
    font-size:11px
  }

  .trust-card {
    width:220px;
    bottom:0
  }

  .cards-3,.services-grid,.pricing-grid,.why-grid,.timeline,.footer-grid {
    grid-template-columns:1fr
  }

  .section-head h2,.split h2,.cta h2 {
    font-size:34px
  }

  .price-card.featured {
    transform:none
  }

  .footer {
    padding:52px 0 22px
  }

  .qr-mock {
    width:130px;
    height:130px
  }

  .screen-nav {
    font-size:11px;
    padding:0 14px
  }

  .screen-nav em {
    display:none
  }

}

@media(max-width:390px) {
  .hero h1 {
    font-size:40px
  }

  .brand-text {
    font-size:20px
  }

  .brand-mark {
    width:40px;
    height:40px
  }

}















/* Hero content position - desktop */
@media (min-width: 1021px) {
  .hero .container {
    max-width: 1280px;
  }

  .hero-copy {
    max-width: 680px;
    transform: translateX(-80px);
  }
}














.header-logo {
  width: 400px;
  height: auto;
  display: block;
}

@media (max-width: 680px) {
  .header-logo {
    display:none;
  }
}

/* ============================================
   LEGAL PAGES (Impressum / Datenschutz)
   ============================================ */

.legal-hero {
  padding: 160px 0 60px;
  min-height: unset;
  background: linear-gradient(135deg, var(--navy), var(--navy3));
}

.legal-hero .container {
  max-width: 760px;
}

.legal-hero .kicker {
  color: var(--blue2);
}

.legal-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-top: 12px;
  line-height: 1.15;
}

.legal-hero p {
  color: rgba(255,255,255,.72);
  margin-top: 14px;
  font-size: 1.05rem;
}

.legal-content {
  padding: 70px 0 100px;
  background: var(--white);
}

.legal-content .container {
  max-width: 760px;
}

.legal-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 38px;
  margin-bottom: 22px;
  background: var(--soft);
}

.legal-block h2 {
  font-size: 1.3rem;
  color: var(--navy);
  margin: 0 0 14px;
}

.legal-block h3 {
  font-size: 1.05rem;
  color: var(--navy);
  margin: 22px 0 8px;
}

.legal-block p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 12px;
  font-size: .98rem;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-block a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.legal-block a:hover {
  text-decoration: underline;
}

.legal-block ul {
  margin: 0 0 12px;
  padding-left: 20px;
  color: var(--muted);
}

.legal-block ul li {
  margin-bottom: 6px;
  line-height: 1.6;
  font-size: .98rem;
}

.legal-meta {
  font-size: .92rem;
  color: var(--muted);
  margin-bottom: 30px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 26px;
  font-size: .95rem;
}

.legal-back:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .legal-block {
    padding: 26px 22px;
  }
}
