:root { color-scheme: light; --paper: #f6f3eb; --ink: #18392f; --muted: #64736a; --green: #0e3a31; --line: #dce3d9; --accent: #bd4c30; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, label.service { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
.site-header { background: var(--green); color: #f9f6ed; padding: 16px max(24px, calc((100vw - 1200px) / 2)); display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.brand { font-weight: 800; letter-spacing: -.6px; font-size: 20px; text-decoration: none; white-space: nowrap; }
.brand span { color: #f38c6b; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; gap: 8px; }
.layout { max-width: 1200px; margin: 0 auto; padding: 64px 24px 80px; display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.intro { padding-top: 20px; }
.eyebrow { color: var(--accent); text-transform: uppercase; font-size: 12px; letter-spacing: 1.6px; font-weight: 750; margin: 0 0 20px; }
h1 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(40px, 4.5vw, 62px); letter-spacing: -2px; line-height: 1.05; margin: 0; text-wrap: balance; }
.lead { color: #4d6255; font-size: 18px; max-width: 430px; margin: 24px 0 36px; }
.steps { list-style: none; margin: 0 0 28px; padding: 0; }
.steps li { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.steps li > span { color: var(--accent); font-size: 13px; padding-top: 2px; }
.steps h2 { margin: 0 0 4px; font-size: 16px; }
.steps p { font-size: 14px; color: var(--muted); margin: 0; max-width: 350px; }
.login { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 650; }
.signup { min-width: 0; background: #fffefa; border: 1px solid var(--line); border-radius: 24px; padding: 32px; box-shadow: 0 16px 48px #173e2e09; }
.signup > h2 { font-size: 23px; letter-spacing: -.6px; margin: 0 0 28px; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
legend, .form-section h3, .email-label { display: flex; align-items: baseline; gap: 10px; font-size: 16px; font-weight: 700; margin: 0 0 14px; }
.number { font-size: 11px; color: var(--accent); font-weight: 700; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.service { display: flex; flex-direction: column; gap: 10px; border: 1px solid #cbd6cb; padding: 14px 12px; border-radius: 12px; transition: background .15s; }
.service:has(input:checked) { background: #edf4eb; border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.service:hover { background: #f4f6ee; }
.service input { margin: 0; width: 20px; height: 20px; accent-color: var(--green); }
.service strong { display: block; font-size: 14px; }
.service small { display: block; font-size: 12px; line-height: 1.45; color: #586b5d; margin-top: 4px; }
.pricing { margin-top: 16px; padding: 14px 16px; background: #f6f5ef; border-radius: 12px; }
.pricing > div + div { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.pricing > div[hidden] + div { margin-top: 0; padding-top: 0; border-top: 0; }
.pricing strong { font-size: 13px; }
.pricing p { font-size: 12px; line-height: 1.5; color: #586b5d; margin: 4px 0 0; }
.form-section { margin-top: 26px; }
label:not(.service):not(.email-label) { display: block; font-size: 13px; font-weight: 650; margin-bottom: 8px; }
input[type=search], input[type=email] { width: 100%; min-height: 52px; background: #fff; border: 1px solid #bfcbbc; border-radius: 10px; padding: 12px; color: var(--ink); font-size: 16px; }
input::placeholder { color: #788478; }
.hint { color: var(--muted); font-size: 12px; margin: 8px 0 0; }
.hint:empty { display: none; }
.results { margin: 12px 0 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; max-height: 320px; overflow-y: auto; }
.results li + li { border-top: 1px solid var(--line); }
.results button { border: 0; padding: 14px; display: block; text-align: left; width: 100%; min-height: 60px; background: #fff; color: var(--ink); }
.results button:hover, .results button:focus { background: #edf4eb; }
.results button:focus-visible { outline-offset: -4px; }
.results strong, .results span { display: block; overflow-wrap: anywhere; }
.results span { font-size: 13px; color: var(--muted); margin-top: 3px; }
.selected { padding: 16px; border: 1px solid #b3c9b3; border-radius: 12px; background: #f4f7ef; overflow-wrap: anywhere; }
.selected p { color: var(--muted); font-size: 13px; margin: 3px 0 8px; }
.text-button { border: 0; padding: 0; background: none; color: var(--green); text-decoration: underline; text-underline-offset: 3px; min-height: 44px; font-size: 13px; font-weight: 650; }
.coverage, .notice { background: #f4f3e8; border-radius: 10px; padding: 14px; margin: 12px 0 0; font-size: 13px; color: #596148; }
.coverage[data-state=covered] { background: #edf4eb; color: var(--green); }
.error { color: #9c301f; background: #fff0e9; padding: 12px; border-radius: 10px; font-size: 14px; }
.primary { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; border: 0; background: var(--green); color: white; font-weight: 700; font-size: 15px; border-radius: 12px; padding: 14px 16px; margin-top: 24px; text-align: center; text-decoration: none; }
.primary:hover { background: #185241; }
.primary:disabled { opacity: .6; cursor: wait; }
.fineprint { font-size: 12px; color: var(--muted); text-align: center; margin: 12px 0 0; }
.form-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 16px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
.form-footer a { font-size: 12px; display: inline-flex; align-items: center; min-height: 44px; }
.success-mark { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #edf4eb; font-size: 28px; }
#signup-success h3 { font-size: 28px; line-height: 1.2; }
#signup-success p { color: var(--muted); }
.service-summary { padding: 14px; background: #f6f5ef; border-radius: 12px; }
@media (max-width: 800px) {
  .site-header { padding: 12px 20px; flex-wrap: wrap; gap: 0 16px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 12px; }
  .brand { min-height: 40px; display: flex; align-items: center; }
  .layout { max-width: 600px; grid-template-columns: 1fr; gap: 28px; padding: 32px 20px 48px; }
  .intro { padding: 0; }
  .eyebrow { margin-bottom: 12px; }
  h1 { font-size: 40px; letter-spacing: -1.2px; }
  .lead { font-size: 16px; margin: 16px 0 8px; }
  .steps { display: none; }
  .signup { padding: 24px 20px; border-radius: 18px; }
  .services { grid-template-columns: 1fr; }
  .service { flex-direction: row; align-items: center; gap: 12px; padding: 12px; min-height: 66px; }
  .service small { margin-top: 1px; }
  .signup > h2 { font-size: 22px; margin-bottom: 22px; }
}
@media (max-width: 359px) {
  .layout { padding-left: 12px; padding-right: 12px; }
  .signup { padding: 24px 16px; }
  h1 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
