:root{--ink: #17211f;--muted: #5d6c67;--line: #dce6e0;--surface: #ffffff;--soft: #f4f8f5;--brand: #176b55;--brand-strong: #0e4f3f;--accent: #e9703f;--shadow: 0 20px 60px rgba(23, 33, 31, .12)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--soft)}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(16px,4vw,56px);border-bottom:1px solid rgba(220,230,224,.75);background:#f4f8f5e6;backdrop-filter:blur(18px)}.brand-link{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-link img{width:34px;height:34px;border-radius:8px}.site-header nav{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:14px}.site-footer{display:flex;justify-content:space-between;gap:16px;padding:28px clamp(16px,4vw,56px);color:var(--muted);font-size:14px}.home-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(28px,5vw,72px);align-items:center;min-height:calc(100vh - 130px);padding:clamp(36px,7vw,96px) clamp(16px,6vw,96px)}.hero-copy{max-width:720px}.assessment-kicker{color:var(--accent);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}.home-hero h1,.claim-landing h1,.assessment-card h1,.report-main h1{margin-bottom:18px;font-size:clamp(34px,6vw,72px);line-height:.98;letter-spacing:0}.home-hero p,.claim-landing p,.assessment-card p,.report-main p,.claim-panel p{color:var(--muted);font-size:18px;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary-action,.secondary-action,.ghost-action{min-height:48px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;font-weight:800;cursor:pointer}.primary-action{color:#fff;background:var(--brand)}.primary-action:hover{background:var(--brand-strong)}.primary-action:disabled,.secondary-action:disabled{cursor:not-allowed;opacity:.55}.secondary-action{color:var(--brand);background:#e4eee9}.ghost-action{color:var(--muted);background:transparent;padding:0}.link-action{width:fit-content}.hero-media{display:grid;gap:18px;justify-items:center;padding:44px 28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);text-align:center}.hero-media img,.claim-landing img,.claim-panel img{width:104px;height:104px;border-radius:22px;box-shadow:0 12px 30px #17211f2e}.hero-media span{display:block;color:var(--muted);font-size:14px}.hero-media strong{display:block;margin-top:6px;font-size:22px}.feature-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-band article{padding:clamp(24px,5vw,48px);background:var(--surface)}.feature-band span,.claim-code span,.small-status{color:var(--muted);font-size:13px}.feature-band h2,.reason-block h2,.claim-panel h2{margin:8px 0 10px;font-size:22px;letter-spacing:0}.feature-band p,.reason-block span{color:var(--muted);line-height:1.55}.assessment-shell,.report-shell,.claim-landing{width:min(100%,980px);margin:0 auto;padding:clamp(22px,5vw,64px) 16px 92px}.assessment-card,.claim-panel,.report-main{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.assessment-card{display:grid;gap:18px;padding:clamp(22px,5vw,44px)}.assessment-card label,.claim-panel label{display:grid;gap:8px;color:var(--ink);font-size:14px;font-weight:800}.assessment-card input,.assessment-card select,.email-row input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:0 14px;background:#fbfdfb;color:var(--ink);font:inherit}.assessment-card select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px;background-repeat:no-repeat;padding-right:38px}.age-select-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.form-error,.small-status.error{color:#a83d27}.center-card{justify-items:center;text-align:center}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.assessment-question-shell{max-width:760px}.progress-bar{height:8px;overflow:hidden;border-radius:999px;background:#dce6e0;margin-bottom:16px}.progress-bar span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .18s ease}.question-card h1{font-size:clamp(28px,5vw,48px)}.option-list{display:grid;gap:10px}.option-button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:#fbfdfb;color:var(--ink);text-align:left;cursor:pointer}.option-button.selected{border-color:var(--brand);background:#e8f3ee}.sticky-cta{position:fixed;right:0;bottom:0;left:0;display:flex;justify-content:center;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#f4f8f5eb;backdrop-filter:blur(18px)}.sticky-cta .primary-action{width:min(100%,720px)}.report-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px}.report-main,.claim-panel{padding:clamp(22px,4vw,40px)}.report-app-preview{display:grid;gap:24px;border:0;background:transparent;box-shadow:none;padding:0}.report-title-block{display:grid;gap:8px}.report-main h1{font-size:clamp(32px,5vw,58px)}.report-title-block h1{margin-bottom:4px}.ios-report-card,.insight-card,.where-start-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.ios-report-card{padding:clamp(22px,4vw,34px)}.cause-summary-card h2{margin:0 0 14px;color:#f4405e;font-size:clamp(24px,4vw,34px);line-height:1.08}.cause-summary-card p{margin-bottom:0;color:var(--muted);font-size:18px;line-height:1.55}.ios-report-section{display:grid;gap:16px}.ios-section-title{display:flex;align-items:center;gap:10px}.ios-section-title h2{margin:0;font-size:22px}.insight-list{display:grid;gap:14px}.insight-card{display:grid;gap:12px;padding:16px 18px 18px}.insight-pill{width:fit-content;max-width:100%;margin:0;border-radius:999px;padding:8px 14px;font-size:18px;line-height:1.15}.insight-pill-0{color:#f4405e;background:#ffeff4}.insight-pill-1{color:#e36f1e;background:#fff3e9}.insight-pill-2{color:#6b7e38;background:#f0f4ea}.insight-card p{margin:0;padding-left:14px;color:var(--muted);font-size:17px;line-height:1.55}.where-start-card{display:grid;gap:16px;padding:18px}.where-start-header{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:center;gap:10px}.where-start-header h2{margin:0 0 6px;font-size:20px}.where-start-header p{margin:0;color:var(--ink);font-size:14px;line-height:1.4}.coach-art{position:relative;width:94px;height:112px}.coach-art:before{position:absolute;left:8px;bottom:10px;width:78px;height:78px;border-radius:50%;background:#9bb16747;content:""}.coach-art span{position:absolute;left:6px;top:14px;width:20px;height:20px;border-radius:50%;background:#9bb167eb}.coach-art img{position:absolute;right:7px;bottom:15px;width:68px;height:68px;border-radius:18px;box-shadow:0 10px 24px #17211f24}.start-step-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.start-step-list li{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px}.start-step-list li>span{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;background:#9bb167;font-size:13px;font-weight:800}.start-step-list strong{display:block;margin-bottom:4px;font-size:15px}.start-step-list p{margin:0;color:var(--ink);font-size:13px;line-height:1.45}.reason-block{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.reason-block p{margin-bottom:8px;color:var(--ink);font-weight:800}.claim-panel{align-self:start;display:grid;gap:14px}.claim-code{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.claim-code strong{font-size:20px}.email-row{display:grid;grid-template-columns:minmax(0,1fr) 50px;gap:8px}.email-row button{border:0;border-radius:8px;color:#fff;background:var(--brand);cursor:pointer}.claim-landing{display:grid;justify-items:start}@media(max-width:760px){.site-header{position:static;padding:12px 16px}.site-header nav{gap:10px;font-size:13px}.home-hero,.feature-band,.report-grid{grid-template-columns:1fr}.home-hero{min-height:auto;padding-top:28px}.home-hero h1,.claim-landing h1,.assessment-card h1,.report-main h1{font-size:36px;line-height:1.05}.hero-actions,.primary-action,.secondary-action,.link-action{width:100%}.site-footer{display:grid}.report-main{order:-1}}
