/* Blank Fit — marketing site. Ported from the design source
   (styles.css + landing.css + landing-v2.css).
   Tokens are the app's monochrome + graphite palettes; Archivo for display,
   Inter for text. Layers, in order: tokens, app screens, marketing, v2. */

/* ── fonts ──────────────────────────────────────────────────
   Vendored under static/fonts/, not loaded from a CDN: the build has to be
   reproducible offline, and a font request to a third party is a request the
   reader did not ask for. Variable builds, so one file covers every weight the
   page uses. Regenerate with tools/fonts.js. */
/* Archivo · latin-ext */
@font-face{font-family:'Archivo';font-style:normal;font-weight:500 700;font-stretch:100%;font-display:swap;src:url(/static/fonts/archivo-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
/* Archivo · latin */
@font-face{font-family:'Archivo';font-style:normal;font-weight:500 700;font-stretch:100%;font-display:swap;src:url(/static/fonts/archivo-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
/* Inter · latin-ext */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/static/fonts/inter-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
/* Inter · latin */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/static/fonts/inter-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

:root {
  --bg: #F4F4F2;
  --surface: #FFFFFF;
  --surface-2: #ECECE8;
  --ink: #111110;
  --ink-2: #2A2A28;
  --muted: #76766F;
  --muted-2: #A8A89F;
  --line: #E2E2DC;
  --line-2: #D6D6CF;
  /* Shared easing for the v2 motion. Named once so hero, map and cards
     accelerate identically. */
  --eo: cubic-bezier(.22,1,.36,1);
}

/* Deep grey — calm warm charcoal. Inverted: ink is light, bg is dark. */
[data-theme="graphite"] {
  --bg: #16161A;
  --surface: #1E1E22;
  --surface-2: #27272C;
  --ink: #ECECE8;
  --ink-2: #C9C9C4;
  --muted: #82827C;
  --muted-2: #5C5C58;
  --line: #2C2C31;
  --line-2: #3A3A3F;
}

html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}
/* Anchor navigation glides instead of jumping; the offset keeps section tops clear of the sticky header. */
html{scroll-padding-top:84px}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{font-family:'Inter',system-ui,sans-serif;font-feature-settings:'ss01','cv11'}
*{box-sizing:border-box}
/* The hidden attribute has to beat the display each component sets, or a
   toggled element stays on screen with its layout intact. */
[hidden]{display:none!important}
a{color:var(--ink);text-decoration:none}
a:hover{color:var(--muted)}
.wrap{max-width:1200px;margin:0 auto;padding:0 40px}

/* ── app screens ────────────────────────────────────────────
   The phones hold the real app screens as markup, extracted from the design
   source by tools/extract.js. These are the app's own primitives from the
   design's styles.css, trimmed to what the five embedded screens use. */
.app{height:100%;background:var(--bg);color:var(--ink);font-family:'Inter',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-feature-settings:'ss01','cv11';-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;overflow:hidden;position:relative}
.scroll{flex:1;overflow-y:auto;padding-bottom:110px}
.scroll::-webkit-scrollbar{display:none}
.h1{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--ink)}
.h2{font-size:20px;font-weight:700;letter-spacing:-.015em;line-height:1.2;color:var(--ink)}
.body{font-size:15px;line-height:1.4;color:var(--ink-2)}
.cap{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.num{font-variant-numeric:tabular-nums}
.status{height:54px;flex-shrink:0;display:flex;align-items:flex-end;justify-content:space-between;padding:0 24px 8px;font-size:15px;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}
.status .right{display:flex;align-items:center;gap:5px}
.nav{--nav-bg:var(--ink);position:absolute;left:12px;right:12px;bottom:14px;background:var(--nav-bg);border-radius:28px;padding:10px 8px;display:flex;justify-content:space-around;align-items:center;box-shadow:0 8px 28px rgba(0,0,0,.18),0 2px 6px rgba(0,0,0,.08);z-index:10}
.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 0;border-radius:20px;color:rgba(255,255,255,.45);font-size:10px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .18s ease}
.nav-item.active{color:#FFFFFF}
.nav-item svg{width:20px;height:20px;display:block}
.card{background:var(--surface);border-radius:20px;border:1px solid var(--line)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:-.005em;border:none;cursor:pointer;transition:transform .08s ease,opacity .15s ease}
.btn:active{transform:scale(.97)}
.btn-primary{background:var(--ink);color:var(--bg);border-radius:16px;padding:16px 22px;min-height:54px}
.btn-icon{background:var(--surface);border:1px solid var(--line);border-radius:13px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}
.btn-icon-dark{background:var(--ink);color:var(--bg);border-radius:13px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer}
.row{display:flex;align-items:center}
.between{justify-content:space-between}
.gap-8{gap:8px}
.px-20{padding-left:20px;padding-right:20px}
.mt-16{margin-top:16px}
.mt-20{margin-top:20px}
.mt-24{margin-top:24px}
/* Habit heatmap cells. The extractor collapses 440 identical inline styles
   into these three classes; without it that screen alone is 107 KB. */
.hm{width:100%;aspect-ratio:1/1;border-radius:3px;background:var(--surface-2);box-sizing:border-box}
.hm.on{background:var(--ink)}
.hm.off{background:transparent;border:1px dashed var(--line-2)}

/* ── marketing type ─────────────────────────────────────────── */
.d1{font-family:'Archivo',sans-serif;font-weight:700;font-size:clamp(46px,5.4vw,80px);line-height:.97;letter-spacing:-.042em;text-wrap:balance}
.d2{font-family:'Archivo',sans-serif;font-weight:700;font-size:clamp(32px,3.4vw,50px);line-height:1.02;letter-spacing:-.038em;text-wrap:balance}
.d3{font-family:'Archivo',sans-serif;font-weight:600;font-size:26px;line-height:1.12;letter-spacing:-.03em}
.d4{font-family:'Archivo',sans-serif;font-weight:600;font-size:18px;letter-spacing:-.02em}
.lede{font-size:19px;line-height:1.52;color:var(--muted);max-width:54ch;text-wrap:pretty}
.p{font-size:16px;line-height:1.6;color:var(--muted);text-wrap:pretty}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-2)}
.mono{font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:12px;letter-spacing:.02em}

/* scroll reveals */
.rise{opacity:0;transform:translateY(20px);transition:opacity .75s cubic-bezier(.16,.8,.3,1) var(--d,0s),transform .75s cubic-bezier(.16,.8,.3,1) var(--d,0s)}
.rise.in{opacity:1;transform:none}
.grow{transform:scaleX(0);transform-origin:left center;transition:transform .9s cubic-bezier(.16,.8,.3,1)}
.grow.in{transform:scaleX(1)}
.par{transform:translate3d(0,var(--py,0px),0)}
@media (prefers-reduced-motion:reduce){.rise,.grow,.par{opacity:1!important;transform:none!important;transition:none!important}}

/* phone mockups — --s is the render scale, overridable per breakpoint */
.ph{--s:var(--s0,.78);width:calc(390px*var(--s));height:calc(800px*var(--s));flex:0 0 auto}
.ph-in{width:390px;height:800px;transform:scale(var(--s));transform-origin:top left;background:#0A0A0A;border-radius:52px;padding:10px;position:relative;box-shadow:0 30px 70px rgba(0,0,0,.16),0 4px 14px rgba(0,0,0,.10)}
/* contain:paint + isolation: WebKit does not honour overflow:hidden under a border-radius for transformed descendants (the frame is scaled, parallaxed, and screens carry rotated decor bleeding past the edges), which made the page horizontally scrollable on iPhone. Chrome clipped it anyway. */
.ph-screen{width:100%;height:100%;border-radius:42px;overflow:hidden;contain:paint;isolation:isolate;position:relative;background:var(--bg,#F4F4F2)}
.ph-island{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:110px;height:32px;background:#000;border-radius:18px;z-index:100}

/* logo — a blank slate filling from the bottom; silhouette only, inverts cleanly */
.fillmark{display:inline-block;width:30px;height:30px;border-radius:9px;overflow:hidden;position:relative;flex-shrink:0;background:var(--line)}
.fillmark span{position:absolute;left:0;right:0;bottom:0;height:45%;background:var(--ink)}
.fillmark-sm{width:26px;height:26px;border-radius:8px}

/* header */
.hdr{position:sticky;top:0;z-index:60;background:color-mix(in oklab,var(--bg) 84%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);transition:box-shadow .3s ease}
.hdr.scrolled{box-shadow:0 10px 28px rgba(0,0,0,.05)}
.hdr-in{height:68px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.mark{display:flex;align-items:center;gap:11px}
.wm{font-family:'Archivo',sans-serif;font-weight:700;font-size:19px;letter-spacing:-.04em}
.hnav{display:flex;gap:30px;font-size:14px;font-weight:500;color:var(--ink-2)}
.hnav a{position:relative}
.hnav a:hover{color:var(--muted)}
.hnav a::after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:1px;background:var(--ink);transition:right .28s var(--eo)}
.hnav a:hover::after{right:0}

/* buttons */
.cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--ink);color:var(--bg);border:none;border-radius:14px;padding:0 22px;height:48px;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:-.005em;cursor:pointer;transition:transform .08s ease,opacity .15s ease}
.cta:hover{opacity:.86;color:var(--bg)}
.cta:active{transform:scale(.98)}
.cta-sm{height:40px;padding:0 16px;border-radius:12px;font-size:14px}
.cta-2{background:transparent;color:var(--ink);border:1px solid var(--line-2)}
.cta-2:hover{background:var(--surface);color:var(--ink)}

/* waitlist form — the one live endpoint on the page */
.wl-form{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.wl-input{flex:1;min-width:240px;height:48px;padding:0 18px;font-family:inherit;font-size:15px;color:var(--ink);background:var(--surface);border:1px solid var(--line-2);border-radius:14px;outline:none;transition:border-color .15s ease}
.wl-input::placeholder{color:var(--muted-2)}
.wl-input:focus{border-color:var(--ink)}
.wl-ok{font-size:15.5px;font-weight:600;color:var(--ink)}
.wl-err{font-size:14px;color:var(--muted)}

/* rhythm */
.sec{padding-block:132px}
.rule{height:1px;background:var(--line);border:0;margin:0}
.idx{font-family:'Archivo',sans-serif;font-weight:700;font-size:13px;color:var(--muted-2);letter-spacing:.04em}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.fart{display:flex;justify-content:center;align-items:flex-start;gap:26px}
.tick{flex:0 0 auto;width:18px;height:18px;margin-top:2px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center}

/* ── hero (v2) ──────────────────────────────────────────────
   Two columns: the claim on the left, a live assistant-to-app loop on the
   right. The phone holds the real Meals screen, so the entry the assistant
   logs lands in the same markup the app ships. */
.hero2{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-block:88px 96px;min-height:calc(100vh - 68px)}
.hero-cta{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.hero-note{margin-top:18px;font-size:13.5px;color:var(--muted-2)}
/* Each headline word rises out of its own clipping box. */
.hw{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.12em;margin-bottom:-.12em}
.hw>span{display:inline-block;transform:translateY(112%);animation:hw .95s var(--eo) forwards;animation-delay:var(--d,0s)}
@keyframes hw{to{transform:none}}
.hero2-art{position:relative;display:flex;justify-content:flex-end;align-items:center;min-height:640px}
.live{position:relative}
.live .toast{animation:toast-in .42s var(--eo) both}
@keyframes toast-in{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
.live .entry-new{animation:entry-in .5s var(--eo) both}
@keyframes entry-in{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}
.live .ph-in{box-shadow:0 40px 90px rgba(0,0,0,.18),0 6px 18px rgba(0,0,0,.08)}

/* chat card */
.chat{position:absolute;left:-40px;bottom:64px;width:min(360px,100%);background:var(--surface);border:1px solid var(--line-2);border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.05);padding:16px 16px 18px;z-index:5;transition:opacity .5s var(--eo),transform .5s var(--eo)}
.chat.out{opacity:0;transform:translateY(10px)}
.chat-h{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;color:var(--ink-2)}
.chat-h .amark{width:26px;height:26px;border-radius:8px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--ink)}
.chat-h .amark svg{width:14px;height:14px}
.chat-h .stat{margin-left:auto;font-size:11px;font-weight:600;color:var(--muted-2);letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;gap:6px}
.chat-h .stat::before{content:"";width:6px;height:6px;border-radius:50%;background:oklch(.72 .12 150)}
.chat-b{display:flex;flex-direction:column;gap:10px;padding-top:14px;min-height:190px}
.bub{max-width:88%;padding:10px 13px;border-radius:16px;font-size:14px;line-height:1.45;text-wrap:pretty;animation:bub-in .4s var(--eo) both}
.bub.me{align-self:flex-end;background:var(--ink);color:var(--bg);border-bottom-right-radius:6px}
.bub.ai{align-self:flex-start;background:var(--surface-2);color:var(--ink);border-bottom-left-radius:6px}
@keyframes bub-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.caret{display:inline-block;width:1.5px;height:1em;background:currentColor;margin-left:2px;vertical-align:-.15em;animation:caret 1s steps(1,end) infinite}
@keyframes caret{0%,49%{opacity:1}50%,100%{opacity:0}}
.tool{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:6px 10px 6px 7px;border-radius:999px;border:1px solid var(--line-2);font-size:12px;font-weight:600;color:var(--ink-2);animation:bub-in .4s var(--eo) both}
.tool .mono{font-size:11px;color:var(--muted)}
.dots{display:inline-flex;gap:3px;margin-left:2px}
.dots i{width:4px;height:4px;border-radius:50%;background:var(--muted);animation:dot 1.1s ease-in-out infinite}
.dots i:nth-child(2){animation-delay:.15s}
.dots i:nth-child(3){animation-delay:.3s}
@keyframes dot{0%,80%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}
.tool .tick{width:16px;height:16px;background:var(--ink);color:var(--bg)}
.chat-f{margin-top:12px;font-size:11px;color:var(--muted-2);display:flex;justify-content:space-between}
.chat-pick{display:flex;gap:4px}
.chat-pick i{width:5px;height:5px;border-radius:50%;background:var(--line-2);transition:background .3s}
.chat-pick i.on{background:var(--ink)}

/* assistants band */
.band-dark{background:var(--bg);color:var(--ink)}
.amap{position:relative;width:100%;max-width:560px;aspect-ratio:560/360;margin:0 auto}
.amap>svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.amap .rail{fill:none;stroke:var(--line-2);stroke-width:1.5}
.amap .pulse{fill:none;stroke:var(--ink);stroke-width:2;stroke-linecap:round;stroke-dasharray:22 700;stroke-dashoffset:722;animation:pulse-run 3.6s cubic-bezier(.4,0,.4,1) infinite;animation-delay:var(--d,0s)}
@keyframes pulse-run{0%{stroke-dashoffset:722;opacity:0}6%{opacity:1}60%{opacity:1}72%{stroke-dashoffset:0;opacity:0}100%{stroke-dashoffset:0;opacity:0}}
.node{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:12px}
.node .nm{width:46px;height:46px;border-radius:14px;background:var(--surface-2);border:1px solid var(--line-2);display:grid;place-items:center;color:var(--ink);flex:0 0 auto}
.node .nm svg{width:20px;height:20px;display:block}
/* The rails leave each mark under its label; the label's own background hides that stretch so a rail reads as starting after the name instead of striking through it. */
.node .nl{font-size:13.5px;font-weight:600;color:var(--ink-2);white-space:nowrap;background:var(--bg);padding:3px 7px;margin-left:-7px;border-radius:7px}
.node .ns{display:block;font-size:11.5px;font-weight:500;color:var(--muted);margin-top:2px}
.node.hub{flex-direction:column;gap:14px;left:calc(430/560*100%);transform:translate(0,-50%);align-items:flex-start}
.node.hub .hub-mark{margin-left:-1px}
.node.hub .nl{text-align:center;font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.02em}
.hub-mark{position:relative;width:84px;height:84px;border-radius:26px;background:var(--line);overflow:hidden;box-shadow:0 0 0 1px var(--line-2),0 20px 50px rgba(0,0,0,.35)}
.hub-mark>i{position:absolute;left:0;right:0;bottom:0;height:45%;background:var(--ink);animation:hub-breathe 3.6s cubic-bezier(.4,0,.4,1) infinite}
@keyframes hub-breathe{0%,55%{height:45%}70%{height:62%}100%{height:45%}}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:80px;border-top:1px solid var(--line-2)}
.steps>div{padding:30px 32px 0 0;border-right:1px solid var(--line-2)}
.steps>div:not(:first-child){padding-left:32px}
.steps>div:last-child{border-right:0;padding-right:0}
.steps .idx{color:var(--muted)}
.trust{margin-top:56px;display:flex;flex-wrap:wrap;gap:12px 36px;font-size:14px;color:var(--muted)}
.trust span{display:flex;align-items:center;gap:9px}
.trust span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--muted-2)}

/* prompt marquees */
.mq{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);padding:6px 0}
.mq+.mq{margin-top:14px}
.mq-track{display:flex;gap:14px;width:max-content;animation:mq 58s linear infinite}
.mq-track.rev{animation-direction:reverse;animation-duration:66s}
.mq:hover .mq-track{animation-play-state:paused}
@keyframes mq{to{transform:translateX(-50%)}}
.pr{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:14px 18px 14px 14px;border-radius:18px;background:var(--surface);border:1px solid var(--line);font-size:15px;line-height:1.35;color:var(--ink-2);max-width:420px;text-wrap:pretty;transition:border-color .2s,transform .3s var(--eo)}
.pr:hover{border-color:var(--line-2);transform:translateY(-2px)}
.pr .pq{width:30px;height:30px;border-radius:10px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--ink)}
.pr .pq svg{width:14px;height:14px}

/* app trio */
.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:64px}
.trio-i{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:34px 30px 0;overflow:hidden;display:flex;flex-direction:column;gap:8px;min-height:640px;transition:transform .5s var(--eo),box-shadow .5s var(--eo)}
.trio-i:hover{transform:translateY(-4px);box-shadow:0 30px 60px rgba(0,0,0,.08)}
.trio-i .p{font-size:15px}
.trio-art{margin-top:auto;display:flex;justify-content:center;padding-top:26px;height:380px;overflow:hidden}
.trio-art .ph{transition:transform .6s var(--eo)}
.trio-i:hover .trio-art .ph{transform:translateY(-14px)}
.trio-art .ph-in{border-radius:52px 52px 0 0}
.footnote{margin-top:36px;font-size:14.5px;color:var(--muted);max-width:66ch;text-wrap:pretty}

/* pricing */
.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:44px}
.pcard{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:34px}
.pcard.pro{background:var(--ink);border-color:var(--ink);color:#ECECE8}
.pcard.pro .cta{background:#F4F4F2;color:#111110;border:none}
.pcard.pro .cta:hover{background:#FFFFFF;color:#111110;opacity:1}
.pnum{font-family:'Archivo',sans-serif;font-weight:700;font-size:46px;letter-spacing:-.04em;line-height:1}
.plist{display:flex;flex-direction:column;gap:11px;margin:26px 0 30px}
.pli{font-size:15px;color:var(--ink-2);display:flex;gap:10px}
.pcard.pro .pli{color:#C9C9C4}
.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--surface-2);color:var(--ink-2)}
.pcard.pro .tag{background:rgba(255,255,255,.14);color:#ECECE8}
.pcard.pro .tick{background:rgba(255,255,255,.16);color:#ECECE8}

/* closer */
.closer{padding:150px 0 140px;text-align:center;border-top:1px solid var(--line)}
.closer .d1{font-size:clamp(40px,4.8vw,68px)}
.closer .hero-cta{justify-content:center}
.closer .lede{margin-inline:auto;text-align:center}

/* cookie bar */
.ck{position:fixed;left:0;right:0;bottom:0;z-index:200;padding:16px;display:flex;justify-content:center;pointer-events:none;animation:ck-up .5s cubic-bezier(.16,.8,.3,1) both}
@keyframes ck-up{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.ck[hidden]{display:none}
.ck-in{pointer-events:auto;width:100%;max-width:1120px;background:var(--surface);border:1px solid var(--line-2);border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.06);padding:20px 22px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
/* The bar view participates directly in .ck-in's flex layout, as in the design. */
.ck-bar{display:contents}
.ck-bar[hidden]{display:none}
.ck-copy{flex:1 1 380px;min-width:280px}
.ck-acts{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}
.ck-acts-panel{margin-top:20px;align-items:center}
.ck-link{font-size:13.5px;color:var(--muted);margin-right:auto;text-decoration:underline;text-underline-offset:3px}
.ck-link:hover{color:var(--ink)}
.ck-rows{display:flex;flex-direction:column;margin-top:16px;border-top:1px solid var(--line)}
.ck-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 0;border-bottom:1px solid var(--line);cursor:pointer}
.ck-t{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:600;color:var(--ink)}
.ck-b{display:block;font-size:13.5px;line-height:1.45;color:var(--muted);margin-top:4px;max-width:66ch}
.ck-lock{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);background:var(--surface-2);border-radius:999px;padding:3px 8px}
.ck-sw{flex:0 0 auto;width:46px;height:28px;border-radius:999px;border:1px solid var(--line-2);background:var(--surface-2);padding:2px;cursor:pointer;transition:background .18s ease,border-color .18s ease}
.ck-sw>span{display:block;width:22px;height:22px;border-radius:50%;background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .18s cubic-bezier(.16,.8,.3,1)}
.ck-sw.on{background:var(--ink);border-color:var(--ink)}
.ck-sw.on>span{transform:translateX(18px)}
.ck-sw.lk{opacity:.5;cursor:default}
.ck-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.ck-x{width:34px;height:34px;flex:0 0 auto;border:1px solid var(--line-2);border-radius:10px;background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}
.ck-x:hover{background:var(--surface-2)}
.ck-scroll{max-height:min(52vh,440px);overflow-y:auto;padding:20px 4px 18px 0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;mask-image:linear-gradient(to bottom,#000 calc(100% - 34px),transparent);-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - 34px),transparent)}
.ck-scroll::-webkit-scrollbar{width:8px}
.ck-scroll::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:99px}
.ck-privacy-acts{border-top:1px solid var(--line);padding-top:18px;margin-top:0!important}
.ck-sec{margin-top:22px}

/* footer */
.foot{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-block:64px 72px}
.fcol{display:flex;flex-direction:column;gap:11px;font-size:14px;color:var(--muted)}
.fcol-title{font-weight:600;color:var(--ink);font-size:13px;letter-spacing:.02em}
.fcol-links{display:flex;flex-direction:column;gap:11px}
.foot-legal{display:none}
.fcol a{color:var(--muted)}
.fcol a:hover{color:var(--ink)}

/* ── laptop ─────────────────────────────────────────────── */
@media (max-width:1080px){
  .hero2{grid-template-columns:1fr;gap:56px;padding-block:64px 80px;min-height:0}
  .hero2-art{justify-content:center;min-height:0;flex-direction:column;gap:28px}
  .chat{position:static;width:min(420px,100%)}
  .frow,.price-grid{grid-template-columns:1fr;gap:40px}
  .trio{grid-template-columns:1fr}
  .trio-i{min-height:0}
  .steps{grid-template-columns:1fr}
  .steps>div{border-right:0;border-bottom:1px solid var(--line-2);padding:26px 0}
  .steps>div:not(:first-child){padding-left:0}
  .steps>div:last-child{border-bottom:0}
  .hnav{display:none}
  .foot{grid-template-columns:1fr 1fr}
  .sec{padding-block:88px}
}

/* ── tablet ─────────────────────────────────────────────── */
@media (max-width:820px){
  .fart{flex-direction:column;align-items:center;gap:32px}
  .fart .ph{--s:.66;margin-top:0!important}
}

/* ── phone ──────────────────────────────────────────────── */
@media (max-width:600px){
  .wrap{padding:0 20px}
  .sec{padding-block:64px}
  .hero2{padding-block:40px 56px}
  .hero2-art .ph{--s:.8}
  .d1{font-size:clamp(38px,10.6vw,52px);letter-spacing:-.035em}
  .d2{font-size:clamp(27px,7.4vw,34px)}
  .d3{font-size:22px}
  .lede{font-size:17px}
  .p{font-size:15.5px}
  .hero-cta{flex-direction:column;align-items:stretch;gap:10px;margin-top:28px}
  .hero-cta .cta{width:100%}
  .fart .ph{--s:.84}
  .hdr-in{height:60px;gap:14px}
  .wm{font-size:17px}
  .chat{padding:14px}
  .amap{max-width:100%}
  .node .nl{font-size:12px}
  .node .ns{display:none}
  .node .nm{width:38px;height:38px;border-radius:12px}
  .hub-mark{width:64px;height:64px;border-radius:20px}
  /* The hub sits at 430/560 of a map that shrinks with the screen while its
     label keeps its 119px, so left-aligned under a 64px mark the label ran
     past the map and made the whole page scroll sideways. Hang it from the
     mark's right edge instead: the mark stays where the rails end. */
  .node.hub{position:absolute}
  .node.hub .nl{position:absolute;right:0;top:calc(100% + 10px);text-align:right}
  .pr{font-size:14px;max-width:320px}
  .closer{padding:96px 0 88px}
  .close-row{flex-direction:column;align-items:stretch;margin-top:52px!important;padding-top:32px!important}
  .close-row .cta{width:100%;height:56px;font-size:16px;border-radius:16px}
  .ck-scroll{max-height:56vh}
  .foot{grid-template-columns:1fr;gap:0;padding-block:44px 52px}
  .foot-brand{padding-bottom:26px}
  .fcol{border-top:1px solid var(--line);padding:18px 0;gap:0}
  .fcol-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:14px 18px;margin-top:12px}
  .foot-legal{display:block;border-top:1px solid var(--line);padding-top:22px;margin-top:4px}
  .foot-legal-wide{display:none}
  .pcard{padding:26px 22px;border-radius:20px}
  .pnum{font-size:38px}
  .ck{padding:10px}
  .ck-in{padding:18px;border-radius:18px;gap:16px}
  .ck-acts{margin-left:0;width:100%;flex-direction:column-reverse}
  .ck-acts .cta{width:100%;height:46px}
  .ck-acts-panel{flex-direction:column-reverse}
  .ck-link{margin:6px auto 0}
  .ck-row{gap:14px}
  .ck-b{font-size:13px}
}

@media (max-width:400px){
  .hero2-art .ph,.fart .ph{--s:.78}
  .d1{font-size:36px}
}

/* 390px * .78 is 304px; a 320px screen has 280px between the paddings. */
@media (max-width:340px){
  .hero2-art .ph,.fart .ph{--s:.7}
}

@media (prefers-reduced-motion:reduce){
  .hw>span{transform:none;animation:none}
  .pulse,.hub-mark>i,.mq-track,.dots i,.caret{animation:none!important}
  .live .toast,.live .entry-new,.bub,.tool{animation:none}
}
