.hero { width: min(1180px, calc(100% - 32px)); min-height: 670px; margin: 10px auto 40px; padding: clamp(34px, 7vw, 90px); border-radius: var(--radius-lg); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(40px, 8vw, 100px); color: white; background: var(--green); overflow: hidden; }
.hero h1 span { color: var(--green-bright); font-style: italic; }
.hero-lead { max-width: 570px; margin-bottom: 30px; color: #d9e5df; font-size: 1.1rem; }
.hero .eyebrow { color: var(--green-bright); }
.hero .button-primary { color: var(--green); background: var(--green-bright); }
.microcopy { margin: 12px 0 0 8px; color: #b8cbc3; font-size: .78rem; }
.preview-card { padding: 24px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 24px; color: var(--ink); background: var(--surface); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.preview-top, .preview-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.preview-label { display: block; color: var(--ink-soft); font-size: .72rem; }
.progress-ring { display: grid; place-items: center; width: 66px; height: 66px; border: 7px solid var(--green-bright); border-radius: 50%; font-size: 1.15rem; font-weight: 800; }
.progress-ring small { font-size: .6rem; }
.preview-next { margin: 24px 0 12px; padding: 18px; border-radius: 16px; background: var(--green-pale); }
.preview-next span, .preview-next small { display: block; color: var(--ink-soft); font-size: .72rem; }
.preview-next strong { display: block; margin: 4px 0 10px; }
.preview-row { justify-content: flex-start; padding: 14px 2px; border-top: 1px solid var(--line); font-size: .88rem; }
.preview-row.muted { color: var(--ink-soft); text-decoration: line-through; }
.fake-check { width: 20px; height: 20px; border: 1px solid #9eaaa5; border-radius: 6px; display: grid; place-items: center; }
.fake-check.checked { color: white; background: var(--green); }
.trust-strip, .events-section { width: min(1050px, calc(100% - 32px)); margin: 0 auto; }
.install-help { width: min(720px, calc(100% - 32px)); margin: 0 auto; padding: 16px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.install-help summary { color: var(--green); cursor: pointer; font-weight: 750; }
.install-help p { margin: 10px 0 0; color: var(--ink-soft); }
.trust-strip { padding: 42px 0 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.trust-strip article { padding-left: 18px; border-left: 2px solid var(--green-bright); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { margin-top: 5px; color: var(--ink-soft); font-size: .86rem; }
.events-section { padding: 70px 0; text-align: center; }
.events-section h2 { max-width: 650px; margin: 0 auto 40px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.event-card { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgb(255 253 250 / 55%); }
.event-card.active { background: var(--surface); box-shadow: var(--shadow); }
.event-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; background: var(--green-pale); }
.event-card p { color: var(--ink-soft); font-size: .84rem; }
.event-card a { color: var(--green); font-weight: 750; }
.app-shell { width: min(1060px, calc(100% - 32px)); margin: 24px auto 80px; }
.event-picker { max-width: 880px; margin: 55px auto; text-align: center; }
.event-options { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; text-align: left; }
.event-option { padding: 22px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: var(--surface); cursor: pointer; }
.event-option strong, .event-option span { display: block; }
.event-option span { margin-top: 6px; color: var(--ink-soft); font-size: .82rem; }
.setup-layout { min-height: 620px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.setup-intro { position: sticky; top: 30px; padding-top: 44px; }
.setup-intro h1, .dashboard-header h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
.setup-intro > p:not(.eyebrow) { max-width: 430px; color: var(--ink-soft); }
.privacy-note { margin-top: 32px; padding: 18px; border-radius: 16px; background: var(--surface-soft); }
.privacy-note strong, .privacy-note span { display: block; }
.privacy-note span { margin-top: 4px; color: var(--ink-soft); font-size: .82rem; }
.question-card { padding: clamp(24px, 5vw, 46px); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.question { padding: 0 0 28px; margin-bottom: 28px; border: 0; border-bottom: 1px solid var(--line); }
.question legend { width: 100%; margin-bottom: 14px; font-weight: 800; }
.question-help { margin: -8px 0 14px; color: var(--ink-soft); font-size: .82rem; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.option { position: relative; }
.option input { position: absolute; opacity: 0; }
.option label { min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; cursor: pointer; }
.option input:checked + label { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); background: var(--green-pale); }
.option input:focus-visible + label { outline: 3px solid #1967d2; outline-offset: 2px; }
.date-input { width: 100%; min-height: 52px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.dashboard-header { margin: 40px 0 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.dashboard-header h1 { margin-bottom: 4px; }
#event-date-label { color: var(--ink-soft); }
.summary-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; }
.summary-card { padding: 24px; border-radius: var(--radius-md); background: var(--surface); }
.summary-card > span, .summary-card small { display: block; color: var(--ink-soft); font-size: .78rem; }
.summary-card strong { display: block; margin: 5px 0 12px; font-size: 1.25rem; }
.progress-track { height: 8px; border-radius: 999px; background: var(--line); overflow: hidden; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--green); transition: width .25s ease; }
.event-page { width: min(960px, calc(100% - 32px)); margin: 40px auto 80px; }
.event-page-header { max-width: 760px; padding: clamp(30px, 7vw, 70px); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.event-page-header p { color: var(--ink-soft); }
.event-page-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.event-page-grid article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.event-page-grid h2 { font-family: var(--font-sans); font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.next-card { color: white; background: var(--green); }
.next-card > span, .next-card small { color: #c4d5ce; }
.task-groups { margin-top: 34px; }
.task-section { margin-bottom: 34px; }
.task-section h2 { margin-bottom: 15px; font-family: var(--font-sans); font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.task-list { display: grid; gap: 10px; }
.task-card { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.task-main { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; }
.task-check { width: 24px; height: 24px; margin-top: 2px; accent-color: var(--green); }
.task-title { margin: 0; font-family: var(--font-sans); font-size: .98rem; font-weight: 800; letter-spacing: 0; }
.task-summary { margin: 4px 0 0; color: var(--ink-soft); font-size: .84rem; }
.task-badge { padding: 4px 8px; border-radius: 999px; color: var(--green); background: var(--green-pale); font-size: .68rem; font-weight: 800; }
.task-badge.regulatory { color: #7b2a1a; background: #f6ddd6; }
.task-details { margin: 14px 0 0 38px; padding-top: 14px; border-top: 1px solid var(--line); }
.task-details summary { cursor: pointer; color: var(--green); font-weight: 750; font-size: .82rem; }
.claim-list { padding-left: 18px; color: var(--ink-soft); font-size: .82rem; }
.claim-list li + li { margin-top: 10px; }
.claim-scope { display: block; margin-top: 3px; color: #72807a; font-size: .72rem; }
.source-link { display: inline-block; margin-top: 8px; color: var(--green); font-size: .8rem; font-weight: 700; }
.task-card.completed .task-title, .task-card.completed .task-summary { color: #77827e; text-decoration: line-through; }
.data-actions { margin-top: 56px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.data-actions h2 { margin-bottom: 5px; font-family: var(--font-sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.data-actions p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.data-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
