  /* =========================================================
     skyVac Eesti — v2 kujundus ("julge värviplokk")
     ========================================================= */
  :root {
    --navy: #0B2A4A;
    --navy-2: #071E36;
    --navy-3: #0A3F6B;
    --sky: #00A8E8;
    --lime: #C6F24E;
    --white: #FFFFFF;
    --snow: #F3F7FA;
    --line: #E4EBF2;
    --steel: #57677A;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; overflow-x: clip; }
  body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--navy-2);
    line-height: 1.6;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -1.2px;
    overflow-wrap: break-word;
  }
  a { color: inherit; text-decoration: none; }
  img, svg { max-width: 100%; display: block; }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 52px; }
  .mono { font-family: 'JetBrains Mono', monospace; }
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 3px solid var(--sky); outline-offset: 3px;
  }
  @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

  /* ===== NUPUD ===== */
  .btn-cta {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--lime); color: var(--navy-2); border: none; cursor: pointer;
    font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 0.95rem;
    padding: 18px 32px; border-radius: 999px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .btn-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(198,242,78,0.4); }
  .btn-ghost {
    display: inline-flex; align-items: center; gap: 10px;
    border: 2px solid rgba(255,255,255,0.4); color: var(--white);
    font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 0.95rem;
    padding: 16px 30px; border-radius: 999px;
  }
  .btn-ghost:hover { border-color: var(--lime); color: var(--lime); }

  .pill {
    display: inline-flex; align-items: center; gap: 8px; border-radius: 999px;
    padding: 9px 18px; font-size: 0.76rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
  }
  .section-num { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 2px; color: var(--steel); margin-bottom: 14px; }
  .section-eyebrow { font-size: 0.76rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--sky); margin-bottom: 14px; }
  .section-title { font-size: clamp(2rem, 3.4vw, 3.2rem); color: var(--navy); margin-bottom: 18px; }
  .section-desc { color: var(--steel); font-size: 1.02rem; max-width: 640px; }
  .section-head { margin-bottom: 46px; }
  section { padding: 110px 0; }

  /* ===== PÄIS ===== */
  header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; }
  header.is-stuck { position: fixed; background: rgba(11,42,74,0.95); backdrop-filter: blur(10px); }
  .header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; }
  .logo { display: flex; align-items: center; gap: 12px; }
  .logo-icon { width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; }
  .logo-icon svg { width: 20px; height: 20px; }
  .logo-mark { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.45rem; letter-spacing: -0.8px; color: var(--white); line-height: 1; }
  .logo-mark span { color: var(--lime); }
  .logo-sub { font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; letter-spacing: 2px; color: rgba(255,255,255,0.5); margin-top: 4px; text-transform: uppercase; }
  nav.main-nav { display: flex; align-items: center; gap: 28px; }
  nav.main-nav a.nav-link { font-size: 0.92rem; font-weight: 600; color: rgba(255,255,255,0.8); }
  nav.main-nav a.nav-link:hover { color: var(--white); }
  nav.main-nav a.nav-link.is-active { color: var(--lime); }
  .phone-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.14); color: var(--white); border-radius: 999px; padding: 11px 20px; font-weight: 700; font-size: 0.9rem; }
  .phone-pill svg { width: 15px; height: 15px; color: var(--lime); }
  .menu-toggle { display: none; background: rgba(255,255,255,0.14); border: none; color: var(--white); font-size: 1.2rem; line-height: 1; padding: 10px 14px; border-radius: 10px; cursor: pointer; }

  /* ===== HERO ===== */
  .hero {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
    padding: 176px 0 210px;
  }
  .hero::before {
    content: ''; position: absolute; top: -120px; right: -140px; width: 760px; height: 760px; border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(0,168,232,0.42), transparent 62%);
  }
  .hero::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 150px; background: var(--white);
    clip-path: polygon(0 100%, 100% 26%, 100% 100%);
  }
  .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 520px; gap: 56px; align-items: center; }
  .hero h1 { font-size: clamp(2.3rem, 4.6vw, 4.4rem); color: var(--white); margin-bottom: 24px; }
  .hero h1 em { font-style: normal; color: var(--lime); }
  .hero p.lede { font-size: 1.1rem; color: rgba(255,255,255,0.78); max-width: 560px; margin-bottom: 34px; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
  .hero-stats { display: flex; flex-wrap: wrap; gap: 40px; margin-bottom: 34px; }
  .hero-stat .n { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 2.1rem; color: var(--lime); line-height: 1; }
  .hero-stat .l { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 6px; }
  .hero-split { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-photo-wrap { position: relative; z-index: 2; margin: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 34px 70px rgba(3,15,28,0.45); }
  .hero-photo-wrap img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .hero-photo-tag {
    position: absolute; left: 12px; bottom: 12px; z-index: 3;
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 15px; border-radius: 999px; font-size: 0.76rem; font-weight: 700; color: var(--white);
    background: rgba(8,36,61,0.82); border: 1px solid rgba(255,255,255,0.18);
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    max-width: calc(100% - 24px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .hero-photo-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); flex-shrink: 0; }
  .suction-particle { position: absolute; width: 8px; height: 8px; pointer-events: none; }

  .js-ready .hero-reveal { opacity: 0; transform: translateY(18px); animation: heroIn 0.7s cubic-bezier(0.2,0.7,0.2,1) forwards; }
  .hero-reveal.r1 { animation-delay: 0.05s; }
  .hero-reveal.r2 { animation-delay: 0.14s; }
  .hero-reveal.r3 { animation-delay: 0.23s; }
  .hero-reveal.r4 { animation-delay: 0.32s; }
  .hero-reveal.r5 { animation-delay: 0.41s; }
  @keyframes heroIn { to { opacity: 1; transform: none; } }

  /* ===== MÄRGISTE RIBA (ujuv kaart) ===== */
  .badges-strip { position: relative; z-index: 5; margin-top: -60px; margin-bottom: 110px; }
  .badges-row {
    background: var(--white); border-radius: 26px; box-shadow: 0 26px 60px rgba(11,42,74,0.14);
    display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px;
  }
  .badge-item { display: flex; align-items: center; gap: 12px; padding: 26px 24px; font-weight: 700; font-size: 0.94rem; color: var(--navy-2); }
  .badge-item + .badge-item { border-left: 1px solid var(--line); }
  .badge-item svg { width: 22px; height: 22px; color: var(--sky); flex-shrink: 0; }

  /* ===== KASUTUSALAD ===== */
  .usecases-section { padding-top: 0; }
  .usecases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
  .usecase-card { background: var(--snow); border-radius: 22px; padding: 30px 26px; display: flex; flex-direction: column; gap: 18px; }
  .usecase-icon { width: 26px; height: 26px; color: var(--sky); flex-shrink: 0; }
  .usecase-card h3 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem; line-height: 1.35; letter-spacing: -0.2px; color: var(--navy); hyphens: auto; -webkit-hyphens: auto; overflow-wrap: anywhere; }
  @media (max-width: 560px) { .usecases-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .usecase-card { padding: 20px 16px; gap: 14px; } .usecase-card h3 { font-size: 0.86rem; } .usecase-icon { width: 22px; height: 22px; } }

  /* ===== KOKKUHOID (kaldus laimiplokk) ===== */
  .calc-section {
    background: var(--lime); padding: 110px 0;
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
  }
  .calc-section .section-num { color: rgba(11,42,74,0.6); }
  .calc-section .section-eyebrow { color: rgba(11,42,74,0.7); }
  .calc-section .section-title { color: var(--navy-2); }
  .calc-section .section-desc { color: rgba(7,30,54,0.75); }
  .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .benefit-card { background: rgba(255,255,255,0.58); border-radius: 26px; padding: 38px 34px; }
  .benefit-card .idx { font-family: 'JetBrains Mono', monospace; color: var(--navy); font-size: 0.78rem; margin-bottom: 20px; }
  .benefit-card h3 { font-size: 1.5rem; color: var(--navy-2); margin-bottom: 12px; }
  .benefit-card p { color: rgba(7,30,54,0.72); font-size: 0.94rem; }

  /* ===== TEENUS ===== */
  .service-single { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; align-items: stretch; }
  .service-single-main {
    background: linear-gradient(150deg, var(--navy) 0%, var(--navy-3) 100%); color: var(--white);
    border-radius: 26px; padding: 48px; display: flex; flex-direction: column; justify-content: center;
  }
  .service-single-main .tag { display: inline-block; background: rgba(198,242,78,0.18); color: var(--lime); border-radius: 999px; padding: 7px 16px; font-size: 0.74rem; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 18px; width: fit-content; }
  .service-single-main h3 { font-size: 2.1rem; margin-bottom: 18px; }
  .service-single-main p { color: rgba(255,255,255,0.75); font-size: 1rem; }
  .service-single-features { display: grid; gap: 16px; }
  .feature-item { background: var(--snow); border-radius: 26px; padding: 30px 34px; display: flex; gap: 18px; align-items: flex-start; }
  .feature-item svg { width: 22px; height: 22px; color: var(--sky); flex-shrink: 0; margin-top: 3px; }
  .feature-item h4 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.4rem; letter-spacing: -0.6px; color: var(--navy); margin-bottom: 8px; }
  .feature-item p { color: var(--steel); font-size: 0.94rem; }

  /* ===== GALERII ===== */
  .gallery-section { background: var(--snow); }
  .gallery-grid { display: grid; grid-template-columns: repeat(var(--g-cols, 4), 1fr); grid-auto-rows: 230px; grid-auto-flow: dense; gap: 18px; }
  .gallery-slide { position: relative; border-radius: 26px; overflow: hidden; background: var(--white); margin: 0; }
  .gallery-slide.is-big { grid-column: span 2; grid-row: span 2; }
  .gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
  .gallery-slide figcaption {
    position: absolute; left: 16px; bottom: 16px; max-width: calc(100% - 32px);
    background: rgba(255,255,255,0.94); border-radius: 999px; padding: 9px 18px;
    font-weight: 700; font-size: 0.8rem; color: var(--navy);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .gallery-slide.is-big figcaption { font-size: 0.88rem; padding: 11px 22px; }
  .gallery-more { display: flex; justify-content: center; margin-top: 40px; }
  .btn-outline { display: inline-flex; align-items: center; gap: 10px; border: 2px solid var(--navy); color: var(--navy); border-radius: 999px; padding: 15px 30px; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 0.92rem; }
  .btn-outline:hover { background: var(--navy); color: var(--white); }
  .gallery-hint { display: none; }
  @media (max-width: 1080px) { .gallery-grid { --g-cols: 2; grid-auto-rows: 200px; gap: 14px; } }
  /* Mobiilis: lohistatav (swipe) galerii ühtlaste slaididega */
  @media (max-width: 760px) {
    .gallery-grid {
      display: flex; grid-auto-rows: auto; gap: 12px;
      overflow-x: auto; scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch; scrollbar-width: none;
      margin: 0 -28px; padding: 0 28px 4px;
    }
    .gallery-grid::-webkit-scrollbar { display: none; }
    .gallery-slide, .gallery-slide.is-big { flex: 0 0 82%; grid-column: auto; grid-row: auto; scroll-snap-align: center; }
    .gallery-slide img { aspect-ratio: 4 / 3; height: auto; }
    .gallery-slide figcaption, .gallery-slide.is-big figcaption { font-size: 0.78rem; padding: 8px 15px; left: 12px; bottom: 12px; }
    .gallery-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; color: var(--steel); font-size: 0.8rem; font-weight: 600; }
    .gallery-hint svg { width: 16px; height: 16px; }
    .gallery-more { margin-top: 24px; }
    .btn-outline { width: 100%; justify-content: center; }
  }

  /* ===== OHUTUS ===== */
  .why-section { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 70%); color: var(--white); }
  .why-section::before {
    content: ''; position: absolute; left: -100px; bottom: -160px; width: 520px; height: 520px; border-radius: 50%;
    background: radial-gradient(circle, rgba(0,168,232,0.35), transparent 65%);
  }
  .why-section .container { position: relative; z-index: 2; }
  .why-section .section-num { color: rgba(255,255,255,0.45); }
  .why-section .section-eyebrow { color: var(--lime); }
  .why-section .section-title { color: var(--white); }
  .why-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
  .why-columns p { color: rgba(255,255,255,0.72); font-size: 0.98rem; margin-bottom: 18px; }
  .why-columns p.lead-out { color: var(--white); font-weight: 600; font-size: 1.1rem; border-left: 3px solid var(--lime); padding-left: 22px; margin-bottom: 0; }
  .why-grid { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 40px; }
  .why-stat .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 2rem; color: var(--lime); line-height: 1; }
  .why-stat .label { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 6px; }

  /* ===== ENNETUS ===== */
  .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .trust-card { background: var(--snow); border-radius: 26px; padding: 38px 34px; }
  .trust-card h3 { font-size: 1.4rem; color: var(--navy); margin-bottom: 12px; }
  .trust-card p { color: var(--steel); font-size: 0.94rem; }

  /* ===== ARVUSTUSED (peidetud, kui testimonials_enabled = 0) ===== */
  .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .testimonial-card { background: var(--snow); border-radius: 26px; padding: 34px; }
  .testimonial-quote { font-size: 0.98rem; color: var(--navy-2); margin-bottom: 18px; }
  .testimonial-author { font-weight: 700; color: var(--navy); font-size: 0.92rem; }
  .testimonial-role { color: var(--steel); font-size: 0.84rem; }

  /* ===== KKK (peidetud, kui faq_enabled = 0) ===== */
  .faq-list { max-width: 860px; }
  .faq-item { background: var(--snow); border-radius: 20px; margin-bottom: 12px; overflow: hidden; }
  .faq-question {
    width: 100%; text-align: left; background: none; border: none; cursor: pointer;
    padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px;
    font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--navy);
  }
  .faq-question .icon { color: var(--sky); font-size: 1.4rem; flex-shrink: 0; }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .faq-item.open .faq-answer { max-height: 260px; }
  .faq-answer p { color: var(--steel); font-size: 0.94rem; padding: 0 28px 24px; }

  /* ===== KONTAKT ===== */
  .contact-section { padding-bottom: 110px; }
  .contact-card {
    position: relative; overflow: hidden; border-radius: 26px; color: var(--white);
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
    padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  }
  .contact-card::before {
    content: ''; position: absolute; right: -80px; top: -80px; width: 420px; height: 420px; border-radius: 50%;
    background: radial-gradient(circle, rgba(198,242,78,0.22), transparent 65%);
  }
  .contact-card > * { position: relative; z-index: 2; }
  .contact-card .section-num { color: rgba(255,255,255,0.5); }
  .contact-card .section-title { color: var(--white); font-size: clamp(1.9rem, 2.6vw, 2.9rem); }
  .contact-card .section-desc { color: rgba(255,255,255,0.72); }
  .contact-info-item { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
  .contact-info-item .label { background: rgba(255,255,255,0.12); border-radius: 999px; padding: 7px 14px; font-size: 0.7rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
  .contact-info-item .value { font-size: 1.2rem; font-weight: 700; }
  form.quote-form { background: var(--white); border-radius: 26px; padding: 40px; color: var(--navy-2); }
  .form-row { margin-bottom: 18px; }
  .form-row label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
  .form-row input, .form-row select, .form-row textarea {
    width: 100%; background: var(--white); border: 1.5px solid #E1E9F0; border-radius: 12px;
    padding: 14px 16px; font-family: 'Inter', sans-serif; font-size: 0.92rem; color: var(--navy-2);
  }
  .form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--sky); }
  .form-row textarea { resize: vertical; min-height: 106px; }
  .form-row.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  form.quote-form .btn-cta { width: 100%; background: var(--navy); color: var(--white); margin-top: 4px; }
  form.quote-form .btn-cta:hover { background: var(--navy-3); box-shadow: 0 10px 24px rgba(11,42,74,0.3); }
  .form-status { font-size: 0.88rem; margin-top: 14px; display: none; }
  .form-status.is-visible { display: block; }
  .form-status.is-success { color: #1B8A5A; }
  .form-status.is-error { color: #C83C3C; }
  .form-consent-note { color: var(--steel); font-size: 0.76rem; margin-top: 14px; }
  .form-consent-note a { color: var(--sky); }

  /* ===== JALUS ===== */
  footer { background: var(--navy-2); color: rgba(255,255,255,0.6); padding: 54px 0 34px; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .footer-logo { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--white); margin-bottom: 10px; }
  .footer-logo span { color: var(--lime); }
  footer p { font-size: 0.88rem; max-width: 280px; }
  .footer-col h3 { font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; font-weight: 700; letter-spacing: 2px; color: var(--lime); margin-bottom: 16px; text-transform: uppercase; }
  .footer-col ul { list-style: none; }
  .footer-col li { font-size: 0.9rem; line-height: 2.1; }
  .footer-col a:hover { color: var(--white); }
  .footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; font-size: 0.8rem; }
  @media (max-width: 860px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    footer p { max-width: none; }
    .footer-bottom { flex-direction: column; gap: 10px; }
  }
  @media (max-width: 420px) { .footer-grid { grid-template-columns: 1fr; gap: 26px; } }

  /* ===== KÜPSISERIBA ===== */
  .cookie-banner {
    position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 140%);
    width: min(940px, calc(100% - 32px)); z-index: 200;
    background: var(--navy); border-radius: 20px; box-shadow: 0 24px 60px rgba(7,30,54,0.35);
    padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
    transition: transform 0.35s cubic-bezier(0.2,0.7,0.2,1);
  }
  .cookie-banner.is-visible { transform: translate(-50%, 0); }
  .cookie-banner p { color: rgba(255,255,255,0.75); font-size: 0.88rem; max-width: none; }
  .cookie-banner a { color: var(--lime); }
  .cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }
  .cookie-decline { background: rgba(255,255,255,0.1); border: none; color: rgba(255,255,255,0.8); font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 0.9rem; padding: 16px 24px; border-radius: 999px; cursor: pointer; }
  .cookie-decline:hover { color: var(--white); }

  /* ===== MOBIIL ===== */
  @media (max-width: 1080px) {
    .container { padding: 0 28px; }
    section { padding: 80px 0; }
    .hero { padding: 140px 0 170px; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-split { gap: 10px; }
    .hero-photo-wrap img { height: 240px; }
    .hero-photo-tag { font-size: 0.68rem; padding: 7px 12px; left: 10px; bottom: 10px; }
    .service-single { grid-template-columns: 1fr; }
    .benefit-grid, .trust-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .why-columns { grid-template-columns: 1fr; gap: 28px; }
    .contact-card { grid-template-columns: 1fr; gap: 36px; padding: 44px 28px; }
  }
  @media (max-width: 860px) {
    .menu-toggle { display: block; }
    nav.main-nav {
      position: absolute; top: 88px; left: 28px; right: 28px;
      background: var(--navy); border-radius: 20px; box-shadow: 0 24px 50px rgba(7,30,54,0.4);
      flex-direction: column; align-items: stretch; gap: 0; padding: 10px 22px 20px; display: none;
    }
    nav.main-nav.is-open { display: flex; }
    nav.main-nav a.nav-link { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .header-actions { padding-top: 16px; }
    .phone-pill { justify-content: center; }
    .badges-row { grid-template-columns: repeat(2, 1fr); }
    .badge-item { padding: 20px 18px; font-size: 0.88rem; }
    .badge-item + .badge-item { border-left: none; }
    .badge-item:nth-child(2n) { border-left: 1px solid var(--line); }
    .badge-item:nth-child(n+3) { border-top: 1px solid var(--line); }
    .calc-section { clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 calc(100% - 20px)); }
    .contact-section { padding-bottom: 0; }
    .contact-section .container { padding: 0; }
    .contact-card { border-radius: 0; padding: 60px 24px 0; }
    .contact-card::before { display: none; }
    form.quote-form { border-radius: 26px 26px 0 0; padding: 32px 24px 44px; margin: 0 -24px -1px; }
    .cookie-banner { flex-direction: column; align-items: stretch; }
    .cookie-banner-actions .btn-cta, .cookie-decline { flex: 1; }
  }