:root { color-scheme: light; font-family: system-ui, sans-serif; color: #142c2b; background: #f4f7f3; }
* { box-sizing: border-box; }
body { margin: 0; }
.shell { width: min(100% - 32px, 1000px); margin: 0 auto; padding: 24px 0 64px; }
.narrow { max-width: 540px; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.brand { color: #075c50; font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.brand span { color: #516d68; font-size: 13px; font-weight: 600; letter-spacing: 0; margin-left: 8px; }
.hero { padding: 40px 0 28px; }
.hero h1 { max-width: 700px; font-size: clamp(36px, 7vw, 64px); line-height: 1.06; letter-spacing: -.05em; margin: 10px 0 18px; }
.hero p { max-width: 680px; line-height: 1.6; }
.eyebrow { color: #167c67; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.notice { background: #e5f2e9; border-radius: 10px; padding: 12px 16px; font-size: 14px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.card { background: white; border: 1px solid #d9e5de; border-radius: 18px; padding: 28px; margin-bottom: 20px; box-shadow: 0 10px 30px #102b1c0a; }
.card h2 { margin: 0 0 10px; font-size: 24px; }
.card p { line-height: 1.55; }
form { display: grid; gap: 10px; margin-top: 18px; }
label { font-size: 14px; font-weight: 700; }
input { width: 100%; min-width: 0; border: 1px solid #adc5b9; border-radius: 9px; padding: 12px 14px; font: inherit; }
input:focus { outline: 3px solid #b5e5cf; border-color: #087f65; }
button { width: fit-content; border: 0; border-radius: 9px; background: #096e5a; color: white; padding: 12px 18px; font: inherit; font-weight: 700; cursor: pointer; }
button:hover { background: #064e41; }
button.quiet { background: transparent; color: #096e5a; border: 1px solid #a6cfc2; }
output { display: block; color: #935623; min-height: 24px; margin-top: 10px; }
.subtle, .footnote, footer { color: #516d68; font-size: 14px; }
.claim-card { margin-top: 4px; }
.claim-card h3 { margin-top: 30px; }
.recovery { border-color: #096e5a; }
footer { border-top: 1px solid #d9e5de; margin-top: 32px; padding-top: 24px; line-height: 1.5; }
[hidden] { display: none !important; }
@media (max-width: 680px) { .grid { grid-template-columns: 1fr; } .card { padding: 22px; } .hero { padding-top: 28px; } }
