/* ============================================================================
   marketing.css — Kelbin homepage · draft 1 · PLAT-6314
   Sana · 17 Aug 2026

   Same system as the locked shell (post-whitening tokens, Figtree/Newsreader,
   the Check). The page speaks in Kelbin's voice: receipts, not features.
   ============================================================================ */
:root{
  --sand:#FBFAF6; --white:#FFFEFB; --soft:#F4F2EC; --ink:#152033;
  --slate:#697386; --indigo:#5B5CEB; --indigo-deep:#4848D4;
  --indigo-soft:#ECEBFF; --green:#5E8C68; --terra:#C97855; --amber:#D5A249;
  --grey:#E5DED4;
  --serif:"Newsreader",Georgia,serif;
  --sans:"Figtree",-apple-system,system-ui,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--sand);color:var(--ink);font-family:var(--sans);
  font-size:15.5px;line-height:1.6;-webkit-font-smoothing:antialiased}
button,input{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0;padding:0}
a{color:var(--indigo-deep)}
.wrap{max-width:1120px;margin:0 auto;padding:0 26px}
.grow{flex:1}

/* nav */
.topnav{position:sticky;top:0;z-index:50;background:rgba(255,254,251,.92);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--grey)}
.topnav .wrap{display:flex;align-items:center;gap:22px;height:62px}
.wm{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;
  letter-spacing:-.02em}
.navlinks{display:flex;gap:4px}
.navlinks a{font-size:14px;font-weight:550;color:var(--slate);text-decoration:none;
  padding:7px 12px;border-radius:8px}
.navlinks a:hover{background:var(--soft);color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-size:14.5px;font-weight:650;border-radius:11px;padding:11px 19px;
  border:1px solid transparent;text-decoration:none}
.btn.primary{background:var(--indigo);color:#fff}
.btn.primary:hover{background:var(--indigo-deep)}
.btn.ghost{background:var(--white);color:var(--ink);border-color:var(--grey)}
.btn.ghost:hover{background:var(--soft)}
.btn.big{font-size:16px;padding:14px 24px;border-radius:13px}
.signin{font-size:14px;font-weight:600;color:var(--slate);text-decoration:none}

/* hero */
.hero{padding:64px 0 30px}
.hero .wrap{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:40px;align-items:center}
.h-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--indigo-deep);margin-bottom:14px}
h1{font-family:var(--serif);font-weight:500;font-size:52px;line-height:1.04;
  letter-spacing:-.02em;margin:0 0 8px;text-wrap:balance}
h1 .give{color:var(--indigo);font-style:italic}
.h-sub{font-size:18px;color:var(--slate);max-width:46ch;margin:14px 0 24px}
.h-ctas{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.h-proof{display:flex;gap:18px;margin-top:18px;font-size:13px;color:var(--slate);
  flex-wrap:wrap}
.h-proof span{display:inline-flex;align-items:center;gap:6px}
.h-proof i{width:15px;height:15px;border-radius:99px;background:var(--indigo-soft);
  color:var(--indigo-deep);font-style:normal;font-size:10px;font-weight:800;
  display:grid;place-items:center}

/* hero right: mascot + activity card */
.hero-vis{position:relative;min-height:420px}
.mascot{position:absolute;left:0;bottom:0;width:min(300px,68%)}
.mascot svg{display:block;width:100%;height:auto}
.mascot .temp{display:block;text-align:center;font-size:10.5px;color:var(--slate);
  background:var(--soft);border:1px dashed var(--grey);border-radius:99px;
  padding:3px 10px;margin:8px auto 0;width:max-content}
.activity{position:absolute;right:0;top:8px;width:min(280px,64%);
  background:var(--white);border:1px solid var(--grey);border-radius:16px;
  box-shadow:0 18px 50px -18px rgba(21,32,51,.22);padding:16px 18px}
.activity .ah{display:flex;align-items:center;gap:8px;font-weight:700;
  font-size:14.5px;margin-bottom:3px}
.activity .as{font-size:11.5px;color:var(--slate);margin-bottom:11px}
.arow{display:flex;align-items:center;gap:9px;font-size:13px;padding:6px 0}
.arow i{width:17px;height:17px;border-radius:99px;flex:none;font-style:normal;
  font-size:10px;font-weight:800;display:grid;place-items:center}
.arow.done i{background:#E9F1EB;color:#2F5B3B}
.arow.pend i{background:#F7EFDC;color:#6B5320}
.activity .all{display:block;font-size:12.5px;font-weight:650;
  color:var(--indigo-deep);margin-top:9px;text-decoration:none}

/* sections */
section{padding:56px 0}
.eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--indigo-deep);margin-bottom:8px}
h2{font-family:var(--serif);font-weight:500;font-size:33px;letter-spacing:-.015em;
  line-height:1.12;margin:0 0 8px;text-wrap:balance}
.sect-sub{color:var(--slate);max-width:58ch;margin:0 0 26px}

/* jobs tiles */
.jobs{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}
.job{background:var(--white);border:1px solid var(--grey);border-radius:16px;
  padding:20px 20px 18px}
.job .jic{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
  margin-bottom:12px;font-size:18px}
.job:nth-child(1) .jic{background:var(--indigo-soft);color:var(--indigo-deep)}
.job:nth-child(2) .jic{background:#E9F1EB;color:#2F5B3B}
.job:nth-child(3) .jic{background:#F8ECE5;color:#7A452E}
.job:nth-child(4) .jic{background:#F7EFDC;color:#6B5320}
.job h3{font-size:16.5px;margin:0 0 4px}
.job p{margin:0;font-size:13.5px;color:var(--slate)}

/* demo */
.demo{background:var(--white);border-top:1px solid var(--grey);
  border-bottom:1px solid var(--grey)}
.acts{display:flex;gap:8px;margin:20px 0 18px;flex-wrap:wrap}
.acttab{font-size:13.5px;font-weight:650;color:var(--slate);
  border:1.5px solid var(--grey);border-radius:99px;padding:8px 17px;
  background:var(--white)}
.acttab.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.acttab.done-t{border-color:#CBE0D2;color:#2F5B3B}
.stage{background:var(--sand);border:1px solid var(--grey);border-radius:18px;
  padding:24px;min-height:330px;display:grid;grid-template-columns:1fr 1fr;
  gap:22px;align-items:start}
.dchat{display:flex;flex-direction:column;gap:9px}
.dmsg{font-size:14px;line-height:1.5;border-radius:13px;padding:10px 14px;
  max-width:92%;box-shadow:0 1px 2px rgba(21,32,51,.05)}
.dmsg b{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--slate);margin-bottom:2px}
.dmsg.u{align-self:flex-end;background:var(--ink);color:#F2EFE8}
.dmsg.u b{color:#B9C2D8}
.dmsg.k{align-self:flex-start;background:var(--white);border:1px solid var(--grey)}
.dmsg.v{align-self:flex-end;background:#EEEEF6}
.slotrow{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
.slot{font-size:13px;font-weight:650;border:1.5px solid var(--grey);
  border-radius:99px;padding:6px 14px;background:var(--white)}
.slot.on,.slot:hover{border-color:var(--indigo);color:var(--indigo-deep)}
.dnext{margin-top:12px}
.dsite{background:var(--white);border:1px solid var(--grey);border-radius:12px;
  overflow:hidden;box-shadow:0 12px 36px -16px rgba(21,32,51,.2)}
.ds-nav{display:flex;align-items:center;gap:8px;padding:10px 14px;
  border-bottom:1px solid var(--soft);font-size:9px;letter-spacing:.12em;
  font-weight:800;color:#20323E}
.ds-nav i{width:11px;height:11px;border-radius:4px;background:#2E6E8E}
.ds-nav em{margin-left:auto;font-style:normal;background:#2E6E8E;color:#fff;
  border-radius:5px;padding:3px 9px;font-size:8px}
.ds-hero{padding:22px 16px;background:linear-gradient(150deg,#F3F8FA,#E4EFF3);
  opacity:0;transition:opacity .5s}
.ds-hero.showed{opacity:1}
.ds-hero b{display:block;font-family:var(--serif);font-weight:500;font-size:19px;
  line-height:1.15;color:#182B36}
.ds-hero span{display:block;font-size:9.5px;color:#5A7382;margin-top:6px}
.ds-row{display:flex;gap:8px;padding:12px 16px;opacity:0;transition:opacity .5s .2s}
.ds-row.showed{opacity:1}
.ds-row u{height:30px;flex:1;border-radius:6px;background:#F0EBE2;text-decoration:none}
.receiptline{display:flex;align-items:center;gap:8px;font-size:13px;padding:6px 0}
.receiptline i{width:17px;height:17px;border-radius:99px;background:#E9F1EB;
  color:#2F5B3B;font-style:normal;font-size:10px;font-weight:800;
  display:grid;place-items:center;flex:none}
.finale{grid-column:1/-1;text-align:center;padding:16px 0 4px}
.finale .fin-h{font-family:var(--serif);font-size:24px;font-weight:500;margin:0 0 12px}

/* how it works */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}
.step{background:var(--white);border:1px solid var(--grey);border-radius:16px;
  padding:18px}
.step .sn{width:28px;height:28px;border-radius:99px;background:var(--indigo-soft);
  color:var(--indigo-deep);font-weight:800;font-size:13px;display:grid;
  place-items:center;margin-bottom:10px}
.step h3{font-size:15.5px;margin:0 0 3px}
.step p{margin:0;font-size:13px;color:var(--slate)}

/* verticals */
.verts{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:11px}
.vert{background:var(--white);border:1px solid var(--grey);border-radius:13px;
  padding:14px 15px}
.vert b{display:block;font-size:14px}
.vert span{display:block;font-size:12px;color:var(--slate);margin-top:2px}
.vert .vcta{display:inline-block;margin-top:9px;font-size:11.5px;font-weight:700;
  color:var(--indigo-deep);background:var(--indigo-soft);border-radius:99px;
  padding:4px 11px}

/* app preview */
.appwrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:38px;
  align-items:center}
.phone{width:min(300px,88%);margin:0 auto;background:var(--white);
  border:1px solid var(--grey);border-radius:30px;
  box-shadow:0 24px 60px -20px rgba(21,32,51,.28);padding:16px 14px 20px}
.ph-top{text-align:center;font-family:var(--serif);font-size:16px;margin:6px 0 12px}
.ph-ny{border:1px solid var(--grey);border-left:3px solid var(--amber);
  border-radius:11px;padding:9px 12px;font-size:12px;margin-bottom:10px}
.ph-ny b{display:block;font-size:12.5px}
.ph-acts{display:flex;gap:6px;margin-top:7px}
.ph-btn{font-size:11.5px;font-weight:700;border-radius:8px;padding:5px 12px}
.ph-btn.a{background:var(--indigo);color:#fff}
.ph-btn.d{border:1px solid var(--grey)}
.ph-r{display:flex;gap:8px;align-items:baseline;font-size:11.5px;padding:5px 0;
  border-bottom:1px solid var(--soft)}
.ph-r:last-child{border-bottom:0}
.ph-r i{font-style:normal;color:#2F5B3B;font-weight:800;font-size:10px}
.applist li{margin-bottom:9px}

/* trust */
.trust{background:var(--white);border-top:1px solid var(--grey);
  border-bottom:1px solid var(--grey)}
.trustgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.tcard{border:1px solid var(--grey);border-radius:13px;padding:16px 17px;
  background:var(--sand)}
.tcard h3{font-size:14.5px;margin:0 0 4px}
.tcard p{margin:0;font-size:13px;color:var(--slate)}

/* quote */
.quote{max-width:700px;margin:0 auto;text-align:center}
.quote blockquote{font-family:var(--serif);font-size:24px;font-weight:500;
  line-height:1.35;margin:0 0 10px}
.quote cite{font-style:normal;font-size:13px;color:var(--slate)}
.placeholder-tag{display:inline-block;font-size:10.5px;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;color:#6B5320;background:#F7EFDC;
  border:1px dashed var(--amber);border-radius:99px;padding:3px 12px;margin-top:10px}

/* pricing */
.tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.tier{background:var(--white);border:1.5px solid var(--grey);border-radius:18px;
  padding:22px}
.tier.hot{border-color:var(--indigo)}
.tier h3{font-size:16px;margin:0 0 2px}
.tier .price{font-family:var(--serif);font-size:34px;font-weight:500;margin:6px 0 2px}
.tier .per{font-size:12px;color:var(--slate)}
.tier ul{margin:14px 0 18px;padding:0;list-style:none;font-size:13.5px}
.tier li{padding:5px 0 5px 24px;position:relative}
.tier li::before{content:"✓";position:absolute;left:2px;color:#2F5B3B;font-weight:800}
.tier .btn{width:100%}

/* final CTA + footer */
.final{text-align:center;padding:80px 0}
.final h2{font-size:40px}
footer{border-top:1px solid var(--grey);background:var(--white);padding:34px 0 44px;
  font-size:13px;color:var(--slate)}
footer .wrap{display:flex;gap:30px;flex-wrap:wrap;align-items:flex-start}
footer nav{display:flex;flex-direction:column;gap:6px}
footer nav b{color:var(--ink);font-size:12px;letter-spacing:.06em;
  text-transform:uppercase;margin-bottom:2px}
footer a{color:var(--slate);text-decoration:none}
footer a:hover{color:var(--ink)}

@media (max-width:880px){
  h1{font-size:38px}
  .hero .wrap,.appwrap{grid-template-columns:1fr}
  .hero-vis{min-height:360px;order:-1}
  .stage{grid-template-columns:1fr}
}

/* phone nav = logo + the one CTA (hamburger is a build-time nicety, noted in
   the handoff; a marketing page's mobile job is the CTA) */
@media (max-width:760px){
  .navlinks,.signin{display:none}
  .topnav .wrap{gap:12px}
  .hero{padding-top:34px}
  .hero-vis{min-height:330px}
  .activity{width:min(250px,70%)}
}

/* ══════════════════════════════════════════════════════════════════════════
   DRAFT 2 — the animation pass. One principle: motion shows work being done.
   150–450ms, ease-out, one orchestrated moment per screen, no decorative
   loops. Reduced-motion gets the finished state instantly.
   ══════════════════════════════════════════════════════════════════════════ */
/* the Check draws itself — once */
.wm .draw{stroke-dasharray:100;stroke-dashoffset:100;
  animation:drawk .55s ease-out forwards}
.wm .draw.d2{animation-delay:.18s}
.wm .draw.d3{animation-delay:.34s}
@keyframes drawk{to{stroke-dashoffset:0}}

/* hero receipts tick in, then the pending ones finish */
.anim .arow{opacity:0;transform:translateX(10px);
  transition:opacity .32s ease-out,transform .32s ease-out}
.anim .arow.in{opacity:1;transform:none}
.tickin{animation:tickpop .38s cubic-bezier(.2,1.4,.4,1)}
@keyframes tickpop{0%{transform:scale(.3);opacity:0}70%{transform:scale(1.18)}100%{transform:scale(1)}}

/* scroll reveal — once, quiet */
.reveal{opacity:0;transform:translateY(12px);
  transition:opacity .38s ease-out,transform .38s ease-out}
.reveal.in{opacity:1;transform:none}

/* typing indicator — Kelbin is working */
.typing{align-self:flex-start;background:var(--white);border:1px solid var(--grey);
  border-radius:13px;padding:12px 16px;display:inline-flex;gap:5px}
.typing s{width:7px;height:7px;border-radius:99px;background:var(--slate);
  text-decoration:none;animation:tdot 1s infinite ease-in-out}
.typing s:nth-child(2){animation-delay:.15s}
.typing s:nth-child(3){animation-delay:.3s}
@keyframes tdot{0%,100%{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}

/* buttons: a 120ms lift */
.btn{transition:transform .12s ease-out,box-shadow .12s ease-out,background .12s}
.btn:hover{transform:translateY(-1px)}
.btn.primary:hover{box-shadow:0 8px 20px -8px rgba(72,72,212,.5)}

/* demo site assembly staggers */
.ds-nav{opacity:0;transition:opacity .4s ease-out}
.ds-nav.showed{opacity:1}

/* the one honoured preference */
@media (prefers-reduced-motion: reduce){
  .wm .draw{animation:none;stroke-dashoffset:0}
  .anim .arow,.reveal{opacity:1;transform:none;transition:none}
  .tickin{animation:none}
  .typing s{animation:none;opacity:.6}
  .btn{transition:none}
  .ds-hero,.ds-row,.ds-nav{transition:none}
}

/* ══════════════════════════════════════════════════════════════════════════
   DRAFT 3 — Kelbin behind the demo, and the industry gallery
   ══════════════════════════════════════════════════════════════════════════ */
/* the figure hosts his own demo */
.demohost{display:flex;align-items:flex-end;gap:12px;margin-top:18px}
.dk-bust{width:74px;height:auto;flex:none;display:block}
.dk-say{font-size:14px;font-weight:650;background:var(--white);
  border:1px solid var(--grey);border-radius:14px 14px 14px 4px;
  padding:9px 14px;margin-bottom:8px;box-shadow:0 1px 2px rgba(21,32,51,.05)}
.acts{margin-top:10px}

/* template gallery */
.tgal{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:13px}
.tpl-card{background:var(--white);border:1px solid var(--grey);border-radius:14px;
  padding:9px 9px 11px}
.tswatch{display:grid;place-items:center;height:96px;border-radius:9px;
  border:1px solid var(--soft);margin-bottom:8px}
.tswatch b{font-family:var(--serif);font-weight:500;font-size:16px;color:#2A3A46}
.tind{display:block;font-size:12.5px;font-weight:650;padding:0 4px}
.tgal-note{font-size:13.5px;color:var(--slate);margin-top:14px;max-width:60ch}
@media (max-width:760px){
  .dk-bust{width:60px}
}
