@font-face { font-family: "Poppins"; src: url("/brand/Poppins-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/brand/Poppins-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/brand/Poppins-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/brand/Poppins-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/brand/Poppins-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --green-50: #e7ebe9; --green-100: #cdd6d2; --green-300: #698478; --green-400: #375b4b; --green-500: #05321e; --green-600: #042617;
  --orange-50: #fef0ea; --orange-400: #f3834f; --orange-500: #f06423; --gold-300: #ffec76; --gold-500: #f4ba45;
  --cream: #f3ede5; --cream-soft: #e6dccd; --surface: #fff; --fg-1: #0b1215; --fg-2: rgba(29, 36, 51, .8); --fg-3: rgba(29, 36, 51, .6);
  --border: rgba(5, 50, 30, .12); --action-hover: rgba(5, 50, 30, .06); --error: #b63300;
  --radius-control: 5px; --radius-card: 8px; --radius-large: 16px;
  --shadow-1: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px rgba(0, 0, 0, .14), 0 0 1px -1px rgba(0, 0, 0, .2);
  --shadow-4: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--fg-1); background: var(--cream);
}

* { box-sizing: border-box; } html { min-height: 100%; } body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--cream); }
button, input, select { font: inherit; } button { cursor: pointer; } a { color: inherit; }
.site-header, .site-footer, main { width: min(1176px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.brand { display: inline-flex; align-items: center; line-height: 0; }.brand img { width: 132px; height: auto; }
.header-label { padding: 5px 10px; border-radius: 9999px; background: var(--green-50); color: var(--green-500); font-size: 12px; font-weight: 500; letter-spacing: .1px; }
.screen { min-height: calc(100vh - 158px); padding: clamp(44px, 8vh, 88px) 0; }

.eyebrow { margin: 0 0 12px; color: var(--green-500); font-size: 12px; font-weight: 500; letter-spacing: 1px; line-height: 1.64; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { color: var(--fg-1); letter-spacing: 0; }
h1 { max-width: 670px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 76px); font-weight: 300; letter-spacing: -1.4px; line-height: 1.08; }
h1 em { color: var(--orange-500); font-style: italic; font-weight: 400; } h2 { font-size: clamp(34px, 4.4vw, 54px); font-weight: 300; letter-spacing: -.8px; line-height: 1.13; } h3 { font-size: clamp(24px, 3vw, 34px); font-weight: 400; line-height: 1.25; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; padding: 9px 16px; border: 1px solid transparent; border-radius: var(--radius-control); font-size: 14px; font-weight: 500; letter-spacing: .4px; line-height: 24px; text-decoration: none; transition: background 225ms cubic-bezier(.4, 0, .2, 1), border-color 225ms cubic-bezier(.4, 0, .2, 1), color 225ms cubic-bezier(.4, 0, .2, 1); }
.button-primary { background: var(--green-500); color: #fff; }.button-primary:hover { background: var(--green-400); }.button-secondary { background: var(--orange-500); color: #fff; }.button-secondary:hover { background: var(--orange-400); }
.button-quiet { border-color: transparent; background: transparent; color: var(--green-500); }.button-quiet:hover, .back-link:hover { background: var(--action-hover); }.button:disabled { cursor: not-allowed; background: rgba(5, 50, 30, .12); color: rgba(5, 50, 30, .26); }
.button:focus-visible, .back-link:focus-visible, .answer-option:focus-within { outline: 2px solid var(--green-500); outline-offset: 3px; }
.button-arrow, .back-arrow { width: 8px; height: 8px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; }.button-arrow { transform: rotate(-45deg); }.back-arrow { transform: rotate(135deg); }

.landing-screen { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(365px, .88fr); align-items: center; gap: clamp(48px, 8vw, 124px); position: relative; }
.hero-text { max-width: 590px; margin-bottom: 30px; color: var(--fg-2); font-size: 16px; line-height: 1.65; }.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }.time-note { color: var(--fg-3); font-size: 12px; line-height: 1.66; }
.hero-visual { position: relative; min-height: 418px; overflow: hidden; border-radius: var(--radius-large); background: var(--green-500); }.hero-visual::before { position: absolute; top: -92px; right: -68px; width: 290px; height: 290px; border-radius: 50%; background: var(--gold-500); content: ""; }.hero-visual::after { position: absolute; bottom: -112px; left: -82px; width: 275px; height: 275px; border-radius: 50%; background: var(--orange-500); content: ""; }.orb { display: none; }
.score-card { position: absolute; z-index: 1; border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-4); }.score-card-main { top: 74px; left: clamp(24px, 6vw, 58px); width: min(282px, 69%); padding: 24px; }.score-card span, .panel-label { display: block; color: var(--fg-3); font-size: 12px; font-weight: 500; letter-spacing: .4px; line-height: 1.66; text-transform: uppercase; }.score-card strong { display: block; margin: 12px 0; color: var(--green-500); font-size: 68px; font-weight: 300; letter-spacing: -2px; line-height: .9; }.meter { height: 6px; overflow: hidden; border-radius: 9999px; background: var(--cream-soft); }.meter i { display: block; height: 100%; border-radius: inherit; background: var(--green-500); }.score-card small { display: block; margin-top: 12px; color: var(--fg-2); font-size: 12px; font-weight: 500; }.score-card-small { right: 24px; bottom: 50px; width: 205px; padding: 18px 20px; }.score-card-small strong { margin: 8px 0 0; font-size: 17px; font-weight: 500; letter-spacing: 0; line-height: 1.35; }
.landing-footer { position: absolute; bottom: 18px; left: 0; display: flex; align-items: center; gap: 10px; color: var(--fg-3); font-size: 12px; }.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--orange-500); }

.benchmark-screen { max-width: 824px; margin: 0 auto; }.benchmark-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; color: var(--fg-3); font-size: 12px; font-weight: 500; }.back-link { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--green-500); font-family: inherit; font-size: 14px; font-weight: 500; line-height: 24px; }.progress-track { height: 6px; overflow: hidden; border-radius: 9999px; background: var(--cream-soft); }.progress-bar { width: 12.5%; height: 100%; border-radius: inherit; background: var(--green-500); transition: width 225ms cubic-bezier(.4, 0, .2, 1); }.question-wrap { padding-top: clamp(52px, 10vh, 96px); }.question-wrap h2 { max-width: 730px; margin-bottom: 16px; }.question-help { max-width: 625px; margin-bottom: 32px; color: var(--fg-2); font-size: 14px; line-height: 1.7; }
.answer-options { display: grid; gap: 10px; padding: 0; margin: 0; border: 0; }.answer-option { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; min-height: 62px; padding: 14px 16px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-1); cursor: pointer; transition: background 195ms cubic-bezier(.4, 0, .2, 1), border-color 195ms cubic-bezier(.4, 0, .2, 1); }.answer-option:hover { border-color: var(--green-300); background: var(--green-50); }.answer-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--green-500); }.answer-option span { color: var(--fg-1); font-size: 14px; font-weight: 400; line-height: 1.5; }.answer-option:has(input:checked) { border-color: var(--green-500); background: var(--green-50); }.question-navigation { display: flex; align-items: center; justify-content: space-between; margin-top: 32px; }

.lead-screen { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(360px, 1fr); align-items: start; gap: clamp(42px, 9vw, 126px); max-width: 954px; margin: 0 auto; }.lead-intro { padding-top: 24px; }.lead-intro h2 { margin-bottom: 16px; }.lead-intro > p:not(.eyebrow), .results-heading > p:not(.eyebrow) { color: var(--fg-2); font-size: 14px; line-height: 1.7; }.result-teaser { width: 216px; margin-top: 34px; padding: 20px; border-radius: var(--radius-card); background: var(--gold-300); }.result-teaser span { color: var(--green-500); font-size: 12px; font-weight: 500; letter-spacing: .4px; text-transform: uppercase; }.blurred-score { margin-top: 7px; color: var(--green-500); font-size: 44px; font-weight: 300; letter-spacing: 4px; line-height: 1; }
.lead-form { padding: 24px; border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-4); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } label { display: grid; gap: 6px; color: var(--fg-3); font-size: 12px; font-weight: 400; line-height: 1.66; }.full-field { grid-column: 1 / -1; } input:not([type="checkbox"]), select { width: 100%; min-height: 44px; padding: 10px 13px; border: 1px solid rgba(0, 0, 0, .23); border-radius: var(--radius-control); background: var(--surface); color: var(--fg-1); font-size: 14px; font-weight: 400; outline: none; } input:not([type="checkbox"]):focus, select:focus { padding: 9px 12px; border: 2px solid var(--green-500); }.consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0 14px; color: var(--fg-2); font-size: 12px; font-weight: 400; line-height: 1.5; }.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; accent-color: var(--green-500); }.turnstile-container { min-height: 0; margin-bottom: 10px; }.turnstile-container:not(:empty) { min-height: 65px; }.form-error { min-height: 18px; margin: 0 0 12px; color: var(--error); font-size: 12px; font-weight: 500; }.button-full { width: 100%; }.form-note { margin: 14px 0 0; color: var(--fg-3); font-size: 12px; line-height: 1.5; text-align: center; }

.results-screen { max-width: 970px; margin: 0 auto; }.results-heading { max-width: 760px; margin-bottom: 42px; }.results-heading h2 { margin-bottom: 17px; }.result-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 16px; }.score-panel, .opportunity-panel { padding: clamp(24px, 4vw, 36px); border-radius: var(--radius-card); box-shadow: var(--shadow-1); }.score-panel { background: var(--green-500); }.score-panel .panel-label { color: rgba(255, 255, 255, .72); }.score-number { display: flex; align-items: baseline; gap: 8px; margin: 29px 0 18px; color: #fff; }.score-number strong { font-size: clamp(66px, 9vw, 94px); font-weight: 300; letter-spacing: -3px; line-height: .78; }.score-number span { color: rgba(255, 255, 255, .7); font-size: 14px; font-weight: 400; }.score-meter { background: rgba(255, 255, 255, .25); }.score-meter i { background: var(--gold-500); }.band-row { display: flex; justify-content: space-between; margin-top: 20px; color: rgba(255, 255, 255, .72); font-size: 12px; }.band-row strong { color: #fff; font-weight: 500; }.opportunity-panel { background: var(--orange-50); }.opportunity-panel h3 { margin: 24px 0 12px; }.opportunity-panel p { margin-bottom: 0; color: var(--fg-2); font-size: 14px; line-height: 1.7; }
.dimension-section { margin-top: 66px; }.dimension-section h3 { margin-bottom: 0; }.dimension-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }.dimension-card { min-height: 180px; padding: 20px; border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-1); }.dimension-card strong { display: block; margin-bottom: 24px; color: var(--green-500); font-size: 16px; font-weight: 500; line-height: 1.4; }.dimension-card span { color: var(--fg-2); font-size: 12px; line-height: 1.6; }.dimension-score { display: flex; align-items: baseline; gap: 4px; margin-top: 14px; color: var(--green-500); }.dimension-score b { font-size: 30px; font-weight: 300; letter-spacing: -1px; }
.next-step { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 50px; padding: clamp(28px, 5vw, 42px); border-radius: var(--radius-large); background: var(--green-500); }.next-step .eyebrow { color: var(--gold-300); }.next-step h3 { margin-bottom: 14px; color: #fff; }.next-step p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.65; }.next-step .button { flex: 0 0 auto; }.retake-link { display: flex; margin: 34px auto 0; padding: 8px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 78px; border-top: 1px solid var(--border); color: var(--fg-3); font-size: 12px; }.site-footer a { color: var(--green-500); font-weight: 500; text-decoration: none; }.site-footer a:hover { text-decoration: underline; }
.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; } [hidden] { display: none !important; }

@media (max-width: 899px) { .landing-screen { grid-template-columns: 1fr; gap: 44px; padding-bottom: 76px; }.hero-visual { min-height: 345px; max-width: 590px; }.landing-footer { bottom: 20px; }.lead-screen { grid-template-columns: 1fr; max-width: 610px; }.lead-intro { padding-top: 0; }.result-grid { grid-template-columns: 1fr; }.dimension-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 599px) { .site-header, .site-footer, main { width: min(100% - 32px, 1176px); }.site-header { min-height: 68px; }.brand img { width: 112px; }.header-label { display: none; }.screen { min-height: calc(100vh - 146px); padding: 40px 0; } h1 { font-size: clamp(43px, 12vw, 56px); letter-spacing: -1px; }.hero-visual { min-height: 300px; }.score-card-main { top: 47px; left: 23px; }.score-card-small { right: 18px; bottom: 25px; width: 185px; }.landing-footer { font-size: 11px; }.question-wrap { padding-top: 48px; }.question-navigation { margin-top: 26px; }.form-grid { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.lead-form { padding: 20px; }.dimension-cards { grid-template-columns: 1fr; }.dimension-card { min-height: 150px; }.next-step { display: block; }.next-step .button { width: 100%; margin-top: 24px; } }
