/* =========================================================================
   Changan Antigua — premium, image-forward
   Matched to the official Changan aesthetic (changan.com.eg):
     Near-black cinematic backgrounds · white/grey text
     Bright CHANGAN Blue accent (#2E7CF6) · white primary buttons
     Type: Lexend (the typeface Changan's regional sites use)
     Uppercase display headlines + light-weight subheads
   ========================================================================= */

:root {
  /* near-black cinematic base (with the faintest cool cast) */
  --void:     #000000;
  --navy-950: #0a0a0c;   /* page base */
  --navy-900: #141417;   /* section fill */
  --navy-850: #1b1b20;   /* elevated / cta */
  --navy-800: #24242b;
  /* blue system */
  --blue:        #0b457f;   /* CHANGAN Blue (print core) */
  --blue-bright: #0060a5;
  --accent:   #2e7cf6;   /* bright CHANGAN Blue — pops on black */
  --accent-2: #67a1fb;   /* lighter, hover */
  --gold:     #ffd579;   /* reserved (unused in this theme) */
  /* neutrals */
  --ink:      #f4f6f8;
  --muted:    #adb2ba;
  --muted-2:  #787d86;
  --line:     rgba(255,255,255,.10);
  --line-2:   rgba(255,255,255,.17);
  --glass:    rgba(255,255,255,.05);
  --maxw:     1280px;
  --shadow:   0 30px 80px rgba(0,0,0,.6);
  --sans: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --disp: 'Lexend', var(--sans);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); background: var(--navy-950); color: var(--ink);
  line-height: 1.65; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-2); }
::placeholder { color: #6c7178; }
::selection { background: rgba(46,124,246,.35); }

h1,h2,h3,h4 { font-family: var(--disp); font-weight: 700; line-height: 1.05; letter-spacing: -.01em; }

/* uppercase display headlines — the official Changan treatment */
.hero h1, .mhero h1, .mband h2, .section-title, .cta-band h2 {
  text-transform: uppercase; letter-spacing: .005em;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

/* overline label */
.overline {
  font-family: var(--sans); font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  font-size: 12px; color: var(--accent); display: inline-flex; align-items: center; gap: 12px;
}
.overline::before { content: ""; width: 26px; height: 1px; background: var(--accent); opacity: .85; }
.overline.center { justify-content: center; }
.overline.plain { color: var(--muted-2); }
.overline.plain::before { background: var(--muted-2); }

.section { padding: clamp(70px, 10vw, 140px) 0; }
.section-title { font-size: clamp(30px, 4.6vw, 52px); margin: 18px 0 14px; }
.section-sub { color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); max-width: 640px; font-weight: 300; }
.center { text-align: center; margin-inline: auto; }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--disp); font-weight: 600; font-size: 14.5px; letter-spacing: .02em;
  padding: 15px 32px; border-radius: 2px; border: 1px solid transparent; cursor: pointer;
  transition: transform .18s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
  white-space: nowrap; text-transform: uppercase;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: #ffffff; color: #101114; }
.btn-primary:hover { background: var(--accent); color: #fff; box-shadow: 0 14px 34px rgba(46,124,246,.42); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); background: rgba(255,255,255,.07); }
.btn-lg { padding: 17px 38px; font-size: 15px; }
.btn-link { font-family: var(--disp); font-weight: 600; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); display: inline-flex; align-items: center; gap: 8px; }
.btn-link .arw { transition: transform .2s var(--ease); }
.btn-link:hover { color: var(--accent-2); }
.btn-link:hover .arw { transform: translateX(5px); }

/* ---------------------------------------------------------------- header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: 80px;
  display: flex; align-items: center;
  transition: background .35s var(--ease), border-color .35s, backdrop-filter .35s, height .35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  height: 66px; background: rgba(6,6,8,.82); backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { height: 30px; width: auto; flex: none; }

/* silk-ribbon brand graphic */
.silk { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.silk-svg { width: 100%; height: 100%; display: block; }
.hero .silk { opacity: .34; }
.mhero .silk { opacity: .3; }
.cta-band .silk { inset: 0; opacity: .9; z-index: 0; }
.cta-band .txt, .cta-band .btn { position: relative; z-index: 2; }
.brand .name { font-family: var(--disp); font-weight: 700; letter-spacing: .18em; font-size: 18px; line-height: 1; color: #fff; display: block; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a.link { font-family: var(--disp); color: var(--ink); font-weight: 400; font-size: 14.5px; letter-spacing: .01em; opacity: .82; transition: opacity .2s, color .2s; }
.nav-links a.link:hover { opacity: 1; color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-actions .btn { padding: 12px 26px; font-size: 12.5px; }   /* ~15% smaller than default */
.mobile-cta { display: none; }   /* only shown inside the mobile menu */
.hamburger { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 6px; }

/* ---------------------------------------------------------- mega menu */
.nav-item { position: static; }                 /* let .mega size to the header, not the item */
.has-mega > .link { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.has-mega .caret { opacity: .65; transition: transform .25s var(--ease); }
.has-mega:hover .caret, .has-mega:focus-within .caret { transform: rotate(180deg); opacity: 1; }
.mega {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 99;
  background: rgba(9,9,11,.97); backdrop-filter: blur(18px) saturate(1.2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 26px 0; box-shadow: 0 24px 50px rgba(0,0,0,.45);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
}
.mega::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 26px; } /* hover bridge */
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px);
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.mega-item {
  display: flex; flex-direction: column; border: 1px solid var(--line);
  border-radius: 8px; overflow: hidden; background: var(--navy-900);
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.mega-item:hover { border-color: var(--accent); transform: translateY(-3px); }
.mega-thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy-850); }
.mega-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }
.mega-item:hover .mega-thumb img { transform: scale(1.06); }
.mega-tx { padding: 12px 14px 14px; }
.mega-name { display: block; font-family: var(--disp); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .01em; color: var(--ink); }
.mega-type { display: block; font-size: 11px; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* ------------------------------------------------------------------ hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
/* over-sized (135%) and offset upward (-18%) so the parallax translate has buffer
   on BOTH edges and can never uncover the hero, even under a frame of scroll lag */
.hero-bg img { position: absolute; top: -24%; left: 0; width: 100%; height: 135%; object-fit: cover; object-position: center 42%; transform: translate3d(0,0,0); will-change: transform; animation: heroFade 1.4s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,.34), rgba(0,0,0,.34)),
    radial-gradient(680px 460px at 12% 78%, rgba(46,124,246,.15), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.12) 24%, rgba(0,0,0,.3) 55%, rgba(0,0,0,.92) 93%),
    linear-gradient(75deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.38) 46%, transparent 72%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(56px, 9vw, 110px); padding-top: 120px; }
.hero h1 { font-size: clamp(40px, 6vw, 84px); font-weight: 800; max-width: 15ch; }
.hero h1 .accent { color: var(--accent); }
.hero .lede { color: var(--ink); opacity: .9; font-size: clamp(17px, 1.9vw, 21px); font-weight: 300; margin: 24px 0 34px; max-width: 52ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-scroll { position: absolute; z-index: 2; bottom: 26px; right: clamp(20px, 5vw, 48px); color: var(--muted); font-size: 11px; letter-spacing: .25em; text-transform: uppercase; writing-mode: vertical-rl; display: flex; align-items: center; gap: 12px; }
.hero-scroll::after { content: ""; width: 1px; height: 46px; background: linear-gradient(var(--accent), transparent); animation: scrollLine 2s var(--ease) infinite; }
@keyframes scrollLine { 0%,100% { opacity: .3; } 50% { opacity: 1; } }

/* -------------------------------------------------------------- offer strip */
.offer-strip { background: var(--navy-900); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.offer-strip .wrap { padding-block: clamp(40px, 5vw, 64px); }
.offer-head { text-align: center; margin-bottom: 40px; }
.offer-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.offer-cell { text-align: center; padding: 8px clamp(16px, 3vw, 40px); position: relative; }
.offer-cell + .offer-cell::before { content: ""; position: absolute; left: 0; top: 12%; height: 76%; width: 1px; background: var(--line-2); }
.offer-cell .num { font-family: var(--disp); font-size: clamp(34px, 4.4vw, 54px); font-weight: 700; color: var(--accent); line-height: 1; }
.offer-cell .lbl { font-family: var(--disp); font-weight: 600; margin-top: 12px; font-size: 16px; text-transform: uppercase; letter-spacing: .04em; }
.offer-cell .desc { color: var(--muted); font-size: 14px; margin-top: 6px; font-weight: 300; }

/* -------------------------------------------------------------- model bands */
.models-intro { text-align: center; padding: clamp(70px, 9vw, 120px) 0 clamp(30px, 4vw, 50px); }
.mband { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: min(86vh, 820px); background: var(--navy-950); }
.mband .media { position: relative; overflow: hidden; }
.mband .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.1s var(--ease); }
.mband:hover .media img { transform: scale(1.07); }
.mband .media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 52%, rgba(10,10,12,.72)); }
.mband.rev .media::after { background: linear-gradient(270deg, transparent 52%, rgba(10,10,12,.72)); }
.mband .content { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 96px) clamp(28px, 6vw, 88px); position: relative; }
.mband.rev { grid-template-columns: .92fr 1.08fr; }
.mband.rev .media { order: 2; }
.mband .idx { font-family: var(--disp); font-weight: 700; font-size: 14px; color: var(--accent); letter-spacing: .12em; margin-bottom: 20px; }
.mband .idx .slash { color: var(--muted-2); margin: 0 8px; }
.mband .mtype { font-family: var(--sans); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; font-size: 11.5px; color: var(--accent); margin-bottom: 14px; }
.mband h2 { font-size: clamp(38px, 5vw, 64px); font-weight: 800; }
.mband .tagline { font-family: var(--disp); font-weight: 300; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-size: clamp(14px, 1.5vw, 17px); margin-top: 14px; }
.mband .blurb { color: var(--muted); font-size: clamp(15px, 1.5vw, 17px); font-weight: 300; margin: 18px 0 26px; max-width: 46ch; }
.mband .mini-specs { display: flex; gap: clamp(20px, 3vw, 44px); margin-bottom: 34px; flex-wrap: wrap; }
.mband .mini-specs .ms .v { font-family: var(--disp); font-weight: 700; font-size: clamp(20px, 2.2vw, 26px); }
.mband .mini-specs .ms .k { color: var(--muted-2); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-top: 3px; }
.mband .band-cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* ---------------------------------------------------------------- why band */
.why { background: var(--navy-900); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 48px); margin-top: 56px; }
.why-card { border-top: 1px solid var(--line-2); padding-top: 26px; }
.why-card .ic { color: var(--accent); margin-bottom: 20px; }
.why-card h3 { font-size: 20px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .02em; }
.why-card p { color: var(--muted); font-size: 15px; font-weight: 300; }

/* ---------------------------------------------------------------- cta band */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy-850), var(--navy-900)); border: 1px solid var(--line); border-radius: 6px; padding: clamp(40px, 5vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band::before { content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(46,124,246,.45), transparent 70%); }
.cta-band .txt { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(26px, 3.4vw, 40px); }
.cta-band p { color: var(--muted); margin-top: 10px; font-size: 17px; font-weight: 300; }
.cta-band .btn { position: relative; z-index: 1; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: var(--void); border-top: 1px solid var(--line); padding: clamp(50px, 7vw, 84px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; }
.footer-grid h4 { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted-2); margin-bottom: 20px; font-weight: 600; }
.footer-grid a { display: block; color: var(--ink); font-weight: 400; margin-bottom: 12px; font-size: 15px; opacity: .85; }
.footer-grid a:hover { color: var(--accent); opacity: 1; }
.footer-about p { color: var(--muted); font-size: 15px; margin-top: 18px; max-width: 340px; font-weight: 300; }
.foot-addr { line-height: 1.7; }
.foot-contact { margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.foot-contact a { color: var(--ink); font-weight: 500; font-size: 15px; opacity: .88; }
.foot-contact a:hover { color: var(--accent); opacity: 1; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted-2); font-size: 13px; }
.socials { display: flex; gap: 16px; }
.socials a { color: var(--muted); }
.socials a:hover { color: var(--accent); }

/* ------------------------------------------------------------- floating */
.floating { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.45); cursor: pointer; border: 0; transition: transform .16s var(--ease); }
.fab:hover { transform: scale(1.08); }
.fab-wa { background: #25D366; }
.fab-call { background: var(--accent); }

/* -------------------------------------------------------- model detail */
.mhero { position: relative; min-height: 84svh; display: flex; align-items: flex-end; overflow: hidden; }
.mhero-bg { position: absolute; inset: 0; }
.mhero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); animation: heroZoom 14s var(--ease) forwards; }
.mhero-bg::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(0deg, rgba(0,0,0,.36), rgba(0,0,0,.36)),
  radial-gradient(620px 440px at 10% 82%, rgba(46,124,246,.13), transparent 62%),
  linear-gradient(180deg, rgba(0,0,0,.55) 0, rgba(0,0,0,.18) 32%, rgba(0,0,0,.4) 62%, rgba(0,0,0,.94) 100%),
  linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.34) 44%, transparent 70%); }
.mhero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(44px, 6vw, 84px); padding-top: 120px; }
.mhero .mtype-line { font-family: var(--sans); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; font-size: 12px; color: var(--muted); margin-top: 10px; }
.mhero h1 { font-size: clamp(40px, 7vw, 88px); font-weight: 800; }
.mhero .lede { color: var(--ink); opacity: .9; font-size: clamp(16px, 1.8vw, 20px); font-weight: 300; margin: 18px 0 32px; max-width: 56ch; }
.mhero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.back-link { position: absolute; top: 96px; left: 0; right: 0; z-index: 3; }
.back-link a { color: rgba(244,246,248,.8); font-family: var(--disp); font-weight: 400; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.back-link a:hover { color: var(--accent); }

.spec-band { background: var(--navy-900); border-bottom: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.spec { padding: clamp(30px, 4vw, 52px) clamp(16px, 2vw, 32px); position: relative; }
.spec + .spec::before { content: ""; position: absolute; left: 0; top: 24%; height: 52%; width: 1px; background: var(--line-2); }
.spec .k { color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.spec .v { font-family: var(--disp); font-size: clamp(24px, 3vw, 38px); font-weight: 700; margin-top: 12px; }
.spec .v small { font-size: 14px; color: var(--muted); font-weight: 300; }

.feature-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 5vw, 70px); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 40px; }
.feature-list li { list-style: none; display: flex; gap: 14px; align-items: flex-start; font-size: 16px; font-weight: 300; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature-list .tick { flex: none; width: 22px; height: 22px; color: var(--accent); margin-top: 3px; }
.disclaimer { color: var(--muted-2); font-size: 13px; margin-top: 34px; font-style: italic; max-width: 70ch; font-weight: 300; }

/* ------------------------------------------------------------------ modal */
.modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.82); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: var(--navy-900); border: 1px solid var(--line-2); border-radius: 8px; width: 100%; max-width: 470px; box-shadow: var(--shadow); position: relative; max-height: 94vh; overflow-y: auto; animation: pop .3s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-head { padding: 30px 30px 6px; }
.modal-head h3 { font-size: 25px; margin-top: 12px; text-transform: uppercase; letter-spacing: .01em; }
.modal-head p { color: var(--muted); font-size: 14.5px; margin-top: 8px; font-weight: 300; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border-radius: 50%; background: var(--glass); border: 1px solid var(--line); color: var(--ink); cursor: pointer; font-size: 19px; display: grid; place-items: center; }
.modal-close:hover { color: var(--accent); border-color: var(--accent); }
.modal form { padding: 18px 30px 30px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-family: var(--disp); font-size: 12px; font-weight: 500; color: var(--muted); margin-bottom: 7px; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink); background: var(--glass); border: 1px solid var(--line-2); border-radius: 4px; padding: 13px 15px; transition: border-color .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: rgba(255,255,255,.07); }
.field textarea { resize: vertical; min-height: 74px; }
.field select option { background: var(--navy-900); }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.modal .btn-primary { width: 100%; margin-top: 8px; }
.form-fine { color: var(--muted-2); font-size: 12px; text-align: center; margin-top: 14px; font-weight: 300; }
.thankyou { display: none; padding: 46px 34px 50px; text-align: center; }
.thankyou.show { display: block; }
.thankyou .check { width: 70px; height: 70px; border-radius: 50%; background: rgba(37,211,102,.16); color: #25D366; display: grid; place-items: center; margin: 0 auto 22px; font-size: 34px; }
.thankyou h3 { font-size: 24px; margin-bottom: 12px; text-transform: uppercase; }
.thankyou p { color: var(--muted); font-weight: 300; }

/* -------------------------------------------------------------- responsive */
@media (max-width: 940px) {
  .nav-links { display: none; }
  .nav-links.mobile-open { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; position: absolute; top: 100%; left: 0; right: 0; background: rgba(6,6,8,.98); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 26px clamp(20px,5vw,48px); max-height: calc(100svh - 66px); overflow-y: auto; overscroll-behavior: contain; }
  .nav-links.mobile-open a.link { font-size: 18px; opacity: 1; }
  .hamburger { display: block; }
  .nav-actions .btn { display: none; }                 /* header quote button hidden on mobile */
  .nav-links.mobile-open .mobile-cta { display: inline-flex; width: 100%; justify-content: center; margin-top: 8px; padding: 15px 24px; font-size: 14px; }
  /* 16px inputs stop iOS from auto-zooming the form on focus */
  .field input, .field select, .field textarea { font-size: 16px; }
  /* mega menu becomes a simple stacked list inside the mobile flyout */
  .nav-item.has-mega { display: flex; flex-direction: column; align-items: flex-start; width: 100%; gap: 6px; }
  .has-mega .caret { display: none; }
  .mega { position: static; opacity: 1; visibility: visible; transform: none; background: transparent;
    backdrop-filter: none; border: 0; box-shadow: none; padding: 2px 0 8px; }
  .mega::before { display: none; }
  .mega-inner { grid-template-columns: 1fr; gap: 2px; padding: 0; }
  .mega-item { flex-direction: row; align-items: center; gap: 12px; border: 0; background: transparent; border-radius: 0; padding: 7px 0; }
  .mega-item:hover { transform: none; border: 0; }
  .mega-thumb { width: 56px; height: 38px; aspect-ratio: auto; border-radius: 6px; flex: none; }
  .mega-tx { padding: 0; }
  .mega-name { font-size: 15px; }
  .mband, .mband.rev { grid-template-columns: 1fr; min-height: 0; }
  .mband .media { order: -1 !important; height: clamp(280px, 52vw, 460px); }
  .mband.rev .media { order: -1; }
  .mband .media img { position: absolute; }
  .why-grid { grid-template-columns: 1fr; gap: 8px; }
  .why-card { padding-block: 28px 0; }
  .feature-split { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .spec-row { grid-template-columns: 1fr 1fr; }
  .spec:nth-child(3)::before, .spec:nth-child(1)::before { display: none; }
}
@media (max-width: 560px) {
  .offer-row { grid-template-columns: 1fr; gap: 30px; }
  .offer-cell + .offer-cell::before { display: none; }
  .offer-cell { padding-block: 0; }
  .feature-list { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: 1fr 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .hero-scroll { display: none; }
  .row-2 { grid-template-columns: 1fr; }
}
