/* ============================================================
   Tandy v3 — "Work Blue, modernized + alive."
   One green token. De-boxed editorial steps. On-palette testimonial.
   Consistent vertical rhythm. Live hero thread + count-up + condensing nav.
   Headlines: Schibsted Grotesk. Body/UI: Manrope. Mobile-first.
   ============================================================ */

:root{
  --white:#FFFFFF;
  --paper:#FAF8F3;        /* warm soft ground for alternating sections */
  --mist:#EDF2F7;         /* cool navy-tint surface */
  --ink:#0F2A43;          /* primary ink / voice */
  --ink-2:#173E5E;        /* lifted navy */
  --green:#16A34A;        /* THE green — decorative/large: dot, accents, stat numbers */
  --green-ink:#13863C;    /* same green, darkened to clear 4.5:1 behind white text */
  --green-press:#0F7333;  /* button :active/hover darken only (a state, not an accent) */
  --green-soft:#E4F4EA;   /* pale green tint (hero stage) */
  --muted:#566676;        /* 5.9:1 on white */
  --muted-2:#6A7886;      /* 4.5:1 on white — small labels, secondary metadata */
  --muted-3:#8A98A6;      /* decorative only: never carries text that must be read */
  --line:#E8ECF0;
  --line-2:#DFE5EB;
  --r-sm:12px;            /* inputs, small controls */
  --r-btn:13px;           /* buttons: rounded rect, sits with inputs */
  --r:16px;               /* chat cards, inset cards */
  --r-lg:24px;            /* large panels: stat, language, pricing, quote, final */
  --pill:999px;           /* tags only: chips, nav CTA, avatars, badges */
  --sh-soft:0 34px 80px -34px rgba(15,42,67,.34);
  --sh-card:0 20px 50px -28px rgba(15,42,67,.24);
  --sh-float:0 10px 30px -14px rgba(15,42,67,.20);
  /* consistent vertical rhythm */
  --pad-sec:84px;
  --pad-sec-lg:128px;
  --head-gap:60px;        /* section heading → content */
  font-synthesis-weight:none;
}

*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
@media(prefers-reduced-motion:no-preference){ html{scroll-behavior:smooth;} }
body{
  margin:0;background:var(--white);color:var(--ink);overflow-x:hidden;
  font-family:'Manrope',system-ui,-apple-system,sans-serif;
  font-size:17px;line-height:1.6;font-weight:500;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
h1,h2,h3,p{margin:0;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
::selection{background:var(--green);color:#fff;}

/* visible keyboard focus on every interactive element; mouse clicks stay clean */
:focus-visible{outline:2.5px solid var(--green);outline-offset:3px;border-radius:4px;}
a:focus-visible,.btn-ghost:focus-visible{border-radius:var(--pill);}
.btn:focus-visible{border-radius:var(--r-btn);}
/* on the navy panels the bright green ring still clears 3:1; lift offset off the dark fill */
.lang-panel a:focus-visible,.final-panel a:focus-visible,
.on-navy .btn:focus-visible,.statpanel :focus-visible{outline-offset:4px;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.display{font-family:'Schibsted Grotesk','Manrope',sans-serif;}

/* ── layout helpers ─────────────────────────────────────────── */
.wrap{max-width:1180px;margin:0 auto;padding:0 22px;}
.section{padding:var(--pad-sec) 0;}
@media(min-width:860px){ .section{padding:var(--pad-sec-lg) 0;} }
.section.tight{padding-top:0;}

.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:13.5px;font-weight:700;letter-spacing:.4px;color:var(--muted);
  margin-bottom:22px;text-transform:uppercase;
}
.eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);flex:0 0 auto;}
.eyebrow.center{justify-content:center;}
.eyebrow.on-dark{color:rgba(255,255,255,.74);}

h2.h{
  font-family:'Schibsted Grotesk','Manrope',sans-serif;
  font-size:clamp(32px,5.2vw,52px);line-height:1.02;font-weight:800;
  letter-spacing:-1.7px;text-wrap:balance;
}
.lead{font-size:clamp(17px,2.1vw,20px);line-height:1.55;font-weight:500;color:var(--muted);text-wrap:pretty;}
.section-head{max-width:700px;}
.section-head.center{margin:0 auto;text-align:center;}
.section-head .lead{margin-top:20px;}

/* ── buttons (pill + lift) ──────────────────────────────────── */
.btn{
  appearance:none;border:0;cursor:pointer;font-family:inherit;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  height:58px;padding:0 32px;border-radius:var(--r-btn);
  font-size:17px;font-weight:800;letter-spacing:-.2px;
  background:var(--green-ink);color:#fff;
  transition:transform .14s ease,box-shadow .22s ease,background .15s ease;
  box-shadow:0 10px 22px -10px rgba(19,138,62,.55);
}
.btn:hover{background:var(--green-press);transform:translateY(-2px);box-shadow:0 18px 32px -12px rgba(19,138,62,.5);}
.btn:active{transform:translateY(0);}
.btn.full{width:100%;}
.btn svg{width:18px;height:18px;}
.btn.alt{background:#fff;color:var(--ink);box-shadow:0 10px 24px -14px rgba(15,42,67,.3);}
.btn.alt:hover{background:var(--paper);}
.btn-ghost{
  display:inline-flex;align-items:center;height:44px;padding:0 22px;border-radius:var(--pill);
  font-size:15px;font-weight:800;background:var(--green-ink);color:#fff;white-space:nowrap;
  transition:background .15s ease,transform .14s ease;
}
.btn-ghost:hover{background:var(--green-press);transform:translateY(-1px);}

/* ── condensing pill nav ────────────────────────────────────── */
.nav{position:sticky;top:0;z-index:50;padding:16px 0;transition:padding .26s ease;}
.nav.scrolled{padding:8px 0;}
.nav .bar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:rgba(255,255,255,.8);backdrop-filter:blur(14px) saturate(180%);
  border:1px solid var(--line);border-radius:var(--pill);
  padding:9px 9px 9px 24px;box-shadow:var(--sh-float);
  transition:padding .26s ease,box-shadow .26s ease,background .26s ease;
}
.nav.scrolled .bar{padding-top:6px;padding-bottom:6px;background:rgba(255,255,255,.93);
  box-shadow:0 8px 26px -12px rgba(15,42,67,.28);}
.brand{display:inline-flex;align-items:center;gap:10px;font-family:'Schibsted Grotesk',sans-serif;
  font-weight:800;font-size:21px;letter-spacing:-.6px;}
.brand .dot{width:10px;height:10px;border-radius:50%;background:var(--green);flex:0 0 auto;}
.nav-links{display:none;align-items:center;gap:30px;font-size:15px;font-weight:600;color:var(--muted);
  margin-left:auto;margin-right:30px;}
.nav-links a.lnk{transition:color .15s ease;}
.nav-links a.lnk:hover{color:var(--ink);}
@media(min-width:780px){ .nav-links{display:flex;} }
/* CTA persists at every width; only the secondary links collapse on mobile */
.nav-cta{margin-left:auto;}
@media(min-width:780px){ .nav-cta{margin-left:0;} }

/* ── chat thread (the brand signature) ──────────────────────── */
.thread{display:flex;flex-direction:column;gap:9px;}
.bubble{
  max-width:80%;padding:10px 14px;font-size:15px;line-height:1.42;font-weight:500;
  letter-spacing:-.1px;border-radius:17px;
}
.bubble.them{align-self:flex-start;background:#E9EDF1;color:var(--ink);border-bottom-left-radius:5px;}
.bubble.tandy{align-self:flex-end;background:var(--green-ink);color:#fff;border-bottom-right-radius:5px;}

/* hero thread sits at the bottom + new msgs build up (live feel) */
.phone-thread.live{justify-content:flex-end;overflow:hidden;}
.bubble.ent{opacity:0;transform:translateY(12px) scale(.96);}
.bubble.ent.ent-in{opacity:1;transform:none;
  transition:opacity .42s cubic-bezier(.22,.8,.3,1),transform .42s cubic-bezier(.22,.8,.3,1);}
/* typing indicator (sender-coloured) */
.bubble.typing{display:inline-flex;align-items:center;gap:5px;padding:13px 15px;}
.bubble.typing.them{color:#7B8794;}
.bubble.typing.tandy{color:#fff;}
.bubble.typing span{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.45;animation:typed 1.1s infinite ease-in-out;}
.bubble.typing span:nth-child(2){animation-delay:.16s;}
.bubble.typing span:nth-child(3){animation-delay:.32s;}
@keyframes typed{0%,60%,100%{transform:translateY(0);opacity:.4;}30%{transform:translateY(-4px);opacity:1;}}

/* ── phone ──────────────────────────────────────────────────── */
.phone{
  --pw:330px;width:var(--pw);background:#0C1422;border-radius:calc(var(--pw)*.17);
  padding:calc(var(--pw)*.035);box-shadow:var(--sh-soft);flex:0 0 auto;position:relative;z-index:2;
}
.phone-screen{background:#fff;border-radius:calc(var(--pw)*.14);overflow:hidden;
  display:flex;flex-direction:column;position:relative;aspect-ratio:9 / 19.5;min-height:calc(var(--pw)*2.05);}
.statusbar{display:flex;justify-content:space-between;align-items:center;padding:11px 22px 4px;}
.statusbar .time{font-size:13px;font-weight:700;letter-spacing:.2px;}
.statusbar .glyphs{display:inline-flex;gap:6px;align-items:center;opacity:.9;}
.island{position:absolute;top:9px;left:50%;transform:translateX(-50%);
  width:calc(var(--pw)*.30);height:calc(var(--pw)*.085);background:#0C1422;border-radius:20px;}
.contact{display:flex;flex-direction:column;align-items:center;gap:5px;
  padding:8px 0 12px;border-bottom:1px solid var(--line);}
.avatar{width:38px;height:38px;border-radius:50%;background:var(--mist);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:var(--muted);letter-spacing:.2px;}
.contact .cname{font-size:13.5px;font-weight:700;}
.phone-thread{flex:1;padding:16px 14px;display:flex;flex-direction:column;gap:9px;}
.phone-input{padding:8px 14px 10px;}
.phone-input .pill{height:34px;border-radius:18px;border:1px solid var(--line);
  display:flex;align-items:center;padding:0 14px;font-size:13px;color:#A9B4C0;}
.home-ind{display:flex;justify-content:center;padding:7px 0 8px;}
.home-ind span{width:calc(var(--pw)*.33);height:4.5px;border-radius:3px;background:#0C1422;opacity:.85;}

/* ── waitlist form ──────────────────────────────────────────── */
.form{display:flex;flex-direction:column;gap:11px;width:100%;}
.form .row{display:grid;grid-template-columns:1fr;gap:11px;}
@media(min-width:520px){ .form .row{grid-template-columns:1fr 1fr;} }
.form .inline{display:flex;flex-direction:column;gap:11px;}
.form .inline .field{flex:1 1 auto;}
.form .inline .field input{height:58px;}
.form .inline .btn{flex:0 0 auto;}
@media(min-width:480px){
  .form .inline{flex-direction:row;align-items:stretch;}
  .form .inline .btn{width:auto;white-space:nowrap;}
}
.field{position:relative;}
.field input,.field select{
  width:100%;height:56px;border-radius:var(--r-sm);border:1.5px solid var(--line-2);
  background:#fff;padding:0 18px;font-family:inherit;font-size:16px;font-weight:600;color:var(--ink);
  transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;appearance:none;
}
.field input::placeholder{color:#6A7886;font-weight:600;}
.field input:focus,.field select:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 4px rgba(22,163,74,.14);}
.field select{color:#9AA7B4;}
.field select.filled{color:var(--ink);}
.field.sel::after{content:"";position:absolute;right:18px;top:50%;width:9px;height:9px;
  border-right:2px solid #9AA7B4;border-bottom:2px solid #9AA7B4;transform:translateY(-70%) rotate(45deg);pointer-events:none;}
.reassure{font-size:13.5px;line-height:1.5;font-weight:500;color:var(--muted);margin-top:5px;text-wrap:pretty;}
.form-msg{font-size:14px;line-height:1.45;font-weight:600;margin-top:2px;text-wrap:pretty;}
.form-msg.ok{color:var(--green-ink);}
.form-msg.err{color:#C0322B;}
.field input[aria-invalid="true"]{border-color:#C0322B;box-shadow:0 0 0 4px rgba(192,50,43,.13);}
.btn[aria-busy="true"]{opacity:.72;pointer-events:none;}
.on-navy .form-msg.ok{color:#7BE0A0;}
.on-navy .form-msg.err{color:#FF9E97;}
.on-navy .field input[aria-invalid="true"]{border-color:#FF9E97;box-shadow:0 0 0 4px rgba(255,158,151,.18);}
.on-navy .field input,.on-navy .field select{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.2);color:#fff;}
.on-navy .field input::placeholder,.on-navy .field select{color:rgba(255,255,255,.62);}
.on-navy .field.sel::after{border-color:rgba(255,255,255,.62);}
.on-navy .reassure{color:rgba(255,255,255,.64);}

/* ── hero ───────────────────────────────────────────────────── */
.hero{padding:30px 0 76px;}
@media(min-width:860px){ .hero{padding:44px 0 120px;} }
.hero-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:start;}
@media(min-width:880px){ .hero-grid{grid-template-columns:1fr 1fr;gap:56px;align-items:start;} }
.hero h1{font-family:'Schibsted Grotesk','Manrope',sans-serif;
  font-size:clamp(42px,5.6vw,64px);line-height:1.02;font-weight:800;letter-spacing:-2.2px;}
.hero h1 .ln{display:block;}
.hero .lead{margin-top:22px;max-width:486px;}
.hero-form{margin-top:32px;max-width:494px;}
.hero .bubble{font-size:15.5px;line-height:1.46;}

/* phone on a color stage (modern "device on a pedestal") */
.hero-visual{position:relative;display:flex;justify-content:center;align-items:flex-start;min-height:1px;}
.hero-visual .stage{position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:min(480px,102%);height:82%;border-radius:var(--r-lg);background:var(--green-soft);z-index:1;}
.hero .phone{--pw:330px;margin-bottom:30px;}
/* mobile: lead with the headline + form, demo follows as proof (never open on the screenshot) */
@media(max-width:879px){
  .hero-grid{gap:8px;}
  .hero-visual{margin-top:8px;}
  .hero .phone{--pw:300px;margin-bottom:24px;}
  .hero-visual .stage{height:80%;width:min(400px,100%);}
}

/* ── capability strip (full-scope, right under hero) ─────────── */
.caps{display:grid;grid-template-columns:1fr;gap:1px;background:var(--line);
  border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-card);}
@media(min-width:560px){ .caps{grid-template-columns:1fr 1fr;} }
@media(min-width:980px){ .caps{grid-template-columns:repeat(4,1fr);} }
.cap{background:#fff;padding:28px 26px;display:flex;flex-direction:column;}
/* dot pins to the FIRST line so it stays aligned whether the heading wraps or not */
.cap-k{font-family:'Schibsted Grotesk',sans-serif;font-size:18px;font-weight:800;letter-spacing:-.4px;
  line-height:1.2;color:var(--ink);display:flex;align-items:flex-start;gap:10px;}
.cap-k::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--green);flex:0 0 auto;
  margin-top:.42em;}
.cap p{margin-top:12px;font-size:15px;line-height:1.55;font-weight:500;color:var(--muted);text-wrap:pretty;}
.cap-tag{margin-top:14px;font-size:13px;font-weight:700;letter-spacing:.1px;color:var(--green-ink);}

/* ── stat panel (one navy block, count-up) ──────────────────── */
.statpanel{background:var(--ink);border-radius:var(--r-lg);padding:14px 8px;margin-top:var(--head-gap);
  display:grid;grid-template-columns:1fr;box-shadow:var(--sh-card);}
@media(min-width:720px){ .statpanel{grid-template-columns:repeat(3,1fr);padding:48px 28px;} }
.statcell{padding:28px 30px;position:relative;}
@media(min-width:720px){ .statcell + .statcell{border-left:1px solid rgba(255,255,255,.12);} }
@media(max-width:719px){ .statcell + .statcell{border-top:1px solid rgba(255,255,255,.12);} }
.statcell .num{font-family:'Schibsted Grotesk',sans-serif;font-size:clamp(46px,6vw,64px);font-weight:800;
  letter-spacing:-1.6px;line-height:1;color:var(--green);font-variant-numeric:proportional-nums;}
.statcell .lbl{margin-top:16px;font-size:15.5px;line-height:1.45;font-weight:600;color:rgba(255,255,255,.76);text-wrap:pretty;}

/* ── how it works — DE-BOXED (rule + big green index + air) ──── */
.steps{display:grid;grid-template-columns:1fr;gap:44px;margin-top:var(--head-gap);}
@media(min-width:820px){ .steps{grid-template-columns:repeat(3,1fr);gap:54px;} }
.step{padding-top:28px;border-top:2px solid var(--ink);}
.step .idx{font-family:'Schibsted Grotesk',sans-serif;font-size:44px;font-weight:800;letter-spacing:-2px;
  line-height:1;color:var(--green);}
.step h3{font-family:'Schibsted Grotesk',sans-serif;margin-top:22px;font-size:23px;font-weight:800;letter-spacing:-.5px;}
.step p{margin-top:13px;font-size:16.5px;line-height:1.6;font-weight:500;color:var(--muted);text-wrap:pretty;}

/* ── manage by text (more air) ──────────────────────────────── */
.manage-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;}
@media(min-width:920px){ .manage-grid{grid-template-columns:.9fr 1.1fr;gap:72px;} }
.chat-cards{display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:560px){ .chat-cards{grid-template-columns:1fr 1fr;} }
.chat-card{background:#fff;border-radius:var(--r);padding:22px;box-shadow:var(--sh-card);}
.chat-card .who{font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:var(--muted-2);margin-bottom:16px;}
.chat-card .thread{gap:10px;}
.chat-card .thread .bubble{max-width:92%;font-size:14.5px;}
.mono-num{font-variant-numeric:tabular-nums;}

/* ── language (navy stage, second hero) ─────────────────────── */
.lang-panel{background:var(--ink);border-radius:var(--r-lg);padding:54px 30px;color:#fff;box-shadow:var(--sh-card);}
@media(min-width:860px){ .lang-panel{padding:76px 64px;} }
.lang-grid{display:grid;grid-template-columns:1fr;gap:52px;align-items:center;}
@media(min-width:920px){ .lang-grid{grid-template-columns:1fr 1fr;gap:60px;} }
.lang-panel h2.h{color:#fff;}
.lang-panel .lead{color:rgba(255,255,255,.78);}
.lang-panel .lead.strong{color:#fff;font-weight:600;font-size:17px;margin-top:16px;}
.dual{display:flex;gap:20px;justify-content:center;align-items:flex-start;}
.dual .phone{--pw:230px;}
.dual .phone.back{margin-top:48px;}
.dual .tag{font-size:12px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:rgba(255,255,255,.6);
  text-align:center;margin-bottom:12px;}
.dual .tag b{color:var(--green);}
.dual-col{display:flex;flex-direction:column;}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px;}
.chip{border:1.5px solid rgba(255,255,255,.26);border-radius:var(--pill);padding:9px 17px;
  font-size:14px;font-weight:700;color:#fff;}
.chip.more{color:rgba(255,255,255,.62);font-weight:600;}
@media(max-width:919px){ .lang-visual{order:-1;} .dual .phone{--pw:236px;} }
@media(max-width:560px){ .dual{flex-direction:column;align-items:center;gap:30px;} .dual .phone.back{margin-top:0;} .dual .phone{--pw:250px;} }

/* ── pricing (single plan: one navy panel, price + features) ──── */
.plan-single{background:var(--ink);color:#fff;border-radius:var(--r-lg);box-shadow:var(--sh-card);
  margin-top:var(--head-gap);max-width:860px;padding:40px 32px;
  display:grid;grid-template-columns:1fr;gap:36px;align-items:center;}
@media(min-width:760px){ .plan-single{grid-template-columns:auto 1fr;gap:56px;padding:52px 56px;} }
.plan-pricing{display:flex;flex-direction:column;gap:24px;}
@media(min-width:760px){ .plan-pricing{border-right:1px solid rgba(255,255,255,.14);padding-right:56px;} }
@media(max-width:759px){ .plan-pricing{border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:32px;} }
.plan-single .pname{font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--green);
  max-width:160px;line-height:1.4;}
.plan-single .price{font-family:'Schibsted Grotesk',sans-serif;font-size:62px;font-weight:800;letter-spacing:-2.4px;line-height:1;}
.plan-single .price span{font-size:19px;font-weight:700;color:rgba(255,255,255,.66);letter-spacing:-.2px;}
.plan-single .btn{margin-top:4px;}
.plan-single .feats{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:540px){ .plan-single .feats{grid-template-columns:1fr 1fr;gap:16px 28px;} }
.plan-single .feats li{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;font-weight:600;color:rgba(255,255,255,.92);}
.plan-single .feats svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px;color:var(--green);}
.guarantee{margin-top:32px;max-width:640px;font-size:15.5px;line-height:1.6;font-weight:500;color:var(--muted);text-wrap:pretty;}
.guarantee b{color:var(--ink);font-weight:700;}

/* inverted plan: the money moment breaks the navy-panel run — light ground, navy ink */
.plan-single.inverted{background:var(--white);color:var(--ink);border:1.5px solid var(--line-2);
  box-shadow:var(--sh-soft);}
.plan-single.inverted .price{color:var(--ink);}
.plan-single.inverted .price span{color:var(--muted);}
.plan-single.inverted .feats li{color:var(--ink);}
@media(min-width:760px){ .plan-single.inverted .plan-pricing{border-right-color:var(--line);} }
@media(max-width:759px){ .plan-single.inverted .plan-pricing{border-bottom-color:var(--line);} }

/* ── social proof — on-palette (mist section, white card, green mark) ── */
.proof{background:var(--mist);}
.quote{max-width:900px;margin:var(--head-gap) auto 0;background:#fff;border-radius:var(--r-lg);
  padding:52px 50px 46px;box-shadow:var(--sh-card);position:relative;}
@media(max-width:560px){ .quote{padding:38px 28px 32px;} }
.quote .mark{font-family:'Schibsted Grotesk',sans-serif;font-size:90px;line-height:.7;color:var(--green);
  height:42px;display:block;}
.quote p{font-family:'Schibsted Grotesk',sans-serif;font-size:clamp(21px,2.7vw,30px);line-height:1.34;
  font-weight:700;letter-spacing:-.7px;color:var(--ink);text-wrap:pretty;margin-top:8px;}
.quote .by{margin-top:28px;display:flex;align-items:center;gap:14px;}
.quote .by .avatar{width:48px;height:48px;background:var(--mist);}
.quote .by .meta{font-size:15.5px;font-weight:800;}
.quote .by .meta span{display:block;font-size:13.5px;font-weight:600;color:var(--muted);}
.proof-note{text-align:center;margin-top:26px;font-size:13.5px;font-weight:600;color:var(--muted);}

/* ── final CTA (navy stage) ─────────────────────────────────── */
.final-panel{background:var(--ink);border-radius:var(--r-lg);color:#fff;padding:56px 30px;box-shadow:var(--sh-card);}
@media(min-width:860px){ .final-panel{padding:78px 64px;} }
.final-grid{display:grid;grid-template-columns:1fr;gap:46px;align-items:center;}
@media(min-width:880px){ .final-grid{grid-template-columns:1.02fr .98fr;gap:60px;} }
.final-panel h2{font-family:'Schibsted Grotesk',sans-serif;color:#fff;font-size:clamp(33px,4.6vw,50px);
  line-height:1.02;font-weight:800;letter-spacing:-1.7px;text-wrap:balance;}
.final-panel .lead{color:rgba(255,255,255,.78);margin-top:20px;max-width:450px;}
.final-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:30px;}
.final-card .ttl{font-family:'Schibsted Grotesk',sans-serif;font-size:15px;font-weight:800;margin-bottom:16px;letter-spacing:-.2px;}

/* ── footer ─────────────────────────────────────────────────── */
.foot{padding:60px 0 66px;}
.foot .wrap{display:flex;flex-direction:column;gap:22px;}
@media(min-width:720px){ .foot .wrap{flex-direction:row;justify-content:space-between;align-items:flex-start;} }
.foot p{font-size:14.5px;line-height:1.6;font-weight:500;color:var(--muted);max-width:440px;margin-top:14px;text-wrap:pretty;}
.foot .links{display:flex;gap:26px;font-size:14.5px;font-weight:700;color:var(--muted);}
.foot .links a{display:inline-flex;align-items:center;min-height:44px;}
.foot .links a:hover{color:var(--ink);}

/* ── scroll reveal (JS-added; no-JS = visible) ──────────────── */
.reveal{opacity:0;transform:translateY(22px);}
.reveal.in{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important;}
  .bubble.ent{opacity:1!important;transform:none!important;}
}
