:root {
  color-scheme: light;
  --ink: #17221d;
  --muted: #68736d;
  --line: #dce5df;
  --paper: #f8faf7;
  --card: #ffffff;
  --accent: #0d6b52;
  --accent-dark: #084735;
  --accent-soft: #e3f2e9;
  --shadow: 0 22px 60px rgba(24, 57, 42, .11);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.5; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.site-header { display: flex; justify-content: space-between; align-items: center; max-width: 1180px; margin: 0 auto; padding: 26px 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 760; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px 10px 10px 3px; color: #fff; background: var(--accent); font-weight: 800; }
.header-note { color: var(--muted); font-size: .88rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr); gap: 70px; align-items: center; max-width: 1180px; margin: 0 auto; padding: 80px 28px 100px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.65rem, 5.4vw, 5rem); line-height: .99; letter-spacing: -.065em; }
.hero-lede { max-width: 590px; color: var(--muted); font-size: 1.17rem; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; padding: 14px 21px; border: 1px solid transparent; font-weight: 760; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.primary-button { color: #fff; background: var(--accent); box-shadow: 0 8px 20px rgba(13, 107, 82, .2); }
.primary-button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.secondary-button { color: var(--accent-dark); border-color: var(--line); background: #fff; }
.hero-cta { margin: 20px 0 27px; }
.reassurance { display: grid; gap: 9px; padding: 0; margin: 0; color: var(--muted); list-style: none; font-size: .91rem; }
.reassurance li { display: flex; gap: 9px; align-items: center; }
.reassurance span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: var(--accent); background: var(--accent-soft); font-size: .72rem; font-weight: 900; }
.hero-card { max-width: 390px; padding: 29px; border: 1px solid rgba(13, 107, 82, .13); border-radius: 28px; background: var(--card); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.card-topline { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .8rem; font-weight: 730; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #65b893; }
.card-question { margin: 42px 0 22px; font-size: 1.4rem; font-weight: 750; line-height: 1.15; letter-spacing: -.035em; }
.choice-preview { display: flex; align-items: center; gap: 11px; margin: 10px 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: .92rem; }
.choice-preview span { width: 15px; height: 15px; border: 1px solid #9db2a6; border-radius: 50%; }
.card-progress { height: 5px; margin: 28px 0 8px; overflow: hidden; border-radius: 99px; background: #e6eee9; }
.card-progress span, .quiz-progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--accent); transition: width .3s ease; }
.hero-card small { color: var(--muted); font-size: .75rem; }
.process { padding: 88px 28px 104px; background: #eef5f0; }
.process > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
h2 { margin-bottom: 37px; font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.05; letter-spacing: -.05em; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid article { padding: 27px; border-top: 2px solid var(--accent); }
.process-grid article > span { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.process-grid h3 { margin: 31px 0 8px; font-size: 1.25rem; }
.process-grid p { max-width: 270px; margin: 0; color: var(--muted); }
.quiz-section { padding: 90px 28px; background: #fff; }
.quiz-shell { max-width: 700px; margin: 0 auto; }
.quiz-heading h2 { margin-bottom: 12px; }
.quiz-intro { color: var(--muted); }
.quiz-progress { display: flex; align-items: center; gap: 20px; margin: 32px 0 48px; color: var(--muted); font-size: .86rem; }
.quiz-progress-track { flex: 1; height: 6px; overflow: hidden; border-radius: 99px; background: #e6eee9; }
.quiz-progress-track span { width: 25%; }
fieldset { padding: 0; border: 0; }
legend { max-width: 600px; margin-bottom: 25px; font-size: 1.8rem; font-weight: 760; line-height: 1.15; letter-spacing: -.04em; }
.choice-list { display: grid; gap: 11px; }
.choice { display: flex; align-items: center; gap: 13px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
.choice input { accent-color: var(--accent); }
.select-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .87rem; }
select { width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; }
.form-error { margin: 18px 0 0; color: #a0342d; font-size: .9rem; }
.quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 34px; }
.preview-note { max-width: 1180px; margin: 0 auto; padding: 28px; color: var(--muted); font-size: .84rem; }
.preview-note p { margin: 0; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; max-width: 1180px; margin: 0 auto; padding: 25px 28px 40px; color: var(--muted); font-size: .78rem; }
[hidden] { display: none !important; }
@media (max-width: 800px) {
  .site-header { padding: 20px; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; gap: 54px; padding: 50px 20px 70px; }
  .hero-card { justify-self: center; width: min(100%, 390px); }
  .process, .quiz-section { padding: 65px 20px 75px; }
  .process-grid { grid-template-columns: 1fr; gap: 12px; }
  .process-grid article { padding: 20px 0; }
  .process-grid h3 { margin-top: 14px; }
  .preview-note, .site-footer { padding-left: 20px; padding-right: 20px; }
  .site-footer { flex-direction: column; }
}
