:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050505;
  color: #f5f5f3;
  --flow-button: #645cff;
  --flow-button-hover: #766fff;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #050505; font-weight: 400; }
h1, h2, h3, h4, strong, b { font-weight: 500; }
a { color: #9fd8ff; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }

.alpha-shell { width: min(980px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 64px; }
.alpha-topbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 24px; }
.alpha-brand { display: flex; align-items: center; gap: 12px; }
.alpha-brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: #f5f5f3; color: #050505; font-weight: 500; }
.alpha-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.alpha-nav a { padding: 9px 12px; border: 1px solid #42516b; border-radius: 10px; text-decoration: none; color: inherit; }
.alpha-card { background: #0a0a0a; border: 1px solid #292929; border-radius: 18px; padding: clamp(20px, 4vw, 36px); box-shadow: none; margin-bottom: 20px; }
.alpha-card.narrow { width: min(620px, 100%); margin-inline: auto; }
.alpha-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.alpha-grid .full { grid-column: 1 / -1; }
.alpha-stack { display: grid; gap: 16px; }
.alpha-card label { display: grid; gap: 7px; font-weight: 450; }
.alpha-card input, .alpha-card select, .alpha-card textarea { width: 100%; padding: 12px 13px; border: 1px solid #363636; border-radius: 10px; background: #050505; color: inherit; }
.alpha-card input:focus-visible, .alpha-card select:focus-visible, .alpha-card textarea:focus-visible, .alpha-card button:focus-visible, .alpha-nav a:focus-visible { outline: 2px solid #f5f5f3; outline-offset: 3px; }
.alpha-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.alpha-primary, .alpha-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.alpha-primary { background: var(--flow-button); color: #ffffff; }
.alpha-primary:hover, .alpha-primary:focus-visible { background: var(--flow-button-hover); }
.alpha-secondary { background: transparent; border-color: #3a3a3a; color: inherit; }
.alpha-eyebrow { margin: 0 0 8px; text-transform: none; letter-spacing: 0; font-size: .82rem; color: #a1a1a1; font-weight: 450; }
.alpha-muted { color: #a1a1a1; line-height: 1.6; }
.alpha-error { padding: 12px 14px; background: #421b26; border: 1px solid #8a4053; border-radius: 10px; color: #ffd9e1; }
.alpha-success { padding: 12px 14px; background: #173928; border: 1px solid #397759; border-radius: 10px; color: #d9ffea; }
.alpha-notice { padding: 14px; background: #172a44; border: 1px solid #395e87; border-radius: 12px; }
.alpha-options { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.alpha-options label { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.alpha-options input { width: auto; }
.alpha-list { display: grid; gap: 12px; }
.alpha-list article { border: 1px solid #34415a; border-radius: 12px; padding: 14px; }
.alpha-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.alpha-metric { padding: 16px; border: 1px solid #34415a; border-radius: 12px; }
.alpha-metric strong { display: block; font-size: 1.5rem; margin-top: 6px; }
.alpha-hidden { display: none !important; }
.alpha-footer { text-align: center; color: #8594aa; margin-top: 24px; }

@media (max-width: 720px) {
  .alpha-topbar { align-items: flex-start; flex-direction: column; }
  .alpha-grid, .alpha-metrics { grid-template-columns: 1fr; }
  .alpha-grid .full { grid-column: auto; }
}

.alpha-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.alpha-intake-card { width: min(900px, 100%); margin-inline: auto; }
.alpha-intake-card > h1 { max-width: 15ch; margin-bottom: 14px; font-size: clamp(2.2rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.alpha-intake-lead { max-width: 64ch; font-size: 1.04rem; }
.alpha-intake-progress { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 32px 0; padding: 0; list-style: none; border-bottom: 1px solid #34415a; }
.alpha-intake-progress li { display: flex; align-items: center; gap: 8px; padding: 0 0 12px; color: #8797ae; font-size: .78rem; font-weight: 700; }
.alpha-intake-progress li span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #42516b; border-radius: 50%; font-size: .7rem; }
.alpha-intake-progress li.active { color: #edf2f7; border-bottom: 2px solid #9fd8ff; }
.alpha-intake-progress li.active span, .alpha-intake-progress li.complete span { border-color: #9fd8ff; color: #0c111b; background: #9fd8ff; }
.alpha-intake-progress li.complete { color: #9fd8ff; }
.alpha-intake-step > h2 { max-width: 23ch; margin-bottom: 10px; font-size: clamp(1.6rem, 4vw, 2.55rem); line-height: 1.12; letter-spacing: -.035em; }
.alpha-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; padding: 0; border: 0; }
.alpha-choice-grid legend:not(.alpha-visually-hidden) { grid-column: 1 / -1; margin: 14px 0 2px; padding: 0; }
.alpha-choice-grid label { position: relative; display: block; cursor: pointer; }
.alpha-choice-grid input { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.alpha-choice-grid label > span { display: block; min-height: 86px; padding: 16px; border: 1px solid #42516b; border-radius: 14px; background: #0f1727; pointer-events: none; }
.alpha-choice-grid input:focus-visible + span { outline: 3px solid #81c7ff; outline-offset: 2px; }
.alpha-choice-grid input:checked + span { border-color: #9fd8ff; background: #172a44; box-shadow: inset 0 0 0 1px rgba(159, 216, 255, .25); }
.alpha-choice-grid input:checked + span::after { content: "✓"; position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #0c111b; background: #9fd8ff; font-size: .72rem; font-weight: 900; }
.alpha-choice-grid strong, .alpha-choice-grid small { display: block; padding-right: 28px; }
.alpha-choice-grid small { margin-top: 6px; color: #9fb0c8; line-height: 1.45; }
.alpha-choice-grid-compact label > span { min-height: 72px; }
.alpha-intake-field { display: grid; gap: 8px; margin-top: 22px; font-weight: 700; }
.alpha-intake-field textarea { min-height: 118px; padding: 15px; line-height: 1.55; resize: vertical; }
.alpha-intake-field small { color: #9fb0c8; font-weight: 500; }
.alpha-intake-summary { display: grid; gap: 14px; margin: 20px 0 28px; padding: 18px; border: 1px solid #343434; border-radius: 16px; background: #090909; }
.alpha-intake-summary p { margin: 0; line-height: 1.6; }
.alpha-intake-summary dl { display: grid; margin: 0; }
.alpha-intake-summary dl > div { display: grid; grid-template-columns: minmax(150px, .7fr) minmax(0, 1.3fr); gap: 16px; padding: 11px 0; border-bottom: 1px solid #34415a; }
.alpha-intake-summary dl > div:last-child { border-bottom: 0; }
.alpha-intake-summary dt { color: #9fb0c8; font-size: .75rem; }
.alpha-intake-summary dd { margin: 0; }
.alpha-practical-grid { margin-top: 12px; }
.alpha-intake-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid #34415a; }
.alpha-intake-actions .alpha-primary { margin-left: auto; }
.alpha-intake-control { margin-top: 24px; }

@media (max-width: 720px) {
  .alpha-intake-progress li { font-size: 0; }
  .alpha-intake-progress li span { font-size: .7rem; }
  .alpha-choice-grid { grid-template-columns: 1fr; }
  .alpha-intake-summary dl > div { grid-template-columns: 1fr; gap: 4px; }
  .alpha-intake-actions { position: sticky; bottom: 8px; z-index: 3; padding: 12px; border: 1px solid #303030; border-radius: 14px; background: rgba(5, 5, 5, .97); }
}

/* Flow — minimal first-login conversation */
.flow-intake-page {
  min-height: 100vh;
  background: #050505;
  color: #f5f5f3;
}
.flow-intake-page .alpha-shell {
  width: min(760px, calc(100% - 40px));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.flow-intake-page .alpha-topbar {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #1d1d1d;
}
.flow-intake-page .alpha-brand-minimal { gap: 8px; }
.flow-intake-page .alpha-brand-name {
  font-size: 1.05rem;
  font-weight: 450;
  letter-spacing: -.025em;
}
.flow-intake-page .alpha-brand-by {
  color: #707070;
  font-size: .68rem;
}
.flow-intake-page .alpha-topbar .alpha-secondary {
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  color: #8b8b8b;
  font-size: .76rem;
  font-weight: 400;
}
.flow-intake-page .alpha-topbar .alpha-secondary:hover,
.flow-intake-page .alpha-topbar .alpha-secondary:focus-visible { color: #f5f5f3; }
.flow-intake-page .alpha-intake-card {
  width: 100%;
  min-height: calc(100vh - 126px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(42px, 7vh, 82px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.flow-intake-page .alpha-intake-intro { max-width: 640px; }
.flow-intake-page .alpha-intake-emoji,
.flow-intake-page .alpha-step-emoji {
  display: block;
  margin-bottom: 12px;
  font-size: 1.55rem;
  line-height: 1;
}
.flow-intake-page .alpha-intake-card > .alpha-intake-intro h1 {
  max-width: 14ch;
  margin: 0 0 16px;
  font-size: clamp(2.45rem, 7vw, 5rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.06em;
}
.flow-intake-page .alpha-intake-lead {
  max-width: 58ch;
  margin: 0;
  color: #909090;
  font-size: .98rem;
  line-height: 1.65;
}
.flow-intake-page .alpha-intake-start {
  margin-top: 28px;
  min-height: 48px;
}
.flow-intake-page .alpha-intake-progress {
  margin: 38px 0 32px;
  border-bottom-color: #202020;
}
.flow-intake-page .alpha-intake-progress li {
  color: #5f5f5f;
  font-size: .72rem;
  font-weight: 400;
}
.flow-intake-page .alpha-intake-progress li span {
  border-color: #303030;
  color: #777;
  background: transparent;
}
.flow-intake-page .alpha-intake-progress li.active {
  color: #f5f5f3;
  border-bottom-color: #f5f5f3;
}
.flow-intake-page .alpha-intake-progress li.active span,
.flow-intake-page .alpha-intake-progress li.complete span {
  border-color: #f5f5f3;
  color: #050505;
  background: #f5f5f3;
}
.flow-intake-page .alpha-intake-progress li.complete { color: #8c8c8c; }
.flow-intake-page .alpha-intake-step > h2 {
  max-width: 22ch;
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 4vw, 2.45rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.flow-intake-page .alpha-intake-step > .alpha-muted { color: #8d8d8d; }
.flow-intake-page .alpha-choice-grid {
  gap: 0 28px;
  margin: 24px 0 28px;
}
.flow-intake-page .alpha-choice-grid legend:not(.alpha-visually-hidden) {
  margin: 24px 0 8px;
  color: #b5b5b5;
  font-weight: 400;
}
.flow-intake-page .alpha-choice-grid label > span {
  min-height: 0;
  padding: 15px 34px 15px 0;
  border: 0;
  border-bottom: 1px solid #242424;
  border-radius: 0;
  background: transparent;
}
.flow-intake-page .alpha-choice-grid label:hover > span { border-bottom-color: #666; }
.flow-intake-page .alpha-choice-grid input:focus-visible + span {
  outline: 2px solid #f5f5f3;
  outline-offset: 4px;
}
.flow-intake-page .alpha-choice-grid input:checked + span {
  border-color: #f5f5f3;
  background: transparent;
  box-shadow: none;
}
.flow-intake-page .alpha-choice-grid input:checked + span::after {
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
  color: #050505;
  background: #f5f5f3;
  font-size: .68rem;
  font-weight: 600;
}
.flow-intake-page .alpha-choice-grid strong {
  color: #f5f5f3;
  font-weight: 450;
}
.flow-intake-page .alpha-choice-grid small {
  color: #777;
  font-weight: 400;
}
.flow-intake-page .alpha-intake-field {
  color: #c9c9c9;
  font-weight: 400;
}
.flow-intake-page .alpha-intake-field textarea,
.flow-intake-page .alpha-practical-grid input {
  border-color: #303030;
  border-radius: 12px;
  background: #090909;
}
.flow-intake-page .alpha-intake-summary {
  border-color: #303030;
  border-radius: 14px;
  background: #090909;
}
.flow-intake-page .alpha-intake-summary strong,
.flow-intake-page .alpha-intake-summary dt,
.flow-intake-page .alpha-intake-summary dd { font-weight: 400; }
.flow-intake-page .alpha-intake-summary dt { color: #777; }
.flow-intake-page .alpha-intake-summary dl > div { border-bottom-color: #242424; }
.flow-intake-page .alpha-practical-grid label,
.flow-intake-page .alpha-practical-grid legend,
.flow-intake-page .alpha-stack label { font-weight: 400; }
.flow-intake-page .alpha-options label { color: #b9b9b9; }
.flow-intake-page .alpha-options input,
.flow-intake-page .alpha-stack input { accent-color: var(--flow-button); }
.flow-intake-page .alpha-intake-actions { border-top-color: #242424; }
.flow-intake-page .alpha-intake-control {
  margin-top: 26px;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid #242424;
  border-radius: 0;
  color: #777;
  background: transparent;
  font-size: .76rem;
  line-height: 1.55;
}
.flow-intake-page .alpha-control-title { color: #bdbdbd; }
.flow-intake-page .alpha-footer {
  margin: 0;
  padding: 18px 0 22px;
  color: #4f4f4f;
  font-size: .65rem;
  text-align: left;
}
.flow-intake-page[data-intake-step="0"] .alpha-intake-card {
  min-height: calc(100vh - 126px);
}
.flow-intake-page[data-intake-step="0"] .alpha-intake-progress,
.flow-intake-page[data-intake-step="0"] #onboarding-form,
.flow-intake-page[data-intake-step="0"] .alpha-intake-control { display: none; }
.flow-intake-page[data-intake-step="1"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="2"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="3"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="4"] .alpha-intake-intro { display: none; }
.flow-intake-page[data-intake-step="1"] .alpha-intake-progress,
.flow-intake-page[data-intake-step="2"] .alpha-intake-progress,
.flow-intake-page[data-intake-step="3"] .alpha-intake-progress,
.flow-intake-page[data-intake-step="4"] .alpha-intake-progress { margin-top: 4px; }

/* Quiet account entry before the conversation */
.flow-account-page .alpha-brand-minimal { gap: 8px; }
.flow-account-page .alpha-brand-name { font-size: 1.05rem; font-weight: 450; }
.flow-account-page .alpha-brand-by { color: #666; font-size: .68rem; }
.flow-account-page .alpha-nav a { border-color: #303030; border-radius: 999px; color: #b5b5b5; }
.flow-account-page .alpha-card.narrow { border-color: #292929; background: #080808; }
.flow-account-page .alpha-card.narrow h1 { font-weight: 400; letter-spacing: -.04em; }
.flow-account-page .alpha-notice { border-color: #303030; color: #bdbdbd; background: #0d0d0d; }
.flow-account-page .alpha-footer { color: #4f4f4f; font-size: .65rem; }

@media (max-width: 720px) {
  .flow-account-page .alpha-shell { width: min(100% - 28px, 760px); }
}

/* Guided start: one centered question, no surrounding product chrome. */
.flow-intake-page {
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: 24px;
}
.flow-intake-page .alpha-shell {
  width: min(100%, 560px);
  min-height: auto;
  margin: 0;
  padding: 0;
}
.flow-intake-page .alpha-intake-card {
  width: 100%;
  min-height: min(680px, calc(100dvh - 48px));
  display: grid;
  align-content: center;
  margin: 0;
  padding: clamp(28px, 6vw, 56px) 0;
  text-align: center;
}
.flow-intake-page .alpha-intake-intro,
.flow-intake-page .alpha-intake-step { width: 100%; }
.flow-intake-page .alpha-brand-line {
  margin: 0 0 22px;
  color: #6f6f6f;
  font-size: .78rem;
}
.flow-intake-page .alpha-intake-card .alpha-intake-intro h1,
.flow-intake-page .alpha-intake-step h2 {
  max-width: 15ch;
  margin: 0 auto 16px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.flow-intake-page .alpha-intake-card .alpha-intake-intro h1 {
  font-size: clamp(2.8rem, 10vw, 5rem);
}
.flow-intake-page .alpha-intake-step h2 {
  font-size: clamp(2rem, 7vw, 3.6rem);
}
.flow-intake-page .alpha-intake-lead {
  max-width: 38ch;
  margin: 0 auto;
  color: #929292;
  font-size: 1rem;
  line-height: 1.55;
}
.flow-intake-page .alpha-intake-start {
  width: 200px;
  margin-top: 28px;
}
.flow-intake-page .alpha-intake-progress {
  display: block;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: #666;
  font-size: .72rem;
  text-align: center;
}
.flow-intake-page #onboarding-form { width: 100%; }
.flow-intake-page .alpha-choice-grid {
  width: min(100%, 440px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px auto 0;
}
.flow-intake-page .alpha-choice-grid-single { grid-template-columns: 1fr; }
.flow-intake-page .alpha-choice-grid label {
  display: grid;
  min-width: 0;
}
.flow-intake-page .alpha-choice-grid label > span {
  width: 100%;
  height: 52px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #2d2d2d;
  border-radius: 999px;
  color: #c6c6c6;
  background: transparent;
  font-size: .9rem;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}
.flow-intake-page .alpha-choice-grid label:hover > span { border-color: #666; }
.flow-intake-page .alpha-choice-grid input:checked + span {
  border-color: #f5f5f3;
  color: #050505;
  background: #f5f5f3;
}
.flow-intake-page .alpha-choice-grid input:checked + span::after { display: none; }
.flow-intake-page textarea {
  width: min(100%, 500px);
  min-height: 150px;
  margin: 18px auto 0;
  padding: 18px;
  border: 1px solid #303030;
  border-radius: 16px;
  background: #090909;
  color: #f5f5f3;
  line-height: 1.55;
  resize: none;
}
.flow-intake-page textarea::placeholder { color: #5f5f5f; }
.flow-intake-page .alpha-intake-summary {
  width: min(100%, 500px);
  gap: 12px;
  margin: 24px auto;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}
.flow-intake-page .alpha-intake-summary p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #242424;
  color: #858585;
}
.flow-intake-page .alpha-intake-summary span { color: #f5f5f3; }
.flow-intake-page .alpha-confirmation {
  width: min(100%, 500px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px auto 0;
  color: #8d8d8d;
  font-size: .78rem;
  line-height: 1.45;
  text-align: left;
}
.flow-intake-page .alpha-confirmation input {
  width: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--flow-button);
}
.flow-intake-page .alpha-intake-actions {
  width: min(100%, 460px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  margin: 26px auto 0;
  padding: 0;
  border: 0;
}
.flow-intake-page .alpha-intake-actions .alpha-primary,
.flow-intake-page .alpha-intake-actions .alpha-secondary {
  width: 200px;
  max-width: 200px;
  min-width: 0;
  flex: 1 1 200px;
  margin: 0;
}
.flow-intake-page .alpha-intake-actions .alpha-secondary {
  border-color: #303030;
  color: #8c8c8c;
}
.flow-intake-page .alpha-error {
  width: min(100%, 500px);
  margin: 18px auto 0;
  border-color: #5f2f38;
  background: #1c0e12;
  font-size: .82rem;
}
.flow-intake-page[data-intake-step="0"] .alpha-intake-card { min-height: min(680px, calc(100dvh - 48px)); }
.flow-intake-page[data-intake-step="0"] #onboarding-form { display: none; }
.flow-intake-page[data-intake-step="1"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="2"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="3"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="4"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="5"] .alpha-intake-intro { display: none; }

@media (max-width: 560px) {
  .flow-intake-page { padding: 18px; }
  .flow-intake-page .alpha-intake-card { min-height: calc(100dvh - 36px); }
  .flow-intake-page .alpha-choice-grid { grid-template-columns: 1fr; }
  .flow-intake-page .alpha-intake-actions { position: static; padding: 0; border: 0; background: transparent; }
}

/* Flow life intro — a short coded animation, not a timeline or image. */
.flow-intake-page {
  color-scheme: light;
  background: #fbfbf9;
  color: #151515;
}
.flow-intake-page .alpha-shell { width: min(560px, calc(100vw - 48px)); }
.flow-intake-page[data-intake-step="0"] .alpha-shell { width: min(920px, calc(100vw - 48px)); }
.flow-intake-page .alpha-intake-card { color: #151515; }
.flow-intake-page[data-intake-step="0"] .alpha-intake-card {
  min-height: min(720px, calc(100dvh - 48px));
  padding-inline: 0;
}
.flow-intake-page[data-intake-step="0"] .alpha-intake-intro {
  position: relative;
  width: min(820px, calc(100vw - 80px));
  max-width: none;
  min-height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.life-intro-stage {
  position: relative;
  width: min(100%, 820px);
  height: 390px;
  opacity: 1;
  animation: life-stage-away .35s 3.55s ease forwards;
}
.life-ground {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 72px;
  height: 2px;
  border-radius: 999px;
  background: #151515;
  transform-origin: center;
  animation: life-ground-draw .8s .15s ease-out both;
}
.life-runner {
  position: absolute;
  left: 50%;
  bottom: 74px;
  z-index: 4;
  width: 72px;
  height: 132px;
  margin-left: -36px;
  animation: life-runner-bob .34s .35s ease-in-out infinite alternate;
}
.stick-head {
  position: absolute;
  top: 0;
  left: 23px;
  width: 27px;
  height: 27px;
  border: 3px solid #151515;
  border-radius: 50%;
  background: #fbfbf9;
}
.stick-body {
  position: absolute;
  top: 28px;
  left: 34px;
  width: 3px;
  height: 55px;
  border-radius: 999px;
  background: #151515;
  transform: rotate(7deg);
  transform-origin: top;
}
.stick-arm,
.stick-leg {
  position: absolute;
  width: 3px;
  border-radius: 999px;
  background: #151515;
  transform-origin: top center;
}
.stick-arm { top: 39px; left: 35px; height: 43px; }
.stick-leg { top: 79px; left: 37px; height: 52px; }
.stick-arm-left { animation: life-arm-left .34s ease-in-out infinite alternate; }
.stick-arm-right { animation: life-arm-right .34s ease-in-out infinite alternate; }
.stick-leg-left { animation: life-leg-left .34s ease-in-out infinite alternate; }
.stick-leg-right { animation: life-leg-right .34s ease-in-out infinite alternate; }
.life-speed {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: #b8b8b3;
  opacity: 0;
  animation: life-speed-pass 1.1s 1s linear infinite;
}
.life-speed-one { top: 130px; left: 4%; width: 105px; }
.life-speed-two { top: 215px; right: 7%; width: 82px; animation-delay: 1.35s; }
.life-speed-three { top: 275px; left: 13%; width: 64px; animation-delay: 1.7s; }
.life-prop {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(12px) scale(.82) rotate(var(--tilt, 0deg));
  animation: life-prop-arrive .42s var(--delay) cubic-bezier(.2, .8, .2, 1) forwards;
}
.life-prop svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: #151515;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.life-phone { --delay: .45s; --tilt: -9deg; left: 15%; top: 73px; width: 45px; height: 60px; }
.life-work { --delay: .85s; --tilt: 6deg; right: 16%; top: 79px; width: 70px; height: 54px; }
.life-calendar { --delay: 1.25s; --tilt: -5deg; left: 25%; top: 214px; width: 62px; height: 62px; }
.life-family { --delay: 1.7s; --tilt: 3deg; right: 23%; top: 210px; width: 88px; height: 65px; }
.life-chat-one { --delay: 2.1s; --tilt: 5deg; right: 7%; top: 171px; width: 67px; height: 48px; }
.life-chat-two { --delay: 2.45s; --tilt: -7deg; left: 6%; top: 179px; width: 56px; height: 43px; }
.life-laptop { --delay: 2.75s; --tilt: -3deg; right: 34%; top: 34px; width: 76px; height: 56px; }
.life-alert {
  --delay: 3.05s;
  right: 12%;
  top: 52px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #151515;
  font-size: .82rem;
  font-weight: 600;
}
.life-intro-finale {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  place-content: center;
  justify-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: life-finale-in .55s 3.95s ease forwards;
}
.life-wordmark {
  margin: 0;
  color: #151515;
  font-size: clamp(3.4rem, 10vw, 6.2rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.075em;
}
.life-wordmark span {
  margin-left: .45rem;
  color: #757571;
  font-size: .14em;
  letter-spacing: 0;
  vertical-align: baseline;
}
.life-tagline {
  margin: 18px 0 0;
  color: #555551;
  font-size: clamp(1rem, 2.3vw, 1.22rem);
  letter-spacing: -.015em;
}
.flow-intake-page .life-intro-finale .alpha-intake-start {
  width: 180px;
  min-height: 50px;
  margin-top: 30px;
}

/* The questions keep the same white, quiet visual system. */
.flow-intake-page .alpha-intake-progress { color: #777773; }
.flow-intake-page .alpha-intake-step h2 { color: #151515; }
.flow-intake-page .alpha-choice-grid label > span {
  border-color: #d7d7d2;
  color: #30302e;
  background: #fbfbf9;
}
.flow-intake-page .alpha-choice-grid label:hover > span { border-color: #898984; }
.flow-intake-page .alpha-choice-grid input:focus-visible + span { outline-color: #151515; }
.flow-intake-page .alpha-choice-grid input:checked + span {
  border-color: #151515;
  color: #fff;
  background: #151515;
}
.flow-intake-page textarea,
.flow-intake-page .alpha-practical-grid input {
  border-color: #d7d7d2;
  background: #fff;
  color: #151515;
}
.flow-intake-page textarea::placeholder { color: #94948f; }
.flow-intake-page .alpha-intake-summary { color: #151515; }
.flow-intake-page .alpha-intake-summary p { border-bottom-color: #deded9; color: #74746f; }
.flow-intake-page .alpha-intake-summary span { color: #151515; }
.flow-intake-page .alpha-confirmation { color: #676763; }
.flow-intake-page .alpha-intake-actions .alpha-secondary {
  border-color: #d7d7d2;
  color: #5f5f5b;
  background: transparent;
}
.flow-intake-page .alpha-error {
  border-color: #d8a7ae;
  color: #681d2a;
  background: #fff2f4;
}

@keyframes life-ground-draw {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}
@keyframes life-runner-bob {
  from { translate: 0 0; }
  to { translate: 0 -5px; }
}
@keyframes life-arm-left {
  from { transform: rotate(58deg); }
  to { transform: rotate(-48deg); }
}
@keyframes life-arm-right {
  from { transform: rotate(-48deg); }
  to { transform: rotate(58deg); }
}
@keyframes life-leg-left {
  from { transform: rotate(45deg); }
  to { transform: rotate(-39deg); }
}
@keyframes life-leg-right {
  from { transform: rotate(-39deg); }
  to { transform: rotate(45deg); }
}
@keyframes life-speed-pass {
  0% { opacity: 0; transform: translateX(35px) scaleX(.45); }
  20%, 70% { opacity: .55; }
  100% { opacity: 0; transform: translateX(-70px) scaleX(1); }
}
@keyframes life-prop-arrive {
  to { opacity: 1; transform: translateY(0) scale(1) rotate(var(--tilt, 0deg)); }
}
@keyframes life-stage-away {
  to { opacity: 0; transform: scale(.97); visibility: hidden; }
}
@keyframes life-finale-in {
  to { opacity: 1; visibility: visible; pointer-events: auto; }
}

@media (max-width: 680px) {
  .flow-intake-page[data-intake-step="0"] .alpha-intake-intro { min-height: 500px; }
  .life-intro-stage { height: 340px; transform: scale(.86); }
  .life-phone { left: 8%; }
  .life-work { right: 8%; }
  .life-calendar { left: 14%; }
  .life-family { right: 12%; }
  .life-chat-one { right: 1%; }
  .life-chat-two { left: 0; }
  .life-wordmark span { display: block; margin: 12px 0 0; font-size: .17em; text-align: center; }
}
.life-intro-stage,
.life-ground,
.life-runner,
.stick-arm-left,
.stick-arm-right,
.stick-leg-left,
.stick-leg-right,
.life-speed,
.life-prop,
.life-intro-finale { animation-play-state: paused; }
.flow-intake-page.life-intro-ready .life-intro-stage,
.flow-intake-page.life-intro-ready .life-ground,
.flow-intake-page.life-intro-ready .life-runner,
.flow-intake-page.life-intro-ready .stick-arm-left,
.flow-intake-page.life-intro-ready .stick-arm-right,
.flow-intake-page.life-intro-ready .stick-leg-left,
.flow-intake-page.life-intro-ready .stick-leg-right,
.flow-intake-page.life-intro-ready .life-speed,
.flow-intake-page.life-intro-ready .life-prop,
.flow-intake-page.life-intro-ready .life-intro-finale { animation-play-state: running; }

@media (prefers-reduced-motion: reduce) {
  .life-intro-stage { display: none; }
  .life-intro-finale { opacity: 1; visibility: visible; pointer-events: auto; animation: none; }
  .flow-intake-page[data-intake-step="0"] .alpha-intake-intro { min-height: 420px; }
}

/* Light account surfaces — profile, feedback and progress match Flow. */
:root {
  color-scheme: light;
  background: #fbfbf9;
  color: #171715;
}
body,
.flow-account-page { background: #fbfbf9; color: #171715; }
a { color: #171715; }
.alpha-card,
.flow-account-page .alpha-card.narrow {
  border-color: #deded8;
  background: #ffffff;
  color: #171715;
}
.alpha-topbar { border-color: #deded8; }
.alpha-brand-mark {
  color: #ffffff;
  background: #171715;
}
.alpha-nav a {
  border-color: #d7d7d1;
  color: #4f4f4a;
}
.alpha-nav a:hover,
.alpha-nav a:focus-visible { border-color: #777771; color: #171715; }
.alpha-card input,
.alpha-card select,
.alpha-card textarea {
  border-color: #d5d5cf;
  background: #ffffff;
  color: #171715;
}
.alpha-card input::placeholder,
.alpha-card textarea::placeholder { color: #94948d; }
.alpha-secondary {
  border-color: #d2d2cc;
  color: #171715;
  background: transparent;
}
.alpha-eyebrow,
.alpha-muted,
.alpha-footer,
.flow-account-page .alpha-brand-by,
.flow-account-page .alpha-footer { color: #74746f; }
.alpha-list article,
.alpha-metric,
.alpha-intake-summary,
.flow-account-page .alpha-notice {
  border-color: #deded8;
  background: #f5f5f1;
  color: #171715;
}
.alpha-error {
  border-color: #d8a7ae;
  color: #681d2a;
  background: #fff2f4;
}
.alpha-success {
  border-color: #a9cbb7;
  color: #1f5b38;
  background: #f0faf4;
}
.alpha-notice {
  border-color: #cbd6df;
  color: #294b61;
  background: #f1f6f9;
}

/* Flow actions remain neutral across entry, onboarding and account surfaces. */
:root {
  --flow-button: #171715;
  --flow-button-hover: #000000;
}
.alpha-primary {
  border-color: #171715;
  color: #ffffff;
  background: #171715;
}
.alpha-primary:hover,
.alpha-primary:focus-visible {
  border-color: #000000;
  background: #000000;
}
.alpha-secondary:hover,
.alpha-secondary:focus-visible {
  border-color: #777771;
  color: #171715;
  background: #f5f5f1;
}
.alpha-card input[type="checkbox"],
.alpha-card input[type="radio"] { accent-color: #171715; }

/* Flowward onboarding v1 — Learn me */
.flow-intake-page .alpha-welcome-copy {
  max-width: 36ch;
  margin-top: 26px;
  color: #555551;
  line-height: 1.55;
}
.flow-intake-page .alpha-welcome-copy p { margin: 0; }
.flow-intake-page .alpha-welcome-copy small {
  display: block;
  margin-top: 6px;
  color: #858580;
  font-size: .82rem;
}
.flow-intake-page .alpha-question-hint {
  margin: -2px 0 0;
  color: #777773;
  font-size: .9rem;
}
.flow-intake-page .alpha-large-input {
  width: min(100%, 500px);
  height: 62px;
  margin: 24px auto 0;
  padding: 0 18px;
  border: 1px solid #d7d7d2;
  border-radius: 15px;
  background: #fff;
  color: #151515;
  font-size: 1.05rem;
}
.flow-intake-page .alpha-large-input:focus-visible {
  outline: 2px solid #151515;
  outline-offset: 3px;
}
.flow-intake-page .alpha-example-list {
  width: min(100%, 500px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 14px auto 0;
}
.flow-intake-page .alpha-example-list button {
  padding: 7px 11px;
  border: 1px solid #deded9;
  border-radius: 999px;
  color: #70706b;
  background: transparent;
  font-size: .76rem;
}
.flow-intake-page .alpha-example-list button:hover,
.flow-intake-page .alpha-example-list button:focus-visible {
  border-color: #777771;
  color: #151515;
}
.flow-intake-page .alpha-answer-button {
  min-width: 180px;
  margin: 22px auto 0;
}
.flow-intake-page .alpha-number-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 420px;
}
.flow-intake-page .alpha-number-grid label > span { font-size: 1.05rem; }
.flow-intake-page .alpha-multi-grid { margin-bottom: 0; }
.flow-intake-page .alpha-thinking-step { text-align: center; }
.flow-intake-page .alpha-thinking-step h2 {
  max-width: 24ch;
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  line-height: 1.2;
}
.alpha-thinking-mark {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 24px;
}
.alpha-thinking-mark span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #151515;
  animation: flow-thinking 1s ease-in-out infinite;
}
.alpha-thinking-mark span:nth-child(2) { animation-delay: .15s; }
.alpha-thinking-mark span:nth-child(3) { animation-delay: .3s; }
.flow-intake-page .alpha-summary-kicker {
  margin: 0 0 18px;
  color: #777773;
  font-size: .86rem;
}
.flow-intake-page .alpha-summary-question {
  margin: 26px 0 0;
  color: #151515;
  font-size: 1.15rem;
}
.flow-intake-page .alpha-confirm-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.flow-intake-page .alpha-confirm-actions button { min-width: 190px; }
.flow-intake-page .alpha-first-plan {
  width: min(100%, 520px);
  margin: 26px auto 0;
  padding: 24px;
  border: 1px solid #deded9;
  border-radius: 18px;
  background: #fff;
  text-align: left;
  line-height: 1.65;
}
.flow-intake-page .alpha-first-plan p { margin: 0; }
.flow-intake-page .alpha-first-plan .alpha-plan-note {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6e6e1;
  color: #777773;
  font-size: .8rem;
}
.flow-intake-page .alpha-finish-button {
  min-width: 245px;
  margin: 24px auto 0;
}
.flow-intake-page[data-intake-step="6"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="7"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="8"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="9"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="10"] .alpha-intake-intro,
.flow-intake-page[data-intake-step="11"] .alpha-intake-intro { display: none; }
.flow-intake-page[data-intake-step="9"] .alpha-intake-card { min-height: 420px; }

@keyframes flow-thinking {
  0%, 70%, 100% { transform: translateY(0); opacity: .35; }
  35% { transform: translateY(-7px); opacity: 1; }
}

@media (max-width: 560px) {
  .flow-intake-page .alpha-number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-intake-page .alpha-confirm-actions { flex-direction: column; }
  .flow-intake-page .alpha-confirm-actions button { width: 100%; }
  .flow-intake-page .alpha-welcome-copy { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .alpha-thinking-mark span { animation: none; opacity: .7; }
}

/* Flowward Sprint 1 — focused linear onboarding */
.flow-intake-page .alpha-intake-card {
  min-height: min(660px, calc(100dvh - 48px));
}
.flow-intake-page .alpha-intake-step { text-align: center; }
.flow-intake-page .alpha-question-hint { margin: -4px 0 0; }
.flow-intake-page .alpha-multi-grid {
  width: min(100%, 460px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}
.flow-intake-page .alpha-multi-grid label > span {
  min-height: 54px;
  height: auto;
  padding-block: 12px;
}
.flow-intake-page #current-focus {
  min-height: 132px;
  text-align: left;
}
.flow-intake-page .alpha-first-focus {
  width: min(100%, 520px);
  margin: 24px auto 0;
  color: #151515;
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  line-height: 1.25;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.flow-intake-page .alpha-focus-note {
  max-width: 48ch;
  margin: 20px auto 0;
  color: #73736e;
  font-size: .88rem;
  line-height: 1.55;
}
.flow-intake-page[data-intake-step="1"] .alpha-intake-card,
.flow-intake-page[data-intake-step="2"] .alpha-intake-card,
.flow-intake-page[data-intake-step="3"] .alpha-intake-card,
.flow-intake-page[data-intake-step="4"] .alpha-intake-card,
.flow-intake-page[data-intake-step="5"] .alpha-intake-card,
.flow-intake-page[data-intake-step="6"] .alpha-intake-card,
.flow-intake-page[data-intake-step="7"] .alpha-intake-card,
.flow-intake-page[data-intake-step="8"] .alpha-intake-card {
  align-content: center;
}
@media (max-width: 560px) {
  .flow-intake-page { padding: 16px; }
  .flow-intake-page .alpha-shell { width: min(100%, 560px); }
  .flow-intake-page .alpha-intake-card {
    min-height: calc(100dvh - 32px);
    padding-block: 24px;
  }
  .flow-intake-page .alpha-multi-grid { grid-template-columns: 1fr; }
  .flow-intake-page .alpha-choice-grid label > span {
    min-height: 50px;
    height: auto;
    padding-block: 11px;
  }
}
