/* LeilCab landing page — redesign 2026. Self-contained; loaded only on the public homepage. */
:root{
    --ground:#F6F6F0; --surface:#FFFFFF; --surface-2:#EEF0E8; --surface-3:#E7EAE0;
    --ink:#141F17; --muted:#57655B; --line:#E3E7DC;
    --brand:#0F5A2E; --brand-mid:#127A3D; --brand-deep:#0A3D20;
    --gold:#D4A62C; --gold-deep:#B4831F; --gold-soft:#F6E9C4;
    --ink-band:#0A2E1A; --ink-band-2:#0D3A22; --on-ink:#EAF1E8; --on-ink-muted:#93A897; --ink-line:#1B4A30;
    --good:#1F9D6B;
    --shadow:0 1px 2px rgba(16,30,20,.04), 0 10px 26px -14px rgba(16,30,20,.14);
    --shadow-lift:0 2px 8px rgba(16,30,20,.07), 0 34px 70px -26px rgba(16,30,20,.34);
    --r:20px; --r-sm:13px; --r-lg:30px;
    --display:'Bricolage Grotesque', system-ui, sans-serif;
    --body:'Hanken Grotesk', system-ui, sans-serif;
    --meter:'Space Mono', ui-monospace, monospace;
    --maxw:1180px;
  }
  @media (prefers-color-scheme: dark){
    :root:not([data-theme="light"]){
      --ground:#08110C; --surface:#0F1B13; --surface-2:#15251A; --surface-3:#1B2E20;
      --ink:#EAF1E8; --muted:#96A99A; --line:#1F2E24;
      --gold-deep:#E4BB50; --gold-soft:#2A2413;
      --shadow:0 1px 2px rgba(0,0,0,.5), 0 14px 34px -16px rgba(0,0,0,.65);
      --shadow-lift:0 2px 8px rgba(0,0,0,.55), 0 34px 74px -26px rgba(0,0,0,.75);
    }
  }
  :root[data-theme="dark"]{
    --ground:#08110C; --surface:#0F1B13; --surface-2:#15251A; --surface-3:#1B2E20;
    --ink:#EAF1E8; --muted:#96A99A; --line:#1F2E24;
    --gold-deep:#E4BB50; --gold-soft:#2A2413;
    --shadow:0 1px 2px rgba(0,0,0,.5), 0 14px 34px -16px rgba(0,0,0,.65);
    --shadow-lift:0 2px 8px rgba(0,0,0,.55), 0 34px 74px -26px rgba(0,0,0,.75);
  }

  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{margin:0; background:var(--ground); color:var(--ink); font-family:var(--body); font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; overflow-x:hidden}
  @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} *{animation:none!important; transition:none!important} }
  .wrap{max-width:var(--maxw); margin-inline:auto; padding-inline:24px}
  h1,h2,h3{font-family:var(--display); font-weight:700; line-height:1.03; letter-spacing:-.025em; text-wrap:balance; margin:0}
  p{margin:0}
  a{color:inherit; text-decoration:none}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-family:var(--meter); font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--gold-deep)}
  .eyebrow::before{content:""; width:22px; height:2px; background:var(--gold); border-radius:2px}
  .band-ink .eyebrow{color:var(--gold)}

  .btn{display:inline-flex; align-items:center; justify-content:center; gap:9px; font-family:var(--body); font-weight:600; font-size:16px; padding:15px 24px; border-radius:999px; border:1.5px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease}
  .btn:active{transform:translateY(1px)}
  .btn-primary{background:var(--brand); color:#fff; box-shadow:0 12px 26px -12px rgba(15,90,46,.8)}
  .btn-primary:hover{background:var(--brand-mid); box-shadow:0 16px 32px -12px rgba(15,90,46,.6)}
  .btn-ghost{background:transparent; color:var(--ink); border-color:var(--line)}
  .btn-ghost:hover{border-color:var(--ink)}
  .btn-ink{background:var(--ink); color:var(--ground)}
  .btn-ink:hover{opacity:.9}
  .btn-gold{background:var(--ink-band); color:var(--gold)}
  .btn-gold:hover{background:#08251563}

  /* ---------- FLOATING ISLAND NAV ---------- */
  .nav-shell{position:sticky; top:0; z-index:80; padding-top:16px; padding-bottom:4px}
  .nav{max-width:1300px; margin-inline:16px; display:flex; align-items:center; gap:18px; height:62px; padding:0 12px 0 20px; flex-wrap:nowrap; background:color-mix(in srgb, var(--surface) 82%, transparent); backdrop-filter:blur(16px) saturate(1.3); border:1px solid var(--line); border-radius:999px; box-shadow:var(--shadow); transition:box-shadow .2s, background .2s}
  @media(min-width:1332px){ .nav{margin-inline:auto} }
  .nav.scrolled{box-shadow:var(--shadow-lift)}
  .brand{display:flex; align-items:center; gap:11px; font-family:var(--display); font-size:21px; letter-spacing:-.02em; white-space:nowrap; flex:none}
  .brand .mk{width:38px; height:38px; display:grid; place-items:center; flex:none}
  .brand .mk svg{width:38px; height:38px; display:block}
  .brand .mk .ring{stroke:var(--brand)}
  .brand .mk .chev{stroke:var(--gold)}
  .brand .word{font-weight:500; color:var(--brand); white-space:nowrap}
  .brand .word b{font-weight:800}
  @media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .brand .mk .ring{stroke:var(--on-ink)} :root:not([data-theme="light"]) .brand .word{color:var(--on-ink)} }
  :root[data-theme="dark"] .brand .mk .ring{stroke:var(--on-ink)}
  :root[data-theme="dark"] .brand .word{color:var(--on-ink)}
  .ft .brand .mk .ring{stroke:var(--on-ink)}
  .ft .brand .word{color:var(--on-ink)}
  .nav-links{display:flex; gap:20px; margin-left:4px; white-space:nowrap}
  .nav-links a{font-size:15px; color:var(--muted); font-weight:500; transition:color .15s; white-space:nowrap}
  .nav-links a:hover{color:var(--ink)}
  .nav-cta{margin-left:auto; display:flex; align-items:center; gap:9px; flex:none}
  .nav-cta .btn{padding:11px 20px}
  .nav-toggle{display:none; background:none; border:1.5px solid var(--line); border-radius:999px; width:42px; height:42px; cursor:pointer; color:var(--ink)}
  @media (max-width:1180px){ .nav-cta .btn-ghost{display:none} }
  @media (max-width:1040px){
    .nav-links{display:none}
    .nav-toggle{display:grid; place-items:center}
    .mobile-open .nav-links{display:flex; position:absolute; top:74px; white-space:normal; left:16px; right:16px; flex-direction:column; background:var(--surface); padding:18px 22px; gap:15px; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow-lift)}
  }

  /* ---------- HERO ---------- */
  .hero{position:relative; padding-block:56px 52px; overflow:hidden}
  .hero::before{content:""; position:absolute; top:-180px; right:-160px; width:620px; height:620px; border-radius:50%; background:radial-gradient(circle, color-mix(in srgb, var(--gold) 22%, transparent), transparent 62%); pointer-events:none; z-index:0}
  .hero-grid{position:relative; z-index:1; display:grid; grid-template-columns:1.02fr .98fr; gap:40px; align-items:center}
  .hero h1{font-size:clamp(42px, 6.4vw, 74px); font-weight:800; letter-spacing:-.035em}
  .hero h1 .hl{position:relative; color:var(--brand); white-space:nowrap}
  @media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .hero h1 .hl{color:var(--gold-deep)} }
  :root[data-theme="dark"] .hero h1 .hl{color:var(--gold-deep)}
  .hero h1 .hl::after{content:""; position:absolute; left:0; right:0; bottom:.06em; height:.14em; background:var(--gold); border-radius:3px; opacity:.55; z-index:-1}
  .hero .sub{margin-top:22px; font-size:19px; color:var(--muted); max-width:36ch}
  .hero-cta{display:flex; gap:13px; margin-top:30px; flex-wrap:wrap}
  .hero-proof{display:flex; align-items:center; gap:20px; margin-top:26px; flex-wrap:wrap}
  .proof-item{display:flex; align-items:center; gap:9px; font-size:14px; color:var(--muted)}
  .proof-item b{font-family:var(--meter); font-size:16px; color:var(--ink); font-weight:700}
  .stars{color:var(--gold-deep); letter-spacing:1px}
  .badges{display:flex; gap:12px; margin-top:26px; flex-wrap:wrap}
  .store{display:inline-flex; align-items:center; gap:10px; padding:9px 16px; border:1.5px solid var(--line); border-radius:13px; background:var(--surface); transition:border-color .15s, transform .15s}
  .store:hover{border-color:var(--ink); transform:translateY(-1px)}
  .store svg{width:22px; height:22px; flex:none}
  .store b{font-family:var(--display); font-weight:700; font-size:15px; display:block; line-height:1.1}
  .store span{font-size:11px; color:var(--muted)}

  /* hero stage: phone + floating cards */
  .stage{position:relative; justify-self:center; width:min(100%, 380px); height:600px; margin-inline:auto}
  .phone{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:266px; height:544px; background:linear-gradient(145deg,#243830,#081711); border-radius:50px; padding:12px; box-shadow:var(--shadow-lift), inset 0 0 0 2px rgba(255,255,255,.06), 0 0 0 1.5px rgba(0,0,0,.35); z-index:2}
  .phone::before,.phone::after{content:""; position:absolute; width:3.5px; border-radius:4px; background:linear-gradient(#3c4c44,#16241d)}
  .phone::before{left:-3px; top:128px; height:30px; box-shadow:0 44px 0 #2b3b33}
  .phone::after{right:-3px; top:156px; height:58px}
  .phone-screen{position:relative; width:100%; height:100%; background:var(--surface-2); border-radius:38px; overflow:hidden}
  .phone-screen::after{content:""; position:absolute; inset:0; border-radius:38px; background:linear-gradient(158deg, rgba(255,255,255,.10), transparent 20%); pointer-events:none; z-index:7}
  .phone .notch{position:absolute; top:19px; left:50%; transform:translateX(-50%); width:88px; height:25px; background:#040e08; border-radius:999px; z-index:6}
  .p-status{position:absolute; top:0; left:0; right:0; height:40px; display:flex; align-items:center; justify-content:space-between; padding:0 20px; font-family:var(--meter); font-size:11px; font-weight:700; color:var(--ink); z-index:4}
  .p-map{position:absolute; inset:0; bottom:236px; background:radial-gradient(120% 80% at 70% 20%, rgba(212,166,44,.14), transparent 60%), var(--surface-3); overflow:hidden}
  .p-map .g{position:absolute; inset:0; opacity:.55; background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size:30px 30px}
  .p-map svg{position:absolute; inset:0; width:100%; height:100%}
  .p-pin{position:absolute; width:12px; height:12px; border-radius:50%; border:3px solid var(--surface); transform:translate(-50%,-50%); box-shadow:0 2px 5px rgba(0,0,0,.3)}
  .p-car{position:absolute; transform:translate(-50%,-50%); width:30px; height:30px; border-radius:50%; background:var(--gold); display:grid; place-items:center; box-shadow:0 5px 14px -3px rgba(180,131,31,.9), 0 0 0 5px color-mix(in srgb, var(--gold) 28%, transparent); z-index:3}
  .p-car svg{width:17px; height:17px}
  .p-sheet{position:absolute; left:0; right:0; bottom:0; height:236px; background:var(--surface); border-radius:26px 26px 34px 34px; padding:18px 16px; box-shadow:0 -8px 24px -12px rgba(16,30,20,.25)}
  .p-grab{width:38px; height:4px; border-radius:3px; background:var(--line); margin:0 auto 14px}
  .p-h{font-family:var(--display); font-weight:700; font-size:15px; margin-bottom:12px; padding-left:4px}
  .veh{display:flex; align-items:center; gap:11px; padding:11px; border-radius:14px; border:1.5px solid var(--line); margin-bottom:9px; background:var(--surface)}
  .veh.sel{border-color:var(--brand); background:color-mix(in srgb, var(--brand) 6%, var(--surface))}
  .veh .vic{width:40px; height:34px; border-radius:9px; background:var(--surface-2); display:grid; place-items:center; flex:none}
  .veh.sel .vic{background:color-mix(in srgb, var(--gold) 22%, transparent)}
  .veh .vic svg{width:26px; height:22px}
  .veh .vt{flex:1}
  .veh .vt b{font-family:var(--display); font-size:14px; display:block; line-height:1.15}
  .veh .vt span{font-size:11px; color:var(--muted)}
  .veh .vf{font-family:var(--meter); font-weight:700; font-size:14px}
  .p-confirm{margin-top:4px; background:var(--brand); color:#fff; text-align:center; font-family:var(--body); font-weight:600; font-size:14px; padding:12px; border-radius:13px}

  .float{position:absolute; z-index:4; background:var(--surface); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow-lift); padding:12px 14px}
  .float.eta{top:48px; left:-4px; display:flex; align-items:center; gap:10px}
  .float.eta .liv{width:9px; height:9px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 0 rgba(212,166,44,.7); animation:pulse 2s infinite; flex:none}
  @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(212,166,44,.55)}70%{box-shadow:0 0 0 9px rgba(212,166,44,0)}100%{box-shadow:0 0 0 0 rgba(212,166,44,0)}}
  .float.eta b{font-family:var(--meter); font-weight:700; font-size:13px}
  .float.eta span{font-size:11px; color:var(--muted); display:block}
  .float.fare{bottom:104px; right:-8px; text-align:right}
  .float.fare .l{font-family:var(--meter); font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted)}
  .float.fare .v{font-family:var(--meter); font-weight:700; font-size:20px; color:var(--ink)}
  .float.fare .v small{color:var(--good); font-size:11px; display:block; letter-spacing:0}
  @media (prefers-reduced-motion:no-preference){
    .stage{animation:rise .7s ease both}
    .hero-copy .eyebrow{animation:fu .55s .04s both}
    .hero-copy h1{animation:fu .6s .12s both}
    .hero-copy .sub{animation:fu .6s .24s both}
    .hero-copy .hero-cta{animation:fu .6s .36s both}
    .hero-copy .hero-proof{animation:fu .6s .48s both}
    .hero h1 .hl::after{transform-origin:left center; animation:uline .55s .66s both}
    .float.eta{animation:rise .7s .2s both, floaty 4.6s 1.1s ease-in-out infinite alternate}
    .float.fare{animation:rise .7s .34s both, floaty 5.2s 1.4s ease-in-out infinite alternate}
    .p-route-solid{stroke-dasharray:360; stroke-dashoffset:360; animation:draw 1.1s .55s ease forwards}
  }
  @keyframes rise{from{opacity:0; transform:translateY(14px)}to{opacity:1; transform:none}}
  @keyframes fu{from{opacity:0; transform:translateY(16px)}to{opacity:1; transform:none}}
  @keyframes uline{from{transform:scaleX(0)}to{transform:scaleX(1)}}
  @keyframes floaty{from{transform:translateY(0)}to{transform:translateY(-9px)}}
  @keyframes draw{to{stroke-dashoffset:0}}

  /* ---------- CITY MARQUEE ---------- */
  .marquee{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--surface); padding:18px 0; overflow:hidden; margin-top:28px}
  .marquee-track{display:flex; gap:0; width:max-content; animation:scroll 34s linear infinite}
  @media (prefers-reduced-motion:reduce){ .marquee-track{animation:none; flex-wrap:wrap; width:auto; justify-content:center; row-gap:10px} }
  .marquee:hover .marquee-track{animation-play-state:paused}
  @keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
  .mq{display:inline-flex; align-items:center; gap:12px; padding:0 30px; font-family:var(--display); font-weight:700; font-size:19px; color:var(--muted); white-space:nowrap}
  .mq svg{width:16px; height:16px; color:var(--gold-deep)}

  /* ---------- SECTIONS ---------- */
  section.block{padding-block:92px}
  .sec-head{max-width:660px; margin-bottom:52px}
  .sec-head.center{margin-inline:auto; text-align:center}
  .sec-head h2{font-size:clamp(31px,4.4vw,48px); font-weight:700; margin-top:16px; letter-spacing:-.03em}
  .sec-head p{color:var(--muted); font-size:18px; margin-top:16px}

  /* ---------- BENTO FEATURES ---------- */
  .bento{display:grid; grid-template-columns:repeat(6,1fr); grid-auto-rows:1fr; gap:16px}
  .tile{background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:26px; box-shadow:var(--shadow); transition:transform .18s ease, box-shadow .2s ease; display:flex; flex-direction:column; min-height:210px}
  .tile:hover{transform:translateY(-3px); box-shadow:var(--shadow-lift)}
  .tile .ic{width:46px; height:46px; border-radius:13px; background:var(--surface-2); display:grid; place-items:center; margin-bottom:16px}
  .tile .ic svg{width:23px; height:23px; color:var(--brand)}
  @media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .tile .ic svg{color:var(--gold)} }
  :root[data-theme="dark"] .tile .ic svg{color:var(--gold)}
  .tile h3{font-size:19px; margin-bottom:8px}
  .tile p{color:var(--muted); font-size:15px}
  .tile.wide{grid-column:span 3}
  .tile.reg{grid-column:span 2}
  .tile.tall{grid-column:span 2; grid-row:span 2}
  .tile.feat-hero{grid-column:span 3; background:linear-gradient(150deg, var(--brand), var(--brand-deep)); color:#fff; border-color:transparent; justify-content:space-between}
  .tile.feat-hero .ic{background:rgba(255,255,255,.14)}
  .tile.feat-hero .ic svg{color:var(--gold)}
  .tile.feat-hero h3{font-size:24px; color:#fff}
  .tile.feat-hero p{color:#cfe6d6}
  .tile.feat-hero .big{font-family:var(--meter); font-weight:700; font-size:40px; color:var(--gold); letter-spacing:-.02em; margin-top:auto}
  @media (max-width:900px){
    .bento{grid-template-columns:repeat(2,1fr)}
    .tile,.tile.wide,.tile.reg,.tile.tall,.tile.feat-hero{grid-column:span 1; grid-row:auto}
  }

  /* ---------- HOW IT WORKS ---------- */
  .band-ink{background:var(--ink-band); color:var(--on-ink); position:relative; overflow:hidden}
  .band-ink .sec-head h2{color:var(--on-ink)}
  .band-ink .sec-head p{color:var(--on-ink-muted)}
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:20px}
  .step{background:var(--ink-band-2); border:1px solid var(--ink-line); border-radius:var(--r); padding:28px; position:relative}
  .step .num{font-family:var(--meter); font-weight:700; font-size:12px; color:var(--gold); letter-spacing:.12em}
  .step .ic{width:52px; height:52px; border-radius:14px; background:rgba(212,166,44,.16); display:grid; place-items:center; margin:16px 0 18px}
  .step .ic svg{width:25px; height:25px; color:var(--gold)}
  .step h3{font-size:21px; color:var(--on-ink)}
  .step p{color:var(--on-ink-muted); margin-top:10px; font-size:15.5px}

  /* ---------- DUAL ---------- */
  .dual{display:grid; grid-template-columns:1fr 1fr; gap:18px}
  .duo{border-radius:24px; padding:40px; border:1px solid var(--line); position:relative; overflow:hidden}
  .duo.ride{background:var(--surface)}
  .duo.drive{background:linear-gradient(150deg, var(--gold), var(--gold-deep)); color:#3A2C08; border-color:transparent}
  .duo h3{font-size:29px; margin-bottom:12px}
  .duo>p{font-size:16px; margin-bottom:22px}
  .duo.ride>p{color:var(--muted)}
  .duo.drive>p{color:#5a4a12}
  .duo ul{list-style:none; padding:0; margin:0 0 26px; display:grid; gap:12px}
  .duo li{display:flex; gap:10px; align-items:flex-start; font-size:15.5px}
  .duo li svg{width:19px; height:19px; flex:none; margin-top:3px}
  .duo.ride li svg{color:var(--brand)}
  .duo.drive li svg{color:#3A2C08}
  .earn{font-family:var(--meter); font-weight:700; font-size:12px; letter-spacing:.06em; background:rgba(23,21,15,.14); display:inline-block; padding:6px 12px; border-radius:999px; margin-bottom:18px}

  /* ---------- FLEET ---------- */
  .fleet{display:grid; grid-template-columns:1fr 1fr; gap:46px; align-items:center}
  .card-metrics{display:grid; grid-template-columns:1fr 1fr; gap:14px}
  .metric{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-sm); padding:22px; box-shadow:var(--shadow)}
  .metric .k{font-family:var(--meter); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted)}
  .metric .v{font-family:var(--meter); font-weight:700; font-size:27px; margin-top:6px; color:var(--ink)}
  .metric .v b{color:var(--good)}

  /* ---------- COVERAGE ---------- */
  .cov{display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center}
  .cov-map{aspect-ratio:1/.86; background:var(--ink-band-2); border:1px solid var(--ink-line); border-radius:var(--r); position:relative; overflow:hidden; display:grid; place-items:center}
  .cov-map .ring{position:absolute; border:1.5px solid rgba(212,166,44,.35); border-radius:50%; animation:ripple 3.5s ease-out infinite}
  @keyframes ripple{0%{width:60px; height:60px; opacity:.9}100%{width:340px; height:340px; opacity:0}}
  .cov-map .hub{width:18px; height:18px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 6px rgba(212,166,44,.2), 0 4px 12px rgba(0,0,0,.4); z-index:2}
  .cov-map .lab{position:absolute; bottom:20px; left:20px; font-family:var(--meter); font-size:12px; color:var(--on-ink); letter-spacing:.05em}
  .cov-map .lab b{color:var(--gold)}
  .chips{display:flex; flex-wrap:wrap; gap:11px; margin-top:22px}
  .chip{display:inline-flex; align-items:center; gap:8px; padding:9px 15px; border-radius:999px; border:1.5px solid var(--line); background:var(--surface); font-size:14.5px; font-weight:500}
  .chip .d{width:8px; height:8px; border-radius:50%; background:var(--good)}

  /* ---------- APP BAND ---------- */
  .appband{background:linear-gradient(150deg, var(--gold), var(--gold-deep)); color:#3A2C08; border-radius:var(--r-lg); padding:54px; display:grid; grid-template-columns:1.2fr .8fr; gap:32px; align-items:center; overflow:hidden; position:relative}
  .appband::before{content:""; position:absolute; top:-120px; right:-80px; width:360px; height:360px; border-radius:50%; background:rgba(255,255,255,.18)}
  .appband>*{position:relative; z-index:1}
  .appband h2{font-size:clamp(28px,4vw,44px); color:#2A2006}
  .appband p{color:#5a4a12; font-size:18px; margin-top:14px; max-width:40ch}
  .appband .badges .store{background:var(--ink-band); border-color:var(--ink-band); color:var(--gold)}
  .appband .badges .store span{color:#C7A44E}
  .appband .badges .store b{color:#fff}
  .qr{justify-self:end; text-align:center}
  .qr-box{width:152px; height:152px; border-radius:20px; background:var(--ink-band); display:grid; place-items:center; padding:16px}
  .qr-box svg{width:100%; height:100%}
  .qr .cap{font-family:var(--meter); font-size:11px; color:#5a4a12; margin-top:12px; letter-spacing:.08em}

  /* ---------- TESTIMONIALS ---------- */
  .quotes{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
  .quote{background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:28px; box-shadow:var(--shadow); display:flex; flex-direction:column; gap:16px}
  .quote .stars{font-size:15px}
  .quote p{font-size:15.5px}
  .quote .who{display:flex; align-items:center; gap:11px; margin-top:auto}
  .quote .who .av{width:42px; height:42px; border-radius:50%; background:var(--surface-2); display:grid; place-items:center; font-family:var(--display); font-weight:700; color:var(--gold-deep)}
  .quote .who b{font-size:15px; display:block}
  .quote .who span{font-size:13px; color:var(--muted)}

  /* ---------- FAQ ---------- */
  .faq{max-width:780px; margin-inline:auto; display:grid; gap:12px}
  details.q{background:var(--ink-band-2); border:1px solid var(--ink-line); border-radius:var(--r-sm); padding:4px 22px}
  details.q[open]{border-color:color-mix(in srgb, var(--gold) 50%, var(--ink-line))}
  details.q summary{list-style:none; cursor:pointer; padding:19px 0; font-family:var(--display); font-weight:600; font-size:17.5px; color:var(--on-ink); display:flex; align-items:center; gap:14px}
  details.q summary::-webkit-details-marker{display:none}
  details.q summary .plus{margin-left:auto; width:22px; height:22px; flex:none; position:relative}
  details.q summary .plus::before,details.q summary .plus::after{content:""; position:absolute; background:var(--gold); border-radius:2px}
  details.q summary .plus::before{top:10px; left:3px; right:3px; height:2px}
  details.q summary .plus::after{left:10px; top:3px; bottom:3px; width:2px; transition:opacity .2s}
  details.q[open] summary .plus::after{opacity:0}
  details.q .a{padding:0 0 20px; color:var(--on-ink-muted); font-size:15.5px}

  /* ---------- FOOTER ---------- */
  footer.ft{background:var(--ink-band); color:var(--on-ink); padding-block:62px 34px}
  .ft-grid{display:grid; grid-template-columns:1.7fr 1fr 1fr 1fr; gap:36px}
  .ft .brand{color:var(--on-ink)}
  .ft-about{color:var(--on-ink-muted); font-size:15px; margin-top:16px; max-width:34ch}
  .ft h4{font-family:var(--meter); font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--on-ink-muted); margin:0 0 16px; font-weight:700}
  .ft ul{list-style:none; padding:0; margin:0; display:grid; gap:11px}
  .ft ul a{color:var(--on-ink); opacity:.82; font-size:15px}
  .ft ul a:hover{opacity:1; color:var(--gold)}
  .ft-social{display:flex; gap:11px; margin-top:20px}
  .ft-social a{width:40px; height:40px; border-radius:12px; border:1px solid var(--ink-line); display:grid; place-items:center; color:var(--on-ink)}
  .ft-social a:hover{background:var(--gold); color:#3A2C08; border-color:transparent}
  .ft-social svg{width:18px; height:18px}
  .ft-bottom{border-top:1px solid var(--ink-line); margin-top:46px; padding-top:24px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; color:var(--on-ink-muted); font-size:14px}

  @media (max-width:900px){
    .hero-grid,.dual,.fleet,.appband,.cov,.ft-grid{grid-template-columns:1fr}
    .steps,.quotes{grid-template-columns:1fr 1fr}
    .qr{justify-self:start}
    .cov .cov-map{order:-1; max-width:420px}
    .stage{margin-top:20px}
  }
  @media (max-width:560px){
    body{font-size:16px}
    section.block{padding-block:62px}
    .steps,.quotes{grid-template-columns:1fr}
    .appband{padding:34px 26px}
    .ft-bottom{flex-direction:column}
    .hero::before{width:400px; height:400px}
  }
  :focus-visible{outline:3px solid var(--gold-deep); outline-offset:2px; border-radius:6px}

/* ---------- custom nav dropdowns + newsletter (landing shell) ---------- */
.lc-dd{position:relative}
.lc-dd-btn{display:inline-flex; align-items:center; gap:7px; background:transparent; border:1.5px solid var(--line); color:var(--ink); font-family:var(--body); font-weight:600; font-size:14px; padding:9px 13px; border-radius:999px; cursor:pointer; transition:border-color .15s}
.lc-dd-btn:hover{border-color:var(--ink)}
.lc-avatar{display:inline-grid; place-items:center; width:24px; height:24px; border-radius:50%; background:var(--brand); color:#fff; font-family:var(--display); font-weight:700; font-size:12px}
.lc-dd-menu{position:absolute; top:calc(100% + 8px); left:0; min-width:180px; background:var(--surface); border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-lift); padding:7px; display:none; z-index:90}
.lc-dd-menu-end{left:auto; right:0}
.lc-dd.open .lc-dd-menu{display:block}
.lc-dd-item{display:flex; align-items:center; gap:9px; padding:10px 12px; border-radius:10px; font-size:14.5px; color:var(--ink); font-family:var(--body)}
.lc-dd-item:hover{background:var(--surface-2)}
.lc-hide-sm{}
@media (max-width:520px){ .lc-hide-sm{display:none} }
.ft-news{margin-top:44px; padding-top:32px; border-top:1px solid var(--ink-line); max-width:520px}
.ft-news label{display:block; font-family:var(--meter); font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--on-ink-muted); margin-bottom:12px; font-weight:700}
.ft-news-row{display:flex; gap:10px; flex-wrap:wrap}
.ft-news input{flex:1; min-width:200px; background:var(--ink-band-2); border:1px solid var(--ink-line); border-radius:999px; padding:13px 20px; color:var(--on-ink); font-family:var(--body); font-size:15px}
.ft-news input::placeholder{color:var(--on-ink-muted)}
.ft-news input:focus{outline:2px solid var(--gold); border-color:transparent}

/* responsive feature grid (CMS features, any count) */
.lc-fgrid{display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:16px}

/* ---------- stat bar (CMS statistics counters) ---------- */
.statbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--surface)}
.statbar .stats{display:grid; grid-template-columns:repeat(4,1fr)}
.statbar .stat{padding:30px 24px; text-align:center; border-right:1px solid var(--line)}
.statbar .stat:last-child{border-right:none}
.statbar .stat .n{font-family:var(--meter); font-weight:700; font-size:clamp(24px,3vw,34px); color:var(--ink); letter-spacing:-.02em; font-variant-numeric:tabular-nums; line-height:1.1}
.statbar .stat .l{font-size:13.5px; color:var(--muted); margin:8px auto 0; max-width:24ch; line-height:1.45}
@media (max-width:900px){ .statbar .stats{grid-template-columns:1fr 1fr} .statbar .stat:nth-child(2n){border-right:none} .statbar .stat:nth-child(1),.statbar .stat:nth-child(2){border-bottom:1px solid var(--line)} }
@media (max-width:520px){ .statbar .stats{grid-template-columns:1fr} .statbar .stat{border-right:none; border-bottom:1px solid var(--line)} .statbar .stat:last-child{border-bottom:none} }
