/* ==========================================================================
   Campaign page (/back) — loaded only on this page, after style.css.
   Everything is scoped under body.back so it can never leak into the
   landing, join, or legal pages. New file = never cached = no ?v skew.
   ========================================================================== */

:root{
  --warning:#EF9F27;          /* missing from style.css; only /back needs it */
  --info:#185FA5;             /* ditto — the app's Settle-up blue */
  --surface:#141414;
  --surface-2:#1A1A19;
  --hairline:#222220;
}

body.back{display:block;min-height:100vh}
body.back main{display:block}
body.back .teal{color:var(--teal)}

/* html smooth-scroll for the two hero CTAs, motion-safe */
@media (prefers-reduced-motion:no-preference){
  html{scroll-behavior:smooth}
}
body.back section[id]{scroll-margin-top:1.5rem}

/* ---------- shared section furniture ---------- */
.b-sec{padding:4.5rem 1.25rem;border-top:1px solid var(--hairline)}
.b-wrap{max-width:64rem;margin:0 auto}
.b-wrap.narrow{max-width:44rem}
.b-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal)}
.b-sec h2{margin-top:.625rem;font-size:clamp(1.625rem,4.5vw,2.375rem);font-weight:800;letter-spacing:-0.035em;line-height:1.12}
.b-lede{margin-top:1rem;color:var(--gray-sub);font-size:1rem;line-height:1.6;max-width:38rem}
.b-flag{margin-top:1.5rem;font-size:.8125rem;color:var(--warning)}
.b-placeholder{color:var(--gray-mute);font-size:.9375rem;text-align:center}

.b-card{background:var(--surface);border:1px solid var(--hairline);border-radius:16px;padding:1.625rem}

/* ---------- buttons ---------- */
.b-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--teal);color:var(--teal-deep);
  border:1px solid var(--teal);border-radius:12px;padding:.875rem 1.625rem;font:inherit;font-size:1rem;font-weight:700;
  letter-spacing:-0.0125em;text-decoration:none;cursor:pointer;transition:background .16s,border-color .16s}
.b-btn:hover{background:#25b485;border-color:#25b485}
.b-btn.ghost{background:transparent;color:var(--white);border-color:#3A3A38}
.b-btn.ghost:hover{background:rgba(255,255,255,.05);border-color:#5A5A56}
.b-btn.full{width:100%;margin-top:auto}

/* ==================== 1. HERO ==================== */
.b-hero{position:relative;overflow:hidden;padding:3rem 1.25rem 4rem;display:grid;gap:3rem;justify-items:center;text-align:center}
.b-hero::before{content:"";position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:760px;height:760px;
  border-radius:50%;background:radial-gradient(circle,rgba(29,158,117,.16),rgba(29,158,117,0) 62%);pointer-events:none}
.b-hero>*{position:relative}
.b-tagline{font-size:.9375rem;font-weight:700;letter-spacing:-0.01em;color:rgba(255,255,255,.72)}
.b-hero h1{margin-top:1.125rem;font-size:clamp(2rem,6.2vw,3.25rem);font-weight:800;letter-spacing:-0.04em;line-height:1.08}
.b-sub{margin-top:1.375rem;color:var(--gray-sub);font-size:clamp(.9375rem,2.1vw,1.0625rem);line-height:1.55;max-width:32rem;margin-inline:auto}
.b-cta{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.b-hero-note{margin-top:1.125rem;font-size:.8125rem;color:var(--gray-mute)}

/* phone mock */
.phone{width:245px;border:8px solid #232322;border-radius:34px;background:#000;padding:0;box-shadow:0 24px 60px rgba(0,0,0,.55)}
.phone-screen{background:var(--black);border-radius:26px;padding:1rem .875rem;display:flex;flex-direction:column;gap:.5rem;text-align:left}
.ph-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}
.ph-hello{font-size:.8125rem;font-weight:700;color:rgba(255,255,255,.85)}
.ph-dot{width:22px;height:22px;border-radius:50%;background:var(--violet)}
.ph-balance{background:linear-gradient(150deg,#12352a,#0d221d);border:1px solid rgba(29,158,117,.28);border-radius:14px;padding:.875rem;display:flex;flex-direction:column;gap:.1875rem}
.ph-label{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.ph-amount{font-size:1.5rem;font-weight:800;letter-spacing:-0.03em}
.ph-delta{font-size:.6875rem;color:var(--teal)}
.ph-row{display:flex;align-items:center;gap:.5rem;background:var(--surface);border-radius:12px;padding:.5625rem .625rem}
.ph-ic{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex:none}
.ph-ic.teal{background:rgba(29,158,117,.16)}
.ph-ic.violet{background:rgba(83,74,183,.22)}
.ph-txt{display:flex;flex-direction:column;flex:1;min-width:0}
.ph-txt b{font-size:.75rem;font-weight:700}
.ph-txt small{font-size:.625rem;color:var(--gray-mute)}
.ph-val{font-size:.75rem;font-weight:700;flex:none}
.ph-settle{margin-top:.25rem;display:flex;justify-content:space-between;align-items:center;background:rgba(83,74,183,.16);
  border:1px solid rgba(83,74,183,.4);border-radius:12px;padding:.625rem .75rem;font-size:.75rem}
.ph-settle b{font-size:.875rem;font-weight:800}

/* ==================== 2. WHY NOW ==================== */
.b-why-grid{margin-top:2.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem}
.b-why-grid h3{font-size:1.0625rem;font-weight:700;letter-spacing:-0.02em;line-height:1.32}
.b-why-grid p{margin-top:.625rem;font-size:.875rem;line-height:1.55;color:var(--gray-mute)}
.b-why-close{margin-top:2rem;font-size:clamp(1.0625rem,2.6vw,1.3125rem);font-weight:700;letter-spacing:-0.02em;line-height:1.4}

/* ==========================================================================
   DEMO APP — a working miniature of the real NEXO app inside the phone.
   Scope is deliberate: Home, Add Expense, Shared Space, Reports, the empty
   state, and the Payment Methods screen reached from Add. Every value below
   is a real token from constants/colours.ts — no ad-hoc neutrals.
   Sizes are px on purpose: this is a scale model of a phone, not page text
   that should follow the root font size.

   One divergence from the shipped Add screen, on instruction: selected
   states here are primary teal. The app currently paints the active type
   tab and confirm key in danger red and the active category in warning
   amber; per the palette rules those hues are reserved for danger and
   warning, so selection uses primary instead.
   ========================================================================== */
.phone-screen.dm{
  /* constants/colours.ts */
  --primary:#1D9E75; --primary-dark:#0F6E56; --primary-surface:#E1F5EE;
  --secondary:#534AB7; --danger:#E24B4A; --info:#185FA5; --warning:#EF9F27;
  --ink800:#141414; --ink500:#666666; --ink400:#808080; --ink300:#BFBFBF;
  --line:#E0E0E0; --line-soft:#EBEBEB;
  --surface200:#F2F2F2; --surface100:#F7F7F7; --surface50:#FAFAFA; --white:#FFFFFF;

  background-color:var(--white); color:var(--ink800);
  padding:0; gap:0; overflow:hidden;
  height:640px; max-height:82vh; display:flex; flex-direction:column;
  position:relative; font-size:13px; line-height:1.35; border-radius:26px;
}
.demo-phone .phone-screen{min-height:0}

/* Static variant — the hero render. Same components as the demo, no JS, and
   nothing focusable inside (it's aria-hidden decoration). */
/* Height is tuned so the list is cut mid-row at the bottom edge — it should
   read as a real scrollable phone, not as content that stops dead. */
.phone-screen.dm.static{height:702px;max-height:none}
.phone-screen.dm.static .dm-view{overflow:hidden}
.a-searchbtn{width:34px;height:34px;border-radius:50%;background:var(--surface100);color:var(--ink500);
  display:flex;align-items:center;justify-content:center;flex:none}
.a-searchbtn svg{width:17px;height:17px}
.dm-fab.static{pointer-events:none}

.dm-view{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:14px 13px 16px;scrollbar-width:thin}
.dm-view::-webkit-scrollbar{width:4px}
.dm-view::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}

/* ---------- headings & shared furniture ---------- */
.a-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
.a-title{font-size:20px;font-weight:800;letter-spacing:-0.03em}
.a-greet{display:flex;flex-direction:column;line-height:1.25}
.a-greet small{font-size:11px;color:var(--ink400)}
.a-greet b{font-size:17px;font-weight:800;letter-spacing:-0.02em}
.a-h2{font-size:15px;font-weight:800;letter-spacing:-0.02em;margin:16px 0 8px}
.a-h2row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}
.a-h2row .a-h2{margin-bottom:8px}
.a-link{background:none;border:0;padding:0;font:inherit;font-size:12px;font-weight:700;
  color:var(--primary);cursor:pointer}
.a-muted{font-size:11px;color:var(--ink400)}
.a-note{font-size:10px;line-height:1.55;color:var(--ink400);margin-top:8px}
.a-note.ok{color:var(--primary-dark)}
.a-note b{color:var(--ink800)}
.a-empty{font-size:11px;color:var(--ink400);text-align:center;padding:28px 14px;line-height:1.6}
.a-empty.flat{padding:14px}
.a-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex:none}
.a-fieldlabel{font-size:11px;color:var(--ink400);font-weight:600}
.a-fieldlabel.spaced{margin-top:4px}
.a-badge{font-style:normal;font-size:8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  background:var(--primary-surface);color:var(--primary-dark);border-radius:999px;padding:2px 5px;margin-left:5px}
.a-badge.star{display:inline-flex;align-items:center;gap:3px;background:var(--surface200);color:var(--ink500)}

/* ---------- hero card ---------- */
.a-hero{background:linear-gradient(160deg,#12775C,var(--primary-dark));border-radius:18px;padding:14px;
  display:flex;flex-direction:column;gap:9px;color:var(--white)}
.a-hero-label{font-size:11px;color:rgba(255,255,255,.90)}
.a-hero-amt{font-size:30px;font-weight:800;letter-spacing:-0.035em;line-height:1}
.a-hero-stats{display:flex;gap:6px}
.a-hero-stats span{flex:1;background:rgba(255,255,255,.12);border-radius:10px;padding:7px 9px;
  font-size:10px;display:flex;align-items:center;justify-content:space-between;gap:6px}
.a-hero-stats b{font-size:12px;font-weight:800}
.a-hero-btn{background:var(--white);color:var(--primary-dark);border:0;border-radius:12px;padding:10px;
  font-family:inherit;font-weight:800;font-size:13px;cursor:pointer;display:flex;align-items:center;
  justify-content:center;gap:6px}
.a-hero-btn:hover{background:var(--primary-surface)}

/* ---------- budget rows ----------
   Used by the hero render only — budgets are out of scope inside the demo. */
.a-budget{padding:9px 0;border-bottom:1px solid var(--line-soft)}
.a-budget:last-of-type{border-bottom:0}
.a-budget-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:7px}
.a-budget-row b{font-size:13px;font-weight:700}
.a-budget-row small{font-size:10px;color:var(--ink400);flex:none}
.a-budget-row .bang{color:var(--danger)}
.a-bar{display:block;height:5px;background:var(--surface200);border-radius:3px;overflow:hidden}
.a-bar i{display:block;height:100%;background:var(--primary);border-radius:3px}
.a-bar i.over{background:var(--danger)}

/* ---------- date-grouped record list ---------- */
.a-daysep{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:14px 0 7px}
.a-daysep b{font-size:14px;font-weight:800;letter-spacing:-0.02em}
.a-daysep small{font-size:11px;color:var(--ink400)}
.a-daytot{font-size:9px;color:var(--ink400);display:flex;gap:7px;flex:none}
.a-daytot b{font-size:9px;font-weight:700}
.a-daytot b.in{color:var(--primary)}
.a-daytot b.out{color:var(--danger)}
.a-group{background:var(--surface100);border-radius:14px;overflow:hidden}
.a-row{display:flex;align-items:center;gap:9px;width:100%;background:none;border:0;
  border-bottom:1px solid var(--line-soft);padding:9px 10px;font:inherit;text-align:left;
  color:var(--ink800);cursor:pointer;transition:background .12s}
.a-row:hover{background:var(--surface200)}
.a-row.last{border-bottom:0}
.a-row.flat{cursor:default}
.a-row.flat:hover{background:none}
.a-rowic{width:30px;height:30px;border-radius:10px;background:var(--white);border:1.5px solid var(--line);
  display:flex;align-items:center;justify-content:center;flex:none}
.a-rowic.big{width:44px;height:44px;border-radius:14px}
.a-rowtxt{display:flex;flex-direction:column;flex:1;min-width:0;line-height:1.3;gap:1px}
.a-rowtxt b{font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.a-rowtxt small{font-size:10px;color:var(--ink400);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.a-rowamt{font-size:12px;font-weight:800;flex:none;letter-spacing:-0.01em}
.a-rowamt.in{color:var(--primary)}
.a-rowamt.out{color:var(--danger)}
.a-rowamt.neutral{color:var(--info)}

/* ---------- reports ---------- */
.a-periodrow{display:flex;align-items:center;gap:7px;margin-bottom:9px}
.a-periodchip{display:inline-flex;align-items:center;gap:6px;background:var(--surface100);border-radius:999px;
  padding:6px 12px;font-size:11px;font-weight:700}
.a-periodchip i{width:8px;height:8px;border-radius:50%;background:var(--primary)}
.a-seg{display:flex;background:var(--surface100);border-radius:999px;padding:3px;gap:2px}
.a-seg button{flex:1;border:0;background:none;font-family:inherit;font-size:11px;font-weight:700;
  color:var(--ink400);border-radius:999px;padding:7px 4px;cursor:pointer;white-space:nowrap;
  transition:background .14s,color .14s}
.a-seg button.on{background:var(--primary);color:var(--white)}
.a-seg.pill{margin-bottom:11px}
.a-seg.mini{flex:none;padding:2px}
.a-seg.mini button{font-size:10px;padding:5px 10px}
.a-sharedrow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.a-incl{display:inline-flex;align-items:center;gap:5px;border:0;border-radius:999px;padding:7px 12px;
  background:var(--surface100);color:var(--ink400);font-family:inherit;font-size:11px;font-weight:700;cursor:pointer}
.a-incl.on{background:var(--primary);color:var(--white)}
.a-inclleg{display:flex;gap:8px;font-size:9px;color:var(--ink400)}
.a-inclleg span{display:inline-flex;align-items:center;gap:4px}
.a-inclleg i{width:6px;height:6px;border-radius:50%}
.a-stats{display:flex;gap:6px;margin-bottom:14px}
.a-stat{flex:1;background:var(--surface100);border-radius:13px;padding:10px 8px;display:flex;
  flex-direction:column;align-items:center;gap:2px;text-align:center;min-width:0}
.a-stat small{font-size:10px;color:var(--ink400)}
.a-stat b{font-size:14px;font-weight:800;letter-spacing:-0.03em;max-width:100%;overflow:hidden;
  text-overflow:ellipsis}
.a-stat b.neg{color:var(--danger)}
.a-stat em{font-size:8px;font-style:normal;color:var(--ink400)}
.a-stat em.vio{color:var(--secondary)}
.a-stat em.tl{color:var(--primary)}
.a-stat em.red{color:var(--danger)}
.a-card{background:var(--surface100);border-radius:16px;padding:12px;margin-bottom:12px}
.a-card.outline{background:none;border:1px solid var(--line)}
.a-cardhead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
.a-cardhead h3,.a-cardh{font-size:13px;font-weight:800;letter-spacing:-0.02em}
.a-cardh{margin-bottom:10px}
.a-chart{display:flex;align-items:flex-end;gap:3px;height:80px;border-bottom:1px solid var(--line)}
.a-chart.dense{gap:1px}
.a-cb{flex:1;height:100%;display:flex;align-items:flex-end;justify-content:center}
.a-cb i{display:block;width:100%;max-width:9px;border-radius:2px 2px 0 0;background:var(--primary);
  transition:height .3s}
.a-chart.dense .a-cb i{max-width:4px}
.a-axis{display:flex;padding:5px 0 0;font-size:9px;color:var(--ink400)}
.a-donutwrap{display:flex;align-items:center;gap:12px}
.a-donut{width:92px;height:92px;border-radius:50%;flex:none;position:relative;display:flex;
  align-items:center;justify-content:center}
.a-donut::after{content:"";position:absolute;inset:21px;border-radius:50%;background:var(--surface100)}
.a-donut span{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;
  text-align:center;line-height:1.2;max-width:52px}
.a-donut small{font-size:9px;color:var(--ink400)}
.a-donut b{font-size:11px;font-weight:800}
.a-donutleg{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}
.a-donutleg span{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--ink500)}
.a-donutleg i{width:8px;height:8px;border-radius:50%;flex:none}
.a-donutleg b{margin-left:auto;font-size:11px;font-weight:800;color:var(--ink800)}

/* ---------- shared ---------- */
.a-spaces{display:flex;gap:7px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}
.a-spaces::-webkit-scrollbar{display:none}
.a-spacechip{display:inline-flex;align-items:center;gap:8px;flex:none;background:var(--white);
  border:1px solid var(--line);border-radius:999px;padding:6px 13px 6px 7px;font-family:inherit;
  font-size:12px;font-weight:600;color:var(--ink500);cursor:pointer;white-space:nowrap}
.a-spacechip.on{border-color:var(--primary);background:var(--primary-surface);color:var(--primary-dark);font-weight:800}
.a-avastack{display:inline-flex}
.a-avastack i{width:18px;height:18px;border-radius:50%;font-size:8px;font-weight:700;color:var(--white);
  display:flex;align-items:center;justify-content:center;border:1.5px solid var(--white);margin-right:-6px;
  font-style:normal}
.a-spacehead{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}
.a-spacehead b{font-size:15px;font-weight:800;letter-spacing:-0.02em;display:block}
.a-spacehead small{font-size:10px;color:var(--ink400)}
.a-membercount{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--ink400);flex:none}
.a-bigamt{font-size:26px;font-weight:800;letter-spacing:-0.035em;line-height:1.1;display:block;margin:2px 0 10px}
.a-splitbar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:var(--surface200)}
.a-splitbar i{display:block;height:100%;transition:width .3s}
.a-splitleg{display:flex;flex-wrap:wrap;gap:9px;margin-top:9px;font-size:10px;color:var(--ink500)}
.a-splitleg span{display:inline-flex;align-items:center;gap:4px}
.a-splitleg i{width:7px;height:7px;border-radius:50%}
.a-splitleg b{font-weight:700;color:var(--ink800)}
.a-splitleg em{font-style:italic;color:var(--ink400)}
.a-balrow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0;font-size:13px}
.a-balrow span{display:inline-flex;align-items:center;gap:7px;font-weight:700;min-width:0}
.a-balrow b{flex:none;font-size:12px;font-weight:800}
.a-balrow b.get{color:var(--primary)}
.a-balrow b.owe{color:var(--danger)}
.a-balrow b.flat{color:var(--ink400)}
.a-settle{width:100%;margin-top:8px;background:var(--info);color:var(--white);border:0;border-radius:13px;
  padding:12px;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;display:flex;
  align-items:center;justify-content:center;gap:7px;transition:filter .14s}
.a-settle:hover{filter:brightness(1.12)}
.a-members{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.a-members::-webkit-scrollbar{display:none}
.a-membercard{flex:none;width:106px;background:var(--surface100);border-radius:14px;padding:11px;
  display:flex;flex-direction:column;gap:5px}
.a-membercard b{font-size:12px;font-weight:700}
.a-mamt{font-size:14px;font-weight:800;letter-spacing:-0.02em}
.a-ava{width:30px;height:30px;border-radius:50%;color:var(--white);font-size:13px;font-weight:700;
  display:flex;align-items:center;justify-content:center;flex:none}

/* ---------- list rows (pickers, detail, settings-style cells) ---------- */
.a-listcard{background:var(--surface100);border-radius:14px;overflow:hidden}
.a-listrow{display:flex;align-items:center;gap:9px;width:100%;background:none;border:0;
  border-bottom:1px solid var(--line-soft);padding:10px;font:inherit;text-align:left;color:var(--ink800)}
.a-listrow:last-child{border-bottom:0}
.a-listrow.on{background:var(--primary-surface)}
.a-listrow.standalone{border-radius:14px;border-bottom:0;background:var(--surface100);margin-top:4px}
button.a-listrow{cursor:pointer;transition:background .12s}
button.a-listrow:hover{background:var(--surface200)}
.a-listic{width:30px;height:30px;border-radius:10px;background:var(--surface200);color:var(--ink500);
  display:flex;align-items:center;justify-content:center;flex:none}
.a-listic.tealtint{background:var(--primary-surface);color:var(--primary)}
.a-listtxt{display:flex;flex-direction:column;flex:1;min-width:0;line-height:1.3;gap:1px}
.a-listtxt b{font-size:12px;font-weight:700}
.a-listtxt small{font-size:10px;color:var(--ink400);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.a-listtxt small.k{font-size:11px;color:var(--ink400)}
.a-chev{color:var(--ink400);display:flex;flex:none}
.a-tick{color:var(--primary);display:flex;flex:none}
.a-value{font-size:11px;font-weight:700;color:var(--ink500);flex:none}
.a-pick{display:flex;align-items:center;gap:9px;flex:1;min-width:0;background:none;border:0;padding:0;
  font:inherit;text-align:left;color:inherit;cursor:pointer}
.a-addbtn{width:100%;margin-top:10px;background:var(--primary-surface);color:var(--primary-dark);border:0;
  border-radius:13px;padding:12px;font-family:inherit;font-size:12px;font-weight:800;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:7px}
.a-addbtn:hover{background:#D2EFE4}

/* ---------- sheets ---------- */
.dm-sheet-wrap{position:absolute;inset:0;z-index:6;background:var(--white);display:flex}
.dm-sheet-wrap[hidden]{display:none}
@media (prefers-reduced-motion:no-preference){
  .dm-sheet-wrap{animation:dmUp .2s cubic-bezier(.2,.7,.3,1)}
  @keyframes dmUp{from{transform:translateY(10%);opacity:0}to{transform:none;opacity:1}}
}
.a-sheet{flex:1;display:flex;flex-direction:column;gap:10px;padding:14px 13px 16px;overflow-y:auto;
  overscroll-behavior:contain;scrollbar-width:thin}
.a-sheet::-webkit-scrollbar{width:4px}
.a-sheet::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}
.a-sheettop{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:15px;font-weight:800}
.a-x{justify-self:start;background:none;border:0;color:var(--ink800);cursor:pointer;padding:0;display:flex}

/* Add — type tabs. Selected is primary, not danger (see header note). */
.a-typetabs{display:flex;background:var(--surface100);border-radius:11px;padding:3px;gap:2px}
.a-typetabs button{flex:1;border:0;background:none;font-family:inherit;font-size:12px;font-weight:700;
  color:var(--ink400);border-radius:9px;padding:8px 0;cursor:pointer;transition:background .14s,color .14s}
.a-typetabs button.on{background:var(--primary);color:var(--white)}
.a-addingto{display:flex;align-items:center;gap:9px;width:100%;background:var(--surface100);border:0;
  border-radius:13px;padding:10px;font:inherit;text-align:left;color:var(--ink800);cursor:pointer}
.a-addingto:hover{background:var(--surface200)}
.a-field{display:flex;flex-direction:column;gap:6px}
.a-field>small{font-size:11px;color:var(--ink400)}
.a-chips{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.a-arrow{color:var(--ink400);font-size:12px}
.a-chip{background:var(--surface100);border:1px solid transparent;border-radius:999px;padding:7px 12px;
  font-family:inherit;font-size:11px;font-weight:600;color:var(--ink500);cursor:pointer;transition:.14s;
  white-space:nowrap}
.a-chip:hover{border-color:var(--line)}
.a-chip.on{border-color:var(--primary);background:var(--primary-surface);color:var(--primary-dark);font-weight:800}
.a-input{background:var(--surface100);border:1px solid var(--line);border-radius:11px;padding:11px 12px;
  font-family:inherit;font-size:13px;color:var(--ink800);width:100%;box-sizing:border-box}
.a-input::placeholder{color:var(--ink300)}
.a-input:focus{outline:none;border-color:var(--primary);background:var(--white)}
.a-icongrid{display:flex;flex-wrap:wrap;gap:8px}
.a-iconopt{width:44px;height:44px;border-radius:11px;border:1px solid var(--line);background:var(--white);
  color:var(--ink500);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.14s}
.a-iconopt.on{border-color:var(--primary);background:var(--primary-surface);color:var(--primary)}

/* Category rail — ONE horizontal scroller, labelled, with a fade edge so a
   cut-off tile reads as scrollable. Subcategories below are wrapping chips,
   so there is no second scroll axis and no clipped words. */
.a-railwrap{position:relative}
.a-railwrap::after{content:"";position:absolute;top:0;right:0;bottom:6px;width:26px;pointer-events:none;
  background:linear-gradient(to right,rgba(255,255,255,0),var(--white) 78%)}
.a-rail{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;
  scroll-snap-type:x proximity}
.a-rail::-webkit-scrollbar{display:none}
.a-cat{flex:0 0 auto;width:60px;background:none;border:0;padding:0;display:flex;flex-direction:column;
  align-items:center;gap:6px;font-family:inherit;cursor:pointer;scroll-snap-align:start}
.a-catic{width:40px;height:40px;flex:none;border-radius:50%;background:var(--surface100);color:var(--ink500);
  display:flex;align-items:center;justify-content:center;border:1.5px solid transparent;transition:.14s}
.a-cat.on .a-catic{background:var(--primary-surface);border-color:var(--primary);color:var(--primary)}
.a-catlabel{display:block;width:100%;font-size:9px;line-height:1.25;color:var(--ink400);text-align:center;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a-cat.on .a-catlabel{color:var(--primary-dark);font-weight:800}
.a-subs{display:flex;flex-wrap:wrap;gap:6px}

.a-amtrow{display:flex;align-items:center;gap:7px;border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);padding:11px 0}
.a-noteic{color:var(--primary);display:flex;flex:none}
.a-notein{flex:1;min-width:0;background:none;border:0;font-family:inherit;font-size:12px;
  font-weight:600;color:var(--ink800);padding:0}
.a-notein::placeholder{color:var(--ink300);font-weight:400}
.a-notein:focus{outline:none}
.a-curbadge{font-size:10px;background:var(--surface100);border-radius:999px;padding:4px 9px;
  color:var(--ink500);flex:none;font-weight:600}
.a-amt{font-size:26px;font-weight:800;letter-spacing:-0.035em;flex:none;text-align:right;min-width:44px}
.a-pills{display:flex;gap:6px;flex-wrap:wrap}
.a-pill{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:999px;
  padding:7px 11px;font-size:10px;color:var(--ink500);background:var(--white);font-family:inherit;
  cursor:pointer;transition:.14s}
.a-pill:hover{border-color:var(--primary)}
.a-pill.on{border-color:var(--primary);background:var(--primary-surface);color:var(--primary-dark);font-weight:700}
.a-pill.calc{border-color:var(--primary);color:var(--primary-dark);font-weight:800;cursor:default}
/* The form scrolls, the keypad does not — same as the app. The category rail
   plus wrapped subcategory chips can outgrow the sheet, and the confirm key
   must never be something you have to scroll to find. */
.a-sheet.fixedkeys{overflow:hidden}
.a-sheetbody{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;
  display:flex;flex-direction:column;gap:10px;scrollbar-width:thin}
.a-sheetbody::-webkit-scrollbar{width:4px}
.a-sheetbody::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}
.a-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;flex:none;padding-top:2px}
.a-keys button{font-family:inherit;font-size:17px;font-weight:600;color:var(--ink800);background:var(--surface100);
  border:0;border-radius:11px;min-height:46px;cursor:pointer;transition:background .12s;
  display:flex;align-items:center;justify-content:center}
.a-keys button:hover{background:var(--surface200)}
.a-keys button.fn{background:var(--primary-surface);color:var(--primary-dark)}
.a-keys button.ok{background:var(--primary);color:var(--white)}
.a-keys button.ok:hover{background:#188A66}

.a-detailhead{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 0}
.a-detailamt{font-size:28px;font-weight:800;letter-spacing:-0.035em}
.a-detailamt.in{color:var(--primary)}
.a-detailamt.out{color:var(--danger)}
.a-detailamt.neutral{color:var(--info)}
.a-actions{display:flex;gap:7px;margin-top:auto;padding-top:12px}
.a-btn{flex:1;border-radius:12px;padding:12px;font-family:inherit;font-size:12px;font-weight:800;
  cursor:pointer;border:1px solid var(--line);background:var(--surface100);color:var(--ink800);
  transition:.14s;display:flex;align-items:center;justify-content:center;gap:6px}
.a-btn.ghost:hover{border-color:var(--primary);color:var(--primary-dark)}
.a-btn.primary{background:var(--primary);border-color:var(--primary);color:var(--white)}
.a-btn.primary:hover{background:#188A66}
.a-btn.danger{color:var(--danger)}
.a-btn.danger:hover{background:var(--danger);border-color:var(--danger);color:var(--white)}
.a-btn[disabled]{opacity:.45;cursor:not-allowed}
.a-btn[disabled]:hover{background:var(--surface100);border-color:var(--line);color:var(--danger)}
.a-iconbtn{border:0;background:none;color:var(--ink400);display:flex;align-items:center;justify-content:center;
  cursor:pointer;flex:none;font-family:inherit}
.a-iconbtn.sm{width:28px;height:28px;border-radius:9px}
.a-iconbtn.sm:hover{background:var(--surface200);color:var(--ink800)}

/* ---------- floating action button + tab bar ---------- */
.dm-fab{position:absolute;right:14px;bottom:74px;width:50px;height:50px;border-radius:50%;border:0;
  background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;
  cursor:pointer;z-index:5;box-shadow:0 6px 18px rgba(29,158,117,.42);transition:transform .14s,background .14s}
.dm-fab svg{width:24px;height:24px}
.dm-fab:hover{background:#25b485;transform:translateY(-1px)}
.dm-fab[hidden]{display:none}
.dm-nav{display:flex;align-items:stretch;padding:8px 4px calc(8px + env(safe-area-inset-bottom,0px));
  border-top:1px solid var(--line);background:var(--white);flex:none;position:relative;z-index:5}
/* .nav-item covers the hero's static render, which uses spans so the
   decorative phone contains nothing focusable. */
.dm-nav button,.dm-nav .nav-item{flex:1;background:none;border:0;font-family:inherit;font-size:10px;
  font-weight:600;color:var(--ink400);cursor:pointer;padding:3px 0;display:flex;flex-direction:column;
  align-items:center;gap:3px;transition:color .14s;min-width:0}
.dm-nav button svg,.dm-nav .nav-item svg{width:20px;height:20px}
.dm-nav button.on,.dm-nav .nav-item.on{color:var(--primary);font-weight:700}
.dm-nav button:hover{color:var(--ink800)}
.dm-nav button.on:hover{color:var(--primary)}
.dm-nav .nav-item{cursor:default}

/* ---------- toast + confetti ---------- */
.dm-toast{position:absolute;left:14px;right:14px;bottom:76px;background:var(--ink800);color:var(--white);
  border-radius:12px;padding:9px 12px;font-size:11px;font-weight:600;text-align:center;opacity:0;
  transform:translateY(6px);transition:opacity .2s,transform .2s;z-index:8;pointer-events:none}
.dm-toast.in{opacity:1;transform:none}
.dm-confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:9}
.dm-confetti i{position:absolute;top:42%;width:7px;height:11px;border-radius:2px;opacity:0}
@media (prefers-reduced-motion:no-preference){
  .dm-confetti i{animation:pop .95s cubic-bezier(.2,.7,.3,1) forwards}
  @keyframes pop{
    0%{opacity:1;transform:translate(0,0) rotate(0)}
    100%{opacity:0;transform:translate(var(--x),-90px) rotate(320deg)}
  }
}

/* ==================== 3. DEMO shell ==================== */
.b-demo-slot{margin-top:2rem;border:1px solid var(--hairline);border-radius:20px;padding:1.5rem 1.25rem 1.75rem;
  background:var(--surface);display:flex;flex-direction:column;align-items:center;gap:1.25rem}
.b-hint{background:rgba(29,158,117,.10);border:1px solid rgba(29,158,117,.28);border-radius:999px;
  padding:.5625rem 1.125rem;font-size:.8125rem;color:var(--gray-sub);text-align:center;max-width:100%}
.b-hint b{color:var(--teal);font-weight:700}
/* .phone.demo-phone, not .demo-phone: the responsive .phone rule further down
   the file would otherwise win on source order and pin it back to 265px. */
.phone.demo-phone{box-sizing:border-box;width:100%;max-width:322px}
.phone.hero-phone{box-sizing:border-box;width:100%;max-width:318px}
.d-controls{display:flex;flex-direction:column;align-items:center;gap:.875rem;width:100%}
.d-note{font-size:.75rem;color:var(--gray-mute);text-align:center}
.d-disclaimer{max-width:34rem;font-size:.8125rem;line-height:1.6;color:var(--gray-mute);text-align:center;
  background:rgba(239,159,39,.08);border:1px solid rgba(239,159,39,.28);border-radius:12px;padding:.75rem 1rem}
.d-disclaimer b{color:var(--warning);font-weight:700}
.d-btns{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}
.d-reset{background:transparent;border:1px solid #3A3A38;color:var(--gray-sub);border-radius:10px;
  padding:.5rem 1.125rem;font-family:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;
  transition:border-color .15s,color .15s}
.d-reset:hover{border-color:#5A5A56;color:var(--white)}
@media (max-width:23.5rem){
  .b-demo-slot{padding:1rem .75rem 1.25rem}
}
/* ==================== 4. ALREADY BUILT ==================== */
.b-built-grid{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:2rem}
.b-status{display:flex;flex-direction:column;gap:1.75rem}
.b-statuslabel{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gray-mute);margin-bottom:.875rem}
.b-checks{list-style:none;display:flex;flex-direction:column;gap:1rem}
.b-checks li{display:flex;gap:.75rem;font-size:.9375rem;line-height:1.5;color:var(--gray-sub)}
.b-checks li b{color:var(--white);font-weight:700}
.tick{flex:none;width:20px;height:20px;border-radius:50%;background:rgba(29,158,117,.18);position:relative;margin-top:.125rem}
.tick::after{content:"";position:absolute;left:6px;top:5px;width:5px;height:9px;border:solid var(--teal);border-width:0 2px 2px 0;transform:rotate(45deg)}
.b-shots{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.b-shot{margin:0;display:flex;flex-direction:column;gap:.5rem}
.b-shot img{display:block;width:100%;height:auto;border-radius:12px;border:1px solid var(--hairline);background:#fff}
.b-shot figcaption{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-mute);text-align:center}
.b-shotnote{margin-top:1.25rem;font-size:.8125rem;color:var(--gray-mute)}

/* ==================== 5. PRICING ==================== */
.b-planned{margin-top:.875rem;font-size:.8125rem;color:var(--gray-mute);font-style:italic}
.b-price-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1rem}
.b-price{background:var(--surface);border:1px solid var(--hairline);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.375rem}
.b-flagname{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}
.b-price-main{font-size:1.875rem;font-weight:800;letter-spacing:-0.035em}
.b-price-main small{font-size:.875rem;font-weight:600;color:var(--gray-mute);letter-spacing:0}
.b-price-alt{font-size:.875rem;color:var(--gray-sub)}
.b-note{margin-top:1.5rem;background:rgba(29,158,117,.07);border-left:3px solid var(--teal);border-radius:0 12px 12px 0;padding:1.125rem 1.25rem}
.b-note h3{font-size:1rem;font-weight:700;letter-spacing:-0.015em}
.b-note p{margin-top:.5rem;font-size:.9062rem;line-height:1.55;color:var(--gray-sub)}

.b-bars-head{margin-top:3rem;font-size:1.125rem;font-weight:700;letter-spacing:-0.02em}
.b-bars{margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.25rem}
.b-bar-group{background:var(--surface);border:1px solid var(--hairline);border-radius:16px;padding:1.5rem}
.b-bar-title{font-size:.875rem;font-weight:700;color:rgba(255,255,255,.8);margin-bottom:1.125rem}
.b-bar-row{display:grid;grid-template-columns:1fr;gap:.375rem;margin-bottom:1rem}
.b-bar-label{font-size:.75rem;color:var(--gray-mute)}
.b-bar-track{height:26px;background:#232322;border-radius:7px;overflow:hidden}
.b-bar-fill{height:100%;border-radius:7px}
@media (prefers-reduced-motion:no-preference){
  .b-bar-fill.grow{transition:width .85s cubic-bezier(.22,.7,.25,1)}
}
.b-bar-fill.teal{background:var(--teal)}
.b-bar-fill.violet{background:var(--violet)}
.b-bar-fill.grey{background:#3A3A38}
.b-bar-val{font-size:.875rem;font-weight:700}
.b-bar-save{margin-top:.25rem;padding-top:.875rem;border-top:1px solid var(--hairline);font-size:.875rem;color:var(--gray-sub)}
.b-bar-save b{color:var(--teal);font-weight:800;font-size:1rem}

/* ---------- funding progress ----------
   Reuses .b-bar-track/.b-bar-fill above. Present in the DOM only when the
   campaign is past 10% of goal — pledge.js builds the contents and unhides it,
   so `hidden` in the markup is the resting state, not a bug. No fill animation:
   this is a factual number, not a gauge that should sweep for effect. */
.b-fund{margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.5625rem}
.b-fund-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.b-fund-raised{font-size:1.75rem;font-weight:800;letter-spacing:-0.03em;line-height:1.1;color:var(--teal)}
.b-fund-alt{display:block;margin-top:.3125rem;font-size:.8125rem;font-weight:600;letter-spacing:0;color:var(--gray-sub)}
.b-fund-goal{font-size:.9375rem;font-weight:600;color:var(--gray-sub)}
.b-fund-track{height:14px}
.b-fund-pct{margin:0;font-size:.8125rem;color:var(--gray-sub)}

/* Hero copy: the same figure at a glance, without competing with the H1. */
.b-fund--mini{margin-top:1.125rem;gap:.4375rem;max-width:22rem}
.b-fund--mini .b-fund-raised{font-size:1.0625rem;line-height:1}
.b-fund--mini .b-fund-goal{font-size:.8125rem}
.b-fund--mini .b-fund-track{height:8px;border-radius:5px}
.b-fund--mini .b-bar-fill{border-radius:5px}

/* ==================== 6. TIERS ==================== */
.b-tier-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem}
.b-tier{position:relative;background:var(--surface);border:1px solid var(--hairline);border-radius:18px;padding:1.625rem;display:flex;flex-direction:column;gap:.75rem}
.b-tier.featured{border-color:rgba(29,158,117,.5);background:linear-gradient(180deg,rgba(29,158,117,.07),var(--surface) 45%)}
.b-limit{align-self:flex-start;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  background:rgba(255,255,255,.08);color:var(--gray-sub);border-radius:999px;padding:.25rem .625rem}
.b-limit.teal{background:rgba(29,158,117,.16);color:var(--teal)}
.b-limit.violet{background:rgba(83,74,183,.24);color:#A79FF0}
.b-tier h3{font-size:1.125rem;font-weight:800;letter-spacing:-0.02em}
.b-tier-price{font-size:1.5rem;font-weight:800;letter-spacing:-0.03em}
.b-tier-price small{font-size:.8125rem;font-weight:600;color:var(--gray-mute);letter-spacing:0}
.b-tier ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.b-tier li{font-size:.875rem;line-height:1.45;color:var(--gray-sub);padding-left:1rem;position:relative}
.b-tier li::before{content:"";position:absolute;left:0;top:.5rem;width:5px;height:5px;border-radius:50%;background:var(--teal)}
.b-tier li b{color:var(--white)}
.b-tier-kicker{font-size:.78125rem;line-height:1.45;color:var(--teal)}
.b-terms{margin-top:1.75rem;border:1px solid var(--hairline);border-radius:14px;padding:1.375rem 1.375rem 1.5rem;background:var(--surface-2)}
.b-terms h3{font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-sub)}
.b-disclaimer{margin-top:.875rem;font-size:.875rem;line-height:1.6;color:var(--white);font-weight:600}
.b-terms ul{margin-top:1.125rem;list-style:none;display:flex;flex-direction:column;gap:.875rem}
.b-terms li{font-size:.8125rem;line-height:1.65;color:var(--gray-mute)}
.b-terms li b{color:var(--gray-sub)}
.b-terms a{color:var(--teal)}

/* ==================== 7. ROADMAP ==================== */
.b-goal{margin-top:2rem;background:linear-gradient(150deg,rgba(29,158,117,.12),var(--surface) 60%);
  border:1px solid rgba(29,158,117,.32);border-radius:16px;padding:1.5rem;display:grid;gap:1rem}
.b-goal-main{display:flex;flex-direction:column;gap:.1875rem}
.b-goal-label{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}
.b-goal-amt{font-size:2.25rem;font-weight:800;letter-spacing:-0.04em;line-height:1}
.b-goal-alt{font-size:.9375rem;color:var(--gray-sub)}
.b-goal-copy{font-size:.9062rem;line-height:1.6;color:var(--gray-sub)}
.b-funds{margin-top:1.25rem;list-style:none;border:1px solid var(--hairline);border-radius:14px;overflow:hidden}
.b-funds li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 1.125rem;
  font-size:.875rem;background:var(--surface);border-bottom:1px solid var(--hairline)}
.b-funds li:last-child{border-bottom:0}
.b-funds li span{color:var(--gray-sub)}
.b-funds li b{font-weight:700;flex:none}
.b-stretch{margin-top:1rem;font-size:.84375rem;line-height:1.6;color:var(--gray-mute)}
.b-when{display:block;font-size:.75rem;font-weight:600;color:var(--gray-mute);letter-spacing:0;margin-top:.125rem}
.b-roadmap-note{margin-top:1.5rem;font-size:.84375rem;line-height:1.6;color:var(--gray-mute)}
.b-phases{margin-top:2.25rem;list-style:none;display:flex;flex-direction:column;gap:0}
.b-phases li{position:relative;padding:0 0 1.75rem 1.75rem;border-left:2px solid var(--hairline)}
.b-phases li:last-child{border-left-color:transparent;padding-bottom:0}
.b-phases li::before{content:"";position:absolute;left:-7px;top:.375rem;width:12px;height:12px;border-radius:50%;background:#33332F;border:2px solid var(--black)}
.b-phases li.done::before{background:var(--teal)}
.b-phases li.here::before{background:var(--warning);box-shadow:0 0 0 4px rgba(239,159,39,.2)}
.b-phase-tag{display:inline-block;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  background:rgba(255,255,255,.07);color:var(--gray-mute);border-radius:999px;padding:.25rem .625rem}
.b-phase-tag.done{background:rgba(29,158,117,.16);color:var(--teal)}
.b-phase-tag.here{background:rgba(239,159,39,.18);color:var(--warning)}
.b-phase-tag.stretch{background:rgba(83,74,183,.24);color:#A79FF0}
.b-phases h3{margin-top:.625rem;font-size:1.0625rem;font-weight:700;letter-spacing:-0.02em}
.b-phases p{margin-top:.375rem;font-size:.875rem;line-height:1.55;color:var(--gray-mute);max-width:34rem}

/* ==================== 8. FOUNDER ==================== */
.b-founder-body{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}
.b-founder-body p{font-size:1rem;line-height:1.68;color:var(--gray-sub)}
.b-sign{font-weight:700;color:var(--white)!important}

/* ==================== 9. FAQ ==================== */
.b-faq details{border-bottom:1px solid var(--hairline)}
.b-faq details:first-of-type{border-top:1px solid var(--hairline);margin-top:1.75rem}
.b-faq summary{list-style:none;cursor:pointer;padding:1.125rem 2rem 1.125rem 0;font-size:1rem;font-weight:700;
  letter-spacing:-0.015em;position:relative}
.b-faq summary::-webkit-details-marker{display:none}
.b-faq summary::after{content:"";position:absolute;right:.375rem;top:1.5rem;width:9px;height:9px;
  border:solid var(--gray-mute);border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .18s}
.b-faq details[open] summary::after{transform:rotate(-135deg)}
.b-faq details p{padding:0 0 1.25rem;font-size:.9375rem;line-height:1.65;color:var(--gray-sub);max-width:40rem}

/* ==================== 10. TESTERS ==================== */
.b-testers{background:linear-gradient(180deg,rgba(83,74,183,.10),transparent 60%)}
.b-testers h2{margin-top:0}
.b-tester-slot{margin-top:1.75rem;border:1px dashed #33332F;border-radius:20px;padding:2.5rem 1.25rem;background:var(--surface)}

/* ==================== responsive ==================== */
@media (min-width:48rem){
  .b-sec{padding:5.5rem 2rem}
  .b-hero{padding:4rem 2rem 5rem;grid-template-columns:1.05fr .95fr;align-items:center;text-align:left;gap:2.5rem;justify-items:start}
  .b-hero::before{left:26%}
  .b-sub{margin-inline:0}
  .b-cta{justify-content:flex-start}
  .b-hero-visual{justify-self:center}
  .phone{width:265px}
  .b-built-grid{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
  .b-bar-row{grid-template-columns:8.5rem 1fr 5rem;align-items:center;gap:.75rem}
  .b-bar-val{text-align:right}
}

@media (max-width:23.5rem){
  .b-sec{padding:3.5rem 1rem}
  .b-hero{padding:2.5rem 1rem 3.5rem}
  .b-cta{flex-direction:column;align-items:stretch}
  .b-btn{width:100%}
  .b-shots{gap:.5rem}
}
