/* ═══════════════════════════════════════════════════════════════
   TOTAL AGENT — Landing page. Brand palette (official):
   #000D25 navy · #0056F6 blue (accent) · #00B67E/#52DFAF green (LOGO ONLY)
   #7C8896 slate. Satoshi headings, Inter body. Blue is the only accent.
   ═══════════════════════════════════════════════════════════════ */
/* Tokens are ALSO declared on .ta-site (the landing wrapper) so the landing
   subtree inherits the brand palette by proximity — the host app's globals.css
   re-declares --blue/--green/etc. in theme-scoped :root blocks that would
   otherwise override a bare :root and wash the royal blue to muted ink. */
:root, .ta-site{
  --navy:#000D25; --navy-1:#04122E; --navy-2:#0A1E44; --navy-3:#12294F;
  --blue:#0056F6; --blue-d:#0043C4; --blue-t:rgba(0,86,246,.10); --blue-t2:rgba(0,86,246,.16);
  --green:#00B67E; --mint:#52DFAF;               /* logo gradient only */
  --slate:#7C8896;
  --ink:#08132B; --ink-2:#33415C; --muted:#5E6B82; --red:#D64545;
  --cloud:#EEF3FB; --cloud-2:#E4ECF7; --card:#FFFFFF;
  --hair:rgba(8,19,43,.09); --hair-2:rgba(8,19,43,.05);
  --ink-on-navy:#EAF1FF; --ink-on-navy-2:#AFC0DC; --hair-navy:rgba(255,255,255,.10);
  --shadow-sm:0 4px 14px rgba(8,19,43,.06);
  --shadow:0 14px 40px rgba(8,19,43,.09);
  --shadow-lg:0 30px 80px rgba(8,19,43,.16);
  --r:18px; --r-lg:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:17px;line-height:1.6;overflow-x:hidden;max-width:100%}
h1,h2,h3,h4{font-family:'Satoshi','Inter',sans-serif;margin:0;letter-spacing:-.02em;line-height:1.08;text-wrap:balance}
p{margin:0}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-d)}
img{max-width:100%;display:block}
::selection{background:var(--blue-t2)}
/* mobile safety guards — nothing wider than the screen */
.ta-site img,.ta-site image-slot{max-width:100%;height:auto}
.nav-short{display:none}

.wrap{max-width:1180px;margin:0 auto;padding:0 40px}
.section{padding:132px 0}
.section.tight{padding:100px 0}
.eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}
.eyebrow::before{content:"";width:30px;height:2px;background:var(--blue)}
.eyebrow.center{justify-content:center}
.h-xl{font-size:clamp(40px,5.4vw,72px);font-weight:800}
.h-lg{font-size:clamp(34px,4.2vw,56px);font-weight:800}
.h-md{font-size:clamp(26px,3vw,38px);font-weight:800}
.blue{background:linear-gradient(120deg,var(--green),var(--blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--green)}
.lead{font-size:clamp(18px,1.5vw,21px);line-height:1.65;color:var(--muted);text-wrap:pretty;max-width:62ch}
.center{text-align:center}
.mt-s{margin-top:16px}.mt-m{margin-top:28px}.mt-l{margin-top:56px}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:11px;font-family:'Inter';font-weight:700;font-size:16px;border:none;cursor:pointer;border-radius:999px;padding:17px 30px;background:linear-gradient(125deg,#0A1E44 0%,#0B4FC4 48%,#00B67E 100%);color:#fff;box-shadow:0 10px 26px -4px rgba(7,30,70,.5);transition:transform .15s,box-shadow .15s,filter .15s}
.btn:hover{filter:brightness(1.08);color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px -6px rgba(7,30,70,.55)}
.btn svg{width:18px;height:18px}
.btn.ghost{background:transparent;color:var(--blue);box-shadow:inset 0 0 0 1.5px var(--blue-t2)}
.btn.ghost:hover{background:var(--blue-t);transform:none;box-shadow:inset 0 0 0 1.5px var(--blue)}
.btn.lg{padding:20px 38px;font-size:17.5px}
.btn.onnavy{background:var(--blue)}
.linklike{background:none;border:none;font-family:inherit;font-size:inherit;color:var(--blue);font-weight:700;cursor:pointer;padding:0;text-decoration:underline}
.linklike:hover{color:var(--blue-d)}
/* why total agent */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.why-left{max-width:520px}
.why-cards{display:flex;flex-direction:column;gap:16px}
.why-card{display:flex;gap:16px;background:#fff;border:1px solid var(--hair);border-radius:var(--r-lg);padding:26px;box-shadow:var(--shadow-sm)}
.why-card .wc-ic{width:46px;height:46px;border-radius:13px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.why-card .wc-ic svg{width:24px;height:24px}
.why-card h4{font-family:'Satoshi';font-weight:800;font-size:19px;margin-bottom:8px}
.why-card p{font-size:15px;color:var(--muted);line-height:1.6}
@media(max-width:960px){.why-grid{grid-template-columns:1fr;gap:32px}}
/* unified systems grid */
.sys-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}
.sys-track{display:contents}   /* transparent wrapper: desktop grid unchanged; becomes a scroller ≤700 */
.sys{border-radius:var(--r-lg);padding:28px 24px;transition:transform .2s,box-shadow .2s}
.sys:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.sys-ic{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;margin-bottom:16px}
.sys-ic svg{width:25px;height:25px}
.sys h4{font-family:'Satoshi';font-weight:800;font-size:19px;margin-bottom:8px}
.sys.c-tm h4{margin-top:6px}
.sys p{font-size:14px;line-height:1.55}
.sys.c-navy{background:var(--navy);color:#fff}
.sys.c-navy .sys-ic{background:rgba(0,86,246,.2);color:var(--mint)}
.sys.c-navy p{color:var(--ink-on-navy-2)}
.sys.c-blue{background:var(--blue);color:#fff}
.sys.c-blue .sys-ic{background:rgba(255,255,255,.18);color:#fff}
.sys.c-blue p{color:rgba(255,255,255,.86)}
.sys.c-white{background:#fff;color:var(--ink);border:1px solid var(--hair);box-shadow:var(--shadow-sm)}
.sys.c-white .sys-ic{background:var(--blue-t);color:var(--blue)}
.sys.c-white p{color:var(--muted)}
.sys.c-cloud{background:var(--cloud);color:var(--ink)}
.sys.c-cloud .sys-ic{background:#fff;color:var(--blue)}
.sys.c-cloud p{color:var(--muted)}
.sys.c-green{background:var(--green);color:#04231a}
.sys.c-green .sys-ic{background:rgba(255,255,255,.28);color:#04231a}
.sys.c-green p{color:rgba(4,35,26,.78)}
.sys.c-mint{background:var(--mint);color:#04231a}
.sys.c-mint .sys-ic{background:rgba(255,255,255,.4);color:#04231a}
.sys.c-mint p{color:rgba(4,35,26,.74)}
.sys.c-tm{background:linear-gradient(140deg,var(--blue),var(--green));color:#fff;position:relative}
.sys.c-tm .sys-ic{background:rgba(255,255,255,.2);color:#fff}
.sys.c-tm p{color:rgba(255,255,255,.9)}
.sys-badge{position:absolute;top:16px;right:16px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:rgba(255,255,255,.22);color:#fff;padding:5px 10px;border-radius:999px}
@media(max-width:960px){.sys-grid{grid-template-columns:1fr 1fr;gap:12px}}
@media(max-width:560px){.sys-grid{grid-template-columns:1fr}}
/* AGENTA intro */
.agenta-sec{background:var(--navy);color:#fff}
.blue2{color:var(--mint)}
.lead2{font-size:clamp(17px,1.5vw,20px);line-height:1.7;color:var(--ink-on-navy);text-wrap:pretty}
.lead2 em{font-style:normal;color:#fff;font-weight:800}
.ai-head-center{max-width:900px;margin:0 auto;text-align:center}
.ai-h2{font-family:'Satoshi','Inter',sans-serif;font-weight:800;letter-spacing:-.02em;line-height:1.18;font-size:clamp(20px,3.7vw,44px)}
.ai-l{display:block;white-space:nowrap}
.ai-top{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.ai-figure{position:relative;display:flex;justify-content:center}
.ai-figure::before{content:"";position:absolute;inset:-8% -4%;border-radius:24px;background:radial-gradient(circle at 70% 40%,rgba(0,86,246,.4),transparent 65%);filter:blur(14px)}
.ai-figure image-slot{position:relative;width:100%;aspect-ratio:3/2;border:1px solid var(--hair-navy);box-shadow:0 30px 70px rgba(0,0,0,.5)}
.ai-pain{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:56px}
.ai-card{background:var(--navy-2);border:1px solid var(--hair-navy);border-radius:var(--r-lg);padding:26px 24px;transition:transform .2s,border-color .2s}
.ai-card:hover{transform:translateY(-3px);border-color:rgba(0,86,246,.5)}
.ai-ic{width:46px;height:46px;border-radius:12px;background:rgba(0,86,246,.18);color:var(--mint);display:grid;place-items:center;margin-bottom:15px}
.ai-ic svg{width:23px;height:23px}
.ai-card h4{font-size:18px;font-weight:800;margin-bottom:7px;color:#fff}
.ai-card p{font-size:14.5px;color:var(--ink-on-navy-2);line-height:1.55}
.ai-card-wide{grid-column:1 / -1;background:linear-gradient(135deg,var(--blue),var(--green));border-color:transparent}
.ai-card-wide .ai-ic{background:rgba(255,255,255,.2);color:#fff}
.ai-card-wide h4{color:#fff}
.ai-card-wide p{color:rgba(255,255,255,.92)}
@media(max-width:960px){.ai-top{grid-template-columns:1fr;gap:24px}.ai-figure{order:-1}.ai-figure image-slot{aspect-ratio:3/2}.ai-pain{grid-template-columns:1fr}}

/* badges */
.badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:800;letter-spacing:.05em;padding:5px 12px;border-radius:999px;text-transform:uppercase}
.badge.agenta{background:var(--blue-t);color:var(--blue)}
.badge.you{background:var(--navy);color:#fff}
.badge svg{width:12px;height:12px}

/* ── Header ── */
header{position:sticky;top:0;z-index:100;background:rgba(0,13,37,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--hair-navy)}
.nav{display:flex;align-items:center;gap:14px;height:76px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:38px;height:38px;border-radius:9px}
.brand .wm{font-family:'Satoshi';font-weight:800;color:#fff;font-size:19px;letter-spacing:.02em;line-height:1;white-space:nowrap}
.brand .tm{font-size:9px;vertical-align:super;color:var(--ink-on-navy-2);font-weight:700}
.navlinks{display:flex;align-items:center;gap:32px;margin:0 auto}
.navlinks a{color:var(--ink-on-navy-2);font-size:15px;font-weight:500;display:inline-flex;align-items:center;gap:5px}
.navlinks a:hover{color:#fff}
.nav .btn{padding:12px 22px;font-size:14.5px;white-space:nowrap}
.nav-login{color:var(--ink-on-navy-2);font-size:14.5px;font-weight:600;white-space:nowrap}
.nav-login:hover{color:#fff}
.burger{display:none}

/* ═══ SECTION 1 — HERO ═══ */
/* FULL-BLEED IMAGE HERO — the whole section is the picture (breaks out of
   .wrap); text overlays a left-weighted dark scrim on the LEFT. Navy fallback
   underneath so it's never broken if the image is missing. */
.hero{position:relative;background-color:var(--navy);overflow:hidden;min-height:clamp(600px,88vh,860px);padding-top:108px;padding-bottom:48px;display:flex;align-items:center}
/* WARM, left-weighted scrim: a warm dark-to-transparent wash from the left so
   the headline reads over the bright golden negative space, while the agent +
   couple on the right stay visible. Warm brown-black (NOT the old cold navy). */
.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(26,16,6,.88) 0%,rgba(26,16,6,.72) 28%,rgba(26,16,6,.40) 50%,rgba(26,16,6,.08) 72%,rgba(26,16,6,0) 100%),linear-gradient(180deg,rgba(26,16,6,.26) 0%,rgba(26,16,6,0) 45%,rgba(26,16,6,.34) 100%)}
.hero-grid{position:relative;z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:0 40px}
.hero-left{padding:0;max-width:560px}
.hero-left .eyebrow{color:#8FB8FF}
.hero-left .eyebrow::before{background:#8FB8FF}
.hero-left h1 .blue{background:linear-gradient(120deg,var(--mint),#5aa9ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--mint)}
.hero-wl .wf-fields input{background:rgba(255,255,255,.97);border-color:rgba(255,255,255,.55);color:var(--ink)}
.hero-wl .wf-fine{color:rgba(255,255,255,.78);text-align:center}
.hero-wl .wf-trust{color:rgba(255,255,255,.85)}
.hero h1{font-size:clamp(46px,6vw,84px);font-weight:800;color:#fff}
.hero .lead{margin:30px 0 42px;max-width:520px;color:rgba(255,255,255,.9)}
.hero-sub{font-size:14px;color:rgba(255,255,255,.82);margin-top:16px}
.hero-sub .hs-b{color:#fff;font-weight:700}
.hero-right{position:relative;align-self:stretch}
.hero-photo{position:absolute;inset:0;overflow:hidden;border-top-right-radius:200px}
.hero-media{position:absolute;inset:0;z-index:0}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:0;transition:opacity 1.6s ease}
.hero-slide.on{opacity:1}
.hero-slide.only{opacity:1}
/* The <image-slot> host defaults to width/height:100% + aspect-ratio:3/2 as a
   fallback. Its parents (.hero-slide/.hero-photo) fill via position:absolute;
   inset:0, which gives a definite USED height but a COMPUTED height of `auto`
   — so the host's height:100% resolves to auto and the 3/2 ratio wins, sizing
   the photo short and leaving a grey gap below it. Pin the host to the slide
   with inset:0 (the slide is the positioned containing block) and kill the
   ratio so the photo fills the whole column top-to-bottom. */
.hero-slide image-slot{position:absolute;inset:0;width:auto;height:auto;aspect-ratio:auto}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,13,37,0) 45%,rgba(0,13,37,.62) 100%);z-index:2;pointer-events:none}
.hero-cap{position:absolute;right:40px;bottom:40px;left:auto;text-align:right;z-index:3;color:#fff;font-family:'Satoshi';font-weight:700;font-size:clamp(20px,2vw,28px);line-height:1.25;text-shadow:0 2px 20px rgba(0,0,0,.5);pointer-events:none}
.hero-cap .swap{color:var(--mint)}
/* Mobile-only slate band that carries the descriptive lead below the hero
   photo (see landingHtml.ts). Hidden on desktop, where the in-hero .lead
   shows instead. */
.hero-lead-band{display:none}
/* Mobile-only badge card band below the hero (2×2). Hidden on desktop, where
   the badges float in the hero (.notif-stack). */
.hero-badges{display:none}
.notif-stack{position:absolute;z-index:4;left:-70px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px;width:290px}
.notif{display:flex;align-items:center;gap:13px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border-radius:15px;padding:13px 18px 13px 13px;box-shadow:0 14px 34px rgba(8,19,43,.16);border:1px solid rgba(255,255,255,.7);animation:floatIn .6s both}
.notif:nth-child(even){margin-left:44px}
.notif .ic{width:40px;height:40px;border-radius:999px;background:var(--blue);display:grid;place-items:center;flex-shrink:0;color:#fff}
.notif .ic svg{width:20px;height:20px}
.notif .tl{font-size:15px;font-weight:700;color:var(--ink);line-height:1.2}
.notif .tm{font-size:13px;color:var(--muted);margin-top:2px}
@keyframes floatIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

/* ═══ generic timeline / step cards ═══ */
.scenario{background:var(--card);border:1px solid var(--hair);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:40px}
.scenario+.scenario{margin-top:40px}
.scenario-head{display:flex;align-items:center;gap:14px;margin-bottom:8px}
.scenario-head .tag{font-family:'Satoshi';font-weight:800;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.scenario h3{font-size:26px;font-weight:800;margin-bottom:28px}
.flow{display:flex;align-items:stretch;gap:0;overflow-x:auto;padding-bottom:8px}
.step{flex:1;min-width:150px;background:#fff;border:1px solid var(--hair);border-radius:16px;box-shadow:var(--shadow-sm);padding:16px 15px;display:flex;flex-direction:column;gap:10px;position:relative}
.step.dark{background:var(--navy);border-color:transparent}
.step.dark .st-title,.step.dark .st-sub{color:#fff}
.step.dark .st-bubble{background:rgba(255,255,255,.09);color:#EAF1FF}
.step.dark .st-bubble b{color:var(--mint)}
.step.dark .st-bubble.me{background:var(--blue);color:#fff}
.step.dark .st-bubble.me b{color:#fff}
.flow-arrow{flex:0 0 30px;display:flex;align-items:center;justify-content:center;color:#9DB0CE}
.flow-arrow svg{width:20px;height:20px}
.st-ic{width:44px;height:44px;border-radius:12px;background:var(--blue-t);display:grid;place-items:center;color:var(--blue)}
.st-ic svg{width:22px;height:22px}
.st-title{font-family:'Satoshi';font-size:15px;font-weight:800;line-height:1.2;color:var(--ink)}
.st-sub{font-size:12.5px;color:var(--muted);line-height:1.45}
.st-bubble{font-size:12.5px;line-height:1.4;border-radius:10px;padding:9px 11px;background:#F1F5FC}
.st-bubble.me{background:var(--blue-t);color:var(--ink)}
.st-bubble b{color:var(--blue)}
.kicker{font-family:'Satoshi';font-weight:800;font-size:clamp(24px,2.6vw,34px);text-align:center;margin-top:40px;letter-spacing:-.02em}
.kicker .blue{background:linear-gradient(120deg,var(--green),var(--blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--green)}

/* chapters (listing scenario) */
.chapter{margin-top:26px}
.chapter:first-of-type{margin-top:0}
.chapter-label{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.chapter-label .n{font-family:'Satoshi';font-weight:800;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--slate)}
.chapter-label h4{font-size:19px;font-weight:800}

/* ═══ SECTION 3 — AGENTA WEB ═══ */
.web-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.beats{margin-top:36px;display:flex;flex-direction:column;gap:14px}
.beat{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--hair);border-radius:14px;box-shadow:var(--shadow-sm);padding:16px 18px}
.beat .n{width:30px;height:30px;border-radius:9px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.beat .n svg{width:16px;height:16px}
.beat h4{font-size:16px;font-weight:800;margin-bottom:3px}
.beat p{font-size:14px;color:var(--muted);line-height:1.5}

/* browser + chat mockups */
.browser{background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--hair)}
.bbar{height:46px;display:flex;align-items:center;gap:8px;padding:0 18px;background:#F1F4F9;border-bottom:1px solid var(--hair)}
.bbar i{width:12px;height:12px;border-radius:999px;display:block}
.bbody{display:flex;min-height:520px}
.bphoto{flex:1;position:relative;min-height:520px}
.bthumbs{position:absolute;left:16px;bottom:16px;display:flex;gap:10px;z-index:3}
.bthumbs .t{width:92px;height:64px;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.9);box-shadow:0 6px 16px rgba(0,0,0,.3)}
.chat{width:336px;flex-shrink:0;background:#fff;border-left:1px solid var(--hair);display:flex;flex-direction:column}
.chat-head{display:flex;align-items:center;gap:11px;padding:16px 18px;border-bottom:1px solid var(--hair-2)}
.chat-head img{width:30px;height:30px;border-radius:8px}
.chat-head .nm{font-family:'Satoshi';font-weight:800;font-size:16px}
.chat-head .on{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted)}
.chat-head .on::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--blue)}
.chat-head .sp{margin-left:auto;color:#9DB0CE;display:flex;gap:8px}
.chat-body{flex:1;padding:18px;display:flex;flex-direction:column;gap:4px}
.msg{max-width:82%;font-size:14px;line-height:1.5;padding:11px 15px;border-radius:16px}
.msg.them{align-self:flex-start;background:#F0F4FA;color:var(--ink);border-bottom-left-radius:5px}
.msg.me{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:5px}
.row-them{display:flex;gap:8px;align-items:flex-end}
.avic{width:26px;height:26px;border-radius:7px;overflow:hidden;flex-shrink:0;margin-bottom:6px}
.ts{font-size:11px;color:#9DB0CE;margin:0 6px 8px}.ts.r{align-self:flex-end}
.chat-in{display:flex;align-items:center;gap:10px;margin:14px;padding:6px 6px 6px 16px;border:1px solid var(--hair);border-radius:999px}
.chat-in span{flex:1;font-size:13.5px;color:#9DB0CE}
.chat-in .send{width:38px;height:38px;border-radius:999px;background:var(--blue);display:grid;place-items:center;color:#fff}
.sms{max-width:320px;background:#E9E9EB;color:#111;border-radius:18px;padding:12px 16px;font-size:14.5px;line-height:1.45;position:relative}
.sms .from{font-size:11px;color:#8A8A8E;margin-bottom:4px;font-weight:600}

/* ═══ SECTION 5 — LISTING MANAGER (hero-overlay: text on the picture) ═══ */
.section.lm-hero{padding:0}
.lm-stage{position:relative;display:flex;align-items:center;min-height:clamp(560px,72vh,760px);overflow:hidden;isolation:isolate}
.lm-photo{position:absolute;inset:0;z-index:0}
.lm-photo image-slot{position:absolute;inset:0;display:block;width:100%;height:100%;aspect-ratio:auto;overflow:hidden}
.lm-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,13,37,.88) 0%,rgba(0,13,37,.72) 38%,rgba(0,13,37,.34) 72%,rgba(0,13,37,.12) 100%),linear-gradient(0deg,rgba(0,13,37,.55) 0%,rgba(0,13,37,0) 40%)}
.lm-over{position:relative;z-index:2;width:100%}
.lm-copy{max-width:620px;color:#fff}
.lm-copy .eyebrow{color:#8FB8FF}
.lm-copy .eyebrow::before{background:#8FB8FF}
.lm-copy h2{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.45)}
.lm-copy .lead{color:rgba(255,255,255,.9);text-shadow:0 1px 14px rgba(0,0,0,.4)}
.lm-card{position:absolute;right:34px;bottom:34px;z-index:3;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);border-radius:15px;padding:13px 18px 13px 13px;box-shadow:0 18px 40px rgba(8,19,43,.28);max-width:300px}
.lm-card .ic{width:42px;height:42px;border-radius:12px;background:var(--blue);display:grid;place-items:center;flex-shrink:0}
.lm-card .ic svg{width:21px;height:21px}
.lm-card .t{font-family:'Satoshi';font-weight:800;font-size:14.5px;color:var(--ink)}
.lm-card .s{font-size:12px;color:var(--muted);line-height:1.35;margin-top:2px}
.lm-list{display:flex;flex-direction:column;gap:13px;margin:30px 0 34px}
.lm-i{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;color:#fff}
.lm-i svg{width:20px;height:20px;color:var(--mint,#6EE7B7);flex-shrink:0}
.lm-cta{display:flex;flex-direction:column;align-items:center;gap:8px}

/* ═══ SECTION 7 — AGENTA BRAIN ═══ */
.brain-sec{background:var(--navy);color:#fff}
.brain-sec .lead{color:var(--ink-on-navy-2)}
.brain-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;margin-top:64px}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chips.right{justify-content:flex-end}
.chip{background:var(--navy-2);border:1px solid var(--hair-navy);border-radius:11px;padding:11px 15px;font-size:14px;font-weight:600;color:var(--ink-on-navy)}
.brain-core{width:210px;height:210px;border-radius:26px;background:linear-gradient(135deg,var(--navy-2),var(--navy-3));border:1px solid var(--hair-navy);display:grid;place-items:center;text-align:center;box-shadow:0 0 0 8px rgba(0,86,246,.10),0 30px 70px rgba(0,0,0,.5)}
.brain-core{background:radial-gradient(120% 120% at 50% 0,var(--navy-3),var(--navy-1));overflow:visible;position:relative}
.brain-core img{width:200px;height:auto;border-radius:0;margin:0 auto;filter:drop-shadow(0 18px 40px rgba(0,86,246,.45))}
.brain-core .cap-core{position:absolute;left:0;right:0;bottom:-34px}
.brain-core .cap-core .t{font-family:'Satoshi';font-weight:800;font-size:18px;color:#fff}
.brain-core .cap-core .s{font-size:12px;color:var(--ink-on-navy-2);margin-top:2px}
.brain-core .t{font-family:'Satoshi';font-weight:800;font-size:20px}
.brain-core .s{font-size:12px;color:var(--ink-on-navy-2);margin-top:3px}
.brain-col .lbl{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);font-weight:700;margin-bottom:14px}
.brain-col.right .lbl{text-align:right}

/* ═══ SECTION 8 — writes like you ═══ */
.compare{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:56px}
.cmp{border-radius:var(--r-lg);padding:32px;border:1px solid var(--hair)}
.cmp.bad{background:var(--cloud)}
.cmp.good{background:#fff;box-shadow:var(--shadow);border-color:var(--blue-t2)}
.cmp .lab{display:flex;align-items:center;gap:10px;font-family:'Satoshi';font-weight:800;font-size:15px;margin-bottom:20px}
.cmp.bad .lab{color:var(--slate)}
.cmp.good .lab{color:var(--blue)}
.cmp .note{font-size:12.5px;color:var(--muted);margin-top:18px}
.cmp .bubble{font-size:15.5px;line-height:1.6;padding:18px 20px;border-radius:16px}
.cmp.bad .bubble{background:#fff;color:var(--ink-2);border:1px solid var(--hair)}
.cmp.good .bubble{background:var(--blue);color:#fff}

/* ═══ SECTION 9 — CRM ═══ */
.crm-hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:56px}
.crm-card{background:#fff;border:1px solid var(--hair);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:26px}
.crm-card .top{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--hair-2)}
.crm-card .av{width:52px;height:52px;border-radius:999px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;font-family:'Satoshi';font-weight:800;font-size:19px}
.crm-field{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--hair-2)}
.crm-field .k{font-size:13px;color:var(--muted);width:110px;flex-shrink:0}
.crm-field .v{font-size:14.5px;font-weight:600;color:var(--ink)}
.crm-field .fill{height:9px;border-radius:5px;background:var(--blue-t);flex:1;overflow:hidden;position:relative}
.crm-field .fill::after{content:"";position:absolute;inset:0;width:var(--w,60%);background:var(--blue);border-radius:5px;animation:fillbar 1.1s ease both}
@keyframes fillbar{from{width:0}}
.proof{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:56px}
.proof-card{background:#fff;border:1px solid var(--hair);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:28px}
.proof-card .ic{width:46px;height:46px;border-radius:13px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;margin-bottom:16px}
.proof-card .ic svg{width:23px;height:23px}
.proof-card h4{font-size:19px;font-weight:800;margin-bottom:8px}
.proof-card p{font-size:15px;color:var(--muted);line-height:1.55}
.crm-close{font-family:'Satoshi';font-weight:800;font-size:clamp(28px,3.4vw,44px);text-align:center;margin-top:72px;line-height:1.15;text-wrap:balance}
.crm-close .muted{color:var(--slate);display:block}

/* ═══ SECTION 10 — comparison ═══ */
.cols3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;margin-top:56px;border:1px solid var(--hair);border-radius:var(--r-lg);overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.col3{padding:34px 30px;border-right:1px solid var(--hair)}
.col3:last-child{border-right:none}
.col3.mid{background:var(--navy);color:#fff}
.col3.res{background:var(--blue);color:#fff}
.col3 .ch{font-family:'Satoshi';font-weight:800;font-size:18px;margin-bottom:22px;letter-spacing:.01em}
.col3 ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.col3 li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;line-height:1.45}
.col3.res li{font-family:'Satoshi';font-weight:700;font-size:18px}
.col3 li svg{width:19px;height:19px;flex-shrink:0;margin-top:1px}
.col3 .x{color:var(--slate)}

/* ═══ SECTION 11 — day ═══ */
.day{display:flex;flex-direction:column;gap:0;margin-top:52px;position:relative}
.day-item{display:grid;grid-template-columns:120px 1fr;gap:28px;padding:18px 0;position:relative}
.day-item .time{font-family:'Satoshi';font-weight:800;font-size:15px;color:var(--blue);text-align:right;padding-top:16px}
.day-item .body{background:#fff;border:1px solid var(--hair);border-radius:16px;box-shadow:var(--shadow-sm);padding:18px 22px;display:flex;align-items:center;gap:16px}
.day-item .body .ic{width:40px;height:40px;border-radius:11px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.day-item .body .ic svg{width:20px;height:20px}
.day-item .body h4{font-size:16.5px;font-weight:800}
.day-item .body p{font-size:14px;color:var(--muted)}
.day-item.night .body{background:var(--navy);border-color:transparent;color:#fff}
.day-item.night .body h4{color:#fff}.day-item.night .body p{color:var(--ink-on-navy-2)}
.night-beat{margin-top:24px;background:var(--navy);border-radius:var(--r-lg);overflow:hidden;display:grid;grid-template-columns:1.1fr 1fr;color:#fff;box-shadow:var(--shadow-lg)}
.night-beat .copy{padding:48px}
.night-beat .copy .card{display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.08);border:1px solid var(--hair-navy);border-radius:14px;padding:13px 18px 13px 13px;margin-bottom:24px}
.night-beat .copy .card .ic{width:40px;height:40px;border-radius:999px;background:var(--blue);display:grid;place-items:center}
.night-beat .copy .card .ic svg{width:20px;height:20px}
.night-beat .copy h3{font-size:30px;font-weight:800;line-height:1.15}
.night-beat .photo{position:relative;min-height:340px}

/* ═══ SECTION 12 — trust ═══ */
.trust{background:var(--navy);color:#fff}
.trust .lead{color:var(--ink-on-navy-2)}
.trust-list{max-width:820px;margin:52px auto 0;display:flex;flex-direction:column;gap:4px}
.trust-item{display:flex;align-items:center;gap:20px;padding:24px 8px;border-bottom:1px solid var(--hair-navy);font-family:'Satoshi';font-weight:700;font-size:clamp(19px,2vw,25px)}
.trust-item:last-child{border-bottom:none}
.trust-item .ck{width:40px;height:40px;border-radius:999px;background:var(--blue-t2);color:#fff;display:grid;place-items:center;flex-shrink:0}
.trust-item .ck svg{width:22px;height:22px;color:var(--blue)}

/* ═══ footer ═══ */
footer{background:var(--navy);color:var(--ink-on-navy-2);padding:64px 0 130px}
.foot{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:center}
.foot .brand .wm{font-size:17px}
.foot-links{display:flex;gap:26px;font-size:14px}
.foot-links a{color:var(--ink-on-navy-2)}.foot-links a:hover{color:#fff}
.foot-legal{margin-top:34px;padding-top:26px;border-top:1px solid var(--hair-navy);font-size:13px;color:var(--slate);text-align:center}

image-slot{--is-placeholder-bg:#dbe4f1}
/* ═══ auth pages ═══ */
.auth-body{background:var(--navy);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.auth-wrap{width:100%;max-width:440px}
.auth-wrap.wide{max-width:520px}
.auth-brand{display:flex;align-items:center;gap:11px;justify-content:center;margin-bottom:24px}
.auth-brand img{width:34px;height:34px;border-radius:8px}
.auth-brand span{font-family:'Satoshi';font-weight:800;color:#fff;font-size:18px;letter-spacing:.02em}
.auth-brand .tm{font-size:9px;vertical-align:super;color:var(--ink-on-navy-2)}
.auth-card{background:#fff;border-radius:22px;padding:38px 36px;box-shadow:0 30px 80px rgba(0,0,0,.4)}
.auth-h{font-family:'Satoshi';font-weight:800;font-size:26px;letter-spacing:-.02em;color:var(--ink)}
.auth-sub{font-size:14.5px;color:var(--muted);line-height:1.55;margin:8px 0 24px}
.auth-form{display:flex;flex-direction:column;gap:16px}
.auth-form label{font-size:13px;font-weight:700;color:var(--ink-2);display:flex;flex-direction:column;gap:7px}
.auth-form input{font-family:inherit;font-size:15px;padding:13px 15px;border:1px solid var(--hair);border-radius:11px;color:var(--ink);background:#fff}
.auth-form input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-t)}
.auth-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.auth-btn{width:100%;justify-content:center;margin-top:6px}
.auth-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}
.auth-check{flex-direction:row!important;align-items:center;gap:7px!important;font-weight:600!important;color:var(--muted)!important}
.auth-link{font-weight:700}
.auth-foot{text-align:center;font-size:14px;color:var(--muted);margin-top:22px}
.auth-foot a{font-weight:700}
.auth-steps{display:flex;gap:10px;margin-bottom:24px}
.astep{flex:1;text-align:center;font-size:12px;font-weight:800;letter-spacing:.02em;padding:9px;border-radius:999px;background:var(--cloud);color:var(--slate)}
.astep.on{background:var(--blue-t);color:var(--blue)}
.pay-summary{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:13px;background:var(--cloud);margin-bottom:20px;font-size:14.5px;color:var(--ink-2)}
.pay-summary b{font-family:'Satoshi';font-size:20px;color:var(--ink)}
.pay-field{position:relative;display:flex;align-items:center}
.pay-field input{flex:1;padding-right:44px}
.pay-field svg{position:absolute;right:12px}
.auth-secure{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;color:var(--muted);margin-top:16px}
.auth-secure svg{color:var(--green)}
.auth-back{display:block;margin:14px auto 0;background:none;border:none;font-family:inherit;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer}
.auth-back:hover{color:var(--ink)}
.auth-ok{width:64px;height:64px;border-radius:999px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;margin:0 auto 18px}
@media(max-width:520px){.auth-2col{grid-template-columns:1fr}}
.credit-note{color:var(--slate);font-size:12px}
.credit-note a{color:var(--ink-on-navy-2)}

/* ═══════════ SCROLL / LIVE ANIMATIONS ═══════════ */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}
.reveal.in{opacity:1;transform:none}
/* sequential flow lighting */
.flow .step{opacity:.25;transform:translateY(10px);transition:opacity .5s,transform .5s}
.flow .step.on{opacity:1;transform:none}
.flow .flow-arrow{opacity:.2;transition:opacity .5s}
.flow .flow-arrow.on{opacity:1}
.flow .step.pop{animation:stepPop .5s ease}
@keyframes stepPop{0%{box-shadow:0 0 0 0 rgba(0,86,246,.35)}60%{box-shadow:0 0 0 8px rgba(0,86,246,0)}100%{box-shadow:var(--shadow-sm)}}
/* CRM self-fill */
.crm-field{opacity:0;transform:translateX(-12px);transition:opacity .5s,transform .5s}
.crm-field.on{opacity:1;transform:none}
.crm-field .fill::after{width:0!important;animation:none!important;transition:width 1.1s cubic-bezier(.22,1,.36,1) .1s}
.crm-field.on .fill::after{width:var(--w)!important}
.crm-field .v{opacity:0;transition:opacity .5s .35s}
.crm-field.on .v{opacity:1}
.crm-cursor{display:inline-block;width:2px;height:1em;background:var(--blue);margin-left:2px;vertical-align:-2px;animation:blink 1s step-end infinite}
@keyframes blink{50%{opacity:0}}
/* chat flow */
.chat-body .msg,.chat-body .row-them,.chat-body .ts{opacity:0;transform:translateY(10px);transition:opacity .4s,transform .4s}
.chat-body .msg.show,.chat-body .row-them.show,.chat-body .ts.show{opacity:1;transform:none}
.typing{align-self:flex-start;display:inline-flex;gap:4px;align-items:center;background:#F0F4FA;border-radius:16px;border-bottom-left-radius:5px;padding:13px 16px;margin-bottom:2px}
.typing span{width:7px;height:7px;border-radius:999px;background:#9DB0CE;animation:typedot 1.2s infinite}
.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}
@keyframes typedot{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}
/* brain pulse */
.chips .chip{opacity:.25;transition:opacity .5s}
.chips .chip.on{opacity:1}
.brain-core{position:relative}
.brain-core.beat{animation:coreBeat 2.6s ease-in-out infinite}
@keyframes coreBeat{0%,100%{box-shadow:0 0 0 8px rgba(0,86,246,.10),0 30px 70px rgba(0,0,0,.5)}50%{box-shadow:0 0 0 16px rgba(0,86,246,.16),0 30px 80px rgba(0,0,0,.55)}}
/* notification stack live */
.notif{opacity:0}
.notif.show{opacity:1;transition:opacity .5s,transform .5s}
@media(prefers-reduced-motion:reduce){.reveal,.flow .step,.flow .flow-arrow,.crm-field,.crm-field .v,.chat-body .msg,.chat-body .row-them,.chat-body .ts,.chips .chip,.notif{opacity:1!important;transform:none!important}.brain-core.beat{animation:none}}

/* ═══ CRM live-call demo (system in motion) ═══ */
.crmdemo{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--hair)}
.cd-call{background:transparent;color:#fff;padding:2px;display:flex;flex-direction:column;min-height:460px}
/* minimal "live call" chip — reads as a conversation, not phone-app chrome */
.cd-call .hd{display:inline-flex;align-self:flex-start;align-items:center;gap:10px;padding:7px 15px 7px 8px;margin-bottom:16px;border-radius:999px;background:rgba(9,18,38,.44);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 12px 30px -14px rgba(2,7,20,.7)}
.cd-call .hd .av{width:32px;height:32px;font-size:12px;border-radius:999px;background:linear-gradient(135deg,#0056F6,#00B67E);display:grid;place-items:center;font-weight:800;font-family:'Satoshi';flex-shrink:0;color:#fff}
.cd-call .hd .nm{font-weight:800;font-family:'Satoshi';font-size:14px;line-height:1.15;color:#fff}
.cd-call .hd .st{font-size:11px;color:rgba(255,255,255,.82);display:flex;align-items:center;gap:6px;margin-top:1px}
.cd-call .hd .st .rec{width:7px;height:7px;border-radius:999px;background:#FF4747;animation:blink 1.2s infinite;box-shadow:0 0 8px rgba(255,71,71,.85)}
.cd-call .hd .timer{margin-left:8px;padding-left:9px;border-left:1px solid rgba(255,255,255,.2);font-family:'JetBrains Mono',monospace;font-size:12px;color:rgba(255,255,255,.72)}
.cd-call .hd .av,.cd-call .hd .nm{display:none}
/* voice-wave retired for the floating-chat layout — node kept for ta.js */
.wave{display:flex;align-items:flex-end;gap:2px;height:28px;margin:0 0 15px;max-width:240px}
.wave i{flex:1;min-width:2px;background:var(--mint);border-radius:2px;height:20%;animation:wv 1s ease-in-out infinite;box-shadow:0 0 10px rgba(82,223,175,.5)}
@keyframes wv{0%,100%{height:14%}50%{height:88%}}
.cd-tr{flex:none;height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:9px;font-size:13.5px;padding-right:4px}
.cd-line{opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s;max-width:86%;padding:10px 14px;border-radius:16px;line-height:1.45}
.cd-line.show{opacity:1;transform:none}
/* agent = brand blue, right */
.cd-line.agent{align-self:flex-end;background:linear-gradient(135deg,#0056F6,#2f7bff);color:#fff;border-bottom-right-radius:5px;box-shadow:0 14px 30px -14px rgba(0,42,140,.7)}
/* client = frosted white glass so it stays legible over the bright photo, left */
.cd-line.client{align-self:flex-start;background:rgba(255,255,255,.92);color:var(--ink);border-bottom-left-radius:5px;box-shadow:0 14px 32px -16px rgba(2,7,20,.62);backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%)}
.cd-line .spk{display:block;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;opacity:.6;margin-bottom:3px}
.cd-record{background:#fff;padding:24px 26px;height:460px;overflow-y:auto;scroll-behavior:smooth}
/* scroll progress bar */
#scrollbar{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;background:linear-gradient(90deg,#0056F6,#00B67E);box-shadow:0 0 10px rgba(0,86,246,.5);transition:width .12s linear}
/* on-brand scrollbar for the demo panes */
.cd-tr::-webkit-scrollbar,.cd-record::-webkit-scrollbar{width:8px}
.cd-tr::-webkit-scrollbar-thumb{background:rgba(255,255,255,.32);border-radius:99px}
.cd-record::-webkit-scrollbar-thumb{background:rgba(0,86,246,.35);border-radius:99px}
.cd-tr::-webkit-scrollbar-track,.cd-record::-webkit-scrollbar-track{background:transparent}
.cd-record .rhd{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--hair-2);margin-bottom:6px}
.cd-record .rhd .av{width:40px;height:40px;border-radius:999px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;font-weight:800;font-family:'Satoshi'}
.cd-stage{margin-left:auto;font-size:11px;font-weight:800;padding:5px 11px;border-radius:999px;background:var(--hover);color:var(--ink-3);transition:background .5s,color .5s}
.cd-stage.active{background:rgba(0,86,246,.12);color:var(--blue)}
.cd-f{display:none;gap:10px;align-items:baseline;padding:11px 2px;border-bottom:1px solid var(--hair-2);border-radius:6px}
.cd-f.on{display:flex;animation:fieldIn .45s ease}
@keyframes fieldIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.cd-f .k{width:96px;font-size:12px;color:var(--muted);flex-shrink:0}
.cd-f .v{font-size:14px;font-weight:600;color:var(--ink)}
.cd-f .v i{font-style:normal;font-size:11px;color:var(--blue);opacity:0;transition:opacity .5s .3s}
.cd-f.on .v i{opacity:1}
.cd-f .v .val{opacity:0;transition:opacity .45s}
.cd-f.on .v .val{opacity:1}
.cd-f.flash{animation:fieldFlash 1.1s ease}
@keyframes fieldFlash{0%{background:rgba(0,86,246,.16)}100%{background:transparent}}
.cd-next{display:none;margin-top:16px;padding:14px 16px;border-radius:13px;background:linear-gradient(135deg,rgba(0,86,246,.1),rgba(0,182,126,.1));border:1px solid rgba(0,86,246,.22)}
.cd-next.on{display:block;animation:fieldIn .5s ease}
.cd-next .lbl{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}
.cd-next .t{font-size:14px;font-weight:700;margin-top:3px}
@media(max-width:960px){.crmdemo{grid-template-columns:1fr}.cd-call{min-height:0}.cd-tr{height:250px;flex:none}.cd-call,.cd-record{height:auto}}
.cd-followup{display:none;margin-top:15px;padding-top:15px;border-top:1px dashed var(--hair)}
.cd-followup.on{display:block;animation:fieldIn .5s ease}
.cd-followup .lbl{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:6px;margin-bottom:9px}
.cd-followup .bub{background:var(--blue);color:#fff;padding:12px 15px;border-radius:16px;border-bottom-right-radius:5px;font-size:13.5px;line-height:1.5}
.cd-followup .meta{font-size:11px;color:var(--ink-4);margin-top:7px}
.cd-sched{display:none;margin-top:12px;flex-direction:column;gap:8px}
.cd-sched.on{display:flex;animation:fieldIn .5s ease}
.cd-sched .si{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--ink-2);background:var(--cloud);border:1px solid var(--hair-2);border-radius:10px;padding:9px 12px}
.cd-sched .si svg{width:15px;height:15px;color:var(--green);flex-shrink:0}
.cd-sched .si b{margin-left:auto;color:var(--ink);font-weight:700;font-variant-numeric:tabular-nums}

/* ═══ #crm — floating demo card over the poolside call photo ═══ */
#crm{padding-top:0}
.crm-stage{position:relative;isolation:isolate;overflow:hidden;padding:clamp(52px,6.5vw,96px) 0;background:var(--navy)}
.crm-stage::before{content:"";position:absolute;inset:0;z-index:0;background-image:url('/site/uploads/ta-crm-call.webp');background-size:cover;background-position:38% center;background-repeat:no-repeat}
/* warm scrim (matches hero tone): heavier left/bottom for copy legibility,
   lighter through the right where the glass demo floats over sky/water */
.crm-stage::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(26,16,6,.88) 0%,rgba(26,16,6,.70) 26%,rgba(26,16,6,.40) 48%,rgba(26,16,6,.16) 72%,rgba(26,16,6,.30) 100%),linear-gradient(180deg,rgba(26,16,6,.34) 0%,rgba(26,16,6,.04) 42%,rgba(26,16,6,.40) 100%)}
.crm-stage>.wrap{position:relative;z-index:2}
/* light copy over the scrim */
#crm .crm2-copy .eyebrow{color:#9CC0FF}
#crm .crm2-copy .eyebrow::before{background:#9CC0FF}
#crm .crm2-copy h2{color:#fff}
#crm .crm2-copy .blue{background:linear-gradient(120deg,var(--mint),#5aa9ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--mint)}
#crm .crm2-copy .lead{color:rgba(255,255,255,.92)}
/* no more opaque block: the demo is a transparent grid so the photo shows
   through — chat bubbles float free on the left, the record card floats right */
#crm .crmdemo{position:relative;overflow:visible;padding:0;gap:clamp(16px,2.4vw,34px);border:0;border-radius:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;align-items:start}
/* the CRM record — an elevated white/glass card building itself over the sky/water */
#crm .crmdemo .cd-record{border-radius:20px;background:rgba(10,30,68,.30);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid rgba(255,255,255,.22);color:#fff;box-shadow:0 44px 90px -26px rgba(2,7,20,.72),0 14px 34px -16px rgba(2,7,20,.5)}
/* light text over the navy glass */
#crm .cd-record #cdRecName{color:#fff}
#crm .cd-record #cdRecSub{color:rgba(255,255,255,.62)!important}
#crm .cd-record .rhd{border-bottom-color:rgba(255,255,255,.16)}
#crm .cd-record .rhd .av{background:rgba(255,255,255,.16);color:#fff}
#crm .cd-record .cd-stage{background:rgba(255,255,255,.14);color:rgba(255,255,255,.82)}
#crm .cd-record .cd-stage.active{background:rgba(82,223,175,.22);color:var(--mint)}
#crm .cd-record .cd-f{border-bottom-color:rgba(255,255,255,.12)}
#crm .cd-record .cd-f .k{color:rgba(255,255,255,.52)}
#crm .cd-record .cd-f .v{color:#fff}
#crm .cd-record .cd-f .v i{color:var(--mint)}
#crm .cd-record .cd-f.flash{animation:fieldFlashDark 1.1s ease}
@keyframes fieldFlashDark{0%{background:rgba(82,223,175,.16)}100%{background:transparent}}
#crm .cd-record::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3)}
/* controlled, equal-height scroll columns on desktop */
@media(min-width:961px){
  #crm .cd-call{height:500px;min-height:0}
  #crm .cd-tr{flex:1;height:auto;min-height:0;overflow-y:auto}
  #crm .crmdemo .cd-record{height:500px}
}
/* ── Outcome section (below the pool photo): what AGENTA did after the call ── */
.crm-outcome{background:var(--cloud);padding:clamp(46px,7vw,88px) 0}
.crm-outcome .co-head{text-align:center;max-width:640px;margin:0 auto 30px;padding:0 24px}
.crm-outcome .co-eyebrow{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:11px}
.crm-outcome .co-head h3{font-family:'Satoshi';font-weight:800;font-size:clamp(23px,3.4vw,33px);letter-spacing:-.02em;color:var(--ink)}
.crm-outcome .co-body{max-width:600px;margin:0 auto;padding:0 24px}
/* the moved demo blocks are a standalone story here — always visible (ta.js still
   re-reveals them with .on when the live demo above finishes) */
.crm-outcome .cd-next{display:block;margin-top:0}
.crm-outcome .cd-sched{display:flex;margin-top:14px}
.crm-outcome .cd-followup{display:block;margin-top:16px;border-top:none;padding-top:0}
/* — phones: keep the poolside photo clearly visible, no full-height slab — */
@media(max-width:600px){
  /* lighter scrim so her call photo reads through behind the floating UI */
  #crm .crm-stage::after{background:linear-gradient(180deg,rgba(9,16,32,.82) 0%,rgba(9,16,32,.44) 28%,rgba(9,16,32,.30) 56%,rgba(9,16,32,.52) 100%)}
  /* keep transcript + record SIDE BY SIDE on phones; shrink the call/transcript side */
  #crm .crmdemo{grid-template-columns:.85fr 1.15fr;gap:8px;align-items:stretch}
  #crm .cd-call{min-height:0;padding:0;height:360px;display:flex;flex-direction:column}
  #crm .cd-call .hd{padding:4px 9px;gap:5px;margin-bottom:8px}
  #crm .cd-call .hd .st{font-size:8.5px;gap:4px}
  #crm .cd-call .hd .timer{font-size:9px;margin-left:4px;padding-left:6px}
  #crm .wave{max-width:100%;height:15px;margin-bottom:8px;gap:1.5px}
  #crm .cd-tr{flex:1;height:auto;min-height:0;max-height:none;gap:5px;padding-right:0}
  #crm .cd-line{font-size:10px;padding:6px 8px;max-width:100%;border-radius:10px;line-height:1.35}
  #crm .cd-line .spk{font-size:7.5px;margin-bottom:1px}
  #crm .crmdemo .cd-record{height:360px;max-height:none;overflow-y:auto;border-radius:14px;padding:12px 11px}
  #crm .cd-record .rhd{gap:7px;padding-bottom:8px;margin-bottom:2px}
  #crm .cd-record .rhd .av{width:28px;height:28px;font-size:11px}
  #crm .cd-stage{font-size:8px;padding:3px 6px}
  #crm .cd-f{flex-direction:column;gap:1px;padding:6px 1px}
  #crm .cd-f .k{width:auto;font-size:9px}
  #crm .cd-f .v{font-size:11px;line-height:1.3}
  #crm .cd-f .v i{font-size:8.5px}
}

/* ═══ Send-wall demo — drafts in voice, sends only when safe ═══ */
.sendwall{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--hair)}
.sw-phone{background:var(--navy);padding:26px;display:flex;flex-direction:column;gap:11px;height:460px}
.sw-phone .lbl{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-on-navy-2);display:flex;align-items:center;gap:7px}
.sw-in{align-self:flex-start;max-width:84%;background:rgba(255,255,255,.1);color:#fff;padding:11px 15px;border-radius:16px;border-bottom-left-radius:5px;font-size:14px;line-height:1.45}
.sw-out{align-self:flex-end;max-width:84%;background:var(--blue);color:#fff;padding:11px 15px;border-radius:16px;border-bottom-right-radius:5px;font-size:14px;line-height:1.45;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}
.sw-out.show{opacity:1;transform:none}
.sw-status{margin-top:auto;display:flex;align-items:center;gap:10px;color:var(--ink-on-navy-2);font-size:13px;min-height:28px}
.sw-ring{width:24px;height:24px;border-radius:999px;border:3px solid rgba(255,255,255,.2);border-top-color:#00B67E;animation:spin 1s linear infinite;display:none}
.sw-ring.go{display:block}
.sw-sent{display:none;align-items:center;gap:7px;color:#00D17A;font-weight:700}
.sw-sent.go{display:inline-flex}
@keyframes spin{to{transform:rotate(360deg)}}
.sw-guards{background:#fff;padding:26px;display:flex;flex-direction:column}
.sw-guards h4{font-family:'Satoshi';font-size:17px;font-weight:800}
.sw-guards .sub{font-size:13px;color:var(--muted);margin:5px 0 18px;line-height:1.5}
.sw-chip{display:flex;align-items:center;gap:11px;padding:11px 14px;border:1px solid var(--hair);border-radius:12px;margin-bottom:9px;font-size:13.5px;font-weight:600;color:var(--ink-3);opacity:.5;transition:opacity .4s,color .4s,border-color .4s}
.sw-chip .dot{width:24px;height:24px;border-radius:999px;background:var(--hover);display:grid;place-items:center;flex-shrink:0;transition:background .4s}
.sw-chip .dot svg{width:14px;height:14px;color:#fff;opacity:0;transition:opacity .3s}
.sw-chip.pass{opacity:1;color:var(--ink);border-color:rgba(0,182,126,.45)}
.sw-chip.pass .dot{background:var(--green)}
.sw-chip.pass .dot svg{opacity:1}
.sw-toggle{margin-top:auto;display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--hair-2)}
.sw-toggle .tl{font-size:12px;color:var(--muted);font-weight:700}
.sw-seg{display:inline-flex;background:var(--hover);border-radius:10px;padding:3px}
.sw-seg button{border:none;background:none;font:inherit;font-size:12.5px;font-weight:700;padding:7px 12px;border-radius:8px;cursor:pointer;color:var(--ink-3)}
.sw-seg button.on{background:#fff;color:var(--blue);box-shadow:var(--shadow-sm)}
.sw-approve{display:none;margin-top:12px;padding:14px;border-radius:12px;background:#FAFBFE;border:1px solid var(--hair)}
.sw-approve.go{display:block}
.sw-approve .h{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);margin-bottom:6px}
.sw-approve .btns{display:flex;gap:8px;margin-top:11px}
.sw-approve .btns button{font:inherit;font-size:12.5px;font-weight:700;padding:8px 15px;border-radius:9px;border:none;cursor:pointer}
.sw-approve .btns .p{background:var(--blue);color:#fff}
.sw-approve .btns .g{background:#fff;border:1px solid var(--hair);color:var(--ink-2)}
@media(max-width:960px){.sendwall{grid-template-columns:1fr}.sw-phone{min-height:0}}

/* ═══ Showings before/after relay ═══ */
.relay{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:52px;align-items:start}
.relaycol{border-radius:20px;padding:24px;border:1px solid var(--hair)}
.relaycol.old{background:var(--cloud-2)}
.relaycol.new{background:#fff;box-shadow:var(--shadow);border-color:var(--blue-t2)}
.relaycol .rh{display:flex;align-items:center;gap:10px;font-family:'Satoshi';font-weight:800;font-size:15px;margin-bottom:18px}
.relaycol.old .rh{color:var(--slate)}
.relaycol.new .rh{color:var(--ink)}
.tagn{font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:999px}
.relaycol.old .tagn{background:var(--hover);color:var(--ink-3)}
.rthread{display:flex;flex-direction:column;gap:10px}
.rmsg{max-width:90%;font-size:13.5px;line-height:1.45;padding:10px 13px;border-radius:14px;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s}
.rmsg.show{opacity:1;transform:none}
.rmsg .who{display:block;font-size:9px;letter-spacing:.06em;text-transform:uppercase;opacity:.62;margin-bottom:3px;font-weight:700}
.rmsg.them{align-self:flex-start;background:#E5E7EB;color:#1e2430}
.rmsg.sgray{align-self:flex-end;background:#CDD4DE;color:#1e2a3a}
.rmsg.seller{align-self:flex-start;background:#fff;border:1px solid var(--hair);color:var(--ink)}
.rmsg.me{align-self:flex-end;background:var(--blue);color:#fff}
.rmsg.robot,.rmsg.robotin{background:var(--navy);color:#fff;font-family:'JetBrains Mono',monospace;font-size:11.5px}
.rmsg.robotin{align-self:flex-start}.rmsg.robot{align-self:flex-end}
.relay .cap{font-size:12.5px;line-height:1.5;margin-top:16px;font-weight:600}
.relaycol.old .cap{color:var(--slate)}
.relaycol.new .cap{color:var(--ink-2)}
@media(max-width:960px){.relay{grid-template-columns:1fr}}

@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* AGENTA presence chip (inline, over UI mockups) */
.agenta-peek{position:absolute;z-index:5;width:120px;pointer-events:none;filter:drop-shadow(0 12px 30px rgba(0,86,246,.4))}

/* ════════════ MOBILE ════════════ */
@media(max-width:960px){
  body{font-size:16px}
  .wrap{padding:0 22px}
  .section{padding:84px 0}
  .navlinks{display:none}
  .nav .btn{margin-left:auto}
  .hero-grid{grid-template-columns:1fr;min-height:0;padding-left:0}
  .hero-left{padding:52px 0 40px;max-width:none}
  .hero h1{font-size:clamp(42px,11vw,60px)}
  .hero-right{height:460px}
  .hero-photo{border-top-right-radius:20px;border-radius:20px}
  .notif-stack{left:auto;right:14px;top:20px;transform:none;width:210px;gap:10px}
  .notif:nth-child(even){margin-left:0}
  .notif{padding:9px 13px 9px 9px}.notif .ic{width:32px;height:32px}.notif .tl{font-size:13px}.notif .tm{font-size:11px}
  .hero-slide.hide-mobile{display:none}
  .scenario{padding:24px}
  .flow{flex-direction:column;gap:0}
  .step{min-width:0;flex-direction:row;align-items:center}
  .st-ic{flex-shrink:0}
  .flow-arrow{transform:rotate(90deg);height:22px;flex-basis:22px}
  .step:has(.st-bubble){flex-direction:column;align-items:stretch}
  .web-grid,.crm-hero,.night-beat,.brain-grid,.compare,.proof,.cols3,.lm-grid{grid-template-columns:1fr}
  .brain-core{overflow:visible;height:auto;padding:22px 22px 20px;width:auto;max-width:280px}
  .brain-core .cap-core{position:static;margin-top:8px}
  .brain-core img{width:170px}
  .bbody{flex-direction:column}.chat{width:100%;border-left:none;border-top:1px solid var(--hair)}
  .bphoto{min-height:280px}
  .cols3{border-radius:var(--r-lg)}.col3{border-right:none;border-bottom:1px solid var(--hair)}
  .day-item{grid-template-columns:74px 1fr;gap:14px}
  .lm-stage{min-height:auto;flex-direction:column;align-items:stretch;justify-content:center;padding:44px 0 22px}
  .lm-over{order:1}
  .lm-scrim{background:linear-gradient(0deg,rgba(0,13,37,.86) 8%,rgba(0,13,37,.55) 48%,rgba(0,13,37,.32) 100%)}
  .lm-copy{max-width:none}
  .lm-card{position:static;inset:auto;order:2;margin:20px 4px 0;max-width:none;align-self:stretch}
  .track-hd .tk-src{margin-left:0;width:100%}
  .rec-step{font-size:10px}
  .rec-line{flex-direction:column;gap:3px}
  .foot{flex-direction:column;align-items:center}
  .modal-paths{grid-template-columns:1fr}
  .ctaband{padding:44px 26px}
  .show-grid{grid-template-columns:1fr}.show-stage{order:-1}.sp-stage{height:390px}
  .rs-cols{grid-template-columns:1fr;height:auto}.rs-col{border-right:none;border-bottom:1px solid var(--hair-2)}.rs-body{height:200px}
}

/* ═══ CTA band ═══ */
.ctaband{background:var(--navy);border-radius:var(--r-lg);padding:56px;text-align:center;color:#fff;position:relative;overflow:hidden}
.ctaband h3{font-family:'Satoshi';font-weight:800;font-size:clamp(26px,3.2vw,40px);line-height:1.12}
.ctaband p{color:var(--ink-on-navy-2);font-size:17px;margin:14px auto 26px;max-width:560px}
.ctaband .row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ═══ Sticky reserve CTA — ONE floating gradient button, bottom-right ═══
   (Carlos 2026-07-26: replaced the bottom-center bar; the copy / see-more /
   waitlist links are gone — button only. Reveal-on-scroll via ta.js .show.
   The authoritative override block at end-of-file wins on every breakpoint.) */
/* Sticky CTA = vertical right-edge TAB (matches the app's Feedback tab):
   fixed to the right edge, vertically centered, vertical text, rounded on the
   left, slides in from the edge on scroll (.show, toggled by ta.js). */
.stickycta{position:fixed;right:0;top:50%;left:auto;bottom:auto;z-index:150;display:block;background:none;border:none;box-shadow:none;padding:0;max-width:none;border-radius:0;opacity:0;transform:translateY(-50%) translateX(101%);pointer-events:none;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .3s ease}
.stickycta.show{opacity:1;transform:translateY(-50%) translateX(0);pointer-events:auto}
.stickycta .sc-copy,.stickycta .sc-see,.stickycta .sc-wl{display:none}
.stickycta .btn.sc-cta{writing-mode:vertical-rl;text-orientation:mixed;display:block;text-align:center;padding:16px 9px;font-size:13px;font-weight:800;letter-spacing:.03em;white-space:nowrap;border-radius:13px 0 0 13px;background:linear-gradient(200deg,#0A1E44 0%,#0B4FC4 52%,#00B67E 100%);color:#fff;border:none;box-shadow:-7px 10px 28px rgba(2,10,30,.34);cursor:pointer}
.stickycta .btn.sc-cta:hover{transform:translateX(-3px);filter:brightness(1.06);box-shadow:-9px 12px 32px rgba(2,10,30,.4)}

/* ═══ Reserve / waitlist modal ═══ */
.modal-scrim{position:fixed;inset:0;z-index:300;background:rgba(0,13,37,.62);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .25s}
.modal-scrim.open{display:flex;opacity:1}
/* Desktop: a fixed ~780px modal sized to HUG its content — the two plan cards and
   the form fill it edge-to-edge against the shared 34px padding, so there are no
   empty side gutters and the whole box reads as one centered column. The scrim
   flex-centers it in the viewport (no transformed scroll ancestor overrides that).
   max-width:92vw keeps it on-screen on narrow desktops; the ≤700px full-screen
   rules below override all of this on mobile — untouched. */
.modal{background:#fff;border-radius:var(--r-lg);width:min(780px,92vw);max-width:92vw;box-shadow:0 40px 100px rgba(0,0,0,.4);overflow:hidden;transform:translateY(16px) scale(.98);transition:transform .3s cubic-bezier(.22,1,.36,1);max-height:92vh;overflow-y:auto}
.modal-scrim.open .modal{transform:none}
.modal-hd{padding:32px 34px 8px;position:relative}
.modal-hd .eyebrow{margin-bottom:14px}
.modal-hd h3{font-family:'Satoshi';font-weight:800;font-size:26px;letter-spacing:-.02em}
.modal-hd p{color:var(--muted);font-size:15px;margin-top:8px;line-height:1.55}
.modal-x{position:absolute;top:22px;right:22px;width:36px;height:36px;border-radius:999px;border:none;background:var(--cloud);color:var(--ink-2);cursor:pointer;display:grid;place-items:center}
.modal-x:hover{background:var(--cloud-2)}
.modal-x svg{width:18px;height:18px}
.modal-body{padding:20px 34px 34px}
.modal-field{margin-bottom:20px}
.modal-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.modal-back{background:none;border:none;font-family:inherit;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer;padding:0;margin-bottom:16px}
.modal-back:hover{color:var(--ink)}
.pay-summary{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-radius:12px;background:var(--cloud);margin-bottom:20px;font-size:14px;color:var(--ink-2)}
.pay-summary b{font-family:'Satoshi';font-size:19px;color:var(--ink)}
.pay-field{position:relative;display:flex;align-items:center}
.pay-field input{padding-right:44px}
.pay-field svg{position:absolute;right:12px}
.pay-secure{display:flex;align-items:center;justify-content:center;gap:6px}
.pay-secure svg{color:var(--green)}
/* Stripe embedded Checkout mount — the iframe sizes itself; we just give it a
   min-height so the loading state doesn't collapse, and margin around it. The
   modal itself scrolls (max-height:92vh;overflow-y:auto). */
.embedded-checkout{min-height:320px;margin:4px 0 18px}
.ec-loading{display:flex;align-items:center;justify-content:center;min-height:280px;font-size:14px;color:var(--muted)}
#payHead{margin:0 0 16px}
.modal-field label{display:block;font-size:13px;font-weight:700;color:var(--ink-2);margin-bottom:7px}
.modal-field input{width:100%;font-family:inherit;font-size:15px;padding:14px 16px;border:1px solid var(--hair);border-radius:12px;color:var(--ink);background:#fff}
.modal-field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-t)}
/* Honeypot: an off-screen decoy field (NOT display:none, which some bots skip).
   Real users never see or tab into it; a filled `company` = a bot, dropped server-side. */
.ta-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.modal-paths{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px}
.mpath{border:1.5px solid var(--hair);border-radius:16px;padding:22px 20px;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;position:relative}
.mpath:hover{border-color:var(--blue-t2)}
.mpath.sel{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-t);background:#fff}
.mpath .flag{position:absolute;top:-11px;left:20px;background:var(--blue);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 11px;border-radius:999px}
.mpath .amt{font-family:'Satoshi';font-weight:800;font-size:30px;letter-spacing:-.02em}
.mpath .amt small{font-size:14px;color:var(--muted);font-weight:600}
.mpath .nm{font-family:'Satoshi';font-weight:800;font-size:16px;margin:2px 0 10px}
.mpath ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.mpath li{display:flex;gap:8px;align-items:flex-start;font-size:13px;line-height:1.4;color:var(--ink-2)}
.mpath li svg{width:15px;height:15px;color:var(--blue);flex-shrink:0;margin-top:2px}
.mpath .radio{position:absolute;top:20px;right:20px;width:20px;height:20px;border-radius:999px;border:2px solid var(--hair);display:grid;place-items:center}
/* ═══ Showings carousel (scene-based) ═══ */
.show-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.show-stage{max-width:440px;margin:0 auto;width:100%}
.show-phone{background:#fff;border-radius:26px;box-shadow:var(--shadow-lg);border:1px solid var(--hair);overflow:hidden;width:100%}
.sp-head{display:flex;align-items:center;gap:11px;padding:16px 18px;background:var(--navy);color:#fff}
.sp-av{width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.12);display:grid;place-items:center;flex-shrink:0;overflow:hidden}
.sp-av img{width:22px;height:22px}
.sp-nm{font-family:'Satoshi';font-weight:800;font-size:14.5px}
.sp-no{font-size:11.5px;color:var(--ink-on-navy-2);font-family:'JetBrains Mono',monospace}
.sp-chapter{margin-left:auto;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:5px 11px;border-radius:999px;background:rgba(0,182,126,.2);color:#7ee6bd;white-space:nowrap}
.sp-stage{height:430px;overflow:hidden}
.sp-track{display:flex;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}
.sp-scene{min-width:100%;height:100%;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:5px;background:linear-gradient(180deg,#F7F9FD,#fff)}
.sp-notif{align-self:stretch;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--hair);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow-sm);margin-bottom:6px;opacity:0;transform:translateY(9px);transition:opacity .4s,transform .4s}
.sp-notif.show{opacity:1;transform:none}
.sp-notif .nb{width:38px;height:38px;border-radius:11px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.sp-notif .nb svg{width:19px;height:19px}
.sp-notif .nt{font-family:'Satoshi';font-weight:800;font-size:13.5px;color:var(--ink);line-height:1.2}
.sp-notif .ns{font-size:11.5px;color:var(--muted);margin-top:2px}
.sp-dots{display:flex;gap:9px;justify-content:center;margin-top:20px}
.sp-dot{width:9px;height:9px;border-radius:999px;background:var(--cloud-2);border:none;cursor:pointer;padding:0;transition:width .3s,background .3s}
.sp-dot.on{width:26px;background:var(--blue)}
.sp-dot:hover{background:var(--blue-t2)}
/* dual-thread relay stage */
.relaystage{background:#fff;border:1px solid var(--hair);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden;max-width:940px;margin:48px auto 0}
.rs-top{display:flex;align-items:center;gap:14px;padding:15px 22px;background:var(--navy);color:#fff}
.rs-chap{font-family:'Satoshi';font-weight:800;font-size:15.5px}
.rs-chap #rsNum{color:#7ee6bd}
.rs-arrows{margin-left:auto;display:flex;gap:8px}
.rs-arrows button{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .2s}
.rs-arrows button:hover{background:rgba(255,255,255,.2)}
.rs-notif{display:flex;align-items:center;gap:12px;padding:13px 22px;background:var(--blue-t);border-bottom:1px solid var(--hair-2)}
.rs-notif .nb{width:40px;height:40px;border-radius:11px;background:var(--blue);color:#fff;display:grid;place-items:center;flex-shrink:0}
.rs-notif .nt{font-family:'Satoshi';font-weight:800;font-size:14px;color:var(--ink)}
.rs-notif .ns{font-size:12px;color:var(--ink-2);margin-top:2px}
.rs-cols{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:400px;transition:opacity .3s}
.rs-cols.flip{opacity:0}
.rs-col{padding:16px 18px 24px;display:flex;flex-direction:column;border-right:1px solid var(--hair-2);min-width:0;min-height:0}
.rs-col:last-child{border-right:none}
.rs-colhd{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--slate);padding-bottom:11px;margin-bottom:8px;border-bottom:1px solid var(--hair-2)}
.rs-body{display:flex;flex-direction:column;gap:6px;overflow-y:auto;flex:1;min-height:0}
.show2{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center}
.show2-copy{max-width:460px}
.crm2{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:center}
.crm2-copy{max-width:460px}
@media(max-width:960px){.crm2{grid-template-columns:1fr;gap:28px}}
.show2 .rs-controls{justify-content:flex-start;margin-top:30px}
@media(max-width:960px){
  /* stack: heading/lead → relay stage → swipe controls (dots UNDER the chapters) */
  .show2{display:flex;flex-direction:column;gap:24px}
  .show2-copy{display:contents}
  .show2 .relaystage{order:1;margin:0 auto}
  .show2 .rs-controls{order:2;justify-content:center;margin:4px 0 0}
}
.sp-time{display:block;font-size:9.5px;opacity:.6;margin-top:4px;text-align:right;font-family:'JetBrains Mono',monospace}
.sp-tag{display:inline-block;font-size:8.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:var(--green);color:#fff;padding:2px 8px;border-radius:999px;margin-bottom:6px}
.rs-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin:24px 0 8px}
.rs-arw{width:42px;height:42px;border-radius:999px;border:1px solid var(--hair);background:#fff;color:var(--ink);cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow-sm);transition:background .2s,color .2s,transform .15s}
.rs-arw:hover{background:var(--blue);color:#fff;border-color:var(--blue);transform:translateY(-1px)}
/* tracked-showings board */
.track{max-width:940px;margin:36px auto 0;background:#fff;border:1px solid var(--hair);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden}
.track-hd{display:flex;align-items:center;gap:14px;padding:20px 24px;border-bottom:1px solid var(--hair-2);flex-wrap:wrap}
.track-hd .tk-ic{width:44px;height:44px;border-radius:12px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.track-hd .tk-ic svg{width:22px;height:22px}
.track-hd .tk-t{font-family:'Satoshi';font-weight:800;font-size:17px;color:var(--ink)}
.track-hd .tk-s{font-size:13px;color:var(--muted);margin-top:2px;max-width:460px}
.tk-src{margin-left:auto;display:flex;gap:7px;flex-wrap:wrap}
.tk-src .src{font-size:11px;font-weight:700;padding:5px 11px;border-radius:999px;background:var(--cloud);color:var(--slate)}
.tk-src .src.on{background:var(--blue);color:#fff}
.rec-body{padding:22px 24px}
.rec-line{display:flex;gap:12px;font-size:14px;margin-bottom:20px}
.rec-line .rec-k{color:var(--muted);width:74px;flex-shrink:0}
.rec-line .rec-v{color:var(--ink)}
.rec-time{transition:color .3s}
.rec-time.flip{animation:tflip .5s ease}
@keyframes tflip{0%{color:var(--green);transform:scale(1.08)}100%{color:var(--ink);transform:scale(1)}}
.rec-tnote{font-size:11.5px;font-weight:700;color:var(--green);margin-left:6px}
.rec-steps{display:flex;gap:0;margin-bottom:18px}
.rec-step{flex:1;position:relative;font-size:12px;font-weight:700;color:var(--ink-4);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;transition:color .4s}
.rec-step .rc-dot{width:16px;height:16px;border-radius:999px;background:var(--cloud-2);border:2px solid var(--cloud-2);transition:all .4s;position:relative;z-index:1}
.rec-step::before{content:"";position:absolute;top:7px;left:-50%;width:100%;height:2px;background:var(--cloud-2);z-index:0;transition:background .4s}
.rec-step:first-child::before{display:none}
.rec-step.done{color:var(--ink-2)}
.rec-step.done .rc-dot{background:var(--green);border-color:var(--green)}
.rec-step.done::before{background:var(--green)}
.rec-step.active{color:var(--blue)}
.rec-step.active .rc-dot{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-t)}
.rec-step.active::before{background:var(--green)}
.rec-detail{background:#FAFBFE;border:1px solid var(--hair-2);border-radius:12px;padding:13px 16px;font-size:13.5px;color:var(--ink-2);line-height:1.5;transition:opacity .3s}
.rec-foot{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin-top:14px}
.rec-foot svg{color:var(--green);flex-shrink:0}
.sp-msg{max-width:86%;font-size:13.5px;line-height:1.45;padding:10px 13px;border-radius:15px;opacity:0;transform:translateY(9px);transition:opacity .4s,transform .4s}
.sp-msg.show{opacity:1;transform:none}
.sp-msg .who{display:block;font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;opacity:.62;margin-bottom:3px}
.sp-msg.tmpl{align-self:flex-start;background:var(--navy);color:#fff;font-family:'JetBrains Mono',monospace;font-size:11.5px;border-bottom-left-radius:5px}
.sp-msg.in{align-self:flex-start;background:#fff;border:1px solid var(--hair);color:var(--ink);border-bottom-left-radius:5px}
.sp-msg.out{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:5px}
.sp-day{align-self:center;font-size:10.5px;font-weight:700;color:var(--slate);background:var(--cloud);padding:3px 12px;border-radius:999px;margin:6px 0}
.sp-typing{align-self:flex-start;display:inline-flex;gap:4px;padding:11px 14px;background:#fff;border:1px solid var(--hair);border-radius:15px;border-bottom-left-radius:5px}
.sp-typing i{width:6px;height:6px;border-radius:999px;background:#9DB0CE;animation:typedot 1.2s infinite}
.sp-typing i:nth-child(2){animation-delay:.2s}.sp-typing i:nth-child(3){animation-delay:.4s}
.mpath.sel .radio{border-color:var(--blue)}
.mpath.sel .radio::after{content:"";width:10px;height:10px;border-radius:999px;background:var(--blue)}
.modal-submit{width:100%;justify-content:center;font-size:16.5px;padding:17px;border-radius:14px;box-shadow:0 6px 16px rgba(0,86,246,.20)}
.modal-submit:hover{box-shadow:0 9px 22px rgba(0,86,246,.26)}
/* Gated state: reserve submit is disabled until the non-refundable consent is
   checked. Dim + no hover lift so it reads as intentionally unavailable. */
.modal-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}
.modal-submit:disabled:hover{background:var(--blue);transform:none;box-shadow:none}
/* Dispute-defense consent row (reserve path only). */
.modal-consent{display:flex;align-items:flex-start;gap:10px;margin:2px 0 6px;font-size:13px;line-height:1.5;color:var(--ink-2)}
.modal-consent input{margin-top:3px;width:16px;height:16px;flex-shrink:0;accent-color:var(--blue);cursor:pointer}
.modal-consent label{cursor:pointer}
.modal-consent b{color:var(--ink);font-weight:700}
.modal-consent a{color:var(--blue);text-decoration:underline;font-weight:600}
.modal-fine{text-align:center;font-size:12.5px;color:var(--muted);margin-top:14px;line-height:1.5}
.modal-success{padding:52px 34px;text-align:center;display:none}
.modal-success.on{display:block}
.modal-success .ck{width:64px;height:64px;border-radius:999px;background:var(--blue-t);color:var(--blue);display:grid;place-items:center;margin:0 auto 18px}
.modal-success .ck svg{width:32px;height:32px}
.modal-success h3{font-family:'Satoshi';font-weight:800;font-size:24px}
.modal-success p{color:var(--muted);font-size:15px;margin:10px auto 0;max-width:420px;line-height:1.6}
/* launch-day SMS opt-in on the success step */
.notify-capture{max-width:420px;margin:26px auto 0;padding-top:24px;border-top:1px solid var(--hair);text-align:left}
.notify-capture .notify-lead{color:var(--ink-2);font-size:14px;line-height:1.55;margin:0 0 16px;text-align:center}
.notify-capture .modal-field{margin-bottom:14px}
.notify-capture .notify-skip{display:block;margin:14px auto 0;color:var(--muted);text-decoration-color:var(--hair);font-weight:600;font-size:13px}
.modal-success .notify-done{color:var(--ink-2);font-size:15px;font-weight:600;margin:22px auto 0;max-width:420px;line-height:1.6}

/* ── Branded, celebratory success step (email captured → name + cell) ── */
/* A crisp brand beam on the email step; hidden on success (the band covers it). */
.modal::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--blue),var(--green));z-index:3}
.modal:has(.modal-success.on)::before{display:none}
/* When the success step is showing, drop the generic email-step header + let the
   gradient band be the whole top of the card. */
.modal:has(.modal-success.on) .modal-hd{display:none}
.modal:has(.modal-success.on) .modal-x{background:rgba(255,255,255,.22);color:#fff}
.modal:has(.modal-success.on) .modal-x:hover{background:rgba(255,255,255,.34)}
.modal-success{padding:0}
.ms-hero{background:linear-gradient(135deg,var(--blue) 0%,#0a63e8 52%,var(--green) 132%);padding:42px 34px 34px;text-align:center;color:#fff;position:relative}
.ms-hero .ck{width:66px;height:66px;border-radius:999px;background:rgba(255,255,255,.20);border:1px solid rgba(255,255,255,.5);color:#fff;display:grid;place-items:center;margin:0 auto 16px;box-shadow:0 10px 26px rgba(0,0,0,.20)}
.ms-hero .ck svg{width:32px;height:32px;color:#fff}
.ms-hero h3{font-family:'Satoshi';font-weight:800;font-size:25px;color:#fff;letter-spacing:-.02em}
.ms-hero p{color:rgba(255,255,255,.92);font-size:15.5px;margin:8px auto 0;max-width:430px;line-height:1.55}
/* The name + cell form now rides white below the band. */
.modal-success .notify-capture{max-width:460px;margin:26px auto 0;padding:0 26px 6px;border-top:none;text-align:left}
.modal-success .notify-done{padding:0 26px 26px}

/* ════════════════════════════════════════════════════════════════
   PHONE REFINEMENTS — placed last so they win by source order.
   ≤600px: comfortable small-screen scale.  ≤400px: tightest phones.
   Additive only; desktop + the ≤960 stacking above are untouched.
   ════════════════════════════════════════════════════════════════ */
@media(max-width:600px){
  /* — spacing — */
  .wrap{padding:0 18px}
  .section{padding:56px 0}
  .section.tight{padding:48px 0}
  body{font-size:15px}

  /* — type scale — */
  .hero h1{font-size:clamp(33px,8.6vw,44px)}
  .h-xl{font-size:clamp(32px,8vw,44px)}
  .h-lg{font-size:clamp(26px,7vw,36px)}
  .h-md{font-size:clamp(22px,5.6vw,30px)}
  .ai-h2{font-size:clamp(22px,6vw,30px);line-height:1.2}
  .ai-l{white-space:normal}                           /* was nowrap → overflowed */
  .eyebrow{font-size:12px;letter-spacing:.12em;gap:9px}
  .lead{font-size:clamp(15px,4vw,17px)}
  .lead2{font-size:clamp(15px,4vw,17px)}
  .hero h1,.h-lg,.h-md,.ai-h2,.crm-close,.kicker,.ctaband h3,.trust-item{text-wrap:balance}

  /* — buttons: comfortable, full-width primary CTAs — */
  .btn{font-size:15px;padding:15px 24px}
  .btn.lg{font-size:16px;padding:17px 28px}
  .hero-left .btn.lg,.lm-cta .btn{width:100%;justify-content:center}
  .lm-cta{width:100%}

  /* — header fits a 320px screen — */
  .nav{gap:9px}
  .nav .btn{padding:9px 15px;font-size:13.5px}
  .brand img{width:30px;height:30px}
  .brand .wm{font-size:15px}
  .nav-login{font-size:13px;font-weight:500}
  .nav-full{display:none}
  .nav-short{display:inline}

  /* — hero photo + notif stack — */
  .hero-right{height:380px}
  .hero-cap{right:18px;bottom:18px;font-size:clamp(17px,4.6vw,22px)}
  .notif-stack{right:12px;top:16px;width:min(210px,58vw)}
  .notif .tl{font-size:12px}.notif .tm{font-size:10.5px}
  .notif .ic{width:30px;height:30px}

  /* — demo text down a notch — */
  .msg{font-size:13px}
  .cd-call{padding:18px}.cd-record{padding:16px 18px}
  .cd-line{font-size:12.5px}
  .cd-f .k{width:80px;font-size:11px}.cd-f .v{font-size:13px}
  .cd-followup .bub{font-size:12.5px}
  .sw-phone{padding:18px 18px}.sw-guards{padding:18px}
  .rmsg{font-size:12.5px}
  .sp-msg{font-size:12.5px}
  .rs-colhd{font-size:10px}
  .rec-step{font-size:9.5px}
  .track-hd{padding:16px 18px}
  .cd-followup .bub,.msg,.sms,.rmsg,.sp-msg{max-width:100%}
  .sms{max-width:100%}

  /* — cards / sections tighter — */
  .ai-card{padding:20px 18px}
  .why-card{padding:20px}
  .proof-card{padding:22px 20px}
  .cmp{padding:24px 20px}
  .scenario{padding:22px 18px}
  .col3{padding:26px 22px}
  .col3 li{font-size:14px}.col3.res li{font-size:15px}
  .trust-item{font-size:clamp(16px,4.6vw,20px);gap:14px;padding:18px 4px}
  .crm-close{font-size:clamp(22px,5.6vw,30px);margin-top:44px}
  .kicker{font-size:clamp(20px,5vw,28px)}

  /* — brain core stays inside the screen — */
  .brain-core{max-width:240px;margin:0 auto}
  .brain-core img{width:160px}

  /* — safety caps: no demo panel exceeds the viewport — */
  .browser,.crmdemo,.sendwall,.relaystage,.track,.show-phone,.show-stage,.chat,.sp-stage{max-width:100%}

  /* — modal: inputs stack, scrolls in-viewport, close reachable — */
  .modal-scrim{padding:14px;align-items:flex-start}
  .modal{max-height:94vh}
  .modal-hd{padding:26px 20px 6px}
  .modal-hd h3{font-size:22px}
  .modal-body{padding:18px 20px 26px}
  .modal-2col{grid-template-columns:1fr}
  .modal-x{top:14px;right:14px;width:44px;height:44px}
  .modal-submit{font-size:16px;padding:16px}
  .mpath{padding:20px 18px}
  .mpath .amt{font-size:26px}

  /* — controls ≥44px tap target — */
  .rs-arw{width:44px;height:44px}
  .rs-controls{gap:16px}
  .sp-dot{height:11px}.sp-dot.on{width:28px}

  /* — footer — */
  .foot-links{flex-wrap:wrap;justify-content:center;gap:16px}
}

@media(max-width:400px){
  .wrap{padding:0 16px}
  .section{padding:44px 0}
  .section.tight{padding:38px 0}
  body{font-size:14px}                                /* floor — not below 13 */

  .hero h1{font-size:clamp(29px,8.8vw,36px)}
  .h-lg{font-size:clamp(23px,7.4vw,30px)}
  .h-md{font-size:clamp(20px,5.6vw,26px)}
  .ai-h2{font-size:clamp(20px,6.4vw,26px)}
  .eyebrow{font-size:11px;letter-spacing:.1em}
  .lead,.lead2{font-size:14px}

  .btn{font-size:14px;padding:14px 20px}
  .btn.lg{font-size:15px;padding:16px 22px}
  .nav{gap:8px}
  .nav .btn{padding:10px 14px;font-size:13.5px}
  .brand .wm{font-size:15px}
  .nav-login{font-size:12.5px}

  .hero-right{height:320px}
  .sys-grid{grid-template-columns:1fr}

  .brain-core{max-width:210px}
  .brain-core img{width:146px}
  .trust-item{font-size:15px;gap:12px;padding:16px 2px}
  .cd-f .k{width:72px}
  .modal-hd h3{font-size:20px}
}

/* ════════════════════════════════════════════════════════════════
   MOBILE CONVERSION PASS — swipe carousels + effortless signup.
   ≤700px only; desktop + the ≤960 stacking above are untouched.
   Placed last so these rules win by source order.
   ════════════════════════════════════════════════════════════════ */

/* swipe hint hidden everywhere except inside a mobile carousel */
.swipe-hint{display:none}

@media(max-width:700px){
  /* — GRIDS → horizontal scroll-snap carousels — */
  /* sys-track wraps the 9 tiles (display:contents on desktop keeps the
     grid intact); on mobile the grid unwraps to a vertical stack so the
     track can become its own single-row scroller. */
  .sys-grid{display:block;margin-top:28px}

  .ai-pain,.why-cards,.proof,.sys-track{
    display:flex;
    flex-direction:row;             /* .why-cards is column on desktop — force row so it scrolls */
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    margin-top:24px;
    padding:6px 2px 14px;                 /* room so card shadows aren't clipped */
    scrollbar-width:none;
  }
  .ai-pain::-webkit-scrollbar,
  .why-cards::-webkit-scrollbar,
  .proof::-webkit-scrollbar,
  .sys-track::-webkit-scrollbar{display:none}

  /* one card centered + a peek of the next → signals swipeability */
  .ai-pain>*,.why-cards>*,.proof>*,.sys-track>*{
    flex:0 0 84%;
    max-width:84%;
    scroll-snap-align:center;
  }
  .ai-card-wide{flex-basis:84%;max-width:84%}     /* summary card = a full slide */

  /* proof cards must stay visible in the scroller (the reveal observer
     needs 28% on-screen, which a peeking card never reaches) */
  .proof>.reveal{opacity:1;transform:none}

  /* hover-lift must not shift layout inside a scroller */
  .ai-card:hover,.sys:hover,.proof-card:hover,.why-card:hover{transform:none}

  /* — swipe affordance under each carousel — */
  .swipe-hint{
    display:flex;align-items:center;justify-content:center;gap:10px;
    margin-top:14px;font-size:11.5px;font-weight:800;letter-spacing:.16em;
    text-transform:uppercase;color:var(--muted)
  }
  .swipe-hint::before,.swipe-hint::after{content:"";width:20px;height:1px;background:currentColor;opacity:.4}
  .swipe-hint span{position:relative;padding-right:15px}
  .swipe-hint span::after{content:"\203A";position:absolute;right:0;top:-2px;font-size:15px;animation:swipeNudge 1.6s ease-in-out infinite}
  @keyframes swipeNudge{0%,100%{transform:translateX(0);opacity:.55}50%{transform:translateX(4px);opacity:1}}

  /* — SIGNUP FRICTION: hero CTA sits higher above the fold — */
  .hero-left{padding-top:34px}
  .hero-left .btn.lg{margin-top:8px}
}

@media(max-width:700px) and (prefers-reduced-motion:reduce){
  .swipe-hint span::after{animation:none}
}

@media(max-width:600px){
  /* iOS zooms any input under 16px on focus — kill that jump in the modal */
  .modal-field input{font-size:16px}
  /* tighten the modal intro so the paths + fields are reachable faster */
  .modal-hd p{font-size:14px;line-height:1.5;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
}

/* ════════════════════════════════════════════════════════════════
   MOBILE OVERHAUL — full-screen checkout sheet + section polish.
   Appended LAST so every rule wins by source order over the earlier
   base + ≤960 declarations. This is what finally beats the base
   `.modal-paths{grid-template-columns:1fr 1fr}` (line ~687) that was
   defeating the ≤960 single-column stack and squishing the two plans
   side-by-side. Scoped ≤700px; desktop (>700px) is untouched.
   ════════════════════════════════════════════════════════════════ */

/* desktop shows the full intro; the punchy one-liner is mobile-only */
.hd-short{display:none}

@media(max-width:700px){
  /* ═══ RESERVE / WAITLIST MODAL → full-screen focused checkout ═══ */
  .modal-scrim{
    padding:0;
    align-items:stretch;
    justify-content:stretch;
    background:rgba(0,13,37,.72);
    -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  }
  .modal{
    width:100%;
    max-width:none;
    min-height:100vh;
    min-height:100dvh;
    max-height:none;
    border-radius:0;
    box-shadow:none;
    display:flex;
    flex-direction:column;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transform:translateY(100%);          /* bottom-sheet slide-up */
  }
  .modal-scrim.open .modal{transform:none}

  /* pinned header keeps the title + a big reachable close visible
     through the whole scroll, on every step */
  .modal-hd{
    position:-webkit-sticky;position:sticky;top:0;z-index:6;
    background:#fff;
    padding:calc(env(safe-area-inset-top,0px) + 18px) 20px 14px;
    border-bottom:1px solid var(--hair-2);
  }
  .modal-hd .eyebrow{margin-bottom:10px}
  .modal-hd h3{font-size:22px;line-height:1.16;padding-right:46px}
  .modal-hd p{
    font-size:14.5px;line-height:1.5;margin-top:8px;color:var(--muted);
    display:block;-webkit-line-clamp:none;overflow:visible;   /* kill the "…" clamp */
  }
  .hd-long{display:none}
  .hd-short{display:inline}
  .modal-x{
    position:absolute;
    top:calc(env(safe-area-inset-top,0px) + 14px);
    right:16px;
    width:44px;height:44px;
    background:var(--cloud);
    box-shadow:var(--shadow-sm);
  }
  .modal-x svg{width:20px;height:20px}

  .modal-body{
    flex:1 0 auto;
    padding:18px 20px calc(env(safe-area-inset-bottom,0px) + 30px);
  }

  /* ─── STACK the two plans; the selected one reads as clearly primary ─── */
  .modal-paths{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-bottom:22px;
  }
  .mpath{
    padding:22px 18px 18px;
    border-radius:16px;
    border-width:1.5px;
  }
  .mpath.sel{
    border-color:var(--blue);
    box-shadow:0 0 0 3px var(--blue-t),0 14px 34px rgba(0,86,246,.16);
    background:linear-gradient(180deg,rgba(0,86,246,.045),#fff);
  }
  .mpath .flag{top:-11px;left:18px}
  .mpath .radio{top:18px;right:18px;width:24px;height:24px}
  .mpath .amt{font-size:30px}
  .mpath .amt small{font-size:14px}
  .mpath .nm{font-size:17px;margin:3px 0 12px}
  .mpath ul{gap:9px}
  .mpath li{font-size:13.5px;line-height:1.45;color:var(--ink-2)}
  .mpath li svg{width:16px;height:16px;margin-top:1px}
  /* the once-mangled "(future price $695+)" now drops as one muted unit */
  .mp-note{color:var(--muted);font-weight:600;white-space:nowrap}

  /* ─── fields: stacked, 16px (no iOS zoom), big labels, one big CTA ─── */
  .modal-2col{grid-template-columns:1fr;gap:0}
  .modal-field{margin-bottom:16px}
  .modal-field label{font-size:14px;margin-bottom:8px}
  .modal-field input{font-size:16px;padding:15px 16px;border-radius:12px}
  .modal-submit{font-size:17px;padding:17px;border-radius:14px}
  .modal-fine{font-size:12.5px;margin-top:14px}

  /* payment step — full-screen friendly */
  .pay-summary{padding:16px 18px;font-size:15px}

  /* success step centers in the sheet */
  .modal-success{
    padding:48px 24px calc(env(safe-area-inset-bottom,0px) + 40px);
    display:none;flex-direction:column;justify-content:center;flex:1 0 auto;
  }
  .modal-success.on{display:flex}
  .modal-success .ck{width:68px;height:68px}
  .modal-success h3{font-size:24px}
  .modal-success p{font-size:15px}
}

/* ════════════════════════════════════════════════════════════════
   MOBILE BREATHING-ROOM PASS — the prior pass tightened spacing too
   far (cramped in the screenshots). This reopens it for a calm,
   premium, uncramped rhythm and slims the sticky reserve bar into a
   horizontal band (price left · Reserve right · waitlist tucked
   beneath the button). Appended LAST so every rule wins by source
   order. Scoped ≤700 / ≤600 / ≤400; desktop (>960) + the ≤960
   stacking above are untouched.
   ════════════════════════════════════════════════════════════════ */

@media(max-width:700px){
  /* — generous section rhythm; nothing hugs the block above — */
  .section{padding:72px 0}
  .section.tight{padding:60px 0}
  .wrap{padding:0 20px}

  /* — HERO: calm room under the header; the framed image gets clear
     air above it (section padding gives the air below) — */
  .hero-left{padding:44px 0 40px}
  .hero-right{margin-top:20px;height:380px}

  /* — page bottom: clean space so the footer/legal never hides behind
     the fixed reserve bar (bar ≈84px + 12px offset + safe area) — */
  /* page bottom: room so footer/legal never sits under the floating pill */
  footer{padding:52px 0 calc(env(safe-area-inset-bottom,0px) + 92px)}
}

@media(max-width:600px){
  .section{padding:60px 0}
  .section.tight{padding:52px 0}

  .hero-left{padding:40px 0 36px}
  .hero-right{margin-top:18px;height:360px}
  footer{padding:48px 0 calc(env(safe-area-inset-bottom,0px) + 88px)}
}

@media(max-width:400px){
  .section{padding:52px 0}
  .section.tight{padding:44px 0}
  .wrap{padding:0 18px}

  .hero-left{padding:36px 0 32px}
  .hero-right{margin-top:16px;height:320px}
  footer{padding:44px 0 calc(env(safe-area-inset-bottom,0px) + 84px)}
}

/* ════════════════════════════════════════════════════════════════
   MOBILE HERO ≤700 (Carlos 2026-07-24 v2): FULL-SCREEN immersive photo.
   The family photo is a full-bleed background that fills the whole hero, so
   the 76px sticky header + the photo = exactly one screen. Headline · Reserve
   CTA · $95 fine-print are overlaid at the bottom over a dark scrim, generously
   spaced; the live badges float top-right; the descriptive paragraph sits in a
   slate band directly below. Appended LAST so it wins over every earlier hero
   rule. Desktop (>700) untouched.
   ════════════════════════════════════════════════════════════════ */
@media(max-width:700px){
  /* full-bleed image hero on phones too — keep the ta-hero.png background from
     the base rule (do NOT reset it with a `background:` shorthand); swap the
     scrim to bottom-weighted since the overlaid copy anchors to the bottom */
  /* MOBILE HERO = full-bleed picture with the copy overlaid ON TOP (Carlos
     2026-07-26: keep the stretched full-bleed — just position it better: image
     center-right so the subjects read, copy filling from the top; not a banner
     and not jammed at the bottom). */
  .hero{display:flex;align-items:stretch;min-height:calc(100dvh - 77px);padding:0;background-color:var(--navy)}
  .hero-media{position:absolute;inset:0;z-index:0}
  .hero-slide{background-position:58% center}
  .hero::before{display:block;background:linear-gradient(180deg,rgba(0,13,37,.74) 0%,rgba(0,13,37,.5) 30%,rgba(0,13,37,.34) 52%,rgba(0,13,37,.5) 76%,rgba(0,13,37,.8) 100%)}
  .hero-grid{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;min-height:calc(100dvh - 77px);padding:0}
  .hero-slide.hide-mobile{display:block}
  .hero .notif-stack{display:none}

  /* ── BADGE CARD BAND below the hero: 2×2, "Calendar booked" (4th) dropped ── */
  .hero-badges{
    display:block;background:#f3f6fc;
    padding:24px 20px calc(env(safe-area-inset-bottom,0px) + 24px);
  }
  .hero-badges .hb-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
  .hero-badges .notif{
    position:static;width:auto;margin:0!important;opacity:1;transform:none;
    background:#fff;border:1px solid rgba(8,19,43,.07);
    box-shadow:0 6px 16px rgba(8,19,43,.07);border-radius:14px;
    padding:12px 13px;gap:11px;
  }
  .hero-badges .notif:nth-child(4){display:none}
  .hero-badges .notif .ic{width:34px;height:34px}
  .hero-badges .notif .ic svg{width:18px;height:18px}
  .hero-badges .notif .tl{font-size:13px;color:var(--ink);line-height:1.2}
  .hero-badges .notif .tm{display:block;font-size:11px;color:var(--muted);margin-top:2px}

  /* ── COPY + CTA OVERLAID ON THE PHOTO, filling from the top ── */
  .hero-left{
    position:relative;z-index:2;max-width:none;background:none;
    display:flex;flex-direction:column;
    padding:88px 22px calc(env(safe-area-inset-bottom,0px) + 40px);
  }
  .hero .eyebrow{color:#8FB8FF;font-size:11px;letter-spacing:.12em}
  .hero .eyebrow::before{background:#8FB8FF}
  .hero-left h1{color:#fff;text-shadow:0 2px 26px rgba(0,0,0,.6);font-size:clamp(31px,8.8vw,46px);line-height:1.05;margin:14px 0 0}
  .hero-left h1 .blue{background:linear-gradient(120deg,var(--mint),#5aa9ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--mint)}
  .hero-left .lead{margin:14px 0 0;max-width:none;color:rgba(255,255,255,.95);font-size:clamp(13px,3.5vw,15px);line-height:1.5;text-shadow:0 1px 14px rgba(0,0,0,.7)}
  .hero-left .hero-wl{display:block;margin:20px 0 0}
  .hero-wl .wf-fields{max-width:none}
  .hero-left .hero-sub{margin-top:14px;font-size:12.5px;color:rgba(255,255,255,.85)}
  .hero-left .hero-sub .hs-b{color:#fff;font-weight:700}
  .hero-left .hero-sub .linklike{color:#fff;text-decoration-color:rgba(255,255,255,.55)}
  .hero-lead-band{display:none}
}

/* ═══════════════════════════════════════════════════════════════
   Conversion / lead-capture layer — inline waitlist forms, email-first
   modal microcopy, FAQ accordion, footer CTA band, exit-intent modal.
   ═══════════════════════════════════════════════════════════════ */

/* ── Inline email-capture form (hero · footer · exit-intent) ── */
.waitlist-form{margin:0}
.wf-fields{display:flex;flex-direction:column;gap:10px;align-items:stretch;max-width:520px}
.wf-fields input{flex:1 1 auto;min-width:0;font-family:inherit;font-size:16px;padding:15px 18px;border:1px solid var(--hair);border-radius:999px;color:var(--ink);background:#fff;box-shadow:var(--shadow-sm)}
.wf-fields input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-t)}
.wf-fields .btn{flex:0 0 auto;white-space:nowrap}
.wf-fine{font-size:12.5px;color:var(--muted);margin:9px 2px 0;line-height:1.5;max-width:520px}
.wf-done{display:none;font-size:15px;font-weight:600;color:var(--blue);margin:6px 2px 0;line-height:1.5;max-width:520px}
.waitlist-form.submitted .wf-fields,.waitlist-form.submitted .wf-fine{display:none}
.waitlist-form.submitted .wf-done{display:block}

/* Hero inline form sits between the big CTA and the sub-line (desktop). */
.hero-wl{margin:22px 0 0}
/* ── Founding-rate incentive badge (hero CTA · modal · footer) ── */
.founding-perk{display:flex;align-items:flex-start;gap:11px;margin:16px 0 2px;flex-wrap:wrap}
.fp-badge{display:inline-flex;align-items:center;gap:6px;font-family:'Satoshi','Inter',sans-serif;font-weight:800;font-size:13px;letter-spacing:.01em;padding:7px 14px;border-radius:999px;background:linear-gradient(120deg,var(--green),#0a63e8);color:#fff;box-shadow:0 10px 24px -8px rgba(0,150,116,.6);white-space:nowrap}
.fp-text{font-size:13.5px;line-height:1.4;color:var(--ink-2)}
.hero-left .fp-text{color:rgba(255,255,255,.85)}
.modal-hd p b{color:var(--green);font-weight:800}
/* coupon caption under the single gradient CTA (replaces the pill badge) */
.founding-note{font-size:13.5px;line-height:1.5;margin:14px 0 2px;max-width:520px;color:var(--ink-2)}
.fn-hi{font-weight:800;color:var(--green)}
/* two-line CTA: bold action + coupon, small no-pressure sub */
.cta2{flex-direction:column;gap:3px;text-align:center;line-height:1.15;white-space:normal;padding:13px 26px}
.cta2 .cta-main{font-size:16px;font-weight:800;letter-spacing:.005em}
.cta2 .cta-sub{font-size:11.5px;font-weight:500;opacity:.9}
.wf-fields .cta2{width:100%;white-space:normal}
.wf-fields .hero-cta{width:100%;white-space:normal;text-align:center;line-height:1.25;font-size:17px;padding:17px 22px}
.btn:has(.cta-main){flex-direction:column;gap:3px;text-align:center;line-height:1.15;white-space:normal}
.cta-note{font-size:12px;margin:9px auto 0;text-align:center;max-width:300px;color:rgba(255,255,255,.75)}
.hero-left .founding-note{color:rgba(255,255,255,.82)}
.hero-left .fn-hi{color:var(--mint)}
.hero-wl .wf-done{color:#fff}

/* ── Email-first modal microcopy + optional-field tags ── */
.modal-nospam{font-size:12.5px;color:var(--muted);margin:-8px 2px 18px;line-height:1.5}
.modal-field label .opt{font-weight:600;font-size:11px;letter-spacing:.02em;color:var(--slate);text-transform:uppercase;margin-left:6px}

/* ── FAQ accordion ── */
.faq{background:var(--cloud)}
.faq-list{max-width:820px;margin:48px auto 0;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--hair);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;font-family:'Satoshi','Inter',sans-serif;font-weight:700;font-size:clamp(16px,1.6vw,18.5px);color:var(--ink);letter-spacing:-.01em}
.faq-item summary::-webkit-details-marker{display:none}
.faq-plus{position:relative;flex:0 0 auto;width:20px;height:20px;transition:transform .25s}
.faq-plus::before,.faq-plus::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--blue);border-radius:2px}
.faq-plus::before{width:14px;height:2px}
.faq-plus::after{width:2px;height:14px;transition:transform .25s,opacity .25s}
.faq-item[open] .faq-plus{transform:rotate(180deg)}
.faq-item[open] .faq-plus::after{transform:translate(-50%,-50%) scaleY(0);opacity:0}
.faq-a{padding:0 24px 24px;font-size:15.5px;line-height:1.65;color:var(--ink-2);max-width:680px}

/* ── Exit-intent modal reuses .modal-scrim/.modal; the inline form sits in
   its body, so no extra structural CSS is needed beyond a little breathing room. */
.exit-modal .waitlist-form{margin-top:4px}

@media(max-width:600px){
  .wf-fields{flex-direction:column}
  .wf-fields .btn{width:100%;justify-content:center}
  .faq-item summary{padding:18px 18px}
  .faq-a{padding:0 18px 20px}
  /* two-line CTA: trim the bold line + sub so a narrow button reads clean,
     not crowded (the sub now fits one line after the copy was shortened) */
  .cta2,.btn:has(.cta-main){padding:12px 18px;gap:2px;line-height:1.12}
  .cta2 .cta-main,.btn:has(.cta-main) .cta-main{font-size:14.5px;letter-spacing:0}
  .cta2 .cta-sub,.btn:has(.cta-main) .cta-sub{font-size:11px}
}

/* ═══════════════════════════════════════════════════════════════
   COPY + TYPOGRAPHY POLISH PASS — additive, source-order-last.
   New selectors only (no overrides of existing rules):
   · movement band  · trust/security microcopy  · badge labels
   ═══════════════════════════════════════════════════════════════ */

/* ── Movement band — full-bleed image, text on navy scrim ── */
.mv-band{padding:0}
.mv-stage{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;min-height:clamp(520px,68vh,720px);overflow:hidden;isolation:isolate;background-color:var(--navy);background-image:url("/site/uploads/ta-movement.png");background-size:cover;background-position:center;background-repeat:no-repeat}
.mv-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,13,37,.55) 0%,rgba(0,13,37,.62) 55%,rgba(0,13,37,.80) 100%)}
.mv-over{position:relative;z-index:2;width:100%}
.mv-copy{max-width:680px;margin:0 auto;color:#fff}
.mv-copy .eyebrow{color:#8FB8FF}
.mv-copy .eyebrow::before{background:#8FB8FF}
.mv-copy h2{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.45)}
.mv-copy .lead{color:rgba(255,255,255,.92);margin-left:auto;margin-right:auto;text-shadow:0 1px 14px rgba(0,0,0,.4)}
/* ── Closing "your market" band: perks row + inline capture over the crowd image ── */
.close-band .mv-stage{padding:clamp(56px,7vw,96px) 0}
.mv-perks{list-style:none;margin:26px auto 6px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:11px 24px;max-width:660px}
.mv-perks li{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:rgba(255,255,255,.94);line-height:1.35;text-shadow:0 1px 10px rgba(0,0,0,.35)}
.mv-perks li svg{width:18px;height:18px;color:var(--mint);flex-shrink:0}
.close-band .waitlist-form{margin:26px auto 0;max-width:520px}
.close-band .wf-fields{margin-left:auto;margin-right:auto}
.close-band .wf-fine,.close-band .wf-done{text-align:center;margin-left:auto;margin-right:auto}
.close-band .wf-fine{color:rgba(255,255,255,.80)}
.close-band .wf-trust{justify-content:center;color:rgba(255,255,255,.88);margin-left:auto;margin-right:auto}
.close-band .wf-done{color:#fff}
/* #platform band reuses the movement-band shell but swaps in the dark
   command-center product image (its dark, glowing-panels look suits it). */
.pf-stage{background-image:url("/site/uploads/ta-hero.png")}
@media(max-width:720px){
  .mv-stage{min-height:clamp(440px,72vh,560px)}
}

/* ── #systems merged into ONE bigger picture band with glass feature cards ── */
/* Taller stage than the old #platform band so the picture reads larger; the
   card grid + head copy sit on top of the scrimmed image. */
.sys-stage{min-height:clamp(540px,72vh,720px);padding:clamp(52px,6.5vw,88px) 0}
/* desktop uses the SAME horizontal scroller as mobile: compact card strip over a bigger picture */
@media(min-width:701px){
  #systems .sys-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:14px;margin-top:34px;padding:6px 4px 16px;scroll-snap-type:x proximity;scrollbar-width:none}
  #systems .sys-grid::-webkit-scrollbar{display:none}
  #systems .sys{flex:0 0 clamp(224px,22vw,258px);scroll-snap-align:start;padding:22px 20px}
  #systems .sys h4{font-size:17px}
  #systems .sys p{font-size:13px}
}
/* darker, flatter scrim so light text + translucent cards stay legible */
.sys-stage .mv-scrim{background:linear-gradient(180deg,rgba(0,13,37,.62) 0%,rgba(0,13,37,.68) 48%,rgba(0,13,37,.84) 100%)}
.sys-stage .mv-copy{margin-bottom:6px}

/* Glass feature cards: frosted + translucent so the picture shows through,
   still colour-differentiated via a per-variant tint + colored icon chip.
   ID scope wins specificity over the flat solid .sys.* rules above. */
#systems .sys{
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  border-radius:var(--r-lg);
  background:rgba(9,22,50,.5);
  box-shadow:0 18px 42px rgba(0,7,22,.4),inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(16px) saturate(1.35);
  backdrop-filter:blur(16px) saturate(1.35);
}
#systems .sys:hover{box-shadow:0 26px 64px rgba(0,7,22,.55),inset 0 1px 0 rgba(255,255,255,.16)}
#systems .sys h4{color:#fff}
#systems .sys.c-white h4,#systems .sys.c-cloud h4{color:var(--ink)}
#systems .sys.c-white p,#systems .sys.c-cloud p{color:var(--ink-2)}
#systems .sys p{color:rgba(255,255,255,.82)}
#systems .sys-ic{border:1px solid rgba(255,255,255,.18)}
/* per-variant glass tint (semi-opaque colour wash) + colored icon accent */
#systems .sys.c-navy{background:linear-gradient(160deg,rgba(0,86,246,.46),rgba(6,16,42,.58))}
#systems .sys.c-navy .sys-ic{background:rgba(0,86,246,.34);color:var(--mint)}
#systems .sys.c-blue{background:linear-gradient(160deg,rgba(0,86,246,.58),rgba(0,64,190,.4))}
#systems .sys.c-blue .sys-ic{background:rgba(255,255,255,.24);color:#fff}
#systems .sys.c-green{background:linear-gradient(160deg,rgba(0,182,126,.54),rgba(0,120,84,.4))}
#systems .sys.c-green .sys-ic{background:rgba(255,255,255,.28);color:#04231a}
#systems .sys.c-mint{background:linear-gradient(160deg,rgba(82,223,175,.5),rgba(30,150,110,.42))}
#systems .sys.c-mint .sys-ic{background:rgba(255,255,255,.34);color:#04231a}
#systems .sys.c-white{background:rgba(255,255,255,.42);border-color:rgba(255,255,255,.4)}
#systems .sys.c-white .sys-ic{background:rgba(255,255,255,.32);color:#fff}
#systems .sys.c-cloud{background:linear-gradient(160deg,rgba(226,236,250,.46),rgba(255,255,255,.26))}
#systems .sys.c-cloud .sys-ic{background:rgba(255,255,255,.30);color:#8FB8FF}
#systems .sys.c-tm{background:linear-gradient(140deg,rgba(0,86,246,.56),rgba(0,182,126,.5))}
#systems .sys.c-tm .sys-ic{background:rgba(255,255,255,.24);color:#fff}
#systems .sys-badge{background:rgba(255,255,255,.26)}
/* swipe hint sits over the dark picture on mobile → light it up */
#systems .swipe-hint{color:rgba(255,255,255,.72)}
@media(max-width:700px){
  /* one-row card scroller needs far less height than the desktop grid */
  .sys-stage{min-height:auto;padding:clamp(48px,11vw,72px) 0}
}

/* ── Trust / security microcopy near a capture form ── */
.wf-trust{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--ink-2);margin:8px 2px 0;line-height:1.5;max-width:520px}
.wf-trust svg{width:14px;height:14px;color:var(--green);flex-shrink:0}
.waitlist-form.submitted .wf-trust{display:none}
.modal-trust{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--ink-2);margin:-6px 2px 18px;line-height:1.5}
.modal-trust svg{width:14px;height:14px;color:var(--green);flex-shrink:0}

/* ── Badge label: frames the hero badges as product capability, not live feed ── */
.notif-stack::before{content:"What AGENTA handles for you";align-self:flex-start;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:7px 13px;border-radius:999px;box-shadow:0 10px 24px rgba(8,19,43,.12);border:1px solid rgba(255,255,255,.7)}
.hb-cap{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);margin:0 0 12px 2px}

/* Sticky right-edge tab clearance: keep body text off the tab on phones (wins over
   the earlier mobile .wrap padding overrides; full-bleed images are bg layers,
   hero uses .hero-grid — both unaffected). */
@media(max-width:700px){.wrap{padding-right:56px}}
