:root { --ink: #263344; --blue: #6599BC; --ochre: #D69A43; --cream: #EEEDE7; --white: #fff; --muted: #5e6874; --line: #d8dde1; --shadow: 0 16px 45px rgba(38,51,68,.12); }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: linear-gradient(145deg, #f6f5f0, var(--cream)); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
.shell { width: min(100% - 32px, 760px); margin: 0 auto; padding: 28px 0 60px; }
.brand-header { display: flex; gap: 12px; align-items: center; margin-bottom: 22px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--cream); background: var(--ink); border: 3px solid var(--blue); border-radius: 50%; font-size: 22px; font-weight: 700; }
.brand-name, .brand-subtitle { margin: 0; line-height: 1.1; }.brand-name { font-weight: 700; }.brand-subtitle { color: var(--muted); font-size: 13px; }
.panel { background: var(--white); border: 1px solid rgba(38,51,68,.1); border-radius: 20px; box-shadow: var(--shadow); padding: clamp(24px, 5vw, 52px); }
h1, h2, h3 { line-height: 1.12; }.panel h1 { margin: 4px 0 14px; font-size: clamp(32px, 7vw, 54px); letter-spacing: -.03em; }.panel h2 { margin-top: 30px; font-size: clamp(24px, 4vw, 32px); }.panel h3 { margin: 4px 0 6px; font-size: 20px; }.lead { color: var(--muted); font-size: clamp(19px, 3vw, 24px); }.eyebrow { margin: 0 0 8px; color: var(--ochre); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.fine-print { color: var(--muted); font-size: 13px; }
.promise-list { display: grid; gap: 8px; margin: 24px 0 30px; padding: 0; list-style: none; }.promise-list li::before { content: '✓'; display: inline-block; width: 26px; color: var(--ochre); font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 999px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }.button-primary { color: var(--cream); background: var(--ink); }.button-primary:hover, .button-primary:focus-visible { background: #1b2532; }.button-secondary { color: var(--ink); background: #e8edf0; }.button:disabled { cursor: not-allowed; opacity: .45; }.button-row { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }
.progress-row { display: grid; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: 13px; }.progress-row progress { width: 100%; height: 8px; accent-color: var(--ochre); }
.answers { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; border: 0; }.answer-option { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }.answer-option:hover, .answer-option.selected { border-color: var(--blue); background: #f4f8fa; }.answer-option input { margin-top: 5px; accent-color: var(--ochre); }
.notice { margin: 20px 0; padding: 14px 16px; border-left: 4px solid var(--ochre); background: #fbf6ed; color: #4d4b42; }.category-result { margin: 15px 0; }.category-result > div:first-child { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }.category-result span { color: var(--muted); }.bar { height: 9px; margin-top: 6px; overflow: hidden; background: #e8edf0; border-radius: 99px; }.bar i { display: block; height: 100%; background: var(--blue); border-radius: inherit; }.priority-grid { display: grid; gap: 14px; }.priority-card { padding: 18px; border-left: 4px solid var(--ochre); background: #faf8f2; }.priority-card p { margin: 0; }.cta-box { margin-top: 34px; padding: 24px; color: var(--cream); background: var(--ink); border-radius: 16px; }.cta-box h2 { margin-top: 0; }.cta-box .button { color: var(--ink); background: var(--cream); }.cta-box .button:hover, .cta-box .button:focus-visible { background: #fff; }
.snapshot-block { margin-top: 34px; padding: 22px 20px 18px; background: #f3f7f8; border: 1px solid #dbe6eb; border-radius: 12px; }.snapshot-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }.snapshot-heading h2 { margin: 0; font-size: 24px; }.snapshot-heading strong { color: var(--ink); font-size: clamp(30px, 7vw, 46px); line-height: 1; }.snapshot-bar { height: 16px; margin-top: 18px; overflow: hidden; background: #d9e1e5; border-radius: 99px; }.snapshot-bar i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--ochre)); border-radius: inherit; transition: width .35s ease; }.snapshot-scale { display: flex; justify-content: space-between; gap: 12px; margin-top: 7px; color: var(--muted); font-size: 12px; }.snapshot-scale span:nth-child(2) { text-align: center; }
textarea { display: block; width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font: inherit; resize: vertical; }.text-button { margin-top: 24px; padding: 0; border: 0; color: var(--ink); background: transparent; text-decoration: underline; font: inherit; cursor: pointer; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 3px; }.reflection-label { display: block; margin-top: 24px; font-weight: 700; }.consent-option { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; }.consent-option input { margin-top: 5px; }
@media (max-width: 520px) { .shell { width: min(100% - 20px, 760px); padding-top: 18px; }.panel { border-radius: 16px; padding: 24px 18px; }.button-row { position: sticky; bottom: 10px; padding: 10px 0; background: rgba(255,255,255,.94); }.button-row .button { flex: 1; } }
