/* Self-hosted so the marketing CSP (font-src 'self') can load them.
   Previously fetched from api.fontshare.com, which the CSP blocks outright. */
@font-face {
  font-family: 'Clash Display';
  src: url('/fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('/fonts/ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   SHOPDEY MARKETING DESIGN SYSTEM  (extends app index.css tokens)
   Single source of truth for every marketing page.
   ============================================================ */
/* ============================================================= SHOPDEY MARKETING — extends the app design system (index.css tokens) */
:root{
  --bg:#0B100E; --surface:#151C19; --surface-2:#1D2521; --line:#28322C; --line-2:#333F38;
  --text:#EAF1EC; --muted:#8A968F; --faint:#76877C;
  --brand:#25D366; --brand-ink:#05230F; --deep:#0E2A20;
  --gold:#F5B715; --blue:#4C8DF6; --amber:#F0A017; --red:#EF5350;
  --stage:#070A09;
  --paper:#F3EFE4; --paper-ink:#141A16; /* inverted 'receipt' card — the money-in-ink motif */
  --display:"Clash Display","Satoshi",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --body:"Satoshi",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;
  --wrap:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0}
body{
  min-width: 320px; overflow-x: hidden;
  background:var(--stage); color:var(--text); font-family:var(--body);
  line-height:1.5; -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}
h1,h2,h3{font-family:var(--display);font-weight:700;letter-spacing:-.02em;line-height:1.04;margin:0}
p{margin:0}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}
.eyebrow{font-family:var(--body);font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand)}
.eyebrow.muted{color:var(--faint)}
.naira{font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--text);font-weight:700}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--body);font-weight:700;font-size:15px;
  padding:14px 22px;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:.16s;white-space:nowrap}
.btn.primary{background:var(--brand);color:var(--brand-ink);box-shadow:0 8px 30px -8px rgba(37,211,102,.55)}
.btn.primary:hover{transform:translateY(-1px);box-shadow:0 14px 40px -10px rgba(37,211,102,.7)}
.btn.ghost{border-color:var(--line-2);color:var(--text);background:transparent}
.btn.ghost:hover{border-color:var(--brand);color:var(--text)}
.btn.sm{padding:10px 16px;font-size:13.5px;border-radius:11px}
.wa-ico{width:18px;height:18px;flex:none}

/* ---------- top nav ---------- */
.nav{position:sticky;top:0;z-index:60;backdrop-filter:blur(12px);
  background:rgba(7,10,9,.72);border-bottom:1px solid var(--line)}
.nav .wrap{display:flex;align-items:center;gap:26px;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:19px;letter-spacing:-.01em}
.brand .mk{width:28px;height:28px;border-radius:8px;background:var(--brand);color:var(--brand-ink);
  display:grid;place-items:center;font-weight:700;font-size:16px;font-family:var(--display)}
.nav .links{display:flex;gap:24px;margin-left:12px}
.nav .links a{font-size:14.5px;color:var(--muted);font-weight:500}
.nav .links a:hover{color:var(--text)}
.nav .spacer{margin-left:auto}
.nav .actions{display:flex;align-items:center;gap:10px}
.nav .login{font-size:14.5px;color:var(--text);font-weight:600;padding:8px 6px}
.menu-btn{display:none}

/* ---------- hero ---------- */
.hero{position:relative;padding:64px 0 40px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:-20% 0 auto -10%;height:620px;z-index:0;
  background:radial-gradient(60% 60% at 22% 20%,rgba(37,211,102,.16),transparent 70%),
             radial-gradient(50% 50% at 90% 10%,rgba(76,141,246,.10),transparent 70%)}
.hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.hero .badge{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;color:var(--muted);
  border:1px solid var(--line-2);border-radius:999px;padding:6px 13px;background:rgba(21,28,25,.6);margin-bottom:22px}
.hero .badge b{color:var(--brand);font-weight:700}
.hero .badge .live{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(37,211,102,.18)}
.hero h1{font-size:clamp(38px,5.4vw,62px);font-weight:700}
.hero h1 .ink{color:var(--text)}
.hero h1 .g{color:var(--brand)}
.hero .sub{color:var(--muted);font-size:18.5px;line-height:1.55;margin-top:20px;max-width:520px}
.hero .sub b{color:var(--text);font-weight:700}
.hero .cta-row{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.hero .trust{display:flex;gap:18px;margin-top:22px;flex-wrap:wrap;color:var(--faint);font-size:13px}
.hero .trust span{display:inline-flex;align-items:center;gap:7px}
.hero .trust .tick{color:var(--brand)}

/* ---------- the loop (signature) ---------- */
.loop{position:relative;display:flex;align-items:center;justify-content:center;gap:0;min-height:520px;max-width:100%}
.frame{width:206px;background:var(--bg);border:1px solid var(--line-2);border-radius:26px;overflow:hidden;
  box-shadow:0 34px 70px -20px rgba(0,0,0,.7);flex:none}
.frame.lift{transform:translateY(-16px) rotate(-2.5deg);z-index:2}
.frame.lift2{transform:translateY(18px) rotate(2.5deg);margin-left:-30px;z-index:1}
.f-hd{background:var(--deep);padding:11px 12px;display:flex;align-items:center;gap:9px}
.f-hd .av{width:28px;height:28px;border-radius:50%;background:var(--brand);color:var(--brand-ink);display:grid;place-items:center;font-weight:700;font-size:11px;font-family:var(--display)}
.f-hd .nm{font-weight:700;font-size:12.5px;line-height:1.1}
.f-hd .st{font-size:10px;color:#9fd8b4}
.f-body{padding:12px;display:flex;flex-direction:column;gap:9px;min-height:360px}
/* chat bubbles */
.cbl,.cbr{max-width:86%;padding:8px 11px;border-radius:13px;font-size:11.5px;line-height:1.4}
.cbl{align-self:flex-start;background:var(--surface-2);border:1px solid var(--line);border-top-left-radius:4px}
.cbr{align-self:flex-end;background:#134d2f;border-top-right-radius:4px}
.linkcard{align-self:flex-start;background:var(--surface);border:1px solid var(--line-2);border-radius:12px;padding:9px;width:86%}
.linkcard .lp{height:64px;border-radius:8px;background:linear-gradient(135deg,#22302a,#14231c);display:grid;place-items:center;font-size:26px}
.linkcard .lt{font-size:11.5px;font-weight:700;margin-top:7px}
.linkcard .lu{font-size:10px;color:var(--brand);margin-top:2px}
/* storefront card */
.prodcard{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.prodcard .ph{height:96px;background:linear-gradient(135deg,#26332b,#16241d);display:grid;place-items:center;font-size:36px}
.prodcard .mt{padding:9px}
.prodcard .nm{font-size:12px;font-weight:700}
.chip{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px}
.chip.blue{background:#132747;color:#7fb0f7}
.chip.gold{color:var(--gold)}
.mini-cta{background:var(--brand);color:var(--brand-ink);font-weight:700;text-align:center;padding:9px;border-radius:10px;font-size:12px;margin-top:9px}
.dots-mini{display:flex;gap:4px;justify-content:center;margin-top:9px}
.dots-mini i{width:5px;height:5px;border-radius:50%;background:var(--line-2)}
.dots-mini i.on{width:15px;border-radius:3px;background:var(--brand)}
/* connecting arrows */
.loop-arrow{position:absolute;z-index:5;color:var(--brand);opacity:.9;font-size:12px;font-weight:700;
  background:rgba(7,10,9,.9);border:1px solid var(--line-2);border-radius:999px;padding:5px 11px;display:inline-flex;align-items:center;gap:6px}
.loop-arrow.a1{top:40px;left:50%;transform:translateX(-60%)}
.loop-arrow.a2{bottom:36px;left:50%;transform:translateX(-40%)}

/* ---------- logo / proof strip ---------- */
.proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--stage)}
.proof .wrap{padding:20px 22px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:center}
.proof .lab{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}
.proof .avatars{display:flex}
.proof .avatars span{width:34px;height:34px;border-radius:50%;border:2px solid var(--stage);margin-left:-10px;
  display:grid;place-items:center;font-size:14px;background:var(--surface-2)}
.proof .stat{font-size:14px;color:var(--muted)}
.proof .stat b{color:var(--text);font-family:var(--display);font-weight:700}

/* ---------- section shell ---------- */
section{position:relative}
.band{padding:88px 0}
.band-head{max-width:680px;margin-bottom:44px}
.band-head h2{font-size:clamp(28px,3.6vw,42px)}
.band-head p{color:var(--muted);font-size:18px;margin-top:16px}
.center{text-align:center;margin-left:auto;margin-right:auto}

/* ---------- problem ---------- */
.problem{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.problem .grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.chaos{display:flex;flex-direction:column;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px}
.chaos .cbl,.chaos .cbr{max-width:78%;font-size:12.5px}
.chaos .losttag{align-self:center;font-size:11px;color:var(--red);border:1px dashed #5a2b2b;border-radius:8px;padding:5px 10px;background:#1e1414}
.pain-list{display:flex;flex-direction:column;gap:16px}
.pain{display:flex;gap:14px;align-items:flex-start}
.pain .x{width:26px;height:26px;border-radius:8px;flex:none;display:grid;place-items:center;background:#221417;color:var(--red);font-weight:800;border:1px solid #3a1d1d}
.pain b{font-weight:700}
.pain p{color:var(--muted);font-size:14.5px;margin-top:2px}

/* ---------- how it works ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}
.step{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px;position:relative}
.step .no{font-family:var(--mono);font-size:12px;color:var(--brand);font-weight:700;letter-spacing:.1em}
.step h3{font-size:20px;margin:14px 0 8px}
.step p{color:var(--muted);font-size:14.5px}
.step .art{height:120px;border-radius:12px;margin-top:18px;border:1px solid var(--line);
  background:linear-gradient(135deg,#1a231d,#111a15);display:grid;place-items:center;font-size:30px;position:relative;overflow:hidden}
.step .flowline{position:absolute;top:44px;right:-30px;width:30px;height:2px;background:linear-gradient(90deg,var(--brand),transparent);z-index:3}

/* ---------- features ---------- */
.feat-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.fcol{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:6px}
.fcol .ic{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;font-size:20px;margin-bottom:12px;
  background:rgba(37,211,102,.09);border:1px solid #1e4c34}
.fcol h3{font-size:19px;margin-bottom:6px}
.fcol .tag{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);font-weight:700;margin-bottom:14px}
.fcol ul{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:11px}
.fcol li{font-size:14px;color:var(--muted);padding-left:24px;position:relative;line-height:1.45}
.fcol li::before{content:"";position:absolute;left:0;top:6px;width:14px;height:14px;border-radius:4px;
  background:rgba(37,211,102,.12);border:1px solid var(--brand)}
.fcol li b{color:var(--text);font-weight:600}

/* ---------- trust rails (Nigeria) ---------- */
.trust-band{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.rails{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.rail{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px}
.rail .ic{font-size:22px}
.rail h4{font-size:15px;margin:10px 0 5px;font-family:var(--display);font-weight:600}
.rail p{font-size:13px;color:var(--muted)}
/* receipt card — inverted, money in ink */
.receipt{background:var(--paper);color:var(--paper-ink);border-radius:16px;padding:22px 20px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.6);position:relative;font-family:var(--mono)}
.receipt::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:12px;
  background:radial-gradient(circle at 6px -2px,transparent 6px,var(--paper) 6px);background-size:16px 12px}
.receipt .r-top{display:flex;justify-content:space-between;align-items:center;font-family:var(--display);font-weight:700;font-size:15px;margin-bottom:14px}
.receipt .r-top .paid{font-family:var(--body);font-size:11px;font-weight:700;color:#0b7a3c;background:#d6f0e0;padding:3px 9px;border-radius:999px}
.receipt .r-row{display:flex;justify-content:space-between;font-size:12.5px;padding:6px 0;border-bottom:1px dashed #cfc6b2}
.receipt .r-row span:last-child{font-weight:700}
.receipt .r-total{display:flex;justify-content:space-between;font-size:15px;font-weight:700;padding-top:12px;margin-top:4px;font-family:var(--display)}
.receipt .r-foot{font-family:var(--body);font-size:11px;color:#6a6252;margin-top:12px;display:flex;align-items:center;gap:6px}

/* ---------- archetypes ---------- */
.arch-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.arch{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px 14px;text-align:center;transition:.16s}
.arch:hover{border-color:var(--brand);transform:translateY(-3px)}
.arch .em{font-size:30px}
.arch h4{font-size:15px;margin:12px 0 4px;font-family:var(--display);font-weight:600}
.arch p{font-size:12px;color:var(--muted)}
.arch .ex{font-size:11px;color:var(--faint);margin-top:8px}

/* ---------- comparison ---------- */
.cmp{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.cmp th,.cmp td{padding:16px 18px;text-align:left;font-size:14px;border-bottom:1px solid var(--line)}
.cmp thead th{font-family:var(--display);font-weight:600;font-size:14px;color:var(--muted);background:var(--stage)}
.cmp thead th.us{color:var(--brand)}
.cmp td:first-child{color:var(--muted)}
.cmp .us{background:rgba(37,211,102,.05)}
.cmp .yes{color:var(--brand);font-weight:700}
.cmp .no{color:var(--faint)}
.cmp .meh{color:var(--amber)}
.cmp tr:last-child td{border-bottom:0}

/* ---------- pricing preview ---------- */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
.plan{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:8px}
.plan.hi{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),0 30px 60px -30px rgba(37,211,102,.4)}
.plan .pn{font-family:var(--display);font-weight:700;font-size:20px}
.plan .pp{font-size:14px;color:var(--muted)}
.plan .amt{font-family:var(--display);font-weight:700;font-size:30px;margin:6px 0}
.plan .amt small{font-size:14px;color:var(--muted);font-weight:500;font-family:var(--body)}
.plan ul{list-style:none;margin:10px 0;padding:0;display:flex;flex-direction:column;gap:9px}
.plan li{font-size:13px;color:var(--muted);padding-left:22px;position:relative}
.plan li::before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:800}
.plan .btn{margin-top:auto;justify-content:center}
.no-comm{text-align:center;margin-top:22px;color:var(--muted);font-size:14px}
.no-comm b{color:var(--text)}

/* ---------- testimonials ---------- */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quote{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:16px}
.quote .stars{color:var(--gold);font-size:14px;letter-spacing:2px}
.quote p{font-size:14.5px;line-height:1.55}
.quote .who{display:flex;align-items:center;gap:11px;margin-top:auto}
.quote .who .av{width:38px;height:38px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center;font-size:16px}
.quote .who .nm{font-size:13px;font-weight:700}
.quote .who .biz{font-size:11.5px;color:var(--muted)}

/* ---------- faq ---------- */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 34px}
.faq{border-bottom:1px solid var(--line);padding:18px 0}
.faq h4{font-size:16px;font-family:var(--display);font-weight:600;display:flex;justify-content:space-between;gap:12px}
.faq h4 .q{color:var(--faint);font-family:var(--mono);font-size:13px}
.faq p{color:var(--muted);font-size:14px;margin-top:9px;line-height:1.55}

/* ---------- final cta ---------- */
.final{padding:96px 0;text-align:center;position:relative;overflow:hidden}
.final::before{content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(50% 80% at 50% 0%,rgba(37,211,102,.14),transparent 70%)}
.final .wrap{position:relative;z-index:1}
.final h2{font-size:clamp(30px,4.4vw,52px)}
.final p{color:var(--muted);font-size:19px;margin:18px auto 30px;max-width:520px}
.final .cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.final .fineprint{color:var(--faint);font-size:13px;margin-top:20px}

/* ---------- footer ---------- */
footer{border-top:1px solid var(--line);background:var(--stage);padding:56px 0 34px}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px}
.foot-brand p{color:var(--muted);font-size:13.5px;margin-top:14px;max-width:270px;line-height:1.55}
.foot-col h5{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin:0 0 14px;font-weight:700}
.foot-col a{display:block;font-size:14px;color:var(--muted);padding:5px 0}
.foot-col a:hover{color:var(--text)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line);flex-wrap:wrap}
.foot-bottom p{font-size:13px;color:var(--faint)}
.foot-bottom .socials{display:flex;gap:12px}
.foot-bottom .socials a{width:34px;height:34px;border-radius:9px;border:1px solid var(--line-2);display:grid;place-items:center;color:var(--muted)}
.foot-bottom .socials a:hover{border-color:var(--brand);color:var(--text)}

/* ---------- responsive ---------- */
/* max-width breakpoints are ordered WIDEST to NARROWEST in source order so
   that equal-specificity rules for the same selector resolve correctly —
   a narrower breakpoint must always come after a wider one. */
/* tablet-range refinements (between the 960px grid-collapse and the 560px
   loop-stack) — tightens wrap padding and section spacing, same technique
   marketing/styles.css uses at its own 980px/680px breakpoints */
@media (max-width: 980px) {
  .wrap{padding:0 18px}
  .band{padding:64px 0}
}
@media (max-width:960px){
  .hero .wrap,.problem .grid,.trust-grid{grid-template-columns:1fr}
  .loop{min-height:auto;margin-top:16px}
  .steps,.feat-cols,.quotes{grid-template-columns:1fr}
  .arch-grid{grid-template-columns:repeat(2,1fr)}
  .price-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
  .nav .links{display:none}
  .cmp-scroll{overflow-x:auto}
}
@media (max-width:960px){
  .frow{grid-template-columns:1fr;gap:28px;padding:40px 0}
  .frow.flip .fr-text{order:0}
  .contact-grid,.stat-row,.values{grid-template-columns:1fr}
  .stat-row{max-width:340px}
}
@media (max-width: 680px) {
  .band-head{margin-bottom:32px}
  .frow{padding:32px 0}
  .quote{padding:18px}
}
/* hero loop — stack the two frames vertically on small screens so BOTH the chat
   and the storefront halves of the signature read cleanly (mobile is primary) */
@media (max-width:560px){
  .loop{flex-direction:column;align-items:center;gap:0;min-height:auto}
  .loop .frame{width:236px;max-width:88vw}
  .loop .frame.lift{transform:none;z-index:2}
  .loop .frame.lift2{transform:none;margin-left:0;margin-top:14px;z-index:1}
  .loop-arrow{position:static;transform:none;display:inline-flex;margin:12px auto}
  .loop-arrow.a1{order:-1}
}
@media (max-width:520px){
  .band{padding:60px 0}
  .arch-grid{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr}
  .nav .login{display:none}
}
@media (prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(14px);animation:rise .6s forwards}
  @keyframes rise{to{opacity:1;transform:none}}
}

/* ============================================================
   INTERIOR PAGES  (how-it-works, features, pricing, about,
   faq, contact, legal, 404) — shares all tokens above.
   ============================================================ */

/* active nav link */
.nav .links a.active{color:var(--text);position:relative}
.nav .links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-22px;height:2px;background:var(--brand);border-radius:2px}

/* page hero (interior) */
.subhero{position:relative;padding:72px 0 44px;overflow:hidden;text-align:center;border-bottom:1px solid var(--line)}
.subhero::before{content:"";position:absolute;inset:-30% 0 auto 0;height:420px;z-index:0;
  background:radial-gradient(50% 60% at 50% 0%,rgba(37,211,102,.13),transparent 70%)}
.subhero .wrap{position:relative;z-index:1}
.subhero h1{font-size:clamp(34px,5vw,56px);max-width:800px;margin:16px auto 0}
.subhero .g{color:var(--brand)}
.subhero p{color:var(--muted);font-size:19px;max-width:600px;margin:18px auto 0;line-height:1.55}
.subhero .cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}

/* alternating feature / how-it-works detail rows */
.frow{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:52px 0}
.frow+.frow{border-top:1px solid var(--line)}
.frow.flip .fr-text{order:2}
.frow .eyebrow{margin-bottom:14px;display:block}
.frow h3{font-size:clamp(24px,3vw,32px)}
.frow>.fr-text>p{color:var(--muted);font-size:16.5px;line-height:1.6;margin-top:14px;max-width:460px}
.frow ul{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
.frow ul li{font-size:14.5px;color:var(--muted);padding-left:26px;position:relative}
.frow ul li::before{content:"";position:absolute;left:0;top:5px;width:15px;height:15px;border-radius:5px;background:rgba(37,211,102,.12);border:1px solid var(--brand)}
.frow ul li b{color:var(--text);font-weight:600}
.fr-visual{background:var(--surface);border:1px solid var(--line);border-radius:20px;min-height:280px;display:grid;place-items:center;padding:26px;position:relative;overflow:hidden}
.fr-visual .big{font-size:64px}

/* reusable mid-page CTA band */
.cta-band{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cta-band .wrap{padding:60px 22px;text-align:center}
.cta-band h2{font-size:clamp(26px,3.4vw,38px)}
.cta-band p{color:var(--muted);font-size:17px;margin:14px auto 24px;max-width:480px}
.cta-band .cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* FAQ accordion */
.acc{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.acc details{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.acc details[open]{border-color:var(--line-2)}
.acc summary{list-style:none;cursor:pointer;padding:18px 20px;font-family:var(--display);font-weight:600;font-size:16.5px;
  display:flex;justify-content:space-between;align-items:center;gap:14px}
.acc summary::-webkit-details-marker{display:none}
.acc summary .plus{color:var(--brand);font-size:22px;font-weight:400;transition:.2s;flex:none}
.acc details[open] summary .plus{transform:rotate(45deg)}
.acc .a-body{padding:0 20px 20px;color:var(--muted);font-size:14.5px;line-height:1.6}
.acc .a-body b{color:var(--text);font-weight:600}
.faq-cats{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}
.faq-cat{border:1px solid var(--line-2);border-radius:999px;padding:8px 16px;font-size:13px;color:var(--muted)}
.faq-cat.on{border-color:var(--brand);color:var(--brand);background:rgba(37,211,102,.08)}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;max-width:920px;margin:0 auto}
.contact-ways{display:flex;flex-direction:column;gap:14px}
.cway{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px}
.cway .ic{width:42px;height:42px;border-radius:11px;flex:none;display:grid;place-items:center;font-size:20px;background:rgba(37,211,102,.09);border:1px solid #1e4c34}
.cway h4{font-family:var(--display);font-weight:600;font-size:16px}
.cway p{color:var(--muted);font-size:13.5px;margin-top:3px}
.cway a{color:var(--brand);font-size:13.5px;font-weight:600}
.form{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:16px}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:700}
.field input,.field textarea,.field select{background:var(--bg);border:1px solid var(--line-2);border-radius:11px;padding:12px 14px;
  color:var(--text);font-family:var(--body);font-size:14.5px;width:100%}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--brand)}
.field textarea{min-height:120px;resize:vertical}

/* long-form prose (legal, about copy) */
.prose{max-width:760px;margin:0 auto}
.prose .updated{color:var(--faint);font-size:13px;margin-bottom:30px}
.prose h2{font-size:24px;margin:38px 0 14px;font-family:var(--display)}
.prose h3{font-size:17px;margin:26px 0 10px;font-family:var(--display);font-weight:600}
.prose p{color:var(--muted);font-size:15px;line-height:1.7;margin:0 0 14px}
.prose ul{margin:0 0 16px;padding-left:20px;color:var(--muted);font-size:15px;line-height:1.7}
.prose li{margin-bottom:8px}
.prose a{color:var(--brand)}
.prose .callout{background:var(--surface);border:1px solid var(--line-2);border-left:3px solid var(--brand);border-radius:10px;padding:16px 18px;margin:20px 0;color:var(--muted);font-size:14.5px}
.prose .callout b{color:var(--text)}
.legal-nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}
.legal-nav a{border:1px solid var(--line-2);border-radius:999px;padding:8px 16px;font-size:13.5px;color:var(--muted)}
.legal-nav a.on{border-color:var(--brand);color:var(--brand);background:rgba(37,211,102,.08)}

/* stat row (about) */
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:760px;margin:0 auto}
.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px;text-align:center}
.stat-card .n{font-family:var(--display);font-weight:700;font-size:34px;color:var(--text)}
.stat-card .l{color:var(--muted);font-size:13.5px;margin-top:6px}

/* value cards (about) */
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px}
.value .ic{font-size:26px}
.value h3{font-size:18px;margin:14px 0 8px}
.value p{color:var(--muted);font-size:14px;line-height:1.55}

/* 404 */
.notfound{min-height:70vh;display:grid;place-items:center;text-align:center;padding:60px 22px}
.notfound .code{font-family:var(--display);font-weight:700;font-size:clamp(90px,18vw,180px);line-height:1;
  background:linear-gradient(180deg,var(--brand),#0e6b38);-webkit-background-clip:text;background-clip:text;color:transparent}
.notfound h1{font-size:28px;margin:8px 0 12px}
.notfound p{color:var(--muted);font-size:17px;max-width:420px;margin:0 auto 26px}

/* "Soon" badge — marks roadmap features not yet shipped (honest availability) */
.soon{display:inline-block;font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  color:var(--amber);background:#2c2410;border:1px solid #4a3d17;border-radius:999px;padding:2px 7px;margin-left:6px;vertical-align:middle;white-space:nowrap}
.soon-note{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:12.5px;color:var(--faint)}

/* respects the OS-level reduced-motion preference — pairs with the
   (prefers-reduced-motion:no-preference) reveal animation above */
@media (prefers-reduced-motion: reduce) {
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:0.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:0.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* Honeypot field for the contact form — off-screen, not display:none, so
   screen readers behave consistently. Real visitors never see or fill it;
   bots that autofill every input do, and get flagged server-side. */
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
