/* 1stStep.ai marketing homepage — light theme.
   Tokens live here; see DESIGN.md. Motion is transform/opacity only. */

:root {
  --bg: #FFFFFF;
  --bg-soft: #F8FAFC;
  --surface: #FFFFFF;
  --line: #E2E8F0;
  --line-strong: #CBD5E1;

  --ink: #0F172A;
  --body: #475569;
  --muted: #64748B;

  --primary: #4338CA;
  --primary-fill: #4F46E5;
  --primary-tint: #EEF2FF;
  --brand: #6366F1;              /* exact colour of the logo mark */

  --cyan: #0A6E92;
  --mint: #0A7A52;
  --amber: #9A5B00;

  --r-sm: 10px;
  --r: 14px;
  --r-lg: 20px;
  --wrap: 1140px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow: 0 1px 2px rgba(15,23,42,0.05), 0 10px 28px -14px rgba(15,23,42,0.18);
  --shadow-lg: 0 1px 2px rgba(15,23,42,0.05), 0 24px 54px -26px rgba(15,23,42,0.28);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { color: var(--ink); margin: 0; line-height: 1.14; letter-spacing: -0.021em; font-weight: 700; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 5.5vw, 4.05rem); font-weight: 800; letter-spacing: -0.038em; line-height: 1.015; }
h2 { font-size: clamp(1.85rem, 3.7vw, 2.65rem); font-weight: 800; letter-spacing: -0.032em; line-height: 1.08; }
h3 { font-size: 1.14rem; font-weight: 700; }
p { margin: 0; }
a { color: var(--primary); }
img { max-width: 100%; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.wrap-narrow { max-width: 820px; }
section { padding: clamp(62px, 8vw, 104px) 0; }
.band { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.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; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 12px 18px; z-index: 200; border-radius: 0 0 var(--r-sm) 0; }
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; border-radius: 6px; }

/* ── Buttons ───────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  font-size: 0.97rem; font-weight: 640; text-decoration: none; border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: transform 0.18s var(--ease), background 0.18s var(--ease), border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.btn-lg { min-height: 56px; padding: 0 28px; font-size: 1.02rem; }
.btn-sm { min-height:44px; padding: 0 18px; font-size: 0.92rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--primary-fill); color: #fff; box-shadow: 0 8px 20px -10px rgba(79,70,229,0.7); }
.btn-primary:hover { background: #4338CA; transform: translateY(-2px); }
.btn-quiet { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.btn-quiet:hover { background: var(--bg-soft); transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

/* ── Navigation ────────────────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.86); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.nav.is-stuck { border-bottom-color: var(--line); box-shadow: 0 1px 14px rgba(15,23,42,0.05); }
.nav-inner { display: flex; align-items: center; gap: 26px; height: 68px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-logo { height: 26px; width: auto; display: block; }
@media (max-width: 480px) { .brand-logo { height: 23px; } }
.brand-mark { width: 28px; height: 28px; border-radius: 8px; background: #4f46e5; color: #fff; display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; letter-spacing: 0; }
.brand-mark.sm { width: 24px; height: 24px; font-size: 0.6rem; }
.brand-tld { color: var(--muted); font-weight: 600; }
.nav-links { display: flex; gap: 24px; margin-left: 14px; }
.nav-links a { color: var(--body); text-decoration: none; font-size: 0.95rem; font-weight: 520; transition: color 0.16s var(--ease); }
.nav-links a:hover { color: var(--ink); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-signin { color: var(--ink); text-decoration: none; font-size: 0.95rem; font-weight: 600; }
.nav-toggle { display: none; margin-left: auto; min-height:44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink); font: inherit; font-size: 0.92rem; font-weight: 640; cursor: pointer; }
.nav-sheet { display: none; flex-direction: column; padding: 8px 22px 18px; border-top: 1px solid var(--line); background: var(--bg); }
.nav-sheet a { padding: 12px 0; color: var(--ink); text-decoration: none; font-weight: 560; border-bottom: 1px solid var(--line); }
.nav-sheet.is-open { display: flex; }
@media (max-width: 900px) { .nav-links, .nav-actions { display: none; } .nav-toggle { display: inline-flex; align-items: center; } }

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.hero {
  padding-top: clamp(44px, 5.6vw, 70px);
  padding-bottom: clamp(60px, 7.4vw, 96px);
  background: linear-gradient(180deg, #FBFCFF 0%, var(--bg) 62%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(32px, 5vw, 62px); align-items: center; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; } }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 6px 15px 6px 6px; border-radius: 999px; background: var(--bg-soft); border: 1px solid var(--line); font-size: 0.85rem; font-weight: 560; color: var(--body); }
.pill-tag { background: var(--primary-fill); color: #fff; border-radius: 999px; padding: 3px 10px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; }
.hero h1 { margin: 22px 0 0; }
.lede { margin-top: 20px; font-size: clamp(1.06rem, 1.6vw, 1.24rem); color: var(--body); max-width: 32em; line-height: 1.55; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-cta.center { justify-content: center; }
.hero-points { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 9px; }
.hero-points li { position: relative; padding-left: 26px; font-size: 0.95rem; color: var(--muted); }
.hero-points li::before { content: ""; position: absolute; left: 4px; top: 0.62em; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); opacity: 0.55; }

/* ── Run card ──────────────────────────────────────────────────────────────── */
.runcard {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04), 0 2px 8px rgba(15,23,42,0.04),
              0 28px 60px -28px rgba(15,23,42,0.30);
}
/* hairline highlight along the top edge — reads as lift, not decoration */
.runcard::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, transparent, rgba(99,102,241,0.42), transparent);
}
.runcard-top { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.runcard-title { font-size: 0.93rem; font-weight: 680; color: var(--ink); }
.runcard-live { margin-left: auto; font-size: 0.76rem; color: var(--muted); font-weight: 620; }
.runcard-foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 0.8rem; color: var(--muted); }
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.step { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--r-sm); background: var(--bg-soft); border: 1px solid transparent; opacity: 0.5; transition: opacity 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease); }
.step.is-active { opacity: 1; background: var(--primary-tint); border-color: rgba(79,70,229,0.32); }
.step.is-done { opacity: 1; }
.step-dot { width: 24px; height: 24px; border-radius: 50%; flex: 0 0 24px; display: grid; place-items: center; background: #E2E8F0; font-size: 0.72rem; font-weight: 700; color: var(--muted); }
.step.is-active .step-dot { background: var(--primary-fill); color: #fff; }
.step.is-done .step-dot { background: #DCF0E7; color: var(--mint); }
.step-label { font-size: 0.9rem; font-weight: 580; color: var(--ink); }
.step-meta { margin-left: auto; font-size: 0.76rem; color: var(--muted); }
.step[data-tone="needs"].is-active { background: #FDF3E2; border-color: rgba(154,91,0,0.3); }
.step[data-tone="needs"].is-active .step-dot { background: var(--amber); color: #fff; }
.step[data-tone="receipt"].is-active { background: #E4F5ED; border-color: rgba(10,122,82,0.32); }
.step[data-tone="receipt"].is-active .step-dot { background: var(--mint); color: #fff; }

/* ── Source strip ──────────────────────────────────────────────────────────── */
.strip { padding: clamp(30px, 4vw, 44px) 0; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.strip-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 640; }
.strip-list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.strip-list li {
  font-size: 0.95rem; font-weight: 640; color: var(--ink); letter-spacing: -0.012em;
  background: var(--surface); border: 1px solid var(--line);
  padding: 9px 18px; border-radius: 999px;
}
.strip-note { margin-top: 16px; font-size: 0.92rem; color: var(--muted); max-width: 54ch; margin-inline: auto; }

/* ── Section heads ─────────────────────────────────────────────────────────── */
.section-head { max-width: 660px; margin-bottom: clamp(30px, 4vw, 46px); }
.eyebrow { font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary); font-weight: 700; margin-bottom: 14px; }
.section-sub { margin-top: 15px; color: var(--body); font-size: 1.03rem; }

/* ── Paths ─────────────────────────────────────────────────────────────────── */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 880px) { .paths { grid-template-columns: 1fr; } }
.path { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px 28px; display: flex; flex-direction: column; transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease); }
.path:hover, .path:focus-within { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
@media (prefers-reduced-motion: reduce) { .path:hover, .path:focus-within { transform: none; } }
.path.is-featured { border-color: rgba(79,70,229,0.42); box-shadow: var(--shadow); }
.path-tag { position: absolute; top: -12px; left: 26px; background: var(--primary-fill); color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.path h3 { font-size: 1.42rem; letter-spacing: -0.025em; }
.path-lede { margin-top: 6px; color: var(--muted); font-size: 0.98rem; }
.path-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 11px; }
.path-list li { font-size: 0.95rem; color: var(--body); padding-left: 16px; position: relative; }
.path-list li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); }
.path-list .k { font-weight: 680; color: var(--ink); }
.path-note { margin-top: 20px; padding: 14px 15px; border-radius: var(--r-sm); background: var(--bg-soft); border: 1px solid var(--line); font-size: 0.88rem; color: var(--muted); }
.path-note b { color: var(--ink); }
.path-foot { margin-top: auto; padding-top: 22px; }

/* ── Steps grid ────────────────────────────────────────────────────────────── */
.steps-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 880px) { .steps-grid { grid-template-columns: 1fr; } }
.stepcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px 28px; }
.stepcard-n { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); font-weight: 800; font-size: 0.92rem; margin-bottom: 15px; }
.stepcard h3 { margin-bottom: 9px; }
.stepcard p { font-size: 0.95rem; color: var(--muted); }

/* ── Stories ───────────────────────────────────────────────────────────────── */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; padding: clamp(28px, 4vw, 44px) 0; border-top: 1px solid var(--line); }
.story:first-of-type { border-top: 0; padding-top: 0; }
@media (max-width: 880px) { .story { grid-template-columns: 1fr; } .story.is-flipped > *:first-child { order: 0; } }
.story.is-flipped > *:first-child { order: 2; }
.story h3 { font-size: 1.34rem; letter-spacing: -0.025em; }
.story p { margin-top: 12px; color: var(--body); }
.story-media { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow); }
.panel-row { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: var(--r-sm); background: var(--bg-soft); margin-bottom: 9px; font-size: 0.88rem; color: var(--ink); }
.panel-row:last-child { margin-bottom: 0; }
.panel-row .tag { margin-left: auto; font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.tag-mint { background: #E4F5ED; color: var(--mint); }
.tag-cyan { background: #E2F1F7; color: var(--cyan); }
.tag-amber { background: #FDF3E2; color: var(--amber); }
.tag-muted { background: #F1F5F9; color: var(--muted); }

/* Receipt progression — one application moving through its states. */
#receiptFlow .panel-row { opacity: 0.45; transform: translateY(3px); border: 1px solid transparent; transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s var(--ease); }
#receiptFlow .panel-row.is-done { opacity: 0.8; transform: none; }
#receiptFlow .panel-row.is-active { opacity: 1; transform: none; }
#receiptFlow .panel-row[data-tone="ready"].is-active { background: #E2F1F7; border-color: rgba(10,110,146,0.28); }
#receiptFlow .panel-row[data-tone="needs"].is-active { background: #FDF3E2; border-color: rgba(154,91,0,0.28); }
#receiptFlow .panel-row[data-tone="receipt"].is-active { background: #E4F5ED; border-color: rgba(10,122,82,0.3); }
@media (prefers-reduced-motion: reduce) { #receiptFlow .panel-row { transition: none; opacity: 1; transform: none; } }

/* ── Card grid ─────────────────────────────────────────────────────────────── */
.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 980px) { .how { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .how { grid-template-columns: 1fr; } }
.how-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 22px 26px; transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease); }
.how-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #C7CBF7; }
@media (prefers-reduced-motion: reduce) { .how-card:hover { transform: none; } }
.how-card h3 { margin-bottom: 9px; }
.how-card p { font-size: 0.94rem; color: var(--muted); }
.fineprint { margin-top: 26px; font-size: 0.86rem; color: var(--muted); }

/* ── Comparison table ──────────────────────────────────────────────────────── */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.cmp { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 0.95rem; }
.cmp th, .cmp td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp thead th { background: var(--bg-soft); color: var(--ink); font-weight: 720; font-size: 0.88rem; letter-spacing: 0.01em; white-space: nowrap; }
.cmp tbody th { color: var(--ink); font-weight: 640; }
.cmp td { color: var(--muted); }
.cmp tbody tr:last-child th, .cmp tbody tr:last-child td { border-bottom: 0; }

/* ── Quotes (only ever rendered from approved entries) ─────────────────────── */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }
.quote { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.quote blockquote { margin: 0; color: var(--ink); font-size: 1rem; }
.quote figcaption { margin-top: 14px; font-size: 0.9rem; color: var(--muted); }
.quote figcaption b { color: var(--ink); }

/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; font-weight: 660; color: var(--ink); font-size: 1.03rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); transition: transform 0.22s var(--ease); }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details[open] summary { color: var(--primary); }
.faq-body { padding: 0 20px 22px 0; color: var(--body); font-size: 0.98rem; }
@media (prefers-reduced-motion: reduce) { .faq summary::after { transition: none; } }

/* ── Close ─────────────────────────────────────────────────────────────────── */
.close-inner {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #FBFCFF, var(--bg-soft));
  border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(44px, 6.4vw, 72px) 28px; text-align: center;
}
.close-inner::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99,102,241,0.42), transparent);
}
.close-inner p { margin: 15px auto 0; color: var(--body); max-width: 46ch; }

/* ── Footer ────────────────────────────────────────────────────────────────── */
.foot { border-top: 1px solid var(--line); padding: 52px 0 34px; background: var(--bg); }
.foot-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 30px; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
.foot-note { margin-top: 14px; color: var(--muted); font-size: 0.92rem; max-width: 32ch; }
.foot h4 { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 14px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot a { color: var(--body); text-decoration: none; font-size: 0.94rem; }
.foot a:hover { color: var(--primary); }
.foot-legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.86rem; }

/* Original product illustrations. All content is synthetic; no external assets. */
.hero { background: radial-gradient(ellipse at 80% 35%, #e9eaff 0, transparent 52%), linear-gradient(#fff,#fafaff); overflow: hidden; }
.hero h1 { font-size: clamp(42px,4.7vw,68px); letter-spacing: -.055em; line-height: 1.08; }
.hero-accent { color: #4338ca; }
.hero-points li::before { background: #6366f1; }
.demo-stage { position: relative; padding: 28px 0; min-width: 0; }
.demo-orbit { position: absolute; width: 480px; height: 480px; border: 1px solid #d8d9f5; border-radius: 50%; top: 0; left: 8%; pointer-events: none; }
.demo-orbit::after { content: ''; position: absolute; inset: 25px; border: 1px solid #e2e3f7; border-radius: inherit; }
.demo-window { position: relative; background: white; border: 1px solid #dcdff0; border-radius: 20px; box-shadow: 0 28px 65px -28px #37308040, 0 6px 15px #17203308; transform: rotate(-2deg); }
.demo-toolbar { display: flex; align-items: center; gap: 10px; padding: 17px 20px; border-bottom: 1px solid #eef0f6; font-size: 12px; font-weight: 600; color: #475569; }
.demo-dots { color: #b7bbd2; font-size: 9px; letter-spacing: 2px; }
.demo-label { margin-left: auto; font-size: 11px; background: #eef2ff; color: #4338ca; padding: 4px 8px; border-radius: 5px; }
.demo-content { padding: 24px; }
.demo-content .eyebrow { font-size: 10px; }
.demo-content h2 { font-size: 24px; letter-spacing: -.035em; margin: 8px 0 20px; min-height: 58px; }
.demo-job { border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; }
.demo-company { display: flex; gap: 12px; align-items: center; }
.demo-company strong { font-size: 15px; }
.demo-company span:not(.demo-monogram), .demo-document div span { display: block; font-size: 12px; color: #475569; margin-top: 4px; }
.demo-monogram,.mini-mark { display: grid; place-items: center; background: #eef2ff; color: #4338ca; border-radius: 10px; width: 40px; height: 40px; flex-shrink: 0; font-weight: 700; }
.demo-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0; font-size: 12px; }
.demo-chips span { background: #f1f5f9; padding: 4px 9px; border-radius: 20px; }
.demo-fit { display: flex; gap: 9px; background: #f8fafc; border-radius: 8px; padding: 12px; }
.demo-fit p { font-size: 12px; line-height: 1.6; color: #475569; }
.demo-fit strong { display: block; color: #172033; }
.demo-check { color: #4338ca; }
.demo-document { display: flex; gap: 12px; align-items: center; padding: 18px 0; min-height: 84px; }
.demo-document strong { font-size: 13px; }
.paper-icon { width: 27px; height: 34px; border: 1px solid #a5b4fc; border-radius: 4px; flex-shrink: 0; background: repeating-linear-gradient(#fff 0 7px,#e0e7ff 7px 8px); }
.demo-status { background: #eef2ff; color: #3730a3; font-size: 13px; font-weight: 600; text-align: center; padding: 12px; border-radius: 8px; }
.demo-safety { font-size: 11px; color: #475569; text-align: center; margin-top: 10px; }
.demo-progress { list-style: none; display: flex; padding: 0 24px 20px; margin: 0; gap: 8px; }
.demo-progress li { flex: 1; border-top: 3px solid #e2e8f0; padding-top: 8px; font-size: 11px; color: #475569; }
.demo-progress .is-current { border-color: #4f46e5; color: #3730a3; font-weight: 700; }
.demo-controls { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 24px; font-size: 11px; color: #475569; }
.demo-controls button { border: 1px solid #cbd5e1; background: white; border-radius: 8px; min-height: 44px; padding: 8px 12px; color: #4338ca; cursor: pointer; font: inherit; font-weight: 600; }
.product-studio { background: #f8fafc; }
#receiptFlow .panel-row { opacity: 1; transform: none; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.studio-card { position: relative; overflow: hidden; background: white; border: 1px solid #e2e8f0; border-radius: 24px; padding: clamp(24px,3vw,40px); }
.studio-card h3 { font-size: clamp(25px,2.7vw,34px); letter-spacing: -.04em; line-height: 1.2; margin: 14px 0; }
.studio-card > p:not(.eyebrow), .studio-extension > div > p:not(.eyebrow) { color: #475569; max-width: 44ch; font-size: 16px; }
.studio-link { display: inline-flex; align-items: center; gap: 20px; min-height: 48px; margin-top: 14px; color: #4338ca; text-decoration: none; font-weight: 600; }
.studio-link:hover { text-decoration: underline; }
.studio-link:focus-visible, .demo-controls button:focus-visible { outline: 3px solid #4338ca; outline-offset: 4px; }
.resume-visual { position: relative; height: 235px; margin-top: 24px; padding-top: 10px; overflow: hidden; }
.resume-paper { width: 72%; margin: auto; padding: 26px; background: white; border: 1px solid #e2e8f0; box-shadow: 0 12px 40px #17203312; transform: rotate(-4deg); }
.resume-paper strong { font: 22px Georgia,serif; display: block; }
.resume-paper span { display: block; margin: 18px 0 10px; font-size: 9px; letter-spacing: .15em; color: #475569; }
.resume-paper i,.browser-body i { display: block; height: 5px; margin: 8px 0; background: #e2e8f0; border-radius: 3px; }
.resume-paper i:nth-of-type(2) { width: 75%; }
.edit-prompt { position: absolute; bottom: 25px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; background: #fff; border: 2px solid #818cf8; border-radius: 14px; box-shadow: 0 8px 25px #4338ca18; font-size: 14px; }
.edit-text { overflow: hidden; white-space: nowrap; max-width: 100%; animation: demo-type 7s steps(28,end) infinite; animation-play-state: paused; }
.visual-caption { position: relative; display: block; font-size: 11px; color: #475569; margin-top: 12px; }
.job-visual { height: 235px; overflow: hidden; margin-top: 24px; padding: 10px 3px; }
.mini-job { display: flex; align-items: center; gap: 10px; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 17px 13px; margin-bottom: 12px; box-shadow: 0 5px 12px #17203306; animation: job-drift 8s ease-in-out infinite; animation-play-state: paused; }
.mini-job strong,.mini-job span:not(.mini-mark) { display: block; font-size: 12px; }
.mini-job div > span { color: #475569; margin-top: 4px; }
.mini-job b { font-size: 10px; font-weight: 600; margin-left: auto; border-radius: 20px; padding: 5px 8px; background: #eef2ff; color: #4338ca; white-space: nowrap; }
.studio-extension { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; background: #f0f1ff; }
.extension-visual { position: relative; min-width: 0; padding: 25px 0 5px; }
.browser-preview { background: white; border: 1px solid #d9dced; border-radius: 12px; overflow: hidden; transform: rotate(2deg); }
.browser-bar { padding: 12px; border-bottom: 1px solid #e2e8f0; font-size: 11px; color: #475569; }
.browser-bar span { margin-right: 14px; color: #a5b4fc; }
.browser-body { padding: 26px; height: 200px; }
.browser-body strong { display: block; font: 27px Georgia,serif; margin: 14px 0 20px; }
.browser-body i:last-child { width: 65%; }
.extension-popover { position: relative; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid #c7d2fe; border-radius: 12px; padding: 18px; margin: -45px 15px 15px; box-shadow: 0 12px 28px #3730a320; animation: extension-float 7s ease-in-out infinite; animation-play-state: paused; }
.extension-popover strong,.extension-popover div span { display: block; font-size: 13px; }
.extension-popover div span { color: #475569; margin-top: 4px; }
.motion-running .edit-text,.motion-running .mini-job,.motion-running .extension-popover { animation-play-state: running; }
@keyframes demo-type { 0%,10% { width: 0; } 55%,100% { width: 28ch; } }
@keyframes job-drift { 0%,20%,100% { transform: translateY(0); } 50%,75% { transform: translateY(-25px); } }
@keyframes extension-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (max-width: 980px) { .demo-stage { max-width: 580px; width: 100%; margin: auto; } }
@media (max-width: 700px) { .studio-grid,.studio-extension { grid-template-columns: 1fr; } .studio-extension { gap: 10px; } .demo-window { transform: none; } .demo-content { padding: 18px; } .demo-toolbar { padding: 14px; gap: 6px; } .demo-dots { display: none; } .demo-content h2 { font-size: 23px; } .demo-controls { flex-wrap: wrap; } .mini-mark { width: 30px; height: 30px; } .mini-job { gap: 7px; padding: 15px 8px; } .resume-paper { width: 86%; } }
@media (prefers-reduced-motion: reduce) { .edit-text,.mini-job,.extension-popover { animation: none; } .demo-window,.browser-preview,.resume-paper { transform: none; } }

/* Momentum art direction: a spacious headline above an original glass stage. */
.hero { padding-top: 65px; padding-bottom: 24px; background: linear-gradient(180deg,#fafaff 0%,#fff 38%,#f6f5ff 100%); }
.hero-grid { display: flex; flex-direction: column; gap: 22px; }
.hero-copy { text-align: center; max-width: 850px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(48px,6.5vw,86px); line-height: 1.04; letter-spacing: -.06em; margin: 24px 0 20px; }
.hero-accent { background: linear-gradient(105deg,#3730a3 5%,#6355ed 55%,#8654ce 100%); color: #4338ca; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lede { max-width: 640px; margin: 0 auto; font-size: 19px; }
.hero-cta { justify-content: center; margin-top: 25px; }
.hero-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 18px; }
.hero-points li { font-size: 12px; padding-left: 16px; }
.hero-points li::before { left: 0; width: 5px; height: 5px; }
.demo-stage { width: calc(100% + 80px); max-width: 1220px; padding: 44px 120px 12px; isolation: isolate; }
.momentum-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: calc(100% - 35px); object-fit: cover; border-radius: 40px; opacity: .86; mask-image: linear-gradient(transparent,#000 12%,#000 88%,transparent); }
.demo-window { max-width: 650px; margin: auto; transform: none; box-shadow: 0 32px 70px -25px #30228155,0 2px 2px #fff inset; border: 1px solid #ffffff; background: #ffffffed; }
.demo-toolbar { padding: 13px 20px; }
.demo-content { display: grid; grid-template-columns: 1.12fr 1fr; gap: 0 20px; padding: 24px; }
.demo-content > .eyebrow,.demo-content h2 { grid-column: 1 / -1; }
.demo-content h2 { min-height: 0; margin-bottom: 22px; font-size: 28px; }
.demo-job { grid-column: 1; grid-row: 3 / 6; padding: 14px; background: #fff; position: relative; overflow: hidden; }
.demo-company strong { font-size: 13px; }
.demo-monogram { width: 32px; height: 32px; }
.demo-document { grid-column: 2; padding: 20px 12px; align-items: flex-start; background: #f6f7fc; border-radius: 10px; border: 1px solid #e8ebf5; min-height: 120px; transition: background .4s,border-color .4s; }
.demo-status { grid-column: 2; margin-top: 12px; align-self: end; font-size: 12px; }
.demo-safety { grid-column: 2; font-size: 10px; margin-top: 9px; }
.demo-progress { padding-top: 4px; }
.demo-progress li { padding: 0; }
.demo-progress button { display: block; width: 100%; padding: 12px 0 3px; min-height: 44px; border: 0; background: none; text-align: left; color: inherit; font: inherit; cursor: pointer; }
.demo-progress button:focus-visible { outline: 2px solid #4338ca; outline-offset: 3px; border-radius: 4px; }
.demo-controls { max-width: 650px; margin: 20px auto 0; font-size: 12px; }
.floating-note { position: absolute; z-index: 2; display: flex; gap: 12px; align-items: center; padding: 16px; background: #ffffffed; border: 1px solid white; border-radius: 16px; box-shadow: 0 18px 35px -15px #4338ca45; animation: note-float 8s ease-in-out infinite; animation-play-state: paused; pointer-events: none; }
.floating-note strong { display: block; font-size: 12px; color: #172033; }
.floating-note div > span { display: block; font-size: 10px; color: #475569; margin-top: 4px; }
.note-symbol { display: grid; place-items: center; width: 33px; height: 38px; background: #eef2ff; color: #4338ca; border-radius: 8px; font-size: 22px; }
.note-resume { left: 18px; top: 165px; transform: rotate(-7deg); }
.note-control { right: 5px; bottom: 125px; animation-delay: -4s; }
.motion-running .floating-note { animation-play-state: running; }
.demo-job::after { content: ''; pointer-events: none; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 20%,#a5b4fc25 50%,transparent 80%); transform: translateX(-110%); animation: match-scan 7.2s ease-in-out infinite; animation-play-state: paused; }
.motion-running [data-demo-step="0"] .demo-job::after { animation-play-state: running; }
[data-demo-step="1"] .demo-document { background: #eeedff; border-color: #c7bfff; }
[data-demo-step="2"] .demo-status { background: #4338ca; color: white; }
.strip { padding-top: 30px; padding-bottom: 30px; }
.product-studio { background: #f5f5f9; }
.studio-card { border: none; box-shadow: 0 1px 0 #17203306; }
.studio-card:first-child { background: linear-gradient(160deg,#fff 45%,#eceaff); }
.studio-agent { background: linear-gradient(155deg,#fff 45%,#e7edff); }
.studio-extension { background: #27215f; color: #fff; }
.studio-extension h3 { color: #fff; }
.studio-extension .eyebrow { color: #c4b5fd; }
.studio-extension > div > p:not(.eyebrow) { color: #e0e7ff; }
.studio-extension .studio-link { color: #fff; }
.extension-visual { padding: 45px 10px 20px; background: url('/home-momentum-90ff283f0fd8.jpg') center / cover; border-radius: 20px; }
.extension-visual .visual-caption { display: inline-block; background: #fff; border-radius: 5px; padding: 3px 6px; }
.browser-preview { color: #172033; }
.studio-extension .browser-body .eyebrow { color: #4338ca; }
.extension-popover { color: #172033; }
.resume-paper { border-radius: 3px; box-shadow: 8px 8px 0 #f8faff,9px 9px 0 #dfe2ef,16px 16px 0 #fff,17px 17px 0 #e2e5f0,0 12px 40px #17203312; }
.edit-prompt { border: 2px solid transparent; background: linear-gradient(#fff,#fff) padding-box,linear-gradient(110deg,#4338ca,#b69bfa,#6366f1) border-box; }
.job-visual { mask-image: linear-gradient(#000 0%,#000 80%,transparent 100%); }
@keyframes note-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes match-scan { 0%,20% { transform: translateX(-110%); } 65%,100% { transform: translateX(110%); } }
@media (max-width: 1050px) { .demo-stage { width: 100%; padding-inline: 45px; } .floating-note { display: none; } }
@media (max-width: 700px) { .hero { padding-top: 35px; } .hero h1 { font-size: clamp(44px,10vw,66px); } .hero .lede { font-size: 17px; } .hero-points { display: none; } .demo-stage { padding: 25px 0 0; } .momentum-art { width: calc(100% + 40px); max-width: none; left: -20px; } .demo-content { display: block; padding: 18px; } .demo-content h2 { font-size: 24px; min-height: 58px; margin-bottom: 12px; } .demo-document { min-height: 0; margin-top: 12px; padding: 12px; } .demo-safety { font-size: 11px; } .demo-controls { font-size: 10px; } .studio-extension { padding: 26px; } .extension-visual { margin-top: 15px; } }
@media (prefers-reduced-motion: reduce) { .floating-note,.demo-job::after { animation: none; } .demo-document { transition: none; } }

/* Readable, visible product motion, with the same shared pause lifecycle. */
.feature-motion-controls { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: 22px; }
.feature-motion-controls p { font-size: 12px; color: #475569; }
.feature-motion-controls button { cursor: pointer; min-height: 44px; padding: 8px 16px; border: 1px solid #c7d2fe; border-radius: 9px; background: white; color: #4338ca; font: inherit; font-size: 13px; font-weight: 600; }
.feature-motion-controls button:focus-visible { outline: 3px solid #4338ca; outline-offset: 3px; }
.job-reel { animation: job-reel-scroll 7.2s linear infinite; animation-play-state: paused; }
.job-reel-group { display: flow-root; }
.job-reel .mini-job { height: 80px; box-sizing: border-box; animation: job-card-focus 3.6s ease-in-out infinite; animation-play-state: paused; will-change: transform,box-shadow,border-color; }
.job-reel .mini-job:nth-child(2) { animation-delay: -1.2s; }
.job-reel .mini-job:nth-child(3) { animation-delay: -2.4s; }
.resume-visual { height: 260px; }
.edit-text { display: block; flex: 0 1 auto; border-right: 2px solid #6366f1; width: 0; animation: resume-typing 4.8s steps(24,end) infinite,caret-blink .7s step-end infinite; animation-play-state: paused; }
.resume-paper { animation: paper-turn 4.8s ease-in-out infinite; animation-play-state: paused; will-change: transform; }
.resume-done { position: absolute; top: 12px; right: 8px; color: #3730a3; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 18px; padding: 7px 12px; font-size: 11px; animation: resume-complete 4.8s ease-in-out infinite; animation-play-state: paused; }
.extension-popover { animation: capture-arrival 6s ease-in-out infinite; animation-play-state: paused; }
.demo-content h2 { min-height: 36px; }
.demo-document { transition: background .4s,border-color .4s,transform .55s; }
[data-demo-step="1"] .demo-document { transform: translateY(-7px) rotate(-2deg); }
[data-demo-step="2"] .demo-document { transform: translateY(0) rotate(1deg); }
.opportunity-stream { overflow: hidden; margin: 28px -85px 0; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.opportunity-track { display: flex; width: max-content; animation: opportunity-scroll 24s linear infinite; animation-play-state: paused; }
.opportunity-group { display: flex; gap: 16px; padding-right: 16px; }
.opportunity-group > span { flex-shrink: 0; min-width: 205px; display: block; background: #ffffffd9; border: 1px solid #e0e7ff; border-radius: 12px; padding: 13px 20px; font-size: 13px; font-weight: 650; color: #3730a3; }
.opportunity-group b { display: block; color: #475569; margin-top: 3px; font-size: 11px; font-weight: 400; }
.motion-running .job-reel,.motion-running .job-reel .mini-job,.motion-running .resume-paper,.motion-running .resume-done,.motion-running .opportunity-track { animation-play-state: running; }
@keyframes job-reel-scroll { to { transform: translateY(-50%); } }
@keyframes job-card-focus { 0%,100% { transform: translateX(0) scale(1); border-color: #e2e8f0; box-shadow: 0 5px 12px #17203306; } 50% { transform: translateX(8px) scale(.985); border-color: #a5b4fc; box-shadow: 0 12px 26px #4338ca18; } }
@keyframes opportunity-scroll { to { transform: translateX(-50%); } }
@keyframes resume-typing { 0%,8% { width: 0; } 52%,85% { width: 25ch; } 100% { width: 0; } }
@keyframes caret-blink { 50% { border-color: transparent; } }
@keyframes paper-turn { 0%,15%,100% { transform: translateY(17px) rotate(-7deg); } 55%,85% { transform: translateY(-13px) rotate(1.5deg); } }
@keyframes resume-complete { 0%,48%,100% { opacity: 0; transform: translateY(12px); } 60%,85% { opacity: 1; transform: translateY(0); } }
@keyframes capture-arrival { 0%,100% { transform: translateY(24px); opacity: .35; } 25%,80% { transform: translateY(-7px); opacity: 1; } }
@media (max-width: 700px) { .opportunity-stream { margin-inline: 0; } .demo-content h2 { min-height: 58px; } }
@media (prefers-reduced-motion: reduce) {
  html:not(.motion-opt-in) .job-reel,html:not(.motion-opt-in) .resume-paper,html:not(.motion-opt-in) .resume-done,html:not(.motion-opt-in) .opportunity-track { animation: none; }
  html:not(.motion-opt-in) .edit-text { animation: none; width: auto; border: 0; }
  html:not(.motion-opt-in) .extension-popover { animation: none; }
  html:not(.motion-opt-in) .demo-document { transition: none; transform: none; }
  .motion-opt-in .edit-text { animation: resume-typing 4.8s steps(24,end) infinite paused,caret-blink .7s step-end infinite paused; }
  .motion-opt-in .floating-note { animation: note-float 8s ease-in-out infinite paused; }
  .motion-opt-in .extension-popover { animation: capture-arrival 6s ease-in-out infinite paused; }
  .motion-opt-in .demo-job::after { animation: match-scan 7.2s ease-in-out infinite paused; }
  .motion-opt-in .motion-running .edit-text,.motion-opt-in .motion-running .floating-note,.motion-opt-in .motion-running .extension-popover,.motion-opt-in .motion-running [data-demo-step="0"] .demo-job::after { animation-play-state: running; }
}

/* Outcome-led story: preparation is the service; interviews/offers are goals. */
.outcome-section { background: #f8f9ff; scroll-margin-top: 84px; }
.outcome-heading { text-align: center; margin-bottom: 28px; }
.outcome-heading h2 { font-size: clamp(32px,4vw,50px); letter-spacing: -.05em; margin-top: 12px; }
.outcome-stage { position: relative; isolation: isolate; border: 1px solid #e2e5f5; border-radius: 28px; padding: 34px; overflow: hidden; background: #eeedff; }
.outcome-art { position: absolute; z-index: -1; inset: 0; background: url('/home-momentum-90ff283f0fd8.jpg') center / cover; opacity: .65; }
.journey-viewport { max-width: 600px; margin: auto; overflow: hidden; border-radius: 22px; box-shadow: 0 20px 60px #3730a31c; }
.journey-track { display: flex; width: 100%; transform: translate3d(calc(var(--journey-index, 0) * -100%),0,0); transition: transform .9s cubic-bezier(.22,1,.36,1); will-change: transform; }
.journey-card { flex: 0 0 100%; width: 100%; margin: 0; text-align: center; min-height: 370px; padding: 26px; background: #ffffffed; border: 1px solid #fff; border-radius: 22px; box-shadow: none; }
.journey-card h3 { font-size: clamp(25px,3vw,34px); letter-spacing: -.04em; margin: 10px 0; line-height: 1.2; }
.journey-card > p:last-child { color: #475569; font-size: 14px; max-width: 40ch; margin: 15px auto 0; }
.journey-graphic { position: relative; height: 205px; display: grid; place-items: center; }
.journey-orb { display: grid; place-items: center; width: 90px; height: 90px; color: white; font-size: 38px; font-weight: 800; border-radius: 27px; background: linear-gradient(135deg,#8177ff,#4338ca); box-shadow: 0 12px 24px #4338ca38,inset 0 2px 2px #fff8; }
.start-chip { position: absolute; bottom: 16px; padding: 13px 28px; border-radius: 30px; background: #4338ca; color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 6px 14px #4338ca25; }
.start-chip span { margin-left: 15px; }
.tour-pointer { position: absolute; width: 28px; height: 38px; right: 24%; bottom: 0; animation: start-click 2.5s ease-in-out infinite paused; }
.package-graphic { display: flex; justify-content: center; align-items: center; }
.package-sheet { background: #fff; width: 150px; height: 165px; padding: 25px 15px; border: 1px solid #dce1f4; box-shadow: 0 12px 20px #17203310; font-size: 9px; font-weight: 700; color: #475569; transform: rotate(-9deg); }
.package-sheet + .package-sheet { transform: rotate(8deg); margin-left: -30px; }
.package-sheet i { height: 5px; background: #e0e7ff; display: block; margin-top: 17px; }
.ready-chip { position: absolute; bottom: 12px; padding: 12px 22px; border-radius: 10px; background: #4338ca; color: #fff; font-size: 13px; }
.calendar-art { background: white; border: 1px solid #dce1f4; border-radius: 14px; padding: 18px 24px; width: 230px; box-shadow: 0 10px 25px #3730a318; }
.calendar-art > span { display: block; font-size: 8px; letter-spacing: .15em; color: #475569; }
.calendar-art svg { display: block; height: 85px; margin: 12px auto 8px; }
.calendar-art b { font-size: 12px; color: #4338ca; }
.conversation-bubble { position: absolute; right: 0; bottom: 0; padding: 12px 16px; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 16px 16px 0 16px; font-size: 11px; }
.offer-envelope { position: relative; width: 285px; background: linear-gradient(135deg,#fff,#eef2ff); border: 1px solid #c7d2fe; border-radius: 8px; padding: 30px 20px; box-shadow: 0 10px 25px #3730a318; transform: rotate(-3deg); }
.offer-envelope span { font-size: 9px; letter-spacing: .17em; color: #475569; }
.offer-envelope strong { display: block; font: 27px Georgia,serif; margin-top: 15px; color: #312e81; }
.offer-seal { position: absolute; right: -13px; bottom: -10px; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: #4338ca; color: white; font-size: 25px; border: 4px solid #c7d2fe; }
.journey-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.journey-nav button,.journey-foot button { padding: 10px 20px; min-height: 44px; border: 1px solid #c7d2fe; border-radius: 25px; font: inherit; font-size: 12px; color: #4338ca; background: #fff; cursor: pointer; }
.journey-nav button[aria-pressed="true"] { color: white; background: #4338ca; border-color: #4338ca; }
.journey-nav button:focus-visible,.journey-foot button:focus-visible { outline: 3px solid #4338ca; outline-offset: 3px; }
.journey-foot { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 16px; font-size: 11px; color: #475569; }
.compact-details { padding-block: 40px; }
.compact-details h2 { font-size: 25px; margin-bottom: 20px; }
.compact-details details { padding: 18px 0; border-bottom: 1px solid #e2e8f0; scroll-margin-top: 90px; }
.compact-details summary { cursor: pointer; font-size: 16px; font-weight: 600; }
.compact-details p { margin: 12px 0; color: #475569; font-size: 14px; }
.motion-running .tour-pointer { animation-play-state: running; }
@keyframes start-click { 0%,100% { transform: translate(24px,16px); } 45%,70% { transform: translate(-10px,-10px); } 60% { transform: translate(-10px,-10px) scale(.85); } }
@media(max-width: 600px) { .outcome-section { scroll-margin-top: 72px; } .outcome-stage { padding: 20px 12px; } .journey-card { padding: 20px 12px; min-height: 380px; } .journey-foot { flex-direction: column; align-items: flex-start; } .journey-nav { gap: 5px; } .journey-nav button { padding: 9px 12px; font-size: 11px; } .offer-envelope { width: 235px; } .conversation-bubble { position: static; margin: -12px auto 0; width: max-content; max-width: 100%; } }
@media(prefers-reduced-motion: reduce) { html:not(.motion-opt-in) .journey-track { transition: none; } html:not(.motion-opt-in) .tour-pointer { animation: none; } }

/* Phone layout: preserve the motion story while making every step feel native to a small screen. */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 18px; }
  section { padding-block: 48px; }
  .nav-inner { height: 64px; gap: 10px; }
  .brand-logo { height: 22px; }

  .hero { padding-top: 34px; padding-bottom: 42px; }
  .hero-grid { gap: 18px; }
  .hero h1 { margin-top: 8px; font-size: clamp(42px, 12vw, 52px); line-height: 1.02; }
  .hero .lede { max-width: 21rem; font-size: 16px; line-height: 1.5; }
  .hero-cta { width: min(100%, 320px); margin: 24px auto 0; flex-direction: column; }
  .hero-cta .btn { width: 100%; min-height: 52px; }

  .demo-stage { padding-top: 18px; }
  .demo-window { border-radius: 18px; }
  .demo-toolbar { padding: 13px 14px; }
  .demo-label { font-size: 10px; }
  .demo-content { padding: 17px; }
  .demo-content h2 { min-height: 0; font-size: 23px; }
  .demo-job { padding: 14px; }
  .demo-progress { gap: 4px; padding: 2px 15px 15px; }
  .demo-progress button { padding-top: 9px; font-size: 10px; text-align: center; }
  .demo-controls { justify-content: center; margin-top: 12px; font-size: 11px; }
  .opportunity-stream { margin-top: 18px; }
  .opportunity-group > span { min-width: 178px; padding: 11px 15px; font-size: 12px; }

  .outcome-heading { margin-bottom: 20px; }
  .outcome-heading h2 { font-size: 34px; }
  .outcome-stage { padding: 14px 10px 18px; border-radius: 22px; }
  .journey-viewport { border-radius: 17px; }
  .journey-card { min-height: 350px; padding: 20px 12px; border-radius: 17px; }
  .journey-card h3 { font-size: 27px; }
  .journey-graphic { height: 185px; }
  .journey-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 14px; }
  .journey-nav button { width: 100%; padding: 8px 10px; }
  .journey-foot { align-items: center; margin-top: 12px; text-align: center; }

  .section-head { margin-bottom: 24px; }
  .product-studio .section-head h2 { font-size: 32px; }
  .studio-grid { gap: 16px; }
  .studio-card { padding: 22px 20px; border-radius: 20px; }
  .studio-card h3 { font-size: 27px; }
  .studio-card > p:not(.eyebrow), .studio-extension > div > p:not(.eyebrow) { font-size: 15px; }
  .studio-link { width: 100%; justify-content: space-between; }
  .resume-visual { height: 230px; }
  .resume-paper { width: 88%; padding: 22px; }
  .edit-prompt { bottom: 18px; padding: 14px; font-size: 13px; }
  .resume-done { right: 2px; }
  .job-visual { height: 218px; }
  .studio-extension { padding: 22px 20px; }
  .extension-visual { padding: 28px 8px 12px; border-radius: 16px; }
  .browser-body { height: 168px; padding: 20px; }
  .browser-body strong { font-size: 24px; }
  .extension-popover { margin-inline: 8px; padding: 14px; }

  .paths { gap: 16px; }
  .path { padding: 26px 20px 22px; border-radius: 20px; }
  .path-tag { left: 20px; }
  .path-foot { padding-top: 18px; }
  .path-foot .btn + .btn, .path-foot .path-note + .btn { margin-top: 10px; }

  .compact-details { padding-block: 40px; }
  .compact-details h2 { font-size: 27px; }
  .faq summary { padding-block: 18px; font-size: 0.98rem; }
  .close-inner { padding: 38px 20px; border-radius: 20px; }
  .close-inner h2 { font-size: 31px; }

  .foot { padding: 42px 0 28px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot h4 { margin-bottom: 10px; }
  .foot-legal { flex-direction: column; align-items: flex-start; margin-top: 30px; }
}

/* Keep motion graphics legible against the light landing canvas. */
.demo-stage,.outcome-stage,.studio-card{isolation:isolate}
.demo-stage::after,.outcome-stage::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 78% 14%,rgba(99,102,241,.22),transparent 34%),radial-gradient(circle at 16% 78%,rgba(59,130,246,.14),transparent 30%)}
.mini-job,.floating-note,.extension-popover,.journey-card{box-shadow:0 16px 36px -22px rgba(49,46,129,.46),0 1px 2px rgba(15,23,42,.08)}
.opportunity-track{filter:drop-shadow(0 10px 18px rgba(67,56,202,.12))}

.footer-motion { border: 0; background: transparent; color: #475569; font: inherit; font-size: 12px; cursor: pointer; min-height: 44px; padding: 8px 12px; text-decoration: underline; }
.footer-motion:focus-visible { outline: 2px solid #4338ca; outline-offset: 3px; }

/* ── Reveal ────────────────────────────────────────────────────────────────── */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.62s var(--ease), transform 0.62s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 0.09s; }
.js .reveal[data-delay="2"] { transition-delay: 0.18s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .step { transition: none; }
}

/* ── Landing conversion pass (2026-09-07) ──────────────────────────────────────
   Additive only. Every colour is a theme token so light and dark both hold. */

/* The logo is 23–26px tall; give the link a 44px hit area inside the 68px bar. */
.nav .brand { min-height: 44px; }

/* The primary action repeats at the bottom of the compact menu so a phone user
   never has to close the menu to find it. It is a button, not a list row. */
.nav-sheet .nav-sheet-cta { margin-top: 16px; border-bottom: 0; color: #fff; padding: 0 22px; }

/* Hero category pill and brand payoff. */
.hero .pill { margin-bottom: 4px; }
.hero-payoff { margin-top: 18px; font-size: 0.95rem; font-weight: 620; color: var(--primary); letter-spacing: -0.01em; }
.hero-evidence { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 22px auto 0; max-width: 760px; text-align: left; }
.hero-evidence article { padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.hero-evidence span { display: block; color: var(--primary); font-size: 0.78rem; font-weight: 750; letter-spacing: .025em; text-transform: uppercase; }
.hero-evidence strong { display: block; margin-top: 7px; color: var(--ink); font-size: 1rem; }
.hero-evidence p { margin: 5px 0 0; color: var(--body); font-size: 0.86rem; line-height: 1.45; }
.proof-receipt { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 12px; align-items: center; margin-top: 13px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-soft); }
.hero-evidence .proof-date { display: grid; place-items: center; min-height: 48px; border-radius: 8px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); color: var(--ink); letter-spacing: 0; text-transform: none; }
.proof-date b { width: 100%; padding: 2px 0; background: var(--primary); color: #fff; text-align: center; font-size: 0.62rem; letter-spacing: .08em; }
.hero-evidence .proof-date strong { margin: 0; font-size: 1.18rem; line-height: 1.25; }
.hero-evidence .proof-receipt-copy { color: var(--ink); font-size: 0.82rem; letter-spacing: 0; text-transform: none; }
.proof-receipt-copy small,.proof-receipt-copy b,.proof-receipt-copy em { display: block; }
.proof-receipt-copy small { color: var(--primary); font-size: 0.75rem; font-weight: 800; letter-spacing: .04em; }
.proof-receipt-copy b { margin-top: 2px; }
.proof-receipt-copy em { margin-top: 1px; color: var(--muted); font-size: 0.78rem; font-style: normal; }
.hero-evidence .time-proof { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 14px; align-items: center; padding: 12px 16px 12px 12px; overflow: hidden; }
.time-proof-dial { position: relative; width: 112px; height: 112px; color: var(--primary); }
.time-proof-dial svg { display: block; width: 112px; height: 112px; }
.time-proof-track,.time-proof-ticks,.time-proof-meter { fill: none; transform: rotate(-90deg); transform-origin: 60px 60px; }
.time-proof-track { stroke: var(--line); stroke-width: 9; }
.time-proof-ticks { stroke: var(--surface); stroke-width: 11; stroke-dasharray: .8 4.2; }
.time-proof-meter { stroke: var(--primary); stroke-width: 9; stroke-linecap: round; stroke-dasharray: 35 25; }
.time-proof-end { fill: var(--ink); stroke: var(--surface); stroke-width: 3; transform: rotate(210deg); transform-origin: 60px 60px; }
.time-proof-value { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; color: var(--ink); pointer-events: none; }
.time-proof-value b { font-size: 1.75rem; line-height: .92; letter-spacing: -.065em; }
.time-proof-value small { margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.time-proof-copy small { display: block; margin-top: 6px; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.motion-running .time-proof-meter { animation: time-proof-fill 1.8s cubic-bezier(.2,.8,.2,1) both; }
.motion-running .time-proof-end { animation: time-proof-marker 1.8s cubic-bezier(.2,.8,.2,1) both; }
@keyframes time-proof-fill { from { stroke-dasharray: 0 60; } to { stroke-dasharray: 35 25; } }
@keyframes time-proof-marker { from { transform: rotate(0deg); } to { transform: rotate(210deg); } }

/* A tick reads as "confirmed" where a dot only reads as "list item". Decorative:
   the sentence beside it already carries the meaning. */
.hero-points li::before {
  content: ""; border-radius: 1px; background: none;
  width: 11px; height: 6px; top: 0.46em; left: 3px; opacity: 1;
  border-left: 2px solid var(--mint); border-bottom: 2px solid var(--mint);
  border-top: 0; border-right: 0; transform: rotate(-45deg);
}

/* The access note explains what the primary button does and does not get you, so
   it sits under the button rather than competing with it. */
.path-foot { display: grid; gap: 10px; }
.path-access { margin-top: 4px; }
.path-access b { color: var(--ink); }
.path-access a { font-weight: 640; }

/* <h2> keeps the document outline legal (no h2 → h4 jump); the class carries the
   small all-caps column-label look the <h4> had. */
.foot .foot-h { font-size: 0.8rem; line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 14px; }

@media (max-width: 700px) {
  /* The trust line is the whole reason a nervous job seeker taps the button, so
     it stays on phones. It was display:none above. */
  .hero-points { display: grid; justify-content: stretch; gap: 8px; margin-top: 20px; text-align: left; }
  .hero-points li { font-size: 13px; padding-left: 22px; }
  .hero-points li::before { left: 2px; width: 10px; height: 5px; }
  .hero .pill { font-size: 0.78rem; }
  .hero-payoff { font-size: 0.9rem; }
  .hero-evidence { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .hero-evidence .time-proof { grid-template-columns: 104px minmax(0,1fr); gap: 10px; padding-left: 8px; }
  .time-proof-dial,.time-proof-dial svg { width: 104px; height: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-running .time-proof-meter,.motion-running .time-proof-end { animation: none; }
}

@media (min-width: 701px) {
  /* The centred hero list packs items tightly; give the tick its own room. */
  .hero-points li { padding-left: 21px; }
  .hero-points li::before { left: 1px; top: 0.42em; width: 9px; height: 5px; }
}

/* Keep functional and explanatory text readable. Earlier decorative mockups
   dropped several labels below 12px, which made the product feel unfinished. */
.demo-label,.demo-content .eyebrow,.demo-safety,.demo-progress li,
.demo-controls,.visual-caption,.mini-job b,.browser-bar,
.floating-note div > span,.resume-done,.opportunity-group b,
.conversation-bubble,.journey-foot,.journey-nav button,.footer-motion,
.time-proof-copy small { font-size: 13px; }
.demo-safety,.journey-foot,.time-proof-copy small { line-height: 1.5; }
