@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink:#17231f; --muted:#6e7c76; --line:#dbe5df; --paper:#f5f8f4; --white:#fff; --green:#164f42; --lime:#c7e78b; --soft:#e8f1e6; --orange:#e78f53; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font:15px 'DM Sans', sans-serif; }
.app-shell { overflow:hidden; }
.section-wrap { width:min(1120px, calc(100% - 48px)); margin:auto; }
.topbar { height:82px; padding:0 max(24px, calc((100% - 1120px)/2)); display:flex; justify-content:space-between; align-items:center; background:var(--paper); }
.brand { display:flex; gap:10px; align-items:center; color:var(--ink); font:700 20px 'Space Grotesk'; text-decoration:none; letter-spacing:-.8px; }.brand>span:last-child span { color:#5d8b68; }.brand-mark { display:grid; place-items:center; width:31px; height:31px; border-radius:10px 10px 10px 3px; color:var(--white); background:var(--green); font:700 14px 'Space Grotesk'; transform:rotate(-5deg); }.brand-mark::first-letter { text-transform:lowercase; }
.topbar-note { color:var(--muted); font-size:12px; }.live-dot { display:inline-block; width:7px; height:7px; margin-right:6px; border-radius:50%; background:#74a85e; box-shadow:0 0 0 4px #e2efdd; }
.hero { min-height:424px; padding:58px 0 64px; display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:center; }.eyebrow { margin:0 0 15px; color:#6b9866; font-size:11px; font-weight:700; letter-spacing:2px; }.hero h1 { max-width:650px; margin:0; font:600 clamp(42px, 6vw, 69px)/.98 'Space Grotesk'; letter-spacing:-4px; }.hero h1 em { color:#699362; font-style:normal; }.hero-text { max-width:530px; margin:26px 0; color:var(--muted); font-size:17px; line-height:1.6; }.hero-proof { display:flex; gap:13px; align-items:center; color:#74817b; font-size:12px; }.avatars { display:flex; }.avatars span { display:grid; place-items:center; width:29px; height:29px; margin-left:-6px; border:2px solid var(--paper); border-radius:50%; color:#fff; background:#9eb99a; font-size:8px; font-weight:700; }.avatars span:first-child { margin-left:0; background:#d7956b; }.avatars span:nth-child(2) { background:#547b70; }.avatars span:last-child { background:var(--green); }
.hero-card { width:280px; justify-self:end; padding:26px; border-radius:22px; color:#eff7ed; background:var(--green); box-shadow:20px 25px 0 #e3ecdf; transform:rotate(2deg); }.hero-card-top { display:flex; justify-content:space-between; color:#9cc19a; font-size:10px; font-weight:700; letter-spacing:1.2px; }.spark { color:var(--lime); font-size:21px; }.ring { width:130px; height:130px; margin:31px auto 22px; display:grid; place-content:center; text-align:center; border:1px solid #769b80; border-radius:50%; box-shadow:inset 0 0 0 12px #1d5b4d, inset 0 0 0 13px #6e9977; }.ring strong { font:600 44px 'Space Grotesk'; letter-spacing:-3px; }.ring span { color:#abc8a6; font-size:11px; }.hero-card p { margin:0; color:#b4cdb0; text-align:center; line-height:1.45; font-size:12px; }.hero-card-line { display:flex; gap:5px; margin-top:28px; }.hero-card-line span { height:4px; flex:1; border-radius:5px; background:#477b64; }.hero-card-line span:first-child { background:var(--lime); }
.diagnostic { margin-bottom:100px; padding:55px 76px 65px; border:1px solid var(--line); border-radius:26px; background:var(--white); }.section-heading { display:flex; justify-content:space-between; align-items:start; }.section-heading h2, .results h2 { max-width:550px; margin:0; font:600 31px/1.1 'Space Grotesk'; letter-spacing:-1.6px; }.step-counter { color:var(--green); font:600 17px 'Space Grotesk'; }.step-counter small { color:#a8b5ae; font-size:12px; }.progress { height:3px; margin:33px 0 45px; background:#edf1ee; }.progress span { display:block; width:50%; height:100%; background:var(--green); transition:width .25s; }.form-step { display:none; }.form-step.active { display:block; animation:appear .25s ease; }@keyframes appear { from { opacity:0; transform:translateY(5px); } to { opacity:1; transform:none; } }.question-block { margin-bottom:34px; }.question-block>label { display:block; margin-bottom:8px; font:600 18px 'Space Grotesk'; }.helper { margin:0 0 17px; color:var(--muted); font-size:13px; }.question-block input[type=text], select, textarea { width:100%; padding:16px 17px; border:1px solid var(--line); border-radius:9px; color:var(--ink); outline:none; background:#fbfdfb; font:14px 'DM Sans'; transition:border .2s, box-shadow .2s; }.question-block input[type=text]:focus, select:focus, textarea:focus { border-color:#729d77; box-shadow:0 0 0 3px #e4f0e1; }.select-wrap { position:relative; } textarea { resize:vertical; min-height:108px; line-height:1.5; }.select-wrap::after { content:'⌄'; position:absolute; right:17px; top:14px; color:var(--green); pointer-events:none; }.select-wrap select { appearance:none; }.choice-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.choice { position:relative; display:flex; gap:12px; align-items:center; padding:14px; border:1px solid var(--line); border-radius:10px; cursor:pointer; transition:.2s; }.choice:hover { border-color:#9bb9a0; background:#fbfdfb; }.choice input { position:absolute; opacity:0; }.choice:has(input:checked) { border-color:#7d9e74; background:#f0f7eb; box-shadow:inset 3px 0 var(--green); }.choice-icon { display:grid; place-items:center; flex:none; width:32px; height:32px; border-radius:9px; color:var(--green); background:#e3eee0; font-size:18px; }.choice strong, .choice small { display:block; }.choice strong { font-size:13px; }.choice small { margin-top:3px; color:var(--muted); font-size:11px; }.choice b { display:none; margin-left:auto; color:var(--green); }.choice:has(input:checked) b { display:block; }.form-actions { display:flex; justify-content:space-between; align-items:center; margin-top:40px; }.privacy-note { color:#8a9891; font-size:11px; }.button { display:inline-flex; align-items:center; justify-content:center; gap:14px; min-height:44px; padding:0 20px; border:0; border-radius:8px; cursor:pointer; font:600 13px 'DM Sans'; transition:.2s; }.button-primary { color:#fff; background:var(--green); box-shadow:0 5px 12px #174f4221; }.button-primary:hover { background:#246352; transform:translateY(-1px); }.button-ghost { color:var(--green); background:transparent; }.button-ghost:hover { background:#eef5ed; }
.results { margin-bottom:100px; }.results-banner { display:flex; justify-content:space-between; align-items:center; padding:47px 54px; border-radius:22px; color:#eff8ea; background:var(--green); }.results h2 { color:#fff; }.results-banner p:not(.eyebrow) { max-width:570px; margin:14px 0 0; color:#b8cfb4; line-height:1.5; }.score { padding-left:50px; text-align:right; }.score strong { display:block; color:var(--lime); font:600 49px 'Space Grotesk'; letter-spacing:-3px; }.score strong span { font-size:22px; }.score small { color:#b8cfb4; font-size:11px; }.results-toolbar { display:flex; justify-content:space-between; align-items:center; margin:31px 0 15px; }.result-count { color:var(--green); font-weight:700; }.muted { color:#86928d; }.course-list { display:grid; gap:10px; }.course-card { display:grid; grid-template-columns:55px 1fr auto; gap:18px; align-items:center; padding:20px; border:1px solid var(--line); border-radius:13px; background:#fff; }.course-number { display:grid; place-items:center; width:46px; height:46px; border-radius:13px; color:#5f8b63; background:#ecf4e9; font:600 18px 'Space Grotesk'; }.course-card h3 { margin:0 0 5px; font:600 16px 'Space Grotesk'; }.course-card p { margin:0; color:var(--muted); font-size:12px; }.course-meta { color:#6d8970; text-align:right; font-size:12px; }.course-meta strong { display:block; color:var(--ink); font-size:14px; }.results-footer { display:flex; justify-content:space-between; align-items:center; margin-top:30px; padding:24px 27px; border-radius:14px; background:#e8f1e5; }.results-footer strong, .results-footer span { display:block; }.results-footer strong { margin-bottom:5px; font:600 16px 'Space Grotesk'; }.results-footer span { color:var(--muted); font-size:12px; }.footer { display:flex; justify-content:space-between; padding:26px 0 38px; border-top:1px solid var(--line); color:#88958e; font-size:11px; }.toast { position:fixed; right:24px; bottom:24px; padding:15px 18px; border-radius:9px; color:#fff; background:var(--green); box-shadow:0 8px 22px #183b2c30; opacity:0; transform:translateY(12px); pointer-events:none; transition:.25s; }.toast.show { opacity:1; transform:none; }
@media (max-width:760px) { .section-wrap { width:min(100% - 30px, 560px); }.topbar { height:66px; padding:0 15px; }.topbar-note { display:none; }.hero { display:block; min-height:0; padding:50px 0; }.hero h1 { letter-spacing:-2.6px; }.hero-text { font-size:15px; }.hero-card { display:none; }.diagnostic { margin-bottom:60px; padding:30px 20px; border-radius:18px; }.section-heading h2, .results h2 { font-size:26px; }.choice-grid { grid-template-columns:1fr; }.form-actions { align-items:flex-end; gap:12px; }.privacy-note { max-width:150px; }.results-banner { display:block; padding:30px 25px; }.score { padding:23px 0 0; text-align:left; }.results-toolbar { align-items:flex-start; }.results-toolbar .button { padding:0 8px; }.course-card { grid-template-columns:43px 1fr; gap:12px; padding:15px; }.course-number { width:40px; height:40px; }.course-meta { grid-column:2; text-align:left; }.results-footer { display:block; padding:22px; }.results-footer .button { margin-top:18px; }.footer { display:block; line-height:2; padding-bottom:25px; }.footer span { display:block; } }
.profile-section { margin-bottom: 30px; padding: 44px 54px 52px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.section-subtitle { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 34px; }
.profile-card { display: flex; align-items: center; gap: 14px; min-height: 132px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fbfdfb; text-align: left; cursor: pointer; transition: .2s; }
.profile-card:hover { border-color: #7d9e74; background: #f0f7eb; transform: translateY(-3px); box-shadow: 0 8px 18px #174f4212; }
.profile-card > span:nth-child(2) { flex: 1; }.profile-card strong, .profile-card small { display: block; }.profile-card strong { margin-bottom: 6px; font: 600 15px 'Space Grotesk'; }.profile-card small { color: var(--muted); line-height: 1.45; font-size: 12px; }.profile-card b { align-self: flex-end; color: var(--green); font-size: 20px; }.profile-icon { display: grid; place-items: center; flex: none; width: 39px; height: 39px; border-radius: 11px; color: var(--green); background: #e3eee0; font-size: 21px; }
@media (max-width:760px) { .profile-section { padding: 30px 20px; border-radius: 18px; }.profile-grid { grid-template-columns: 1fr; margin-top: 25px; }.profile-card { min-height: 92px; } }
/* Demo theme: neutral, reusable presentation without product-specific branding. */
:root { --ink:#1f2937; --muted:#667085; --line:#d9dee8; --paper:#f6f8fb; --white:#fff; --green:#315b9d; --lime:#dbe8ff; --soft:#eef3fb; }
body { background:var(--paper); }
.topbar { border-bottom:1px solid var(--line); background:var(--white); }
.brand { letter-spacing:-.3px; }
.brand-mark { border-radius:7px; background:var(--green); transform:none; }
.brand>span:last-child span { color:inherit; }
.hero { padding-top:48px; padding-bottom:48px; }
.hero h1 { letter-spacing:-2.5px; }
.hero h1 em { color:var(--green); }
.hero-card { border:1px solid #c8d5ec; border-radius:14px; color:#24416f; background:#eaf1fc; box-shadow:8px 8px 0 #dbe5f5; transform:none; }
.hero-card-top, .hero-card p { color:#58719c; }
.ring { border-color:#9bb3da; box-shadow:inset 0 0 0 12px #d5e2f7, inset 0 0 0 13px #7f9bc8; }
.ring span { color:#58719c; }
.hero-card-line span { background:#b6c9e7; }.hero-card-line span:first-child { background:var(--green); }
.diagnostic, .profile-section { border-radius:14px; box-shadow:0 2px 8px #1f29370a; }
.button-primary { background:var(--green); box-shadow:none; }.button-primary:hover { background:#274a82; }
.choice:has(input:checked) { border-color:#8aa9da; background:#f0f5fd; box-shadow:inset 3px 0 var(--green); }
.choice-icon, .course-number { color:var(--green); background:#e8effa; }
.results-banner { border-radius:14px; background:var(--green); }
.results-footer { background:#edf3fc; }