/* ===================================================================
   ACR Automobile — Homepage layout (Onyx & Gold)
   A composed, editorial luxury layout. Brand tokens come from styles.css;
   this file owns the homepage's structure, rhythm and motion only.
   =================================================================== */

:root {
  --maxw: 1320px;
  --gut: clamp(20px, 5vw, 72px);
  --sec: clamp(80px, 11vw, 168px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--bg-base); color: var(--text-primary); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }
section { position: relative; }

/* ---- Shared type ---- */
.mono { font-family: var(--font-mono); letter-spacing: .04em; }
.eyebrow { display: inline-flex; align-items: center; gap: 13px; font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--signal-300); }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--signal-500); opacity: .8; }
.eyebrow.center { justify-content: center; }
.lead { color: var(--text-secondary); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.7; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; letter-spacing: .012em; line-height: .98; margin: 0; color: var(--text-primary); }

.shead { max-width: 760px; }
.shead.center { margin: 0 auto; text-align: center; }
.shead h2 { font-size: clamp(36px, 5.2vw, 70px); margin: 18px 0 0; }
.shead .lead { margin: 22px 0 0; }
.shead.center .lead { margin-left: auto; margin-right: auto; }

.section { padding: var(--sec) 0; }
.section.tight { padding: clamp(56px, 7vw, 104px) 0; }
.rule-top { border-top: 1px solid var(--border-subtle); }

/* ---- Buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 58px; padding: 0 30px; border-radius: var(--radius-pill); font-family: var(--font-body); font-weight: 600; font-size: 15px; letter-spacing: .01em; cursor: pointer; border: 1px solid transparent; transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out), background .22s var(--ease-out), border-color .22s var(--ease-out), color .22s var(--ease-out); white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn-gold { background: var(--silver-fill); color: var(--silver-ink); box-shadow: 0 8px 26px rgba(47,161,204,.26), inset 0 1px 0 rgba(235,239,241,.5); }
.btn-gold:hover { background: var(--silver-fill-hover); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(47,161,204,.42), inset 0 1px 0 rgba(235,239,241,.55); }
.btn-line { background: transparent; color: var(--text-primary); border-color: var(--border-strong); }
.btn-line:hover { border-color: var(--signal-500); color: var(--signal-300); transform: translateY(-2px); }
.btn-wa { background: #1FA855; color: #fff; box-shadow: 0 8px 26px rgba(31,168,85,.28); }
.btn-wa:hover { background: #25c463; transform: translateY(-2px); box-shadow: 0 16px 40px rgba(31,168,85,.4); }
.btn-wa svg { fill: #fff; }
.btn-sm { height: 48px; padding: 0 22px; font-size: 14px; }
.btn[hidden] { display: none; }

/* ===================================================================
   TOP UTILITY BAR + HEADER
   =================================================================== */
.topbar { position: relative; z-index: 60; background: var(--navy-950); border-bottom: 1px solid var(--border-subtle); font-size: 12px; }
.topbar .wrap { min-height: 42px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar .tb-tag { font-family: var(--font-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); font-size: 11px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: var(--text-secondary); }
.topbar a:hover { color: var(--signal-300); }
.topbar .tb-r { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.tb-social { display: inline-flex; gap: 14px; align-items: center; padding-left: 18px; border-left: 1px solid var(--border-subtle); }
.tb-social a { color: var(--text-muted); }
.tb-social a:hover { color: var(--signal-300); }
.tb-social svg { width: 15px; height: 15px; }

header.nav { position: sticky; top: 0; z-index: 55; transition: background .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease-out); border-bottom: 1px solid transparent; background: linear-gradient(180deg, rgba(15,23,32,.9) 0%, rgba(15,23,32,0) 100%); }
header.nav.scrolled { background: rgba(15,23,32,.96); backdrop-filter: blur(18px); border-bottom-color: var(--border-default); box-shadow: 0 10px 40px rgba(0,0,0,.5); }
header.nav .wrap { height: 88px; display: flex; align-items: center; gap: 36px; }
header.nav.scrolled .wrap { height: 76px; }
.logo { height: 30px; width: auto; display: block; transition: height .3s var(--ease-out); }
header.nav.scrolled .logo { height: 27px; }
nav.main { display: flex; gap: 30px; margin-left: 10px; }
nav.main > a, nav.main .nav-item > a { position: relative; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-secondary); display: inline-flex; align-items: center; gap: 6px; padding: 6px 0; }
nav.main > a::after, nav.main .nav-item > a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--signal-500); transition: width .26s var(--ease-out); }
nav.main > a:hover, nav.main .nav-item:hover > a { color: var(--text-primary); }
nav.main > a:hover::after, nav.main .nav-item:hover > a::after { width: 100%; }
nav.main .nav-item { position: relative; }
nav.main .nav-item > a { cursor: pointer; }
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); min-width: 248px; background: rgba(27,39,51,.98); backdrop-filter: blur(18px); border: 1px solid var(--border-default); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); padding: 9px; opacity: 0; visibility: hidden; transition: opacity .18s var(--ease-out), transform .18s var(--ease-out); z-index: 60; }
nav.main .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(6px); }
.dropdown a { display: block; padding: 10px 14px; border-radius: var(--radius-sm); font-size: 13.5px; font-weight: 500; color: var(--text-secondary); white-space: nowrap; transition: background .14s, color .14s; }
.dropdown a:hover { background: var(--accent-soft); color: var(--signal-300); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav-phone { font-family: var(--font-mono); font-size: 14px; letter-spacing: .04em; color: var(--text-primary); display: inline-flex; align-items: center; gap: 8px; }
.nav-phone:hover { color: var(--signal-300); }
.nav-burger { display: none; width: 46px; height: 46px; border: 1px solid var(--border-strong); border-radius: var(--radius-sm); background: transparent; color: var(--text-primary); cursor: pointer; align-items: center; justify-content: center; }
.nav-burger svg { width: 22px; height: 22px; }

/* ---- Mobile off-canvas ---- */
.mnav { position: fixed; inset: 0; z-index: 90; background: rgba(15,23,32,.99); backdrop-filter: blur(8px); transform: translateX(100%); transition: transform .35s var(--ease-out); overflow-y: auto; padding: 24px var(--gut) 60px; display: flex; flex-direction: column; gap: 6px; }
body.menu-open .mnav { transform: none; }
body.menu-open { overflow: hidden; }
.mnav-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.mnav-close { width: 46px; height: 46px; border: 1px solid var(--border-strong); border-radius: var(--radius-sm); background: transparent; color: var(--text-primary); cursor: pointer; }
.mnav-close svg { width: 22px; height: 22px; }
.mnav details { border-bottom: 1px solid var(--border-subtle); }
.mnav summary { list-style: none; cursor: pointer; padding: 16px 0; font-family: var(--font-display); font-size: 26px; letter-spacing: .02em; color: var(--text-primary); display: flex; align-items: center; justify-content: space-between; }
.mnav summary::-webkit-details-marker { display: none; }
.mnav summary .chev { transition: transform .2s; color: var(--signal-300); }
.mnav details[open] summary .chev { transform: rotate(180deg); }
.mnav .sub { padding: 0 0 16px; display: flex; flex-direction: column; gap: 2px; }
.mnav .sub a { padding: 9px 0; font-size: 15px; color: var(--text-secondary); }
.mnav .sub a:hover { color: var(--signal-300); }
.mnav .m-direct { padding: 16px 0; font-family: var(--font-display); font-size: 26px; letter-spacing: .02em; color: var(--text-primary); border-bottom: 1px solid var(--border-subtle); }
.mnav .btn { margin-top: 26px; width: 100%; }

/* ===================================================================
   HERO — full-bleed cinematic
   =================================================================== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; margin-top: -88px; padding-top: 88px; overflow: hidden; isolation: isolate; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; z-index: -2; }
.hero-scrim { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(15,23,32,.94) 0%, rgba(15,23,32,.74) 38%, rgba(15,23,32,.32) 72%, rgba(15,23,32,.5) 100%),
  linear-gradient(0deg, rgba(15,23,32,.96) 2%, rgba(15,23,32,.2) 42%, rgba(15,23,32,.55) 100%),
  radial-gradient(80% 60% at 88% 8%, rgba(47,161,204,.16) 0%, rgba(47,161,204,0) 55%); }
.hero .wrap { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) clamp(348px, 30vw, 412px); gap: clamp(36px, 5vw, 76px); align-items: center; padding-top: clamp(132px, 16vh, 196px); padding-bottom: clamp(56px, 9vh, 108px); }
.hero-inner { max-width: 700px; }
.hero h1 { font-size: clamp(46px, 6.4vw, 98px); line-height: .9; letter-spacing: .008em; margin: 24px 0 0; text-wrap: balance; }
.hero h1 .sil { display: block; background: linear-gradient(180deg, #CFEAF5 0%, var(--signal-500) 122%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { margin: 28px 0 0; max-width: 620px; font-size: clamp(16px, 1.5vw, 20px); }
.hero-urgency { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; padding: 12px 20px; border: 1px solid rgba(47,161,204,.4); background: rgba(47,161,204,.08); backdrop-filter: blur(6px); border-radius: var(--radius-pill); font-size: 14px; color: var(--text-secondary); transition: border-color .2s, background .2s; }
.hero-urgency:hover { border-color: var(--signal-500); background: rgba(47,161,204,.14); }
.hero-urgency strong { color: var(--text-primary); font-weight: 600; }
.hero-urgency svg { width: 17px; height: 17px; color: var(--signal-300); flex: none; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-ticks { display: flex; gap: 14px 30px; margin-top: 42px; flex-wrap: wrap; padding-top: 30px; border-top: 1px solid var(--border-subtle); }
.tick { display: inline-flex; align-items: center; gap: 10px; color: var(--text-secondary); font-size: 14px; }
.tick svg { width: 18px; height: 18px; color: var(--signal-300); }
.hero-cap { position: absolute; right: var(--gut); bottom: clamp(56px, 8vh, 104px); z-index: 1; display: flex; align-items: center; gap: 13px; padding: 13px 18px; background: rgba(27,39,51,.7); backdrop-filter: blur(12px); border: 1px solid var(--border-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.hero-cap .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--secure-soft); display: grid; place-items: center; flex: none; }
.hero-cap .ic svg { width: 21px; height: 21px; color: var(--signal-300); }
.hero-cap .t { font-family: var(--font-display); font-size: 17px; letter-spacing: .02em; color: var(--text-primary); }
.hero-cap .d { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--text-muted); margin-top: 1px; }
@media (max-width: 860px) { .hero-cap { display: none; } }

/* Hero trust chip + quick-quote card */
.hero-rating { display: inline-flex; align-items: center; gap: 11px; margin-top: 24px; padding: 9px 16px; border: 1px solid var(--border-default); border-radius: var(--radius-pill); background: rgba(30,44,58,.5); backdrop-filter: blur(6px); font-size: 13px; color: var(--text-secondary); }
.hero-rating .stars { display: inline-flex; gap: 2px; }
.hero-rating .stars svg { width: 15px; height: 15px; color: #F5B544; fill: #F5B544; }
.hero-rating strong { color: var(--text-primary); font-weight: 700; }
.hero-rating .sep { width: 1px; height: 14px; background: var(--border-strong); }
.hero-quote { background: rgba(22,33,45,.84); backdrop-filter: blur(16px); border: 1px solid var(--border-strong); border-radius: var(--radius-xl); padding: clamp(24px, 2vw, 32px); box-shadow: var(--shadow-xl); display: flex; flex-direction: column; gap: 14px; }
.hero-quote .hq-body { display: flex; flex-direction: column; gap: 14px; }
.hero-quote .hq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-quote .hq-grid .field.full { grid-column: 1 / -1; }
.hero-quote .field input, .hero-quote .field select { height: 46px; font-size: 14px; }
.hero-quote .multi .mchip span { padding: 8px 12px; font-size: 12.5px; }
.hero-quote .hq-body > .field.full > label { font-size: 12px; }
.hero-quote .hq-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--signal-300); }
.hero-quote h2 { font-size: clamp(26px, 2vw, 34px); letter-spacing: .02em; margin: 6px 0 2px; line-height: .95; }
.hero-quote .hq-sub { font-size: 13px; color: var(--text-secondary); margin: 0 0 4px; line-height: 1.5; }
.hero-quote .field label { font-size: 12px; }
.hero-quote .btn { width: 100%; margin-top: 4px; }
.hero-quote .hq-alt { font-size: 12.5px; color: var(--text-muted); text-align: center; }
.hero-quote .hq-alt a { color: var(--signal-300); font-weight: 600; }
.hero-quote .hq-alt a:hover { color: var(--text-primary); }
.hero-quote .hq-ok { display: none; text-align: center; padding: 12px 0; }
.hero-quote .hq-ok .ic { width: 54px; height: 54px; border-radius: var(--radius-pill); background: var(--secure-soft); border: 1px solid var(--border-signal); display: grid; place-items: center; margin: 0 auto 14px; }
.hero-quote .hq-ok .ic svg { width: 26px; height: 26px; color: var(--signal-300); }
.hero-quote .hq-ok h3 { font-size: 23px; letter-spacing: .02em; }
.hero-quote .hq-ok p { font-size: 13.5px; color: var(--text-secondary); margin-top: 8px; line-height: 1.55; }
@media (max-width: 1080px) { .hero .wrap { grid-template-columns: minmax(0, 1fr) 358px; } }
@media (max-width: 880px) { .hero .wrap { grid-template-columns: 1fr; gap: 34px; } .hero-inner { max-width: none; } .hero-quote { max-width: 520px; } }

/* ===================================================================
   ACCREDITATION MARQUEE
   =================================================================== */
.marquee { overflow: hidden; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); background: var(--navy-900); }
.marquee-track { display: flex; gap: 0; width: max-content; animation: marqueeMove 38s linear infinite; }
.marquee-track .grp { display: flex; }
.marquee .it { display: inline-flex; align-items: center; gap: 13px; padding: 20px 38px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-secondary); white-space: nowrap; }
.marquee .it svg { width: 16px; height: 16px; color: var(--signal-300); }
.marquee .sep { align-self: center; color: var(--signal-700); }
@keyframes marqueeMove { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ===================================================================
   INTRO STATEMENT
   =================================================================== */
.intro .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 96px); align-items: end; }
.intro h2 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.0; max-width: 12ch; }
.intro .body { color: var(--text-secondary); }
.intro .body p { margin: 0 0 18px; font-size: clamp(15px, 1.2vw, 17.5px); line-height: 1.75; }
.intro .body p:last-child { margin-bottom: 0; }
.intro .body strong { color: var(--text-primary); font-weight: 600; }
@media (max-width: 880px) { .intro .wrap { grid-template-columns: 1fr; align-items: start; gap: 28px; } }

/* ===================================================================
   SERVICES — numbered editorial cards
   =================================================================== */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(40px, 5vw, 64px); }
.svc { position: relative; display: flex; flex-direction: column; gap: 16px; padding: clamp(28px, 2.4vw, 40px); min-height: 320px; background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); overflow: hidden; transition: transform .3s var(--ease-out), border-color .3s var(--ease-out), box-shadow .3s var(--ease-out); }
.svc::before { content: ""; position: absolute; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(90deg, var(--signal-500), var(--signal-300)); transition: width .4s var(--ease-out); }
.svc:hover { transform: translateY(-6px); border-color: var(--border-signal); box-shadow: var(--shadow-lg), 0 0 50px -18px rgba(47,161,204,.6); }
.svc:hover::before { width: 100%; }
.svc.feat { border-color: rgba(47,161,204,.5); background: linear-gradient(180deg, rgba(47,161,204,.07), rgba(47,161,204,0) 40%), var(--surface-card); }
.svc-num { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; color: var(--signal-500); }
.svc .ic { width: 54px; height: 54px; border-radius: 13px; background: var(--accent-soft); border: 1px solid rgba(47,161,204,.28); display: grid; place-items: center; }
.svc .ic svg { width: 25px; height: 25px; color: var(--signal-300); }
.svc h3 { font-size: clamp(24px, 2vw, 30px); letter-spacing: .02em; }
.svc p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.svc-price { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--signal-300); letter-spacing: .03em; }
.svc .more { margin-top: auto; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-primary); display: inline-flex; align-items: center; gap: 8px; }
.svc .more svg { width: 16px; height: 16px; color: var(--signal-300); transition: transform .26s var(--ease-out); }
.svc:hover .more svg { transform: translateX(6px); }
.svc .flag { position: absolute; top: 22px; right: 22px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--silver-ink); background: var(--silver-fill); padding: 5px 11px; border-radius: var(--radius-pill); }
.svc-also { margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.svc-also .sa-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); }
.sa-tabs { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.sa-tab { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border: 1px solid var(--border-default); border-radius: var(--radius-pill); background: var(--surface-card); font-size: 14px; font-weight: 600; color: var(--text-secondary); transition: border-color .2s var(--ease-out), color .2s var(--ease-out), transform .2s var(--ease-out), box-shadow .2s var(--ease-out); }
.sa-tab:hover { border-color: var(--border-signal); color: var(--text-primary); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.sa-tab svg { width: 17px; height: 17px; color: var(--signal-300); }

/* ===================================================================
   PRICING / COMPARE — three spec cards
   =================================================================== */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(40px, 5vw, 64px); align-items: stretch; }
.tier { position: relative; display: flex; flex-direction: column; padding: clamp(28px, 2.4vw, 40px); background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); transition: transform .3s var(--ease-out), border-color .3s var(--ease-out), box-shadow .3s var(--ease-out); }
.tier:hover { transform: translateY(-6px); border-color: var(--border-signal); box-shadow: var(--shadow-lg), 0 0 50px -18px rgba(47,161,204,.55); }
.tier.feat { border-color: var(--signal-500); box-shadow: 0 0 0 1px var(--signal-500), 0 0 60px -22px rgba(47,161,204,.7); }
.tier .flag { position: absolute; top: -13px; left: clamp(28px,2.4vw,40px); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--silver-ink); background: var(--silver-fill); padding: 5px 13px; border-radius: var(--radius-pill); }
.tier .tname { font-family: var(--font-display); font-size: clamp(28px, 2.4vw, 38px); letter-spacing: .02em; color: var(--text-primary); }
.tier .tsum { font-size: 13.5px; color: var(--text-secondary); line-height: 1.55; margin: 10px 0 0; min-height: 42px; }
.tier .tprice { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 0; padding: 22px 0; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.tier .tprice .lbl { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }
.tier .tprice .amt { font-family: var(--font-display); font-size: clamp(34px, 3vw, 46px); color: var(--text-primary); letter-spacing: .01em; line-height: .9; }
.tier ul { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 13px; }
.tier li { display: flex; gap: 12px; font-size: 14px; color: var(--text-secondary); line-height: 1.4; align-items: center; }
.tier li svg { width: 17px; height: 17px; flex: none; }
.tier li.yes svg { color: var(--signal-300); }
.tier li.no { color: var(--text-muted); }
.tier li.no svg { color: var(--navy-500); }
.tier .tcta { margin-top: auto; padding-top: 28px; }
.tier .tcta .btn { width: 100%; }
.compare-cta { display: flex; gap: 14px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }

/* ===================================================================
   PROCESS — numbered timeline
   =================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: clamp(48px, 6vw, 80px); position: relative; }
.steps::before { content: ""; position: absolute; top: 30px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, var(--border-strong) 12%, var(--border-strong) 88%, transparent); z-index: 0; }
.step { position: relative; z-index: 1; }
.step .dot { width: 60px; height: 60px; border-radius: var(--radius-pill); background: var(--navy-900); border: 1px solid var(--signal-500); display: grid; place-items: center; font-family: var(--font-display); font-size: 24px; color: var(--signal-300); letter-spacing: .02em; box-shadow: 0 0 0 8px var(--bg-base); }
.step h4 { font-family: var(--font-display); font-size: clamp(22px, 1.9vw, 28px); letter-spacing: .02em; margin: 24px 0 10px; }
.step p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.6; margin: 0; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; gap: 36px 26px; } .steps::before { display: none; } }
@media (max-width: 460px) { .steps { grid-template-columns: 1fr; } }

/* ===================================================================
   STATS + WHY
   =================================================================== */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 48px); padding: clamp(40px, 5vw, 64px) 0; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.stat-cell { text-align: center; }
.stat-cell .v { font-family: var(--font-display); font-size: clamp(42px, 5.5vw, 78px); letter-spacing: .01em; line-height: .85; color: var(--text-primary); }
.stat-cell .v.gold { background: linear-gradient(180deg, #CFEAF5, var(--signal-500)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-cell .l { font-size: 13px; color: var(--text-muted); margin-top: 14px; line-height: 1.4; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(48px, 6vw, 80px); }
.stat-note { text-align: center; font-size: 13px; color: var(--text-muted); margin: 22px 0 0; }
.why-item { padding: clamp(26px, 2.2vw, 36px); background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); transition: border-color .3s, transform .3s var(--ease-out); }
.why-item:hover { border-color: var(--border-signal); transform: translateY(-4px); }
.why-item .ic { width: 50px; height: 50px; border-radius: 12px; background: var(--surface-raised); border: 1px solid var(--border-default); display: grid; place-items: center; margin-bottom: 20px; }
.why-item .ic svg { width: 23px; height: 23px; color: var(--signal-300); }
.why-item h4 { font-family: var(--font-display); font-size: clamp(21px, 1.7vw, 26px); letter-spacing: .02em; margin-bottom: 10px; }
.why-item p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.6; margin: 0; }
@media (max-width: 820px) { .stat-band { grid-template-columns: 1fr 1fr; gap: 36px 20px; } .why-grid { grid-template-columns: 1fr; } }

/* ===================================================================
   GALLERY — installations
   =================================================================== */
.gal { display: grid; grid-template-columns: repeat(4, 1fr); align-items: start; gap: 16px; margin-top: clamp(48px, 6vw, 72px); }
.install-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-default); background: var(--surface-card); transition: border-color .3s, box-shadow .3s; }
.install-card.big { grid-column: span 2; grid-row: auto; }
.install-card:hover { border-color: var(--border-signal); box-shadow: var(--shadow-lg); }
.install-card .ph { position: relative; overflow: hidden; aspect-ratio: 16/9; background: var(--surface-deep, #0d1620); }
.install-card photo-drop { --photo-fit: contain; }
.install-card.big .ph { aspect-ratio: 16/9; }
.install-card photo-drop { width: 100%; height: 100%; display: block; transition: transform .6s var(--ease-out); }
.install-card:hover photo-drop { transform: scale(1.05); }
.install-card .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 20px 18px; background: linear-gradient(0deg, rgba(15,23,32,.95) 8%, rgba(15,23,32,.4) 70%, transparent); z-index: 2; }
.install-card .cap .sys { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--signal-300); }
.install-card .cap h4 { font-family: var(--font-display); font-size: clamp(19px, 1.6vw, 26px); letter-spacing: .02em; margin: 4px 0 0; color: #fff; }
.install-card .cap p { font-size: 12.5px; color: var(--platinum-300); line-height: 1.45; margin: 7px 0 0; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .35s var(--ease-out), opacity .35s var(--ease-out), margin .35s var(--ease-out); }
.install-card:hover .cap p { max-height: 80px; opacity: 1; }
.gal-more { text-align: center; margin-top: 44px; }
@media (max-width: 900px) { .gal { grid-template-columns: repeat(2, 1fr); } .install-card.big { grid-column: span 2; grid-row: auto; } .install-card.big .ph { aspect-ratio: 16/9; min-height: 0; } }
@media (max-width: 540px) { .gal { grid-template-columns: 1fr; } .install-card.big { grid-column: auto; } }

/* ===================================================================
   TESTIMONIALS / GOOGLE REVIEWS
   =================================================================== */
.reviews { background: var(--navy-900); }
.rev-head { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column; }
.gscore { display: inline-flex; align-items: center; gap: 16px; }
a.gscore { text-decoration: none; cursor: pointer; transition: opacity .2s; }
a.gscore:hover { opacity: .82; }
a.hero-rating { cursor: pointer; text-decoration: none; }
a.hero-rating:hover { border-color: var(--signal-500); }
.glogo { font-family: var(--font-display); font-weight: 400; font-size: 36px; letter-spacing: .01em; }
.glogo .b{color:#4285F4}.glogo .r{color:#EA4335}.glogo .y{color:#FBBC05}.glogo .g{color:#34A853}
.stars { display: inline-flex; gap: 3px; }
.stars svg { width: 22px; height: 22px; color: #F5B544; fill: #F5B544; }
.rev-sub { font-size: 13px; color: var(--text-muted); margin-top: 6px; }
.reviews-widget { margin-top: clamp(36px, 5vw, 56px); }

/* ===================================================================
   PRESS
   =================================================================== */
.press { text-align: center; }
.press-text { max-width: 700px; margin: 22px auto 0; font-size: clamp(15px,1.2vw,17px); line-height: 1.7; color: var(--text-secondary); }
.press-logos { display: flex; align-items: center; gap: clamp(30px, 5vw, 60px); flex-wrap: wrap; justify-content: center; margin-top: clamp(40px, 5vw, 60px); }
.press-logo { font-family: var(--font-display); font-size: 24px; letter-spacing: .02em; color: var(--platinum-300); opacity: .72; transition: opacity .25s; }
.press-logo:hover { opacity: 1; }
.press-logo img { height: 32px; width: auto; display: block; filter: grayscale(1) brightness(1.7); opacity: .82; transition: opacity .25s, filter .25s; }
.press-logo:hover img { opacity: 1; filter: grayscale(1) brightness(2); }
.press-logo.crest img { height: 58px; }
.press-more { margin-top: 34px; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--signal-300); display: inline-flex; align-items: center; gap: 8px; }
.press-more svg { width: 16px; height: 16px; }

/* ===================================================================
   CONCIERGE
   =================================================================== */
.concierge { background: radial-gradient(110% 120% at 12% -10%, rgba(47,161,204,.1) 0%, rgba(47,161,204,0) 46%), var(--navy-900); }
.conc-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.conc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.conc-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: rgba(180,196,210,.03); border: 1px solid var(--border-default); border-radius: var(--radius-md); font-size: 14px; transition: border-color .25s, background .25s, transform .25s var(--ease-out); }
.conc-item:hover { border-color: var(--border-signal); background: var(--accent-soft); transform: translateX(4px); }
.conc-item svg { width: 18px; height: 18px; color: var(--signal-300); flex: none; }
.conc-cta { background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-xl); padding: clamp(30px, 3vw, 44px); box-shadow: var(--shadow-lg); position: sticky; top: 110px; }
.conc-cta h3 { font-size: clamp(28px, 2.4vw, 38px); letter-spacing: .02em; margin: 16px 0 0; }
.conc-cta p { font-size: 14.5px; color: var(--text-secondary); margin: 14px 0 26px; line-height: 1.6; }
.conc-cta .btn { width: 100%; }
.conc-cta .btn + .btn { margin-top: 12px; }
@media (max-width: 900px) { .conc-wrap { grid-template-columns: 1fr; gap: 32px; } .conc-cta { position: static; } }
@media (max-width: 460px) { .conc-list { grid-template-columns: 1fr; } }

/* ===================================================================
   ASSESSMENT FORM — dark CTA panel
   =================================================================== */
.assess { background: radial-gradient(100% 120% at 85% 0%, rgba(47,161,204,.12) 0%, rgba(47,161,204,0) 50%), linear-gradient(180deg, var(--navy-900), var(--navy-950)); border-top: 1px solid var(--border-subtle); }
.assess-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.assess-copy h2 { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.0; margin: 18px 0 0; }
.assess-copy .lead { margin: 22px 0 0; }
.assess-points { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; }
.assess-point { display: flex; gap: 16px; }
.assess-point .ic { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--surface-raised); border: 1px solid var(--border-default); display: grid; place-items: center; }
.assess-point .ic svg { width: 22px; height: 22px; color: var(--signal-300); }
.assess-point h4 { font-family: var(--font-display); font-size: 20px; letter-spacing: .02em; margin: 2px 0 6px; }
.assess-point p { font-size: 14px; color: var(--text-secondary); line-height: 1.55; margin: 0; }
.assess-card { background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-xl); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-xl); }
.assess-card h3 { font-size: clamp(24px, 2vw, 30px); letter-spacing: .02em; }
.assess-card > form > p { font-size: 14px; color: var(--text-secondary); margin-top: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12.5px; font-weight: 600; letter-spacing: .03em; color: var(--text-secondary); }
.field input, .field select { height: 50px; padding: 0 15px; width: 100%; min-width: 0; background: var(--surface-inset); border: 1px solid var(--border-default); border-radius: var(--radius-md); color: var(--text-primary); font-family: var(--font-body); font-size: 15px; outline: none; transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus { border-color: var(--signal-500); box-shadow: 0 0 0 3px var(--accent-soft); }
.field input::placeholder { color: var(--text-muted); }
.multi { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
/* Multi-select dropdown shell (wraps the .multi chips; checkboxes preserved) */
.msel { position: relative; margin-top: 4px; }
.msel-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 48px; padding: 0 15px; background: var(--surface-inset); border: 1px solid var(--border-default); border-radius: var(--radius-md); color: var(--text-muted); font-family: var(--font-body); font-size: 15px; cursor: pointer; text-align: left; transition: border-color .15s, box-shadow .15s; }
.msel-trigger:hover { border-color: var(--border-strong); }
.msel-trigger[aria-expanded="true"] { border-color: var(--signal-500); box-shadow: 0 0 0 3px var(--accent-soft); }
.msel-trigger.has-sel { color: var(--text-primary); }
.msel-trigger .msel-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.msel-trigger svg { width: 18px; height: 18px; flex: none; color: var(--signal-300); transition: transform .2s var(--ease-out); }
.msel-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.msel-panel { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30; background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); padding: 14px; max-height: 264px; overflow-y: auto; display: none; }
.msel.open .msel-panel { display: block; }
.msel-panel .multi { margin-top: 0; }
.mchip { position: relative; display: inline-flex; }
.mchip input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.mchip span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--border-default); border-radius: var(--radius-pill); background: var(--surface-inset); color: var(--text-secondary); font-size: 13.5px; font-weight: 500; cursor: pointer; transition: border-color .14s, color .14s, background .14s; }
.mchip span::before { content: ""; width: 14px; height: 14px; border-radius: 4px; border: 1.5px solid var(--border-strong); flex: none; transition: background .14s, border-color .14s; }
.mchip input:checked + span { border-color: var(--signal-500); color: var(--text-primary); background: var(--accent-soft); }
.mchip input:checked + span::before { background: var(--signal-500); border-color: var(--signal-500); box-shadow: inset 0 0 0 2px var(--surface-inset); }
.mchip input:focus-visible + span { box-shadow: 0 0 0 3px var(--accent-soft); }
.send-via { margin-top: 22px; }
.send-via .sv-label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text-secondary); margin-bottom: 10px; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seg-opt { position: relative; display: block; }
.seg-opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.seg-opt > span { display: flex; align-items: center; justify-content: center; gap: 8px; height: 48px; border: 1px solid var(--border-default); border-radius: var(--radius-md); background: var(--surface-inset); color: var(--text-secondary); font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .15s, color .15s, background .15s; }
.seg-opt > span svg { width: 17px; height: 17px; }
.seg-opt input:checked + span { border-color: var(--signal-500); color: var(--text-primary); background: var(--accent-soft); }
.seg-opt input:focus-visible + span { box-shadow: 0 0 0 3px var(--accent-soft); }
#assessSubmit { width: 100%; margin-top: 22px; }
#assessSubmit .sub-ic { display: inline-flex; align-items: center; }
.assess-trust { display: flex; align-items: center; gap: 9px; justify-content: center; margin-top: 16px; font-size: 12.5px; color: var(--text-muted); }
.assess-trust svg { width: 14px; height: 14px; }
.form-ok { display: none; text-align: center; padding: 30px 0; }
.form-ok .ic { width: 64px; height: 64px; border-radius: var(--radius-pill); background: var(--secure-soft); border: 1px solid rgba(47,161,204,.35); display: grid; place-items: center; margin: 0 auto 20px; }
.form-ok .ic svg { width: 30px; height: 30px; color: var(--signal-300); }
.form-ok h3 { font-size: 26px; letter-spacing: .02em; }
@media (max-width: 880px) { .assess-wrap { grid-template-columns: 1fr; gap: 36px; } .form-grid { grid-template-columns: 1fr; } }

/* ===================================================================
   FAQ
   =================================================================== */
.faq { max-width: 880px; margin: clamp(44px,5vw,64px) auto 0; }
.faq details { border-bottom: 1px solid var(--border-default); transition: border-color .2s; }
.faq summary { list-style: none; cursor: pointer; padding: 26px 0; font-family: var(--font-display); font-size: clamp(20px, 1.8vw, 27px); letter-spacing: .02em; color: var(--text-primary); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pl { flex: none; width: 24px; height: 24px; position: relative; }
.faq summary .pl::before, .faq summary .pl::after { content: ""; position: absolute; background: var(--signal-300); border-radius: 2px; transition: transform .25s; }
.faq summary .pl::before { left: 3px; right: 3px; top: 11px; height: 2px; }
.faq summary .pl::after { top: 3px; bottom: 3px; left: 11px; width: 2px; }
.faq details[open] summary .pl::after { transform: scaleY(0); }
.faq details[open] summary { color: var(--signal-300); }
.faq .ans { padding: 0 0 26px; color: var(--text-secondary); font-size: 15.5px; line-height: 1.7; max-width: 760px; }
.faq-cta { text-align: center; margin-top: 44px; }

/* ===================================================================
   FOOTER
   =================================================================== */
footer.ft { background: var(--navy-950); border-top: 1px solid var(--border-subtle); }
.ft-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding: clamp(56px, 7vw, 96px) 0 56px; }
.ft-about .logo { height: 28px; margin-bottom: 22px; }
.ft-about p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; max-width: 290px; margin: 0 0 22px; }
.ft-social { display: flex; gap: 11px; }
.ft-social a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border-default); display: grid; place-items: center; color: var(--text-muted); transition: color .2s, border-color .2s, transform .2s; }
.ft-social a:hover { color: var(--signal-300); border-color: var(--signal-500); transform: translateY(-2px); }
.ft-social svg { width: 17px; height: 17px; }
.ft-col h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--signal-300); margin: 0 0 20px; }
.ft-col a { display: block; font-size: 14px; color: var(--text-secondary); margin-bottom: 12px; transition: color .18s; }
.ft-col a:hover { color: var(--text-primary); }
.nap { font-size: 13.5px; color: var(--text-secondary); line-height: 1.8; }
.nap strong { color: var(--text-primary); font-weight: 600; }
.nap a:hover { color: var(--signal-300); }
.ft-bottom { border-top: 1px solid var(--border-subtle); padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--text-muted); font-size: 12.5px; }
.ft-legal { display: inline-flex; gap: 18px; flex-wrap: wrap; }
.ft-legal a:hover { color: var(--text-primary); }
.ft-accr { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; color: var(--text-muted); }
@media (max-width: 900px) { .ft-top { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 520px) { .ft-top { grid-template-columns: 1fr; } }

/* ===================================================================
   FLOATING CONTACT + MOBILE CTA BAR
   =================================================================== */
.fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; }
.fab summary { position: relative; list-style: none; cursor: pointer; width: 60px; height: 60px; border-radius: var(--radius-pill); background: #1FA855; display: grid; place-items: center; box-shadow: 0 12px 34px rgba(31,168,85,.42); transition: transform .15s, background .15s; }
.fab summary::-webkit-details-marker { display: none; }
.fab summary:hover { transform: scale(1.06); }
.fab summary svg { width: 28px; height: 28px; color: #fff; }
.fab .fab-x { display: none; }
.fab[open] summary { background: var(--navy-700); }
.fab[open] .fab-msg { display: none; }
.fab[open] .fab-x { display: block; }
.fab summary .pip { position: absolute; top: 0; right: 2px; width: 14px; height: 14px; border-radius: var(--radius-pill); background: var(--alert-400); border: 2px solid var(--navy-950); }
.fab[open] summary .pip { display: none; }
.fab-menu { position: absolute; bottom: 72px; right: 0; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.fab-opt { display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; height: 50px; border-radius: var(--radius-pill); font-weight: 600; font-size: 14.5px; box-shadow: var(--shadow-md); white-space: nowrap; }
.fab-opt svg { width: 20px; height: 20px; }
.fab-call { background: var(--silver-fill); color: var(--silver-ink); }
.fab-whats { background: #1FA855; color: #fff; }
.fab-whats svg { fill: #fff; }

.mcta { display: none; }
@media (max-width: 760px) {
  .mcta { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; background: rgba(15,23,32,.97); backdrop-filter: blur(12px); border-top: 1px solid var(--border-default); }
  .mcta a { display: flex; align-items: center; justify-content: center; gap: 7px; height: 60px; font-weight: 600; font-size: 14px; color: var(--text-primary); border-right: 1px solid var(--border-subtle); }
  .mcta a:last-child { border-right: none; }
  .mcta svg { width: 18px; height: 18px; }
  .mcta-wa { background: #1FA855; color: #fff !important; }
  .mcta-wa svg { fill: #fff; }
  .mcta-q { background: var(--silver-fill); color: var(--silver-ink) !important; }
  .fab { bottom: 74px; }
  body { padding-bottom: 60px; }
}

/* ===================================================================
   RESPONSIVE — nav + hero + grids
   =================================================================== */
@media (max-width: 1080px) {
  nav.main { display: none; }
  .nav-burger { display: inline-flex; }
  .svc-grid, .tiers { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .svc-grid, .tiers { grid-template-columns: 1fr; }
  .nav-phone { display: none; }
  .topbar .tb-tag { display: none; }
  .hero-ticks { gap: 12px 22px; }
}

/* ---- Local entrance/reveal supplements (base.css handles the rest) ---- */
@media (prefers-reduced-motion: no-preference) {
  .hero-cap { animation: acrRise .8s var(--ease-out) both; animation-delay: .5s; }
  .hero-quote { animation: acrRise .8s var(--ease-out) both; animation-delay: .26s; }
  .hero-rating { animation: acrRise .7s var(--ease-out) both; animation-delay: .34s; }
}

/* Anchor offset for sticky header */
section[id], #quote { scroll-margin-top: 110px; }


/* ===== Multi-step wizard (assessment form) ===== */
.btn-ghost { background: transparent; color: var(--text-primary); border: 1px solid var(--border-strong); }
.btn-ghost:hover { border-color: var(--signal-500); color: var(--signal-300); transform: translateY(-2px); }
.btn-silver { background: var(--silver-fill); color: var(--silver-ink); box-shadow: 0 8px 26px rgba(47,161,204,.26), inset 0 1px 0 rgba(220,235,255,.45); }
.btn-silver:hover { background: var(--silver-fill-hover); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(47,161,204,.42), inset 0 1px 0 rgba(220,235,255,.5); }
.wiz-head { margin-bottom: 20px; }
.wiz-prog { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.wiz-bar { flex: 1; height: 5px; border-radius: var(--radius-pill); background: var(--surface-inset); border: 1px solid var(--border-subtle); overflow: hidden; }
.wiz-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--signal-500), var(--signal-300)); border-radius: var(--radius-pill); transition: width .32s var(--ease-out); }
.wiz-count { font-size: 12px; color: var(--text-muted); font-family: var(--font-mono); white-space: nowrap; }
.wiz-count b { color: var(--text-primary); }
.wiz-dots { list-style: none; display: flex; gap: 8px; padding: 0; margin: 16px 0 0; }
.wiz-dots li { flex: 1; font-size: 10.5px; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; color: var(--text-muted); text-align: center; padding-bottom: 9px; border-bottom: 2px solid var(--border-subtle); transition: color .2s, border-color .2s; }
.wiz-dots li.done { color: var(--text-secondary); border-color: var(--signal-500); }
.wiz-dots li.cur { color: var(--signal-300); border-color: var(--signal-300); }
.wiz-step { animation: wizIn .26s var(--ease-out); }
@keyframes wizIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.wiz-step .form-grid { margin-top: 0; }
.wiz-nav { display: flex; gap: 10px; margin-top: 22px; }
.wiz-nav .btn { flex: 1; height: 54px; }
.wiz-nav [data-wiz-back] { flex: 0 0 auto; padding: 0 18px; }
@media (prefers-reduced-motion: reduce) { .wiz-step { animation: none; } }


/* Nested flyout submenu (Services > BMW / Mini iDrive) */
.dropdown .nav-sub { position: relative; }
.dropdown .nav-sub > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dropdown .subdropdown { position: absolute; top: -8px; left: 100%; min-width: 232px; background: rgba(27,39,51,.98); backdrop-filter: blur(18px); border: 1px solid var(--border-strong); border-radius: var(--radius-md); padding: 8px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateX(6px); transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 70; }
.dropdown .nav-sub:hover > .subdropdown { opacity: 1; visibility: visible; transform: translateX(0); }


/* Mobile nested submenu */
.mnav .msub { border-bottom: none; }
.mnav .msub > summary { font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--text-secondary); padding: 9px 0; }
.mnav .msub > summary .chev { width: 16px; height: 16px; }
.mnav .sub2 { display: flex; flex-direction: column; gap: 2px; padding: 2px 0 6px 16px; }
.mnav .sub2 a { padding: 9px 0; font-size: 14.5px; color: var(--text-secondary); }
.mnav .sub2 a:hover { color: var(--signal-300); }
