/* ═══════════════════════════════════════════════════════════
   Workfied v4 — ink-on-marble editorial system
   White marble canvas · obsidian ink · one violet band
   Serif display (Source Serif 4) · Inter body
   ═══════════════════════════════════════════════════════════ */

:root {
  --canvas: #ffffff;
  --ink: #010110;
  --carbon: #111117;
  --graphite: #22222a;
  --fog: #010110; /* muted text now full ink per request */
  --ash: #d9d9d9;
  --iris: #464DE1;
  --iris-deep: #2A30C1;
  --wash: #EEEFFC;
  --wash-deep: #E2E4FB;

  --hairline: rgba(1, 1, 16, 0.14);
  --hairline-soft: rgba(1, 1, 16, 0.08);

  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;

  --wrap: 1200px;
  --r-card: 8px;
  --r-btn: 100px;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; }
a { color: inherit; text-decoration: none; transition: color 150ms ease; }
p { margin: 0; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 400; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: rgba(70, 77, 225, 0.16); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

/* ── Type roles ─────────────────────────────── */
.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.13;
  letter-spacing: -0.03em;
}
.lead {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--fog);
  text-wrap: pretty;
}
.small { font-size: 13px; line-height: 1.4; letter-spacing: -0.02em; color: var(--fog); }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fog);
}

/* ── Buttons ────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 12px 20px;
  border-radius: var(--r-btn);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.btn .arr { transition: transform 150ms ease; }
.btn:hover .arr { transform: translateX(3px); }
.btn-primary { background: var(--iris); color: #ffffff; }
.btn-primary:hover { background: var(--iris-deep); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--iris); border-color: var(--iris); color: #ffffff; }
.btn-lg { padding: 14px 26px; font-size: 16px; }

/* ── Announcement bar ───────────────────────── */
.annc {
  background: var(--iris);
  color: #ffffff;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}
.annc a.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ffffff;
  border-radius: var(--r-btn);
  padding: 5px 14px;
  font-size: 13px;
  color: #ffffff;
  transition: background 150ms ease, color 150ms ease;
}
.annc a.pill-link:hover { background: #ffffff; color: var(--iris); }

/* ── Nav ────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--canvas);
  border-bottom: 1px solid var(--hairline-soft);
  transition: border-color 200ms ease;
}
.nav.scrolled { border-bottom-color: var(--hairline); }
.nav-in { display: flex; align-items: center; gap: 32px; height: 64px; }
.brand-logo { height: 22px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; flex: 1; }
.nav-links a { font-size: 15px; color: var(--ink); }
.nav-links a:hover { color: var(--iris); }
.nav-cta { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.nav-cta .btn { padding: 8px 18px; }

/* ── Reveal ─────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .reveal[data-armed] { opacity: 0; transform: translateY(14px); transition: opacity 600ms ease, transform 600ms ease; }
  .reveal[data-armed].in { opacity: 1; transform: none; }
}

/* ── Hero ───────────────────────────────────── */
.hero { padding: 88px 0 80px; }
/* Waitlist CTAs jump here (top of the header) — offset the sticky nav so the
   headline + email field land clearly in view, never tucked under the nav. */
#waitlist { scroll-margin-top: 72px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hero-copy .lead { margin-top: 22px; max-width: 480px; }

.wl-block { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; }
.wl-form { display: flex; gap: 10px; max-width: 460px; }
.wl-form input {
  flex: 1;
  min-width: 0;
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--ink);
  border-radius: var(--r-btn);
  padding: 12px 20px;
  outline: none;
}
.wl-form input::placeholder { color: #73737c; }
.wl-form input:focus { border-color: var(--iris); }
.wl-form.err input { border-color: #b3261e; }
.wl-done {
  display: none;
  align-items: center;
  gap: 13px;
  width: 100%;
  max-width: 460px;
  padding: 15px 18px;
  background: linear-gradient(180deg, var(--wash), var(--wash-deep));
  border: 1px solid rgba(70, 77, 225, 0.22);
  border-radius: 14px;
  text-align: left;
  animation: wl-pop 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.wl-block.done .wl-form, .wl-block.done .wl-note { display: none; }
.wl-block.done .wl-done { display: flex; }
.wl-done-ic {
  flex: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--iris);
  color: #ffffff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700;
  box-shadow: 0 6px 14px -6px rgba(70, 77, 225, 0.7);
}
.wl-done-tx { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.wl-done-tx b { font-size: 15px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.wl-done-tx span { font-size: 13.5px; line-height: 1.4; color: rgba(1, 1, 16, 0.62); }
@keyframes wl-pop { from { opacity: 0; transform: translateY(8px) scale(0.98); } to { opacity: 1; transform: none; } }
.wl-note b { color: var(--ink); font-weight: 500; }

.hero-proof { margin-top: 28px; display: flex; align-items: center; gap: 14px; }
.avatar-stack { display: flex; }
.avatar-stack image-slot, .avatar-stack .av-fallback {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--canvas);
  margin-left: -8px;
  overflow: hidden;
  background: #eeeef2;
}
.avatar-stack > :first-child { margin-left: 0; }
.av-fallback {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: var(--ink); background: var(--ash);
}
.hero-proof .rtxt { font-size: 14px; color: var(--fog); }
.hero-proof .rtxt b { color: var(--ink); font-weight: 500; }

.trust-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.trust-row .ti { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--fog); }

/* ── Logo strip ───────────────────────────────── */
.logo-strip { padding: 64px 0 56px; text-align: center; }
.logo-strip-copy { font: 700 12px/1 var(--sans); color: var(--fog); letter-spacing: .14em; text-transform: uppercase; margin: 0 0 36px; }
.logo-strip-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 40px 56px; }
.logo-strip-row img { height: 28px; width: auto; }

/* ── Hero preview panel ─────────────────────── */
.panel {
  border: 1px solid var(--hairline);
  border-radius: var(--r-card);
  background: var(--canvas);
  overflow: hidden;
}
.panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--hairline-soft);
  font-size: 13px; font-weight: 500;
}
.panel-head .meta { color: var(--fog); font-weight: 400; }
.panel-body { padding: 18px; }

.hero-visual {
  position: relative;
  border-radius: var(--r-card);
  padding: 48px 32px 0;
  background: linear-gradient(180deg, #F3F3FE 0%, #E4E5FC 40%, #C3C6F6 100%);
  overflow: hidden;
  min-height: 520px;
}
.hero-visual::before {
  content: '';
  position: absolute;
  right: -20%; bottom: -30%;
  width: 80%; height: 80%;
  background: radial-gradient(closest-side, rgba(70, 77, 225, 0.38), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-visual .phone, .hero-visual .doc-float { z-index: 1; }

/* phone mockup — real app Home screen */
.phone {
  position: relative;
  width: 310px;
  margin: 0 auto 0 48px;
  background: #FBFAF8;
  border-radius: 32px 32px 0 0;
  padding: 16px 16px 20px;
  box-shadow: 0 24px 60px -28px rgba(26, 28, 90, 0.5);
  border: 6px solid #ffffff;
  border-bottom: 0;
}
.ph-status { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 600; padding: 2px 6px; }
.ph-sig { display: inline-flex; gap: 3px; align-items: flex-end; }
.ph-sig i { width: 3px; background: var(--ink); border-radius: 1px; }
.ph-sig i:nth-child(1) { height: 5px; }
.ph-sig i:nth-child(2) { height: 8px; }
.ph-sig i:nth-child(3) { height: 11px; }
.ph-date { margin-top: 16px; font-size: 11.5px; color: var(--fog); }
.ph-greet { font-family: var(--serif); font-size: 21px; letter-spacing: -0.02em; margin-top: 2px; }
.ph-card { margin-top: 12px; background: #ffffff; border: 1px solid rgba(1, 1, 16, 0.07); border-radius: 14px; padding: 14px; }
.ph-card.trend { background: linear-gradient(165deg, var(--wash), #ffffff); border-color: rgba(70, 77, 225, 0.18); }
.ph-card.rec { background: linear-gradient(165deg, var(--wash-deep), var(--wash)); border-color: rgba(70, 77, 225, 0.18); }
.ph-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--iris); }
.ph-t { font-size: 15px; font-weight: 600; letter-spacing: -0.02em; margin-top: 7px; }
.ph-s { font-size: 12.5px; color: var(--fog); margin-top: 3px; line-height: 1.45; }
.ph-bar { margin-top: 11px; height: 7px; border-radius: 4px; background: rgba(70, 77, 225, 0.14); overflow: hidden; }
.ph-bar i { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, #5A61E9, var(--iris)); }
.ph-meta { margin-top: 9px; display: flex; justify-content: space-between; font-size: 11px; color: var(--fog); }
.ph-link { color: var(--iris); font-weight: 600; }
.ph-recrow { margin-top: 13px; display: flex; align-items: center; gap: 13px; }
.ph-mic {
  flex: none; width: 54px; height: 54px; border-radius: 19px;
  background: linear-gradient(160deg, #5A61E9, var(--iris-deep));
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px -8px rgba(70, 77, 225, 0.7);
}
.ph-rectxt { display: flex; flex-direction: column; }
.ph-rectxt b { font-size: 14px; font-weight: 600; letter-spacing: -0.02em; }
.ph-rectxt span { font-size: 11.5px; color: var(--fog); margin-top: 1px; }
.ph-label { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fog); }
.ph-label .ph-link { font-size: 11px; letter-spacing: -0.01em; text-transform: none; }
.ph-chips { margin-top: 10px; display: flex; gap: 10px; }
.ph-chip { flex: 1; background: #ffffff; border: 1px solid rgba(1, 1, 16, 0.07); border-radius: 12px; padding: 11px 12px; min-width: 0; }
.ph-chip-h { display: flex; justify-content: space-between; align-items: center; }
.ph-chip-h b { font-size: 12px; font-weight: 600; }
.ph-chip-h span { font-size: 10px; color: var(--iris); background: var(--wash); border-radius: var(--r-btn); padding: 2px 7px; font-weight: 600; }
.ph-chip p { margin-top: 7px; font-size: 11.5px; line-height: 1.5; color: var(--fog); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* floating generated-doc card */
.doc-float {
  position: absolute;
  right: 28px; bottom: 36px;
  width: 232px;
  background: #ffffff;
  border-radius: var(--r-card);
  padding: 16px 18px;
  box-shadow: 0 18px 40px -20px rgba(26, 28, 90, 0.45);
}
.df-head { display: flex; justify-content: space-between; align-items: center; }
.df-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--iris); }
.df-kind { font-size: 10.5px; color: var(--fog); }
.df-sn { font-size: 11px; font-weight: 700; margin-top: 12px; }
.df-sp { font-size: 12px; color: var(--fog); line-height: 1.5; margin-top: 3px; }

.log-item { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; }
.log-item + .log-item { border-top: 1px solid var(--hairline-soft); }
.log-item .glyph {
  flex: none; width: 30px; height: 30px; border-radius: 8px;
  background: var(--wash);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
  color: var(--iris);
}
.log-item .k { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fog); }
.log-item .t { font-size: 14px; font-weight: 500; margin-top: 1px; }
.log-item .s { font-size: 12.5px; color: var(--fog); margin-top: 1px; }

.spark { display: flex; align-items: flex-end; gap: 5px; height: 64px; margin-top: 14px; }
.spark i {
  flex: 1; background: #C9CBF6; border-radius: 2px 2px 0 0;
  height: var(--h);
}
.spark i.hot { background: var(--iris); }
.spark-foot { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12px; color: var(--fog); }
.big-num { font-family: var(--serif); font-size: 40px; line-height: 1; letter-spacing: -0.03em; }
.big-num span { font-family: var(--sans); font-size: 13px; letter-spacing: -0.02em; color: var(--fog); }

/* ── Sections ───────────────────────────────── */
.section { padding: 88px 0; }
.section.hairline-top { border-top: 1px solid var(--hairline-soft); }
.s-head { max-width: 620px; }
.s-head .h1 { margin-top: 14px; }
.s-head .lead { margin-top: 16px; }
.s-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ── Shift (before/after) ───────────────────── */
.cmp { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cmp-card { border: 0; background: #F6F6FB; border-radius: var(--r-card); padding: 28px; }
.cmp-card.good { background: linear-gradient(160deg, #4A51E8, var(--iris-deep)); color: #ffffff; }
.cmp-card .ch { font-family: var(--serif); font-size: 22px; letter-spacing: -0.02em; }
.cmp-card ul { margin-top: 20px; display: flex; flex-direction: column; }
.cmp-card li {
  display: flex; gap: 12px; align-items: baseline;
  padding: 12px 0; font-size: 15px; letter-spacing: -0.02em;
  border-top: 1px solid var(--hairline-soft);
}
.cmp-card.good li { border-top-color: rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.92); }
.cmp-card.bad li { color: var(--fog); }
.cmp-card .mk { flex: none; font-size: 13px; }
.cmp-card.bad .mk { color: var(--ash); }

/* ── How it works ───────────────────────────── */
.steps { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.step { background: var(--wash); border-radius: var(--r-card); padding: 28px; display: flex; flex-direction: column; }
.step .demo { margin-top: 32px; }
.step .n { font-family: var(--serif); font-size: 15px; color: var(--iris); }
.step h3 { font-family: var(--serif); font-size: 26px; letter-spacing: -0.03em; line-height: 1.13; margin-top: 10px; }
.step p { margin-top: 12px; font-size: 15px; color: var(--fog); line-height: 1.6; }
.step .panel, .step .rec-card, .step .doc-card { background: #ffffff; border-color: rgba(1, 1, 16, 0.06); }

.rec-card { background: #ffffff; border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 16px 18px; }
.rec-card .top { display: flex; justify-content: space-between; font-size: 12px; color: var(--fog); }
.rec-card .live { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; color: var(--ink); }
.rec-card .live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--iris); }
.rec-card .words { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--fog); }
.rec-card .words .hl { color: var(--ink); font-weight: 500; }
.doc-card { border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 16px 18px; }
.doc-card .dtag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fog); }
.doc-card .sn { font-size: 12px; font-weight: 700; margin-top: 12px; }
.doc-card .sp { font-size: 13.5px; color: var(--fog); line-height: 1.55; margin-top: 4px; }
.doc-card hr { border: 0; border-top: 1px solid var(--hairline-soft); margin: 12px 0 0; }

/* ── Outcome table ──────────────────────────── */
.outcome { margin-top: 48px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.otable { border: 1px solid var(--hairline); border-radius: var(--r-card); overflow: hidden; }
.orow { display: grid; grid-template-columns: 1fr 1.3fr; }
.orow + .orow { border-top: 1px solid var(--hairline-soft); }
.orow .oc { padding: 14px 20px; font-size: 14.5px; letter-spacing: -0.02em; }
.orow .oc:first-child { color: var(--fog); border-right: 1px solid var(--hairline-soft); }
.orow.head .oc {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--iris); padding: 10px 20px; background: var(--wash);
}
.orow .oc.out { font-weight: 500; }

/* ── Ask showcase ───────────────────────────── */
.showcase { margin-top: 48px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.feat-list { margin-top: 22px; display: flex; flex-direction: column; }
.feat-list li {
  display: flex; gap: 12px; align-items: baseline;
  padding: 12px 0; font-size: 15px; color: var(--fog);
  border-top: 1px solid var(--hairline-soft);
}
.feat-list li b { color: var(--ink); font-weight: 500; }
.feat-list .mk { flex: none; color: var(--iris); }

.ask-panel { border: 0; background: linear-gradient(180deg, var(--wash), var(--wash-deep)); border-radius: var(--r-card); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.bubble { max-width: 88%; border-radius: var(--r-card); padding: 12px 16px; font-size: 14px; line-height: 1.55; }
.bubble.q { align-self: flex-end; background: var(--iris); color: #ffffff; }
.bubble.a { align-self: flex-start; background: #ffffff; color: var(--ink); }
.bubble .cites { display: flex; gap: 8px; margin-top: 8px; }
.cite2 { font-size: 12px; color: var(--iris); background: var(--wash); border-radius: var(--r-btn); padding: 3px 10px; }
.ask-bar {
  display: flex; align-items: center; justify-content: space-between;
  background: #ffffff; border-radius: var(--r-btn);
  padding: 10px 18px; font-size: 14px; color: var(--fog); margin-top: 4px;
}

/* ── Dark band ──────────────────────────────── */
.dark-band { background: var(--carbon); color: #ffffff; padding: 96px 0; }
.dark-band .h1 { color: #ffffff; }
.dark-band .lead { color: rgba(255, 255, 255, 0.6); }
.dark-band .eyebrow { color: rgba(255, 255, 255, 0.5); }
.dark-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.dark-card { background: var(--graphite); border-radius: var(--r-card); padding: 32px 28px; }
.dark-card .ic { color: rgba(255, 255, 255, 0.55); }
.dark-card h3 { font-family: var(--sans); font-size: 18px; font-weight: 500; letter-spacing: -0.02em; margin-top: 18px; color: #ffffff; }
.dark-card p { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); }
.dark-foot { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.dark-foot .ti { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(255, 255, 255, 0.55); }

/* ── Reviews ────────────────────────────────── */
.rev-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.rev { background: #F6F6FB; border-radius: var(--r-card); padding: 28px; display: flex; flex-direction: column; }
.rev .rq { font-family: var(--serif); font-size: 19px; line-height: 1.45; letter-spacing: -0.015em; flex: 1; }
.rev .rq b { font-weight: 600; }
.rev .rwho { margin-top: 24px; display: flex; align-items: center; gap: 12px; }
.rev .rwho image-slot { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background: #eeeef2; flex: none; }
.rev .rn { font-size: 14px; font-weight: 500; }
.rev .rr { font-size: 13px; color: var(--fog); }

/* ── Pricing ────────────────────────────────── */
.pt-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: stretch; }
.pt { border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 28px; display: flex; flex-direction: column; position: relative; }
.pt.hot { border-color: var(--iris); background: linear-gradient(180deg, #FDFDFF, var(--wash)); }
.pt .ptag {
  position: absolute; top: -11px; left: 24px;
  background: var(--iris); color: #ffffff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: var(--r-btn); padding: 4px 12px;
}
.pt .tier { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fog); }
.pt .amt { font-family: var(--serif); font-size: 44px; letter-spacing: -0.03em; line-height: 1; margin-top: 14px; }
.pt .amt span { font-family: var(--sans); font-size: 14px; letter-spacing: -0.02em; color: var(--fog); }
.pt .pdesc { margin-top: 8px; font-size: 14px; color: var(--fog); }
.pt ul { margin-top: 20px; flex: 1; display: flex; flex-direction: column; }
.pt li { display: flex; gap: 10px; align-items: baseline; padding: 9px 0; font-size: 14px; color: var(--fog); border-top: 1px solid var(--hairline-soft); }
.pt li .mk { flex: none; color: var(--iris); font-size: 12px; }
.pt .btn { margin-top: 24px; width: 100%; }
.pt-note { margin-top: 28px; text-align: center; }
.pt-note a { color: var(--ink); font-weight: 500; }
.pt-note a:hover { color: var(--iris); }

/* ── FAQ ────────────────────────────────────── */
.faq { margin-top: 40px; max-width: 720px; margin-left: auto; margin-right: auto; border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline-soft); }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 20px; letter-spacing: -0.02em;
  padding: 22px 36px 22px 0; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 20px; color: var(--fog); transition: transform 150ms ease;
}
.faq details[open] summary::after { content: '−'; }
.faq .a { padding: 0 36px 24px 0; font-size: 15px; line-height: 1.65; color: var(--fog); }
.faq .a b { color: var(--ink); font-weight: 500; }

/* ── Final CTA ──────────────────────────────── */
.final { text-align: center; padding: 104px 0; background: linear-gradient(180deg, #ffffff, var(--wash-deep)); }
.final .display { font-size: clamp(38px, 5vw, 60px); }
.final .lead { margin: 18px auto 0; max-width: 460px; }
.final .wl-block { align-items: center; margin-top: 34px; }
.final .wl-form { width: 100%; max-width: 460px; }
.stores { margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.stores-cap { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
.stores-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.stores-row img { height: 44px; width: auto; border-radius: 8px; }

/* ── Footer ─────────────────────────────────── */
.footer {
  border-top: 1px solid var(--hairline-soft);
  padding: 72px 0 40px;
  position: relative;
  background-image: radial-gradient(rgba(217, 217, 217, 0.5) 1px, transparent 1px);
  background-size: 14px 14px;
}
.footer::after {
  content: '';
  position: absolute; inset: 55% 0 0 0;
  background: linear-gradient(to bottom, transparent, var(--canvas) 45%);
  pointer-events: none;
}
.footer .wrap { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer h5 { font-size: 14px; font-weight: 700; letter-spacing: -0.02em; }
.footer ul { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: 14px; color: var(--fog); }
.footer ul a:hover { color: var(--iris); }
.footer-bottom {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid var(--hairline-soft);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* ── Sticky mobile CTA ──────────────────────── */
.sticky-cta { display: none; }
.sticky-cta.hide { display: none !important; }

/* ── Responsive ─────────────────────────────── */
html, body { overflow-x: clip; }
@media (max-width: 960px) {
  .hero-grid, .outcome, .showcase { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { padding: 36px 20px; min-height: 0; }
  .phone { margin: 0 auto; border-radius: 32px; border-bottom: 6px solid #ffffff; padding-bottom: 22px; }
  .doc-float { right: 12px; bottom: 24px; width: 214px; }
  .steps { grid-template-columns: 1fr; }
  .dark-grid, .rev-grid, .pt-grid { grid-template-columns: 1fr; }
  .cmp { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  body { padding-bottom: 84px; }
  .wrap { padding: 0 20px; }
  .section, .hero { padding: 56px 0; }
  .dark-band { padding: 64px 0; }
  .wl-form { flex-direction: column; }
  .wl-form .btn { width: 100%; }
  .annc { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .nav-in { gap: 16px; }
  .hero { padding-top: 40px; }
  .hero-visual { padding: 28px 14px; }
  .phone { width: min(300px, 100%); }
  .display { font-size: clamp(36px, 10vw, 44px); }
  .orow { grid-template-columns: 1fr; }
  .orow.head { display: none; }
  .orow .oc:first-child { border-right: 0; border-bottom: 1px dashed var(--hairline-soft); padding-bottom: 8px; }
  .orow:not(.head) .oc { padding: 10px 16px; }
  .cmp-card, .rev, .pt, .step { padding: 22px; }
  .final { padding: 64px 0; }
  .logo-strip { padding: 40px 0 36px; }
  .logo-strip-row { gap: 28px 36px; }
  .logo-strip-row img { height: 33px; }
  .stores { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .sticky-cta {
    display: block; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  }
  .sticky-cta .btn { width: 100%; }
}

/* ── Mobile nav (hamburger + slide-down menu) ───────────────── */
.nav-burger {
  display: none;
  flex: none;
  margin-left: auto;
  width: 42px; height: 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-burger span {
  display: block;
  width: 21px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 200ms ease, opacity 150ms ease;
}
.nav-burger.on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.on span:nth-child(2) { opacity: 0; }
.nav-burger.on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mm-scrim {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(1, 1, 16, 0.45);
  animation: mm-fade 160ms ease;
}
.mm-scrim.open { display: block; }
@keyframes mm-fade { from { opacity: 0; } to { opacity: 1; } }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--canvas);
  border-bottom: 1px solid var(--hairline);
  box-shadow: 0 24px 44px -26px rgba(1, 1, 16, 0.35);
  max-height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  animation: mm-in 160ms ease;
}
.mobile-menu.open { display: block; }
@keyframes mm-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.mm-top {
  position: sticky; top: 0;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px;
  background: var(--canvas);
  border-bottom: 1px solid var(--hairline-soft);
}
.mm-top .brand-logo { height: 22px; width: auto; }
.mm-close {
  flex: none;
  width: 42px; height: 42px; margin-right: -8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; color: var(--ink);
  cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.mm-inner { padding: 12px 20px 32px; display: flex; flex-direction: column; }
.mm-inner a {
  font-size: 18px; letter-spacing: -0.02em;
  padding: 16px 4px;
  border-bottom: 1px solid var(--hairline-soft);
  color: var(--ink);
}
.mm-inner a:hover { color: var(--iris); }
.mm-inner a.active { color: var(--iris); font-weight: 500; }
.mm-inner a.btn {
  margin-top: 20px; border-bottom: 0;
  width: 100%; justify-content: center;
  color: #ffffff; padding: 15px 20px; font-size: 16px;
}
.mm-inner a.btn:hover { color: #ffffff; }

@media (max-width: 960px) {
  .nav-burger { display: inline-flex; }
}
@media (max-width: 640px) {
  .nav-cta { display: none; }
  .ptable-wrap { -webkit-overflow-scrolling: touch; }

  /* Mobile: never center headings or CTAs — always left-align */
  .s-head.center { text-align: left; margin-left: 0; margin-right: 0; }
  .final { text-align: left; }
  .final .display, .final .lead { margin-left: 0; margin-right: 0; }
  .final .wl-block { align-items: stretch; }
  .final .wl-form { margin-left: 0; margin-right: 0; }
}

/* ── Waitlist modal ── */
.wf-overlay { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(1,1,16,.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .25s; }
.wf-overlay.open { opacity: 1; pointer-events: auto; }
.wf-modal { width: 100%; max-width: 440px; background: var(--canvas); border-radius: 22px; box-shadow: 0 24px 60px rgba(1,1,16,.35); padding: 38px 34px 32px; text-align: center; position: relative; transform: translateY(12px) scale(.98); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.wf-overlay.open .wf-modal { transform: none; }
.wf-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 9px; border: 0; background: transparent; color: rgba(1,1,16,.35); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.wf-close:hover { background: var(--wash); color: var(--ink); }
.wf-check { width: 62px; height: 62px; border-radius: 50%; margin: 4px auto 0; background: linear-gradient(135deg, var(--iris), var(--iris-deep)); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(70,77,225,.35); }
.wf-modal h2 { font: 600 23px/1.2 var(--sans); letter-spacing: -.026em; color: var(--ink); margin: 18px 0 0; }
.wf-modal .sub { font: 400 14.5px/1.55 var(--sans); color: rgba(1,1,16,.55); margin: 10px 0 0; }
.wf-email { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 9px 15px; border-radius: 999px; background: var(--wash); border: 1px solid var(--wash-deep); max-width: 100%; }
.wf-email svg { color: var(--iris); flex-shrink: 0; }
.wf-email span { font: 600 14px var(--sans); color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wf-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 50px; margin-top: 24px; border-radius: 13px; border: 0; background: var(--iris); color: #fff; font: 600 15px var(--sans); cursor: pointer; box-shadow: 0 4px 20px rgba(70,77,225,.35); transition: background .15s, transform .1s; }
.wf-btn:hover { background: var(--iris-deep); }
.wf-btn:active { transform: translateY(1px); }
@keyframes wfpop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: no-preference) { .wf-overlay.open .wf-check { animation: wfpop .45s cubic-bezier(.3,1.5,.5,1) both; } }
@media (prefers-reduced-motion: reduce) { .wf-overlay, .wf-modal { transition: none; } }
.wf-ps { font: 400 12px/1.55 var(--sans); color: rgba(1,1,16,.45); margin: 20px 0 0; text-align: left; }
.wf-view[hidden] { display: none; }
.wf-plan { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; padding: 6px 13px; border-radius: 999px; background: var(--wash); border: 1px solid var(--wash-deep); font: 600 12.5px var(--sans); color: var(--iris-deep); text-transform: capitalize; }
.wf-form2 { margin-top: 18px; }
.wf-input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid var(--hairline); border-radius: 13px; font: 500 15px var(--sans); color: var(--ink); background: var(--canvas); outline: none; transition: border-color .15s, box-shadow .15s; }
.wf-input::placeholder { color: rgba(1,1,16,.35); font-weight: 400; }
.wf-input:focus { border-color: var(--iris); box-shadow: 0 0 0 4px rgba(70,77,225,.12); }
.wf-input-err { display: none; color: #d93025; font: 500 13px var(--sans); margin: 9px 2px 0; text-align: left; }
.wf-input-err.show { display: block; }
.wf-form2 .wf-btn { margin-top: 14px; }
