:root {
  --ink: #f9f3e8;
  --muted: #cbbcd0;
  --night: #070409;
  --night-soft: #100817;
  --plum: #2a0d35;
  --purple: #6b2c85;
  --purple-light: #b783cc;
  --gold: #d7a436;
  --gold-light: #ffe18a;
  --gold-dark: #7b4e09;
  --line: rgba(255, 214, 113, .25);
  --paper: #fffaf0;
  --paper-ink: #28182d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 7%, rgba(107, 44, 133, .28), transparent 28rem),
    radial-gradient(circle at 90% 34%, rgba(215, 164, 54, .1), transparent 30rem),
    var(--night);
  font: 1rem/1.65 var(--sans);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; top: .8rem; left: .8rem; z-index: 100; padding: .7rem 1rem; color: #120817; background: var(--gold-light); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.diagnostic-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .7rem clamp(1.2rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 4, 9, .94);
  backdrop-filter: blur(16px);
}
.diagnostic-brand { display: inline-flex; align-items: center; gap: .8rem; }
.diagnostic-brand img { width: 3.7rem; aspect-ratio: 1.2; object-fit: cover; border: 1px solid var(--line); }
.diagnostic-brand span { display: grid; line-height: 1.1; }
.diagnostic-brand strong { font: 700 .9rem/1.1 var(--serif); text-transform: uppercase; letter-spacing: .1em; }
.diagnostic-brand small { margin-top: .28rem; color: var(--gold-light); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.diagnostic-header nav { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.8rem); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.diagnostic-header nav a { padding: .55rem 0; }
.diagnostic-header nav a:hover { color: var(--gold-light); }

.eyebrow { margin: 0 0 1rem; color: var(--gold-light); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .2em; }
.diagnostic-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  min-height: calc(100svh - 5.5rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 6vw, 6.5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.diagnostic-hero::before { position: absolute; top: 50%; left: -16rem; width: 35rem; aspect-ratio: 1; border: 1px solid rgba(255, 225, 138, .11); border-radius: 50%; content: ""; box-shadow: 0 0 0 5rem rgba(255, 225, 138, .018), 0 0 0 10rem rgba(107, 44, 133, .02); transform: translateY(-50%); }
.hero-stars { position: absolute; inset: 0; pointer-events: none; }
.hero-stars span { position: absolute; color: var(--gold-light); opacity: .45; animation: shimmer 4s ease-in-out infinite; }
.hero-stars span:nth-child(1) { top: 12%; left: 45%; font-size: 1.5rem; }
.hero-stars span:nth-child(2) { top: 31%; right: 4%; font-size: 1rem; animation-delay: .7s; }
.hero-stars span:nth-child(3) { bottom: 12%; left: 7%; font-size: 1.8rem; animation-delay: 1.4s; }
.hero-stars span:nth-child(4) { right: 37%; bottom: 7%; animation-delay: 2.1s; }
.diagnostic-hero-copy { position: relative; z-index: 1; max-width: 55rem; }
.diagnostic-hero h1 { max-width: 10ch; margin: 0; font: 500 clamp(4rem, 8.3vw, 8.8rem)/.83 var(--serif); letter-spacing: -.06em; }
.diagnostic-hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-question { margin: 1.7rem 0 .5rem; color: var(--gold-light); font: 500 clamp(1.45rem, 2.6vw, 2.25rem)/1.1 var(--serif); }
.hero-lead { max-width: 42rem; margin: .8rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.result-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.6rem; }
.result-pills span { padding: .45rem .7rem; border: 1px solid var(--line); color: #ecdfef; font-size: .69rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.55rem; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .75rem; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .09em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-paypal, .button-gold { color: #170c1b; background: linear-gradient(120deg, #bd7e16, var(--gold-light) 48%, #cf8e1e); box-shadow: 0 1rem 2.7rem rgba(215, 164, 54, .18); }
.button-begin { border-color: var(--line); color: var(--gold-light); background: rgba(107, 44, 133, .18); }
.button-begin:hover { background: rgba(107, 44, 133, .35); }
.button-outline { border-color: rgba(65, 36, 71, .23); color: var(--paper-ink); background: transparent; }
.payment-note { max-width: 44rem; margin: 1rem 0 0; color: #a999ae; font-size: .77rem; }
.diagnostic-poster { position: relative; z-index: 1; width: min(31rem, 100%); justify-self: center; border: 1px solid rgba(255, 225, 138, .42); background: #130918; box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, .58), 0 0 4rem rgba(107, 44, 133, .18); transform: rotate(1deg); transition: transform .25s ease, box-shadow .25s ease; }
.diagnostic-poster:hover { box-shadow: 0 3rem 8rem rgba(0, 0, 0, .64), 0 0 5rem rgba(215, 164, 54, .16); transform: rotate(0) translateY(-5px); }
.diagnostic-poster img { width: 100%; }
.diagnostic-poster span { display: block; padding: .8rem 1rem; color: var(--gold-light); font-size: .68rem; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .13em; }

.how-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 8rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 6.5rem); background: linear-gradient(135deg, #18071f, #0b050e); }
.how-section h2, .checkout-copy h2, .assessment-heading h2 { max-width: 11ch; margin: 0; font: 500 clamp(3rem, 5.8vw, 6.2rem)/.94 var(--serif); letter-spacing: -.05em; }
.how-section h2 em, .checkout-copy h2 em, .assessment-heading h2 em { color: var(--gold-light); font-weight: 400; }
.how-section ol { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.how-section li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.3rem; min-height: 9rem; padding: 1.4rem; border: 1px solid var(--line); background: rgba(255, 255, 255, .035); }
.how-section li > span { display: grid; width: 4.2rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font: 500 1rem/1 var(--serif); }
.how-section h3 { margin: 0; font: 500 1.7rem/1.1 var(--serif); }
.how-section li p { margin: .45rem 0 0; color: var(--muted); }

.checkout-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 50%, rgba(107, 44, 133, .3), transparent 32rem), var(--night); }
.checkout-copy > p:last-child { max-width: 37rem; color: var(--muted); }
.checkout-card { display: grid; gap: .8rem; padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid rgba(255, 225, 138, .4); background: linear-gradient(150deg, rgba(67, 25, 79, .75), rgba(13, 7, 16, .9)); box-shadow: 0 2rem 5rem rgba(0, 0, 0, .28); }
.checkout-card > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid rgba(255, 225, 138, .12); }
.checkout-card > div span { display: grid; width: 2.2rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-weight: 900; }
.checkout-card > div p { margin: 0; color: var(--muted); }
.checkout-card > div strong { color: white; }
.checkout-card .button-paypal { margin-top: 1rem; }
.support-link { padding: .6rem; color: var(--gold-light); font-size: .74rem; font-weight: 800; text-align: center; text-decoration: underline; text-underline-offset: .25rem; }

.assessment-shell { padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 7vw, 8rem); background: radial-gradient(circle at 10% 10%, rgba(107, 44, 133, .24), transparent 28rem), #0b060e; }
.assessment-heading { max-width: 69rem; margin: 0 auto 2.5rem; }
.assessment-heading > p:last-child { max-width: 48rem; color: var(--muted); }
.snapshot-form { display: grid; max-width: 69rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: auto; padding: clamp(1.3rem, 4vw, 3rem); border: 1px solid var(--line); background: rgba(255, 255, 255, .035); }
.snapshot-form label, .money-move-section label, .calculator-card label { display: grid; gap: .5rem; color: var(--gold-light); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.wide-field { grid-column: 1 / -1; }
input, textarea, select { width: 100%; min-height: 3.25rem; padding: .8rem .95rem; border: 1px solid rgba(255, 225, 138, .23); border-radius: 0; color: var(--ink); background: rgba(7, 4, 9, .72); outline: none; }
textarea { min-height: 6rem; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(255, 225, 138, .1); }
.snapshot-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: .7rem; }
.text-button { padding: .6rem; border: 0; color: var(--gold-light); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; text-decoration: underline; text-underline-offset: .25rem; }

.quiz-panel { max-width: 62rem; min-height: 37rem; margin: auto; padding: clamp(1.3rem, 4vw, 3rem); border: 1px solid rgba(255, 225, 138, .4); background: linear-gradient(145deg, rgba(59, 21, 73, .68), rgba(10, 5, 13, .96)); box-shadow: 0 2rem 6rem rgba(0, 0, 0, .32); }
.quiz-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.quiz-meta > div { display: grid; gap: .25rem; }
.quiz-meta span { color: var(--gold-light); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.quiz-meta strong { color: var(--muted); font-size: .8rem; font-weight: 600; }
.progress-track { height: .38rem; margin: 1.4rem 0 clamp(2rem, 5vw, 4rem); overflow: hidden; background: rgba(255, 255, 255, .09); }
.progress-track span { display: block; width: 2.5%; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transition: width .25s ease; }
.question-stage { display: grid; }
.question-zone { margin: 0 0 .65rem; color: var(--purple-light); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.question-stage h3 { max-width: 26ch; margin: 0; font: 500 clamp(2rem, 4vw, 3.8rem)/1.05 var(--serif); }
.answer-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: .55rem; margin-top: clamp(2rem, 5vw, 4rem); }
.answer-option { display: grid; min-height: 7rem; place-items: center; gap: .35rem; padding: .8rem .45rem; border: 1px solid var(--line); color: var(--muted); background: rgba(255, 255, 255, .03); cursor: pointer; text-align: center; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.answer-option:hover { border-color: rgba(255, 225, 138, .7); background: rgba(255, 225, 138, .07); transform: translateY(-2px); }
.answer-option.is-selected { border-color: var(--gold-light); color: white; background: linear-gradient(145deg, rgba(215, 164, 54, .25), rgba(107, 44, 133, .32)); box-shadow: inset 0 0 0 1px rgba(255, 225, 138, .25); }
.answer-option b { display: grid; width: 2.4rem; aspect-ratio: 1; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--gold-light); font: 500 1rem/1 var(--serif); }
.answer-option span { font-size: .69rem; font-weight: 800; }
.question-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.question-actions .button { min-width: 10rem; }
.question-actions .button:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .42; transform: none; }

.results-panel { max-width: 78rem; margin: auto; color: var(--paper-ink); background: var(--paper); box-shadow: 0 2rem 7rem rgba(0, 0, 0, .46); }
.results-panel > section, .report-header, .report-footer { padding: clamp(1.5rem, 5vw, 4rem); }
.report-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(65, 36, 71, .18); color: white; background: linear-gradient(115deg, #260c31, #100817 60%, #34133d); }
.report-header p { margin: 0; color: var(--gold-light); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.report-header h2 { margin: .5rem 0 0; font: 500 clamp(2.4rem, 5vw, 5rem)/.95 var(--serif); }
.report-header > span { max-width: 10rem; color: #d9c8dd; font-size: .7rem; text-align: right; text-transform: uppercase; letter-spacing: .12em; }
.results-panel .eyebrow { color: var(--purple); }
.result-intro { background: radial-gradient(circle at 88% 20%, rgba(215, 164, 54, .14), transparent 19rem); }
.result-intro h3 { max-width: 15ch; margin: 0; color: var(--plum); font: 500 clamp(3.2rem, 7vw, 7rem)/.9 var(--serif); letter-spacing: -.055em; }
.result-intro blockquote { margin: 1.5rem 0 .7rem; color: var(--gold-dark); font: italic 500 clamp(1.3rem, 2.4vw, 2rem)/1.2 var(--serif); }
.result-intro > p:last-child { max-width: 50rem; color: #6e5e72; }
.score-section { border-top: 1px solid rgba(65, 36, 71, .15); }
.score-section h3, .snapshot-report h3, .money-move-section h3, .calculator-section h3, .declaration-section h3 { margin: 0 0 1.5rem; color: var(--plum); font: 500 clamp(2rem, 4vw, 3.5rem)/1 var(--serif); }
.score-grid { display: grid; gap: .9rem; }
.score-row { display: grid; grid-template-columns: minmax(11rem, .5fr) minmax(10rem, 1fr) auto; align-items: center; gap: 1rem; }
.score-row > span { color: #5e4c63; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.score-bar { height: .65rem; overflow: hidden; background: #e6dce7; }
.score-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--purple), var(--gold)); }
.score-row b { min-width: 3.7rem; color: var(--plum); text-align: right; }
.secondary-result { margin: 1.5rem 0 0; color: #6e5e72; }
.reset-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-top: 1px solid rgba(65, 36, 71, .15); background: #f5ebf4; }
.reset-section > div { padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid rgba(65, 36, 71, .15); background: rgba(255, 255, 255, .55); }
.reset-section p:last-child { color: #5e4c63; }
.reset-section blockquote { margin: 0; color: var(--plum); font: 500 clamp(1.35rem, 2.5vw, 2.15rem)/1.25 var(--serif); }
.snapshot-report { border-top: 1px solid rgba(65, 36, 71, .15); }
#snapshot-report-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.snapshot-item { padding: 1rem; border: 1px solid rgba(65, 36, 71, .14); background: white; }
.snapshot-item span { display: block; color: #836e87; font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.snapshot-item strong { display: block; margin-top: .35rem; color: var(--plum); overflow-wrap: anywhere; }
.snapshot-item.wide { grid-column: 1 / -1; }
.money-move-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem 2rem; border-top: 1px solid rgba(65, 36, 71, .15); background: #291032; color: white; }
.money-move-section > div { grid-row: span 2; }
.money-move-section .eyebrow { color: var(--gold-light); }
.money-move-section h3 { color: white; }
.money-move-section > div > p:last-child { color: #d4c2d8; }
.money-move-section label { color: var(--gold-light); }
.money-move-section select, .money-move-section input { color: white; background: rgba(0, 0, 0, .25); }
.calculator-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); border-top: 1px solid rgba(65, 36, 71, .15); }
.calculator-section > div:first-child p:last-child { color: #6e5e72; }
.calculator-card { display: grid; gap: 1rem; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid rgba(65, 36, 71, .18); background: #f6edf5; }
.calculator-card label { color: var(--purple); }
.calculator-card input, .calculator-card textarea { border-color: rgba(65, 36, 71, .22); color: var(--paper-ink); background: white; }
.calculator-card > p { margin: .2rem 0 .5rem; padding: 1rem; color: var(--plum); background: white; font: 500 clamp(1.1rem, 2vw, 1.5rem)/1.3 var(--serif); text-align: center; }
.calculator-card > p strong { color: var(--purple); font-size: 1.35em; }
.calculator-card > p b { color: var(--gold-dark); }
.declaration-section { border-top: 1px solid rgba(65, 36, 71, .15); background: radial-gradient(circle at 50% 0, rgba(215, 164, 54, .14), transparent 22rem), #fff9ec; }
.declaration-section > p:last-child { max-width: 65rem; margin-bottom: 0; color: #58485b; font: 500 clamp(1.15rem, 2.2vw, 1.6rem)/1.65 var(--serif); }
.reset-next-step { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 1.5rem 2.5rem; border-top: 1px solid rgba(65, 36, 71, .15); color: white; background: radial-gradient(circle at 86% 20%, rgba(215,164,54,.18), transparent 18rem), linear-gradient(125deg,#210b2b,#0f0714); }
.reset-next-step > div:first-child { max-width: 55rem; }
.reset-next-step h3 { margin: 0; color: white; font: 500 clamp(2.3rem,4.5vw,4.5rem)/.96 var(--serif); letter-spacing: -.045em; }
.reset-next-step h3 em { color: var(--gold-light); font-weight: 400; }
.reset-next-step > div:first-child > p:last-child { color: #d8c7dc; }
.reset-next-offers { display: flex; gap: .6rem; }
.reset-next-offers span { display: grid; min-width: 8rem; padding: .8rem 1rem; border: 1px solid rgba(255,225,138,.28); background: rgba(255,255,255,.04); }
.reset-next-offers small { color: #c5b4ca; font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.reset-next-offers strong { color: var(--gold-light); font: 500 1.4rem/1.2 var(--serif); }
.reset-next-step > .button { grid-column: 1 / -1; width: fit-content; }
.report-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; border-top: 1px solid rgba(65, 36, 71, .16); color: #766779; font-size: .68rem; }
.report-actions { display: flex; flex-wrap: wrap; gap: .8rem; padding: 1.5rem clamp(1.5rem, 5vw, 4rem) 3rem; border-top: 1px solid rgba(65, 36, 71, .15); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); color: #ad9ab3; background: #060308; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer > div { display: grid; }
.site-footer strong { color: white; }
.site-footer span { color: var(--gold-light); }
.site-footer p { margin: 0; text-align: right; }
.site-footer em { color: var(--gold-light); font: 400 1.3rem/1 var(--serif); text-transform: none; }
.noscript { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 50; margin: 0; padding: 1rem; color: #190c1d; background: var(--gold-light); text-align: center; }

@keyframes shimmer { 0%, 100% { opacity: .28; transform: scale(.85); } 50% { opacity: .8; transform: scale(1.15); } }

@media (max-width: 940px) {
  .diagnostic-header nav a:nth-child(2), .diagnostic-header nav a:nth-child(4) { display: none; }
  .diagnostic-hero, .how-section, .checkout-section, .calculator-section { grid-template-columns: 1fr; }
  .diagnostic-hero { min-height: auto; }
  .diagnostic-poster { width: min(36rem, 90vw); }
  .how-section > div { max-width: 48rem; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 4.8rem; }
  .diagnostic-header { min-height: 4.8rem; padding: .55rem 1rem; }
  .diagnostic-brand img { width: 3rem; }
  .diagnostic-brand small { display: none; }
  .diagnostic-header nav a:first-child { display: none; }
  .diagnostic-header nav { margin-left: auto; }
  .diagnostic-hero { padding-top: 3rem; }
  .diagnostic-hero h1 { font-size: clamp(3.6rem, 18vw, 5.4rem); }
  .hero-actions, .snapshot-actions, .report-actions { display: grid; }
  .hero-actions .button, .snapshot-actions .button, .snapshot-actions .text-button, .report-actions .button { width: 100%; }
  .diagnostic-poster { width: 100%; transform: none; }
  .how-section li { grid-template-columns: 1fr; }
  .snapshot-form { grid-template-columns: 1fr; }
  .wide-field { grid-column: auto; }
  .quiz-meta { align-items: flex-start; flex-direction: column; }
  .quiz-meta .text-button { align-self: flex-end; }
  .answer-scale { grid-template-columns: 1fr; }
  .answer-option { min-height: 4rem; grid-template-columns: auto 1fr; justify-content: start; place-items: center start; padding: .65rem 1rem; text-align: left; }
  .answer-option b { grid-row: 1; }
  .answer-option span { grid-column: 2; }
  .question-actions { align-items: stretch; flex-direction: column-reverse; }
  .question-actions .button, .question-actions .text-button { width: 100%; }
  .report-header, .site-footer { align-items: flex-start; flex-direction: column; }
  .report-header > span, .site-footer p { text-align: left; }
  .score-row { grid-template-columns: 1fr auto; }
  .score-bar { grid-column: 1 / -1; grid-row: 2; }
  .reset-section, #snapshot-report-grid, .money-move-section, .reset-next-step, .report-footer { grid-template-columns: 1fr; }
  .snapshot-item.wide { grid-column: auto; }
  .money-move-section > div { grid-row: auto; }
}

@media print {
  @page { margin: .55in; }
  body { color: #1d1220; background: white; font-size: 10pt; }
  .diagnostic-header, .diagnostic-hero, .how-section, .checkout-section, .assessment-heading, .snapshot-form, .quiz-panel, .site-footer, .reset-next-step, .report-actions, .noscript { display: none !important; }
  .assessment-shell { display: block !important; padding: 0; background: white; }
  .results-panel { display: block !important; max-width: none; box-shadow: none; }
  .results-panel > section, .report-header, .report-footer { padding: 18pt; }
  .report-header { color: #1d1220; background: white; border: 2px solid #1d1220; }
  .report-header p, .report-header > span { color: #5a3165; }
  .result-intro h3 { font-size: 34pt; }
  .reset-section, .money-move-section, .calculator-card, .declaration-section { color: #1d1220; background: white; }
  .money-move-section h3, .money-move-section .eyebrow, .money-move-section label { color: #1d1220; }
  .money-move-section select, .money-move-section input { color: #1d1220; background: white; }
  .button { display: none !important; }
  section, .reset-section > div, .calculator-card { break-inside: avoid; }
}

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