:root {
  color-scheme: light;
  --dark: #09191b;
  --ink: #17302f;
  --muted: #58706b;
  --teal: #20adac;
  --deep-teal: #076767;
  --mint: #e3efea;
  --paper: #f8faf8;
  --line: #d5e0da;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { min-width: 280px; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Arial, sans-serif; letter-spacing: 0; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; flex: 0 0 auto; stroke-width: 1.7; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
button, a, label, h1, h2, h3, p, dd { overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid var(--deep-teal); outline-offset: 4px; }
[hidden] { display: none !important; }
.preview-note { min-height: 29px; padding: 5px 24px; display: flex; align-items: center; justify-content: center; gap: 12px; background: #e9ede9; color: #4e615d; font-size: 11px; }
.preview-label { font-weight: 700; padding-right: 12px; border-right: 1px solid #b8c8c0; }
.site-header { background: var(--dark); color: #f5f6f1; }
.header-inner { width: min(1160px, calc(100% - 80px)); min-height: 86px; margin: auto; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand img { object-fit: contain; }
.header-title { padding-left: 26px; border-left: 1px solid #36575a; font-size: 14px; color: #c9d9d3; }
.header-note { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: #c9d9d3; }
.header-note svg { width: 15px; height: 15px; color: #70cebf; }
.main-shell { width: min(1120px, calc(100% - 80px)); margin: 0 auto; padding: 32px 0 48px; display: grid; grid-template-columns: minmax(0, 1fr) 254px; gap: 76px; min-height: calc(100svh - 156px); align-items: start; }
.check { min-width: 0; }
.journey { display: flex; align-items: center; gap: 14px; font-size: 13px; color: #687c76; margin-bottom: 22px; }
.journey [aria-current] { color: var(--deep-teal); font-weight: 700; }
.journey svg { width: 13px; height: 13px; color: #8eaaa0; }
.progress-head { display: flex; justify-content: space-between; gap: 14px; font-size: 12px; color: var(--muted); margin-bottom: 9px; }
.progress-head > :first-child { color: var(--ink); font-weight: 700; }
.progress { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-bottom: 24px; }
.progress span { height: 3px; border-radius: 1px; background: #dce6df; }
.progress span.complete { background: var(--deep-teal); }
.progress span.current { background: var(--teal); }
.question-head { margin-bottom: 26px; }
.question-head h1 { font-size: 36px; line-height: 1.17; max-width: 650px; font-weight: 700; }
.question-head p { color: var(--muted); margin-top: 12px; font-size: 16px; max-width: 560px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.options { display: grid; gap: 12px; }
.options.goals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.option { position: relative; display: grid; grid-template-columns: 25px minmax(0, 1fr) 20px; gap: 15px; align-items: center; background: var(--white); border: 1px solid #cbd9d1; border-radius: 8px; min-height: 77px; padding: 18px 20px; cursor: pointer; transition: border-color .15s, background .15s; }
.option:hover { border-color: #5d9684; background: #f0f6f1; }
.option:has(input:checked) { border-color: var(--deep-teal); background: var(--mint); box-shadow: inset 0 0 0 1px var(--deep-teal); }
.option:has(input:focus-visible) { outline: 3px solid var(--deep-teal); outline-offset: 3px; }
.option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.option-icon { width: 25px; height: 25px; display: flex; color: var(--deep-teal); align-items: center; justify-content: center; }
.option-icon svg { width: 24px; height: 24px; }
.option-text { min-width: 0; }
.option-title { display: block; color: var(--ink); font-weight: 700; font-size: 17px; line-height: 1.3; }
.option-description { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.option-check { width: 19px; height: 19px; border-radius: 50%; border: 1px solid #aebfb6; display: flex; align-items: center; justify-content: center; color: white; }
.option-check svg { width: 13px; height: 13px; opacity: 0; stroke-width: 2.5; }
.option:has(input:checked) .option-check { background: var(--deep-teal); border-color: var(--deep-teal); }
.option:has(input:checked) .option-check svg { opacity: 1; }
.goals .option { min-height: 128px; grid-template-columns: minmax(0, 1fr) 20px; gap: 12px 10px; align-content: space-between; padding: 18px 22px; }
.goals .option-icon { grid-column: 1; grid-row: 1; width: 34px; height: 34px; }
.goals .option-icon svg { width: 30px; height: 30px; }
.goals .option-text { grid-column: 1 / -1; grid-row: 2; }
.goals .option-check { grid-column: 2; grid-row: 1; align-self: start; }
.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 13px 22px; border: 1px solid var(--teal); border-radius: 8px; color: #092a27; background: var(--teal); font-size: 15px; line-height: 1.35; font-weight: 700; text-decoration: none; transition: background .15s; }
.button:hover { background: #53c3b9; border-color: #53c3b9; }
.button:disabled { color: #63766c; border-color: #dfe7e0; background: #e5ece6; }
.button.secondary { background: transparent; border-color: #b6c7bd; color: var(--ink); }
.button.secondary:hover { background: var(--mint); }
.next-button { min-width: 170px; }
.back-button { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--muted); min-height: 48px; padding: 9px 0; font-size: 14px; }
.back-button:hover { color: var(--deep-teal); }
.bottom-note { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--muted); margin-top: 20px; }
.bottom-note svg { width: 15px; height: 15px; margin-top: 1px; }
.coach { padding-top: 4px; }
.coach-picture { aspect-ratio: 1 / .96; overflow: hidden; border-radius: 8px; background: #282b29; }
.coach-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 19%; }
.coach-name { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.coach-name h2 { font-size: 19px; line-height: 1.3; }
.coach-name svg { color: var(--deep-teal); width: 18px; height: 18px; }
.qualification { color: var(--muted); font-size: 12px; margin-top: 3px; }
.coach-message { font-weight: 700; font-size: 22px; line-height: 1.4; margin-top: 29px; }
.coach-description { color: var(--muted); margin-top: 12px; font-size: 14px; line-height: 1.65; }
.coach-location { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--deep-teal); margin-top: 19px; }
.coach-location svg { width: 16px; height: 16px; }
.coach-facts { border-top: 1px solid var(--line); margin-top: 23px; padding-top: 18px; display: grid; gap: 10px; }
.coach-facts span { display: flex; gap: 7px; align-items: center; font-size: 12px; color: var(--muted); }
.coach-facts svg { width: 15px; height: 15px; color: var(--deep-teal); }
.mobile-coach { display: none; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer > div { width: min(1160px, calc(100% - 80px)); min-height: 70px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; color: var(--muted); }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links a { text-decoration: none; padding: 12px 0; }
.footer-links a:hover { text-decoration: underline; }
.reset-button { display: grid; place-items: center; width: 44px; height: 44px; color: var(--muted); background: none; border: 0; border-radius: 6px; }
.reset-button:hover { color: var(--deep-teal); background: var(--mint); }
.reset-button svg { width: 17px; height: 17px; }
.result-intro { display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--deep-teal); font-weight: 700; margin-bottom: 16px; }
.result-intro svg { width: 19px; height: 19px; }
.insight { margin-top: 26px; padding: 23px 26px; background: var(--mint); border-left: 3px solid var(--deep-teal); }
.insight-label { font-size: 12px; color: var(--deep-teal); font-weight: 700; margin-bottom: 9px; }
.insight h2 { font-size: 23px; line-height: 1.3; color: var(--ink); }
.insight p { margin-top: 10px; font-size: 15px; line-height: 1.65; color: #405e58; }
.next-steps { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 18px; }
.next-steps li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; }
.next-steps .step-number { color: var(--deep-teal); font-size: 13px; font-weight: 700; padding-top: 3px; }
.next-steps h3 { font-size: 16px; font-weight: 700; }
.next-steps p { font-size: 14px; color: var(--muted); margin-top: 3px; }
.answer-details { margin-top: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.answer-details summary { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 17px 0; list-style: none; font-size: 14px; cursor: pointer; }
.answer-details summary::-webkit-details-marker { display: none; }
.answer-details summary svg { width: 16px; height: 16px; }
.answer-details[open] summary svg { transform: rotate(180deg); }
.answer-details dl { display: grid; gap: 12px; margin: 4px 0 18px; }
.answer-row { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 10px; font-size: 13px; }
dt { color: var(--muted); }
dd { margin: 0; font-weight: 600; }
.text-button { background: none; border: 0; color: var(--deep-teal); font-size: 14px; padding: 10px 0; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.result-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 24px; }
.result-actions .button { width: 100%; }
.result-actions > p { font-size: 12px; color: var(--muted); width: 100%; text-align: center; }
.contact-context { display: flex; align-items: center; gap: 8px; color: var(--deep-teal); font-size: 13px; margin-bottom: 24px; }
.contact-context svg { width: 16px; height: 16px; }
.contact-form { display: grid; gap: 22px; }
.field label, .contact-form legend { display: block; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.field input { display: block; width: 100%; height: 53px; background: var(--white); color: var(--ink); border: 1px solid #a9bfb2; border-radius: 7px; padding: 12px 14px; font-size: 16px; }
.field input::placeholder { color: #7c8c83; }
.field input[aria-invalid=true] { border-color: #a23530; }
.channel-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 17px; }
.channel { display: flex; position: relative; gap: 8px; align-items: center; justify-content: center; border: 1px solid #c1d1c6; border-radius: 7px; min-height: 49px; padding: 10px 8px; cursor: pointer; font-size: 14px; }
.channel svg { width: 17px; height: 17px; }
.channel input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.channel:has(input:checked) { color: var(--deep-teal); border-color: var(--deep-teal); background: var(--mint); box-shadow: inset 0 0 0 1px var(--deep-teal); font-weight: 700; }
.channel:has(input:focus-visible) { outline: 3px solid var(--deep-teal); outline-offset: 3px; }
.field-hint { font-size: 12px; color: var(--muted); margin-top: 7px; }
.consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; align-items: start; cursor: pointer; font-size: 13px; color: var(--muted); }
.consent input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--deep-teal); }
.error { font-size: 13px; color: #982e28; margin-top: 7px; }
.send-error { padding: 15px; border-left: 3px solid #982e28; background: #fff0ed; color: #74251f; font-size: 14px; }
.send-error a { display: inline-block; margin-top: 6px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form[aria-busy=true] { opacity: .7; }
.submit-area .button { width: 100%; }
.submit-area .field-hint { text-align: center; margin-top: 10px; }
.preview-confirmation { display: flex; align-items: center; gap: 10px; background: var(--mint); padding: 14px 17px; margin-bottom: 26px; color: var(--deep-teal); font-size: 14px; }
.completion-mark { color: var(--deep-teal); margin-bottom: 19px; }
.completion-mark svg { width: 42px; height: 42px; }
dialog { max-width: 430px; width: calc(100% - 32px); padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); }
dialog::backdrop { background: #09191b88; }
dialog h2 { font-size: 23px; line-height: 1.3; }
dialog p { color: var(--muted); margin-top: 12px; font-size: 14px; }
.dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.dialog-actions .button { font-size: 13px; }
.no-script { padding: 30px 0; }
@media (min-width: 1100px) { .check { padding-top: 4px; } }
@media (max-width: 1020px) {
  .header-inner, .site-footer > div { width: calc(100% - 48px); }
  .main-shell { width: calc(100% - 48px); gap: 40px; grid-template-columns: minmax(0, 1fr) 220px; }
  .header-note { font-size: 11px; }
  .header-title { display: none; }
  .question-head h1 { font-size: 32px; }
  .goals .option { padding: 18px; }
  .coach-message { font-size: 20px; }
}
@media (max-width: 760px) {
  .header-inner { width: calc(100% - 40px); min-height: 66px; gap: 12px; }
  .brand { font-size: 19px; gap: 9px; }
  .brand img { width: 32px; height: 32px; }
  .header-note { max-width: 106px; font-size: 10px; line-height: 1.45; gap: 6px; }
  .header-note svg { width: 14px; height: 14px; }
  .preview-note { min-height: 26px; padding: 4px 15px; font-size: 10px; }
  .main-shell { width: calc(100% - 40px); padding: 20px 0 32px; display: block; min-height: calc(100svh - 142px); }
  .mobile-coach { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
  .mobile-coach img { width: 38px; height: 44px; border-radius: 5px; object-fit: cover; object-position: 50% 18%; }
  .mobile-coach strong { display: block; font-size: 12px; }
  .mobile-coach span { display: block; color: var(--muted); font-size: 11px; margin-top: 1px; }
  .coach { display: none; }
  .journey { font-size: 11px; gap: 10px; margin-bottom: 24px; }
  .journey svg { width: 11px; height: 11px; }
  .progress-head { font-size: 11px; }
  .progress { gap: 4px; margin-bottom: 24px; }
  .question-head { margin-bottom: 21px; }
  .question-head h1 { font-size: 28px; line-height: 1.2; }
  .question-head p { font-size: 14px; line-height: 1.6; margin-top: 10px; }
  .options { gap: 10px; }
  .option { grid-template-columns: 22px minmax(0, 1fr) 18px; gap: 11px; padding: 16px 14px; min-height: 74px; }
  .option-icon, .option-icon svg { width: 22px; height: 22px; }
  .option-title { font-size: 15px; line-height: 1.35; }
  .option-description { font-size: 11px; }
  .goals .option { min-height: 132px; padding: 16px; gap: 12px 6px; }
  .goals .option-icon, .goals .option-icon svg { width: 27px; height: 27px; }
  .form-nav { margin-top: 22px; gap: 12px; }
  .next-button { min-width: 152px; }
  .button { font-size: 14px; padding: 13px 18px; }
  .bottom-note { font-size: 11px; margin-top: 18px; gap: 6px; }
  .site-footer > div { width: calc(100% - 40px); min-height: 76px; flex-wrap: wrap; justify-content: center; gap: 1px 20px; padding: 14px 0; font-size: 10px; }
  .footer-links { gap: 18px; }
  .reset-button { height: 32px; width: 32px; }
  .insight { padding: 20px; margin-top: 20px; }
  .insight h2 { font-size: 21px; }
  .insight p { font-size: 14px; }
  .answer-row { grid-template-columns: 95px minmax(0, 1fr); font-size: 12px; }
  .channel-options { gap: 6px; }
  .channel { gap: 5px; font-size: 12px; padding: 10px 5px; }
  .channel svg { width: 15px; height: 15px; }
  .contact-form { gap: 20px; }
}
@media (max-width: 350px) {
  .header-inner, .main-shell, .site-footer > div { width: calc(100% - 32px); }
  .brand { font-size: 17px; }
  .brand img { width: 28px; height: 28px; }
  .header-note { max-width: 93px; }
  .question-head h1 { font-size: 25px; }
  .goals .option { padding: 14px 12px; min-height: 136px; }
  .goals .option-title { font-size: 14px; }
  .channel svg { display: none; }
  .journey { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
