:root {
  --bg: #FAFAF8;
  --bg-2: #F2F1EC;
  --card: #FFFFFF;
  --coral: #E8654A;
  --coral-dk: #C94F37;
  --sky: #3B9AED;
  --rose: #E54B7A;
  --emerald: #2EAF7D;
  --amber: #E8A317;
  --violet: #6C63FF;
  --ink: #1A1A1A;
  --text: #33383F;
  --mute: #6B7280;
  --faint: #9CA3AF;
  --line: rgba(17,17,17,0.09);
  --line-soft: rgba(17,17,17,0.055);
  --sh-sm: 0 1px 2px rgba(17,17,17,0.04), 0 4px 14px rgba(17,17,17,0.05);
  --sh: 0 2px 6px rgba(17,17,17,0.05), 0 14px 40px rgba(17,17,17,0.07);
  --sh-lg: 0 4px 12px rgba(17,17,17,0.06), 0 30px 70px rgba(17,17,17,0.11);
  --maxw: 1120px;
  --r: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text); background: var(--bg); line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.display { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; color: var(--ink); }

/* ===== motion (hidden ONLY when html.js) ===== */
.js .reveal { opacity: 0; transform: translateY(20px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.65,.25,1), transform .7s cubic-bezier(.2,.65,.25,1); }
.js .reveal.d1.in { transition-delay: .08s; }
.js .reveal.d2.in { transition-delay: .16s; }
.js .reveal.d3.in { transition-delay: .24s; }
@keyframes riseIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulseDot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.35); opacity: .65; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes amberPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(232,163,23,0); } 50% { box-shadow: 0 0 0 3px rgba(232,163,23,0.35); } }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
}

/* ===== nav ===== */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,250,248,0.82); backdrop-filter: saturate(150%) blur(12px); -webkit-backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line-soft); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand .mark { width: 32px; height: 32px; border-radius: 8px; box-shadow: var(--sh-sm); }
.brand .name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--mute); font-size: 14.5px; font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { background: var(--coral); color: #fff !important; padding: 9px 17px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: background .15s, transform .15s; box-shadow: var(--sh-sm); }
.nav-cta:hover { background: var(--coral-dk); transform: translateY(-1px); }

/* ===== hero ===== */
.hero { position: relative; padding: 70px 0 78px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 460px at 84% 6%, rgba(232,101,74,0.07), transparent 68%), radial-gradient(500px 420px at 4% 88%, rgba(59,154,237,0.05), transparent 66%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 44px; align-items: center; }
.hero-copy > * { animation: riseIn .7s cubic-bezier(.2,.65,.25,1) both; }
.hero-copy .pill { animation-delay: .04s; }
.hero-copy h1 { animation-delay: .12s; }
.hero-copy .hero-sub { animation-delay: .22s; }
.hero-copy .hero-cta { animation-delay: .32s; }
.hero-copy .hero-proof { animation-delay: .42s; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--coral-dk); border: 1px solid rgba(232,101,74,0.28); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 22px; box-shadow: var(--sh-sm); }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: pulseDot 2.4s ease-in-out infinite; }
.hero h1 { font-size: clamp(34px, 4.6vw, 52px); margin-bottom: 20px; }
.hero h1 .accent { color: var(--coral); }
.hero-sub { font-size: 18px; color: var(--mute); max-width: 31em; margin-bottom: 30px; line-height: 1.6; }
.hero-sub b { color: var(--ink); font-weight: 600; }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.proof { border-left: 2px solid var(--line); padding-left: 13px; }
.proof b { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; color: var(--ink); }
.proof span { font-size: 12.5px; color: var(--mute); }

/* ===== store badge (Change 1) ===== */
.hero-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.store-badge { display: inline-block; line-height: 0; transition: transform .18s, opacity .18s; }
.store-badge img { height: 52px; width: auto; }
.store-badge.is-live:hover { transform: translateY(-2px); }
.store-badge.is-pending { opacity: 0.55; cursor: default; }
.store-badge-caption { font-size: 13px; color: var(--faint); }
.store-badge.is-live + .store-badge-caption { display: none; }
.hero-note { font-size: 13.5px; color: var(--faint); margin-top: 2px; }

/* ===== phone (Change 3: animated) ===== */
.phone-wrap { display: flex; justify-content: center; }
.phone-float { animation: floaty 7s ease-in-out 1.2s infinite; }
.phone { width: 310px; background: #1d2126; border-radius: 44px; padding: 10px; box-shadow: 0 0 0 1px rgba(17,17,17,0.06), var(--sh-lg); }
.screen { background: #FBFAF7; border-radius: 35px; overflow: hidden; padding: 13px 13px 0; min-height: 552px; display: flex; flex-direction: column; position: relative; }
.notch { width: 104px; height: 24px; background: #1d2126; border-radius: 999px; margin: 2px auto 12px; flex-shrink: 0; }
.scr-eyebrow { font-size: 9.5px; font-weight: 800; letter-spacing: .1em; color: var(--faint); margin: 0 2px 6px; }
.scr-hero { border-radius: 16px; padding: 13px 14px; background: rgba(59,154,237,0.07); border: 1px solid rgba(59,154,237,0.18); border-left: 3px solid var(--sky); margin-bottom: 10px; }
.scr-time-row { display: flex; align-items: center; gap: 8px; }
.scr-time { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 27px; color: var(--ink); letter-spacing: -0.02em; }
.scr-soon { background: rgba(59,154,237,0.16); color: #1f6fb2; font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 999px; }
.scr-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink); margin-top: 3px; }
.scr-meta { font-size: 11.5px; color: var(--mute); margin-top: 1px; }
.scr-pickup { display: inline-block; margin-top: 8px; background: rgba(59,154,237,0.13); color: #1f6fb2; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.scr-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 11px; min-height: 24px; }
.scr-chip { flex-shrink: 0; font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.scr-chip.warn { background: rgba(232,163,23,0.15); color: #9a6a05; }
.scr-chip.pickup { background: var(--bg-2); color: var(--mute); }
.scr-chip.claimed { background: rgba(46,175,125,0.15); color: #1f7d57; }
.scr-label { font-size: 10px; font-weight: 800; letter-spacing: .07em; color: var(--faint); margin: 2px 2px 7px; }
.scr-ev { display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line-soft); border-left: 3px solid var(--sky); border-radius: 12px; padding: 8px 11px 8px 9px; margin-bottom: 7px; box-shadow: var(--sh-sm); }
.scr-ev .av { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 10.5px; font-weight: 800; flex-shrink: 0; }
.scr-ev-body { flex: 1; min-width: 0; }
.scr-ev-body b { display: block; font-size: 11.5px; color: var(--ink); font-weight: 700; }
.scr-ev-body span { display: block; font-size: 10px; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.scr-ev-right { text-align: right; flex-shrink: 0; }
.scr-ev-right .t { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 10px; color: var(--ink); }
.scr-legs { display: inline-flex; gap: 3px; margin-top: 2px; }
.scr-leg { font-size: 8px; font-weight: 800; padding: 2px 5px; border-radius: 999px; background: rgba(46,175,125,0.16); color: #1f7d57; }
.scr-leg.ghost { background: transparent; border: 1px dashed var(--line); color: var(--faint); }
.scr-tabbar { margin-top: auto; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid var(--line-soft); padding: 9px 2px 15px; background: #FBFAF7; }
.scr-tab { font-size: 8.5px; font-weight: 600; color: var(--faint); text-align: center; }
.scr-tab.on { color: var(--coral); }
.scr-tab i { display: block; width: 15px; height: 15px; border: 1.6px solid currentColor; border-radius: 4px; margin: 0 auto 3px; }
.scr-tab.drives i { border: none; position: relative; }
.scr-tab.drives i::before { content: "⇅"; font-size: 14px; position: absolute; inset: 0; line-height: 15px; }
.scr-tab.dots i { border: none; position: relative; }
.scr-tab.dots i::before { content: "●●"; font-size: 6px; letter-spacing: 2px; position: absolute; inset: 0; line-height: 15px; }

/* --- animation phases (data-phase on .screen) --- */
.js .screen .scr-ev { opacity: 0; transform: translateY(9px); transition: opacity .5s ease, transform .5s ease; transition-delay: calc(var(--i, 0) * .15s); }
.js .screen .scr-chip.warn, .js .screen .scr-chip.claimed { opacity: 0; transform: scale(.9); transition: opacity .45s ease, transform .45s ease; }
.js .screen .scr-chip.pickup { transition: opacity .45s ease; }
.js .screen .scr-ev.thu { transition: opacity .5s ease, transform .5s ease, box-shadow .4s ease, border-color .4s ease; }
.js .screen[data-phase="1"] .scr-ev, .js .screen[data-phase="2"] .scr-ev, .js .screen[data-phase="3"] .scr-ev { opacity: 1; transform: none; }
.js .screen[data-phase="2"] .scr-chip.warn, .js .screen[data-phase="3"] .scr-chip.warn { opacity: 1; transform: none; }
.js .screen[data-phase="2"] .scr-ev.thu, .js .screen[data-phase="3"] .scr-ev.thu { border-left-color: var(--amber); border-color: rgba(232,163,23,0.4); }
.js .screen[data-phase="2"] .scr-ev.thu { animation: amberPulse 0.9s ease-in-out 2; }
.js .screen[data-phase="3"] .scr-chip.pickup { opacity: 0; position: absolute; pointer-events: none; }
.js .screen[data-phase="3"] .scr-chip.claimed { opacity: 1; transform: none; }
.js .screen .scr-chip.claimed { position: absolute; }
.js .screen[data-phase="3"] .scr-chip.claimed { position: static; }
@media (prefers-reduced-motion: reduce) {
  .js .screen .scr-ev { opacity: 1 !important; transform: none !important; }
  .js .screen .scr-chip.warn { opacity: 1 !important; transform: none !important; }
  .js .screen .scr-ev.thu { border-left-color: var(--amber) !important; border-color: rgba(232,163,23,0.4) !important; }
  .js .screen .scr-chip.pickup { display: none !important; }
  .js .screen .scr-chip.claimed { opacity: 1 !important; position: static !important; transform: none !important; }
}

/* ===== replaces marquee ===== */
.replaces { background: var(--bg-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 34px 0 40px; overflow: hidden; }
.replaces .lbl { color: var(--mute); font-size: 14px; font-weight: 500; margin-bottom: 20px; text-align: center; }
.replaces .lbl b { color: var(--ink); font-weight: 600; }
.marquee { overflow: hidden; position: relative; }
.marquee::before, .marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 70px; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(to right, var(--bg-2), transparent); }
.marquee::after { right: 0; background: linear-gradient(to left, var(--bg-2), transparent); }
.marquee-track { display: flex; gap: 11px; width: max-content; animation: marquee 36s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.replaces-item { display: inline-flex; align-items: center; flex-shrink: 0; background: #fff; border: 1px solid var(--line-soft); border-radius: 999px; padding: 9px 17px; color: var(--mute); font-size: 14px; font-weight: 500; white-space: nowrap; box-shadow: var(--sh-sm); }
.replaces-item .strike { text-decoration: line-through; text-decoration-color: rgba(232,101,74,0.75); text-decoration-thickness: 2px; }

/* ===== sections ===== */
.section { padding: 90px 0; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); margin-bottom: 15px; }
.eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--coral); border-radius: 2px; }
.section h2 { font-size: clamp(29px, 3.4vw, 40px); margin-bottom: 14px; }
.lead { font-size: 17.5px; color: var(--mute); max-width: 36em; }

/* ===== problem ===== */
.problem-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; margin-top: 10px; }
.problem-quote { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: clamp(23px, 2.5vw, 30px); line-height: 1.3; color: var(--ink); letter-spacing: -0.01em; }
.problem-quote .hl { background: linear-gradient(transparent 58%, rgba(232,101,74,0.22) 58%); }
.problem-list { display: flex; flex-direction: column; gap: 14px; }
.problem-item { display: flex; gap: 14px; align-items: flex-start; background: var(--card); border: 1px solid var(--line-soft); border-left: 3px solid var(--coral); border-radius: 14px; padding: 17px 19px; box-shadow: var(--sh-sm); }
.problem-item .x { color: var(--coral); font-weight: 800; font-size: 16px; line-height: 1.55; flex-shrink: 0; }
.problem-item p { color: var(--mute); font-size: 14.5px; }
.problem-item b { color: var(--ink); font-weight: 600; }

/* ===== bento (features) ===== */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 50px; }
.cell { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r); padding: 24px; box-shadow: var(--sh); overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.cell::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 3px; border-radius: 0 3px 3px 0; background: var(--accent, var(--coral)); }
.cell:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.cell h3 { color: var(--ink); font-size: 18.5px; font-weight: 600; margin-bottom: 7px; letter-spacing: -0.01em; }
.cell p { color: var(--mute); font-size: 14.5px; margin-bottom: 16px; }
.cell .viz { margin-top: auto; }
.c-4 { grid-column: span 4; } .c-3 { grid-column: span 3; } .c-2 { grid-column: span 2; }

/* week vignette */
.v-week { display: flex; flex-direction: column; gap: 7px; }
.v-day { display: flex; align-items: center; gap: 11px; background: var(--bg); border: 1px solid var(--line-soft); border-radius: 11px; padding: 8px 11px; }
.v-day .d { width: 34px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 12px; color: var(--ink); flex-shrink: 0; }
.v-day .pills { display: flex; gap: 6px; flex-wrap: wrap; }
.v-pill { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; color: var(--ink); padding: 3px 9px; border-radius: 7px; background: #fff; border: 1px solid var(--line-soft); }
.v-pill .k { width: 5px; height: 5px; border-radius: 50%; }
.v-tag { font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 999px; margin-left: auto; flex-shrink: 0; }
.v-tag.warn { background: rgba(232,163,23,0.16); color: #9a6a05; }
.v-tag.ok { background: rgba(46,175,125,0.16); color: #1f7d57; }

/* month vignette */
.v-month { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.v-cell { aspect-ratio: 1; border-radius: 8px; background: var(--bg); border: 1px solid var(--line-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; }
.v-cell .n { font-size: 10px; font-weight: 600; color: var(--mute); }
.v-cell .dots { display: flex; gap: 2.5px; height: 5px; }
.v-cell .dots i { width: 4.5px; height: 4.5px; border-radius: 50%; }
.v-cell.ring { border: 1.6px solid var(--amber); background: rgba(232,163,23,0.06); }
.v-cell.ring .n { color: #9a6a05; }

/* drives vignette */
.v-runs { display: flex; flex-direction: column; gap: 7px; }
.v-run { display: flex; align-items: center; gap: 9px; background: var(--bg); border: 1px solid var(--line-soft); border-radius: 11px; padding: 9px 11px; }
.v-run .t { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 12.5px; color: var(--ink); width: 38px; flex-shrink: 0; }
.v-run .leg { font-size: 9px; font-weight: 800; padding: 2.5px 7px; border-radius: 6px; flex-shrink: 0; }
.v-run .who { font-size: 12px; color: var(--mute); flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-run .who b { color: var(--ink); font-weight: 600; }
.v-run .chip { font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 999px; flex-shrink: 0; }
.chip.you { background: rgba(46,175,125,0.16); color: #1f7d57; }
.chip.need { background: rgba(232,163,23,0.16); color: #9a6a05; }
.chip.usual { border: 1px dashed var(--line); color: var(--faint); }
.v-turn { display: flex; align-items: center; gap: 7px; border: 1px solid rgba(232,163,23,0.4); background: rgba(232,163,23,0.09); border-radius: 9px; padding: 7px 11px; font-size: 11.5px; font-weight: 700; color: #9a6a05; }

/* season vignette */
.v-season { display: flex; flex-direction: column; gap: 13px; }
.v-days { display: flex; gap: 7px; }
.v-dp { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 800; color: var(--faint); background: var(--bg); border: 1px solid var(--line-soft); }
.v-dp.on { background: var(--rose); color: #fff; border-color: var(--rose); }
.v-range { font-size: 12.5px; color: var(--mute); }
.v-range b { color: var(--ink); font-weight: 600; }
.v-result { display: inline-flex; align-items: center; gap: 7px; background: rgba(46,175,125,0.1); border: 1px solid rgba(46,175,125,0.3); color: #1f7d57; border-radius: 10px; padding: 8px 12px; font-size: 12.5px; font-weight: 700; }

/* crew vignette */
.v-crew { display: flex; align-items: center; margin-bottom: 13px; }
.v-avatar { width: 42px; height: 42px; border-radius: 50%; border: 3px solid var(--card); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 14px; margin-left: -9px; box-shadow: var(--sh-sm); }
.v-avatar:first-child { margin-left: 0; }
.v-crew-note { font-size: 12.5px; color: var(--mute); }
.v-crew-note b { color: var(--ink); font-weight: 600; }

/* costs vignette */
.v-costs { display: flex; flex-direction: column; gap: 10px; }
.v-cost { display: grid; grid-template-columns: 72px 1fr 50px; align-items: center; gap: 10px; }
.v-cost .k { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.v-cost .bar { height: 8px; border-radius: 999px; background: var(--bg-2); overflow: hidden; }
.v-cost .bar i { display: block; height: 100%; border-radius: 999px; }
.v-cost .amt { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 12.5px; color: var(--ink); text-align: right; }

/* notif vignette */
.v-notif { background: var(--bg); border: 1px solid var(--line-soft); border-radius: 13px; padding: 12px 13px; display: flex; gap: 11px; align-items: flex-start; }
.v-notif .ic { width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0; box-shadow: var(--sh-sm); }
.v-notif .txt b { display: block; font-size: 12.5px; color: var(--ink); font-weight: 700; }
.v-notif .txt span { font-size: 12px; color: var(--mute); }
.v-notif .when { margin-left: auto; font-size: 10.5px; color: var(--faint); flex-shrink: 0; }

/* ===== crew section (Change 4) ===== */
.crew-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.crew-card { background: var(--card); border: 1px solid var(--line-soft); border-left: 3px solid var(--accent, var(--coral)); border-radius: var(--r); padding: 26px; box-shadow: var(--sh); }
.crew-card .role { font-size: 12.5px; font-weight: 700; color: var(--accent, var(--coral)); letter-spacing: .01em; margin-bottom: 12px; }
.crew-card p { color: var(--text); font-size: 15.5px; line-height: 1.55; }

/* ===== steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.step { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r); padding: 26px; box-shadow: var(--sh); position: relative; }
.step .num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 15px; width: 33px; height: 33px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--bg); margin-bottom: 16px; }
.step h3 { font-size: 18.5px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 7px; color: var(--ink); }
.step p { color: var(--mute); font-size: 14.5px; }
.step .kdots { position: absolute; top: 27px; right: 24px; display: flex; gap: 4px; }
.step .kdots i { width: 7px; height: 7px; border-radius: 50%; }

/* ===== founder strip (Change 8) ===== */
.founder { padding: 40px 0; text-align: center; }
.founder .wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.founder p { font-size: 15px; color: var(--mute); max-width: 40em; margin: 0 auto; line-height: 1.6; }
.founder p b { color: var(--ink); font-weight: 600; }
/* Founder photo placeholder: drop a <img class="founder-photo"> before <p> when available. */

/* ===== pricing ===== */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; max-width: 840px; }
.plan-card { border-radius: 20px; padding: 30px; background: var(--card); border: 1px solid var(--line-soft); box-shadow: var(--sh); display: flex; flex-direction: column; position: relative; }
.plan-card.pro { border: 1.5px solid var(--coral); box-shadow: 0 4px 12px rgba(232,101,74,0.08), var(--sh-lg); }
.plan-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 4px; color: var(--ink); }
.plan-for { font-size: 13.5px; color: var(--mute); margin-bottom: 18px; }
.plan-price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 37px; letter-spacing: -0.02em; line-height: 1; color: var(--ink); }
.plan-price small { font-size: 15px; font-weight: 600; color: var(--mute); letter-spacing: 0; }
.plan-alt { font-size: 13px; color: var(--mute); margin: 6px 0 20px; }
.plan-card.pro .plan-alt { color: var(--coral-dk); font-weight: 600; }
.plan-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.plan-list li { display: flex; gap: 10px; font-size: 14.5px; color: var(--text); line-height: 1.4; }
.plan-list li::before { content: "✓"; color: var(--emerald); font-weight: 800; flex-shrink: 0; }
.plan-list li b { color: var(--ink); font-weight: 600; }
.plan-btn { margin-top: auto; text-align: center; border-radius: 12px; padding: 12px; font-weight: 700; font-size: 15px; border: 1.5px solid var(--line); color: var(--ink); transition: transform .15s, background .15s; }
.plan-btn:hover { transform: translateY(-1px); background: var(--bg-2); }
.plan-card.pro .plan-btn { background: var(--coral); border-color: var(--coral); color: #fff; }
.plan-card.pro .plan-btn:hover { background: var(--coral-dk); }
.trial-badge { position: absolute; top: 22px; right: 22px; background: rgba(232,101,74,0.12); border: 1px solid rgba(232,101,74,0.35); color: var(--coral-dk); font-size: 11px; font-weight: 800; padding: 5px 10px; border-radius: 999px; }
.pricing-note { margin-top: 20px; font-size: 13.5px; color: var(--mute); }

/* ===== closing cta ===== */
.finalcta { text-align: center; padding: 96px 0 100px; position: relative; overflow: hidden; }
.finalcta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(560px 340px at 50% 108%, rgba(232,101,74,0.09), transparent 70%); pointer-events: none; }
.finalcta .kdots-big { display: flex; justify-content: center; gap: 9px; margin-bottom: 24px; position: relative; }
.finalcta .kdots-big i { width: 12px; height: 12px; border-radius: 50%; }
.finalcta h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; position: relative; }
.finalcta .lead { margin: 0 auto 32px; position: relative; }
.finalcta .hero-cta { align-items: center; position: relative; }

/* ===== footer ===== */
.footer { background: var(--bg-2); color: var(--mute); padding: 52px 0 36px; border-top: 1px solid var(--line-soft); }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer .brand { margin-bottom: 12px; color: var(--ink); }
.footer .tag { font-size: 14px; max-width: 24em; }
.footer-links { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col h4 { color: var(--ink); font-size: 12.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 13px; }
.footer-col a { display: block; color: var(--mute); font-size: 14.5px; margin-bottom: 9px; transition: color .15s; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line-soft); font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ===== docs (privacy/support) ===== */
.doc { background: var(--bg); padding: 60px 0 84px; }
.doc-head { max-width: 760px; margin: 0 auto 36px; }
.doc-head h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 12px; }
.doc-head .updated { color: var(--mute); font-size: 14.5px; }
.doc-body { max-width: 760px; margin: 0 auto; background: var(--card); border-radius: 20px; padding: 42px 46px; box-shadow: var(--sh); }
.doc-body h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 700; margin: 32px 0 12px; letter-spacing: -0.01em; color: var(--ink); }
.doc-body h2:first-child { margin-top: 0; }
.doc-body h3 { font-size: 16.5px; font-weight: 600; margin: 20px 0 8px; color: var(--ink); }
.doc-body p, .doc-body li { color: var(--text); font-size: 15.5px; line-height: 1.7; }
.doc-body p { margin-bottom: 14px; }
.doc-body ul { margin: 0 0 16px 22px; }
.doc-body li { margin-bottom: 8px; }
.doc-body a { color: var(--coral); font-weight: 500; }
.doc-body strong { color: var(--ink); }
.faq { border: 1px solid var(--line-soft); border-left: 3px solid var(--sky); border-radius: 13px; padding: 19px 21px; margin-bottom: 13px; background: var(--bg); }
.faq h3 { margin: 0 0 6px; font-size: 16px; }
.faq p { margin: 0; color: var(--mute); font-size: 15px; }
.support-cta { display: flex; align-items: center; gap: 16px; background: var(--ink); color: #fff; border-radius: 16px; padding: 24px 28px; margin-top: 6px; flex-wrap: wrap; }
.support-cta .txt { flex: 1; min-width: 200px; }
.support-cta h3 { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.support-cta p { color: rgba(255,255,255,0.7); font-size: 14.5px; margin: 0; }
.support-cta a.mailbtn { background: var(--coral); color: #fff; padding: 11px 21px; border-radius: 11px; font-weight: 600; font-size: 15px; white-space: nowrap; }

/* ===== responsive ===== */
@media (max-width: 960px) {
  .hero { padding: 44px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-cta { align-items: flex-start; }
  .phone-wrap { order: 2; }
  .problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .c-4, .c-3, .c-2 { grid-column: span 2; }
  .crew-cards, .steps { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .nav-links a:not(.nav-cta) { display: none; }
  .doc-body { padding: 28px 22px; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .bento { grid-template-columns: 1fr; }
  .c-4, .c-3, .c-2 { grid-column: span 1; }
  .hero h1 { font-size: 32px; }
  .store-badge img { height: 48px; }
  .finalcta { padding: 72px 0 76px; }
}
