:root {
  --navy: #263f72;
  --navy-deep: #172b52;
  --teal: #168d99;
  --teal-soft: #e2f5f4;
  --lavender: #eee8f7;
  --purple: #8060aa;
  --gold: #c38d30;
  --ink: #24313a;
  --muted: #5a6870;
  --cream: #fcfaf6;
  --white: #fff;
  --line: #dce2e5;
  --font-family: Montserrat, Avenir Next, Avenir, system-ui, sans-serif;
  --watercolor: none;
  color: var(--ink);
  font-family: var(--font-family);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { background: var(--cream); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: linear-gradient(180deg, #fff 0, var(--cream) 60%); }
button, input, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--navy); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { color: var(--navy-deep); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; transform: translateY(-150%); border-radius: 8px; background: var(--navy-deep); color: white; }
.skip-link:focus { transform: translateY(0); }
.sr-only { 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; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
[data-focus-heading]:focus { outline: none; }

.site-header { min-height: 82px; max-width: 1220px; margin: auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header img { width: 174px; height: auto; display: block; }
.site-header p { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }

.hero { position: relative; max-width: 1180px; margin: 0 auto; padding: 52px 22px 64px; display: grid; gap: 40px; overflow: hidden; border-radius: 0 0 28px 28px; background: linear-gradient(120deg, rgba(227,247,246,.94), rgba(255,255,255,.97) 51%, rgba(239,232,248,.94)), var(--watercolor) center/cover; }
.hero::after { content: ''; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -150px; border: 34px solid rgba(128,96,170,.11); border-radius: 50%; }
.hero-copy, .intro-card { position: relative; z-index: 1; }
.eyebrow, .section-label, .card-kicker, .question-number { margin: 0 0 12px; color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.hero h1, .results-hero h1 { margin: 0; font-size: clamp(2.55rem, 10vw, 4.6rem); line-height: 1.02; letter-spacing: -.045em; }
.lede { max-width: 700px; margin: 24px 0; color: #465862; font-size: 1.08rem; line-height: 1.7; }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.5; }
.intro-card { padding: 28px 24px; align-self: center; border: 1px solid rgba(38,63,114,.15); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 18px 55px rgba(38,63,114,.1); }
.intro-card h2 { margin: 0; font-size: 1.65rem; line-height: 1.2; }
.intro-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.intro-card li { padding: 14px 0; display: flex; gap: 12px; align-items: center; border-top: 1px solid var(--line); color: #43515a; font-weight: 650; }
.intro-card li span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--teal-soft); color: #0a6770; font-size: .68rem; font-weight: 850; }
.before-you-begin { max-width: 1080px; margin: 0 auto; padding: 58px 22px; display: grid; gap: 20px; }
.before-you-begin h2 { margin: 0; font-size: 2rem; line-height: 1.15; }
.before-you-begin > p { margin: 0; color: var(--muted); line-height: 1.75; }

.button { min-height: 48px; padding: 13px 19px; display: inline-flex; justify-content: center; align-items: center; gap: 7px; border: 2px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; }
.button.primary { background: var(--navy); color: white; box-shadow: 0 10px 26px rgba(38,63,114,.19); }
.button.primary:hover { background: var(--navy-deep); }
.button.secondary { border-color: var(--navy); background: white; color: var(--navy); }
.button.secondary:hover { background: #f4f6fa; }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button.disabled { opacity: .62; cursor: not-allowed; }
.text-button { border: 0; background: transparent; color: var(--navy); text-decoration: underline; box-shadow: none; }

.progress-wrap { position: sticky; top: 0; z-index: 20; padding: 12px 18px; border-block: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.progress-copy { max-width: 1060px; margin: 0 auto 8px; display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.progress-track { max-width: 1060px; height: 7px; margin: auto; overflow: hidden; border-radius: 99px; background: #e7ebed; }
.progress-track span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--purple)); }
.question-layout { max-width: 1060px; margin: 0 auto; padding: 36px 16px 72px; display: grid; gap: 20px; }
.domain-panel { padding: 6px 5px; }
.domain-panel h2 { margin: 0 0 10px; font-size: 1.38rem; line-height: 1.2; }
.domain-panel > p:not(.section-label) { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.domain-panel .domain-position { margin-top: 16px !important; color: var(--navy) !important; font-weight: 750; }
.question-card { padding: 25px 18px; border: 1px solid rgba(38,63,114,.16); border-radius: 20px; background: white; box-shadow: 0 16px 50px rgba(38,63,114,.08); }
.question-card h1 { margin: 0 0 10px; font-size: clamp(1.8rem, 8vw, 2.75rem); line-height: 1.08; letter-spacing: -.035em; }
.question-prompt { margin: 18px 0 0; color: #354750; font-size: 1.06rem; line-height: 1.65; }
.question-context { margin: 10px 0 0; padding-left: 14px; border-left: 3px solid var(--teal); color: var(--muted); font-size: .9rem; line-height: 1.6; }
.scale-help { margin: 22px 0; padding: 0 0 18px; border-bottom: 1px solid var(--line); }
.scale-help summary { color: var(--navy); cursor: pointer; font-weight: 800; }
.scale-help dl { margin: 16px 0 0; }
.scale-help dl div { padding: 10px 0; border-top: 1px solid var(--line); }
.scale-help dt { color: var(--navy-deep); font-size: .84rem; font-weight: 800; }
.scale-help dd { margin: 4px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 12px; color: var(--navy-deep); font-size: .88rem; font-weight: 850; }
.answer-list { display: grid; gap: 10px; }
.answer-option { position: relative; min-height: 62px; padding: 13px 13px; display: flex; gap: 12px; align-items: flex-start; border: 1px solid #cbd3d7; border-radius: 12px; background: #fff; cursor: pointer; }
.answer-option:hover { border-color: var(--teal); background: #fbfefe; }
.answer-option.selected { border: 2px solid var(--purple); padding: 12px; background: linear-gradient(90deg, rgba(226,245,244,.7), rgba(238,232,247,.7)); }
.answer-option input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.answer-option:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 3px; }
.radio { width: 20px; height: 20px; margin-top: 1px; flex: 0 0 auto; border: 2px solid #83929a; border-radius: 50%; background: white; }
.selected .radio { border: 6px solid var(--purple); }
.answer-option strong { display: block; color: var(--navy-deep); font-size: .89rem; line-height: 1.35; }
.validation-message { min-height: 1.4em; margin: 15px 0 0; color: #8b2457; font-size: .82rem; font-weight: 750; }
.question-actions { margin-top: 20px; display: flex; justify-content: space-between; gap: 12px; }

.results-page { background: linear-gradient(rgba(252,250,246,.92), rgba(252,250,246,.98)), var(--watercolor) center top/100% auto no-repeat; }
.results-hero { max-width: 920px; margin: 0 auto; padding: 56px 20px 45px; text-align: center; }
.results-hero > p:last-child { max-width: 780px; margin: 24px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.profile-section, .selections, .education-grid, .recommendation-block, .disclaimer, .information-note, .results-actions { max-width: 1120px; margin: 0 auto 28px; }
.profile-section { padding: 25px 18px; border: 1px solid rgba(38,63,114,.16); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 18px 55px rgba(38,63,114,.08); }
.section-heading h2, .selections h2, .education-grid h2, .recommendation-block > h2 { margin: 0; font-size: 1.7rem; line-height: 1.18; }
.section-heading > p:last-child, .selections article > p, .education-grid article > p, .recommendation-block > p { color: var(--muted); line-height: 1.65; }
.profile-list { margin: 25px 0 0; padding: 0; list-style: none; }
.profile-row { padding: 18px 0; border-top: 1px solid var(--line); }
.profile-row > div { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.profile-row h3 { margin: 0; font-size: .98rem; line-height: 1.35; }
.profile-row p { margin: 8px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.status-label { max-width: 160px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 7px; color: var(--navy-deep); font-size: .7rem; font-weight: 850; line-height: 1.3; text-align: right; }
.status-icon { width: 12px; height: 12px; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 50%; background: var(--teal-soft); }
.building-independence .status-icon { border-radius: 2px; background: var(--lavender); }
.support-still-needed .status-icon { border-radius: 2px; transform: rotate(45deg); background: #f8e8c9; }
.worth-closer-look .status-icon { border-radius: 0; background: #f2dfeb; }
.not-enough-information .status-icon { border-style: dashed; background: white; }
.information-note { padding: 24px 20px; border-left: 5px solid var(--gold); background: white; }
.information-note h2 { margin: 0; font-size: 1.3rem; }
.information-note p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.selections, .education-grid { padding-inline: 16px; display: grid; gap: 20px; }
.selections article, .education-grid article { padding: 25px 20px; border: 1px solid rgba(38,63,114,.15); border-radius: 18px; background: rgba(255,255,255,.95); }
.selection-list { margin: 22px 0 0; padding: 0; list-style: none; }
.selection-list li { padding: 14px 0; border-top: 1px solid var(--line); }
.selection-list h3 { margin: 0; font-size: 1rem; }
.selection-list p { margin: 6px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.lower-independence { margin-top: 22px !important; font-size: .8rem; }
.recommendation-block { padding: 36px 18px; background: linear-gradient(120deg, rgba(226,245,244,.85), rgba(255,255,255,.97), rgba(238,232,247,.85)); border-block: 1px solid rgba(38,63,114,.15); }
.recommendation-block > p:not(.section-label) { max-width: 840px; }
.pathway-grid { margin-top: 28px; display: grid; gap: 18px; }
.pathway-card { padding: 25px 20px; display: flex; flex-direction: column; border: 1px solid rgba(38,63,114,.2); border-radius: 18px; background: white; }
.pathway-card.recommended { border: 3px solid var(--teal); padding: 23px 18px; box-shadow: 0 16px 45px rgba(22,141,153,.13); }
.recommended-label { margin: 0 0 13px; color: #0b6971; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.secondary-label { color: var(--muted); }
.pathway-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.25; }
.pathway-card > p:not(.recommended-label):not(.price-label) { flex: 1; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.pathway-benefits { margin: 4px 0 18px; padding-left: 20px; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.price-label { color: var(--navy); font-size: .78rem; font-weight: 850; }
.pathway-card .button { margin-top: 10px; }
.choice-note { text-align: center; font-size: .8rem; }
.results-actions { padding: 0 18px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.disclaimer { padding: 25px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.9); color: var(--muted); font-size: .75rem; line-height: 1.65; }
.disclaimer h2 { margin: 0 0 8px; font-size: 1.1rem; }
.disclaimer p { margin: 0; }
.disclaimer.compact { margin: 0 auto 58px; }
footer { max-width: 1120px; margin: auto; padding: 25px 20px 45px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .75rem; }

.paid-hero { max-width: 1180px; margin: 0 auto 34px; padding: 52px 22px; display: grid; gap: 28px; border-radius: 0 0 28px 28px; background: linear-gradient(120deg, rgba(227,247,246,.94), rgba(255,255,255,.97) 51%, rgba(239,232,248,.94)); }
.paid-hero h1, .narrow-page h1, .intake-page h1 { margin: 0; font-size: clamp(2.2rem, 9vw, 4.2rem); line-height: 1.03; letter-spacing: -.04em; }
.offer-card { padding: 28px 24px; align-self: center; border: 1px solid rgba(38,63,114,.18); border-radius: 20px; background: white; box-shadow: 0 18px 55px rgba(38,63,114,.1); }
.offer-card p { color: var(--muted); line-height: 1.6; }
.offer-price { margin: 0; color: var(--navy-deep) !important; font-size: 3.3rem; font-weight: 850; letter-spacing: -.06em; }
.content-section { max-width: 1080px; margin: 0 auto 28px; padding: 34px 22px; border: 1px solid rgba(38,63,114,.14); border-radius: 20px; background: rgba(255,255,255,.96); }
.content-section h2 { margin: 0 0 14px; font-size: 1.8rem; }
.content-section p, .content-section li { color: var(--muted); line-height: 1.7; }
.split, .quote-grid { display: grid; gap: 20px; }
.quote-grid blockquote { margin: 0; padding: 22px; border-left: 4px solid var(--teal); background: var(--teal-soft); color: var(--navy-deep); font-weight: 750; line-height: 1.55; }
.check-list { margin: 20px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.excluded-list li::before { content: '—'; color: #8b2457; }
.deliverable-clusters { margin-top: 24px; display: grid; gap: 14px; }
.deliverable-clusters article { padding: 22px 18px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #fff, rgba(226,245,244,.45)); }
.deliverable-clusters h3 { margin: 0; font-size: 1.08rem; line-height: 1.35; }
.deliverable-clusters .check-list { margin-top: 14px; }
.scope-grid { display: grid; gap: 20px; }
.scope-secondary { padding: 20px; border-radius: 14px; background: var(--cream); }
.scope-secondary h2 { font-size: 1.35rem; }
.scope-secondary .check-list { margin-top: 14px; gap: 7px; font-size: .88rem; }
.button-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.faq-list details { padding: 17px 0; border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--navy-deep); font-weight: 800; line-height: 1.5; }
.narrow-page, .intake-page { max-width: 820px; margin: 0 auto; padding: 48px 20px 70px; }
.narrow-page .check-list { margin-block: 28px; }
.notice { margin: 26px 0; padding: 22px; border-left: 5px solid var(--gold); background: #fff8e8; color: #394851; line-height: 1.65; }
.notice h2 { margin-top: 0; font-size: 1.3rem; }
.notice p:last-child { margin-bottom: 0; }
.acknowledgment, .ack-list label { padding: 16px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--navy-deep); font-weight: 650; line-height: 1.55; cursor: pointer; }
.acknowledgment input, .ack-list input { width: 21px; height: 21px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--purple); }
.intake-page { max-width: 900px; }
.intake-page form { margin-top: 28px; }
.intake-field { margin: 0 0 26px; }
.intake-field > label, .intake-field legend { display: block; margin: 0 0 10px; color: var(--navy-deep); font-size: 1rem; font-weight: 800; line-height: 1.55; }
.intake-field input:not([type=radio]):not([type=checkbox]), .intake-field textarea { width: 100%; padding: 14px; border: 1px solid #9cabb2; border-radius: 9px; background: white; color: var(--ink); font: inherit; line-height: 1.5; }
.intake-field textarea { min-height: 112px; resize: vertical; }
.optional { color: var(--muted); font-size: .72rem; font-weight: 600; }
.field-hint { margin: -4px 0 10px; color: var(--muted); font-size: .82rem; }
.choice-list { display: grid; gap: 8px; }
.choice-list label { min-height: 48px; padding: 11px 13px; display: flex; gap: 10px; align-items: flex-start; border: 1px solid #cbd3d7; border-radius: 10px; background: white; cursor: pointer; line-height: 1.45; }
.choice-list label:has(input:checked) { border: 2px solid var(--purple); padding: 10px 12px; background: var(--lavender); }
.choice-list input { width: 19px; height: 19px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--purple); }
.extra-answer { margin-top: 12px !important; font-size: .82rem !important; }
.extra-answer input { margin-top: 7px; }
.ack-list { display: grid; gap: 12px; margin-bottom: 28px; }

@media (min-width: 720px) {
  .site-header { padding-inline: 30px; }
  .hero { padding: 72px 55px 82px; grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr); align-items: center; }
  .before-you-begin { padding: 72px 30px; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 60px; }
  .question-layout { padding: 58px 24px 90px; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }
  .domain-panel { position: sticky; top: 90px; }
  .question-card { padding: 38px 34px; }
  .answer-option { padding: 15px 16px; }
  .answer-option.selected { padding: 14px 15px; }
  .results-hero { padding-top: 76px; }
  .profile-section { padding: 38px 32px; }
  .profile-row { padding: 20px 0; }
  .profile-row > div { align-items: center; }
  .selections, .education-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 0; }
  .selections > article:only-child { grid-column: 1 / -1; }
  .recommendation-block { padding: 52px 42px; border: 1px solid rgba(38,63,114,.15); border-radius: 24px; }
  .pathway-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-card { padding: 32px 28px; }
  .pathway-card.recommended { padding: 30px 26px; }
  .paid-hero { padding: 72px 55px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
  .split, .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deliverable-clusters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .scope-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: start; }
  .scope-secondary .check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
  .content-section { padding: 42px 38px; }
  .choice-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .site-header p { display: none; }
  .site-header { justify-content: center; }
  .hero-copy .button { width: 100%; }
  .question-actions .button { flex: 1; }
  .profile-section, .information-note, .disclaimer { border-radius: 0; border-inline: 0; }
  .profile-row > div { display: grid; }
  .status-label { max-width: none; justify-content: flex-start; text-align: left; }
  footer { flex-direction: column; align-items: center; text-align: center; }
  .paid-hero, .content-section { border-radius: 0; border-inline: 0; }
  .paid-hero .button, .button-row .button, .narrow-page > .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .results-actions, .pathway-card .button, footer { display: none !important; }
  .results-page { background: white; }
  .profile-section, .selections article, .education-grid article, .pathway-card, .recommendation-block { box-shadow: none; break-inside: avoid; }
}
