:root {
  --estate-ink: #0b234c;
  --estate-text: #28364d;
  --estate-paper: #f7f4ee;
  --estate-white: #ffffff;
  --estate-mint: #ccebea;
  --estate-lilac: #d8d2ff;
  --estate-line: #cdd4df;
  --estate-green: #087a57;
  --estate-red: #a1322b;
  --estate-shadow: 12px 12px 0 var(--estate-ink);
  --estate-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--estate-text);
  background: var(--estate-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.6;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--estate-white);
  background: var(--estate-ink);
  border: 3px solid var(--estate-white);
  transform: translateY(-160%);
  text-decoration: none;
  font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible {
  outline: 3px solid #214fd3;
  outline-offset: 4px;
}
.estate-shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.estate-header { position: sticky; top: 0; z-index: 20; background: rgb(247 244 238 / .96); border-bottom: 2px solid var(--estate-ink); backdrop-filter: blur(12px); }
.estate-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.estate-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--estate-ink); font-size: 1.1rem; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.estate-logo img { width: 44px; height: 44px; border-radius: 12px; }
.estate-logo > span { color: var(--estate-ink); }
.estate-logo b { color: #3767ee; }
.estate-links { display: flex; gap: 24px; align-items: center; font-size: .84rem; font-weight: 750; }
.estate-links a { text-decoration: none; }
.estate-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; color: var(--estate-white); background: var(--estate-ink); border: 2px solid var(--estate-ink); box-shadow: 6px 6px 0 #3767ee; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.estate-button:hover { transform: translate(-1px, -1px); box-shadow: 8px 8px 0 #3767ee; }
.estate-button:disabled { opacity: .55; cursor: wait; }
.estate-hero { padding: clamp(64px, 9vw, 130px) 0 90px; border-bottom: 2px solid var(--estate-ink); }
.estate-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.estate-kicker { display: flex; gap: 14px; align-items: center; color: var(--estate-ink); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.estate-kicker::before { content: ""; width: 54px; height: 7px; background: #3767ee; }
h1, h2, h3 { color: var(--estate-ink); line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 820px; margin: 24px 0 28px; font-size: clamp(3.4rem, 7.5vw, 7.4rem); }
h2 { margin: 0 0 22px; font-size: clamp(2.45rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.estate-lede { max-width: 720px; font-size: clamp(1.18rem, 2vw, 1.7rem); line-height: 1.45; }
.estate-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 36px; }
.estate-text-link { display: inline-flex; align-items: center; min-height: 52px; font-weight: 850; text-underline-offset: 5px; }
.estate-hero-card { position: sticky; top: 110px; padding: 32px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: var(--estate-radius); box-shadow: var(--estate-shadow); }
.estate-hero-mark { display: block; width: 84px; height: 84px; margin: -8px 0 22px; border-radius: 22px; }
.estate-hero-card h2 { font-size: 2rem; letter-spacing: -.04em; }
.estate-checks { padding: 0; margin: 24px 0 0; list-style: none; }
.estate-checks li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid var(--estate-line); }
.estate-checks strong { color: var(--estate-green); }
.estate-section { padding: clamp(76px, 9vw, 130px) 0; border-bottom: 2px solid var(--estate-ink); }
.estate-section-head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(320px, 1fr); gap: 60px; margin-bottom: 54px; align-items: end; }
.estate-section-head p { max-width: 660px; margin: 0; font-size: 1.13rem; }
.estate-decision-grid, .estate-scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.estate-card { padding: 30px; min-height: 300px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 16px; }
.estate-card:nth-child(2) { background: var(--estate-mint); }
.estate-card:nth-child(3) { background: var(--estate-lilac); }
.estate-card-index { display: inline-grid; place-items: center; width: 44px; aspect-ratio: 1; color: white; background: var(--estate-ink); border-radius: 50%; font-weight: 900; }
.estate-card a { color: #214fd3; font-weight: 850; text-underline-offset: 4px; }
.estate-process { display: grid; gap: 26px; }
.estate-step { position: sticky; top: 104px; display: grid; grid-template-columns: 110px 1fr; gap: 30px; min-height: 290px; padding: 42px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 18px; box-shadow: 0 12px 0 rgb(11 35 76 / .12); }
.estate-step:nth-child(3n + 2) { background: var(--estate-mint); }
.estate-step:nth-child(3n) { background: var(--estate-lilac); }
.estate-step-number { color: var(--estate-ink); font-size: 3rem; font-weight: 950; line-height: 1; }
.estate-step h3 { margin: 0 0 18px; }
.estate-step p { max-width: 760px; margin: 0; }
.estate-disclosure { max-width: 900px; margin: 0 0 28px; padding: 18px 22px; background: #fff7d9; border-left: 6px solid #d09b00; }
.estate-situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.estate-situation { position: relative; min-height: 280px; padding: 28px; overflow: hidden; background: var(--estate-white); border: 2px solid var(--estate-line); border-radius: 16px; }
.estate-situation > span { position: absolute; top: 14px; right: 18px; color: rgb(11 35 76 / .08); font-size: 4.5rem; font-weight: 950; line-height: 1; }
.estate-situation small { color: var(--estate-green); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.estate-situation h3 { position: relative; margin: 28px 0 14px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.035em; }
.estate-situation p { position: relative; margin: 0; font-size: .92rem; }
.estate-scenario { padding: 30px; background: var(--estate-white); border: 2px solid var(--estate-line); border-radius: 16px; }
.estate-scenario small { color: var(--estate-ink); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.estate-states { background: #eef2ff; }
.estate-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 56px; }
.estate-metric-grid article { display: grid; align-content: start; min-height: 180px; padding: 24px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 16px; box-shadow: 6px 6px 0 rgb(11 35 76 / .12); }
.estate-metric-grid strong { color: #3767ee; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.07em; }
.estate-metric-grid span { max-width: 18ch; margin-top: 16px; font-size: .82rem; font-weight: 800; line-height: 1.35; }
.estate-rollout { display: grid; grid-template-columns: minmax(120px, 1fr) 40px minmax(160px, 1fr) 40px minmax(120px, 1fr) 40px minmax(160px, 1fr); align-items: center; margin: 0 0 48px; }
.estate-rollout div { display: grid; min-height: 150px; padding: 22px; background: var(--estate-ink); color: white; border-radius: 14px; }
.estate-rollout div:nth-of-type(2) { background: #3767ee; }
.estate-rollout div:nth-of-type(3) { background: var(--estate-green); }
.estate-rollout div:nth-of-type(4) { color: var(--estate-ink); background: var(--estate-lilac); }
.estate-rollout span { opacity: .7; font-size: .72rem; font-weight: 900; }
.estate-rollout strong { align-self: end; font-size: 1.05rem; }
.estate-rollout small { font-size: .7rem; }
.estate-rollout > i { height: 3px; background: var(--estate-ink); }
.estate-state-legend { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 20px; font-size: .72rem; font-weight: 800; }
.estate-state-legend span { display: inline-flex; align-items: center; gap: 7px; }
.estate-state-legend i { width: 12px; height: 12px; border-radius: 4px; }
.estate-state-legend .flat, .estate-state--flat { --state-color: #ccebea; }
.estate-state-legend .formula, .estate-state--formula { --state-color: #d8d2ff; }
.estate-state-legend .local, .estate-state--local { --state-color: #ffd8bb; }
.estate-state-legend .hybrid, .estate-state--hybrid { --state-color: #fff0a8; }
.estate-state-legend i { background: var(--state-color); border: 1px solid var(--estate-ink); }
.estate-state-grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 8px; }
.estate-state { display: grid; place-items: center; min-height: 76px; padding: 8px 4px; text-align: center; background: var(--state-color); border: 1.5px solid var(--estate-ink); border-radius: 10px; }
.estate-state strong { color: var(--estate-ink); font-size: 1.15rem; line-height: 1; }
.estate-state span { margin-top: 5px; font-size: .55rem; font-weight: 750; line-height: 1.05; }
.estate-source-proof { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 1px; margin-top: 54px; overflow: hidden; color: white; background: var(--estate-ink); border: 2px solid var(--estate-ink); border-radius: 18px; }
.estate-source-proof > * { padding: 28px; background: var(--estate-white); color: var(--estate-text); }
.estate-source-proof > div { color: white; background: var(--estate-ink); }
.estate-source-proof h3 { color: white; font-size: 1.8rem; line-height: 1.1; }
.estate-source-proof small { color: #9eb8ff; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.estate-source-proof article strong { color: var(--estate-ink); font-size: 1.05rem; }
.estate-source-proof article p { font-size: .78rem; line-height: 1.5; }
.estate-source-proof article a { color: #214fd3; font-size: .72rem; font-weight: 850; }
.estate-research-note { max-width: 90ch; margin: 24px 0 0; font-size: .72rem; }
.estate-form-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); gap: 60px; align-items: start; }
.estate-form { padding: 34px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: var(--estate-radius); box-shadow: var(--estate-shadow); }
.estate-field { display: grid; gap: 8px; margin-bottom: 18px; }
.estate-field label, .estate-consent { color: var(--estate-ink); font-size: .88rem; font-weight: 800; }
.estate-field input, .estate-field select, .estate-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #8793a5; border-radius: 8px; background: white; color: var(--estate-text); font: inherit; }
.estate-field textarea { min-height: 120px; resize: vertical; }
.estate-field input:focus, .estate-field select:focus, .estate-field textarea:focus { outline: 3px solid #8aa6ff; outline-offset: 2px; }
.estate-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.estate-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.estate-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 10px 0 24px; font-weight: 600; }
.estate-consent input { width: 20px; height: 20px; margin-top: 3px; }
.estate-status { min-height: 28px; margin-top: 18px; font-weight: 750; }
.estate-status[data-state="success"] { color: var(--estate-green); }
.estate-status[data-state="error"] { color: var(--estate-red); }
.estate-policy { padding-top: clamp(4rem, 9vw, 8rem); min-height: 65vh; }
.estate-policy h1 { max-width: 900px; }
.estate-policy-copy { max-width: 820px; }
.estate-policy-copy p { max-width: 72ch; }
.estate-policy-copy h2 { margin-top: 2.25rem; }
.estate-triage { background: #edf3ff; }
.estate-triage-grid { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 34px; align-items: start; }
.estate-triage .estate-form { box-shadow: 9px 9px 0 #3767ee; }
.estate-triage-result { min-height: 100%; padding: clamp(30px, 5vw, 58px); color: var(--estate-text); background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: var(--estate-radius); }
.estate-triage-result[data-state="ready"] { border-left: 10px solid var(--estate-green); }
.estate-triage-result[data-state="error"] { border-left: 10px solid var(--estate-red); }
.estate-triage-result h3 { margin-top: 10px; font-size: clamp(2rem, 4vw, 3.7rem); }
.estate-triage-result ol { display: grid; gap: 18px; padding-left: 1.6rem; }
.estate-triage-result li { padding-left: 8px; }
.estate-triage-label { color: #214fd3; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.estate-triage-escalation { margin-top: 30px; padding: 22px; background: #fff7d9; border-left: 6px solid #d09b00; }
.estate-triage-escalation ul { margin-bottom: 0; }
.estate-triage-check { margin-top: 4px; }
.estate-checklist-hero { padding: clamp(64px, 9vw, 120px) 0 64px; background: #edf3ff; border-bottom: 2px solid var(--estate-ink); }
.estate-checklist-hero h1 { max-width: 900px; }
.estate-checklist-controls { display: grid; grid-template-columns: auto minmax(180px, 280px) auto; gap: 16px; align-items: center; max-width: 850px; margin-top: 36px; }
.estate-checklist-controls select { min-height: 50px; padding: 10px 14px; background: white; border: 2px solid var(--estate-ink); font: inherit; }
.estate-text-button { min-height: 50px; padding: 10px 18px; color: var(--estate-ink); background: white; border: 2px solid var(--estate-ink); font: inherit; font-weight: 850; cursor: pointer; }
.estate-checklist-progress { --progress: 0%; position: relative; max-width: 850px; margin-top: 24px; padding: 16px 18px; overflow: hidden; background: white; border: 2px solid var(--estate-ink); font-weight: 850; }
.estate-checklist-progress::after { content: ""; position: absolute; left: 0; bottom: 0; width: var(--progress); height: 7px; background: var(--estate-green); transition: width .2s ease; }
.estate-checklist-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 38px; align-items: start; }
.estate-checklist-stage { margin-bottom: 22px; padding: 30px; background: white; border: 2px solid var(--estate-ink); border-radius: 16px; }
.estate-checklist-stage h2 { margin-top: 8px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.estate-checklist-task { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid var(--estate-line); cursor: pointer; }
.estate-checklist-task input { width: 22px; height: 22px; margin-top: 3px; accent-color: var(--estate-green); }
.estate-checklist-task:has(input:checked) span { color: #596477; text-decoration: line-through; }
.estate-state-context { position: sticky; top: 110px; padding: 30px; background: #fff7d9; border: 2px solid var(--estate-ink); border-radius: 16px; }
.estate-state-context[data-verified="true"] { background: var(--estate-mint); border-left: 9px solid var(--estate-green); }
.estate-state-context h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.estate-state-context a { color: #214fd3; font-weight: 800; }
.estate-state-hero { padding: clamp(64px, 9vw, 120px) 0 76px; background: #edf3ff; border-bottom: 2px solid var(--estate-ink); }
.estate-claim-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.estate-claim-card { padding: 28px; background: white; border: 2px solid var(--estate-ink); border-radius: 16px; }
.estate-claim-card h3 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.025em; }
.estate-claim-card dl { display: grid; grid-template-columns: 130px 1fr; gap: 9px 14px; font-size: .84rem; }
.estate-claim-card dt { color: var(--estate-ink); font-weight: 900; }
.estate-claim-card dd { margin: 0; }
.estate-claim-card a, .estate-official-actions a { color: #214fd3; font-weight: 850; }
.estate-official-actions { padding: 30px; background: var(--estate-mint); border: 2px solid var(--estate-ink); border-radius: 16px; }
.estate-official-actions li { padding: 12px 0; border-bottom: 1px solid rgb(11 35 76 / .18); }
.estate-county-hero { padding: clamp(64px, 9vw, 120px) 0 76px; background: #fff7d9; border-bottom: 2px solid var(--estate-ink); }
.estate-county-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.estate-county-actions article { padding: 28px; background: white; border: 2px solid var(--estate-ink); border-radius: 16px; }
.estate-county-actions h3 { font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.estate-county-actions a { color: #214fd3; font-weight: 850; }
.estate-footer { padding: 56px 0; color: white; background: var(--estate-ink); }
.estate-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.estate-footer a { color: white; }
.estate-fine { font-size: .82rem; color: #d4dced; }

@media (max-width: 860px) {
  .estate-links a:not(.estate-button) { display: none; }
  .estate-hero-grid, .estate-section-head, .estate-form-wrap, .estate-footer-grid, .estate-triage-grid, .estate-checklist-layout, .estate-claim-grid, .estate-county-actions { grid-template-columns: 1fr; }
  .estate-checklist-controls { grid-template-columns: 1fr; }
  .estate-state-context { position: static; }
  .estate-hero-card { position: static; }
  .estate-decision-grid, .estate-scenario-grid, .estate-situation-grid, .estate-metric-grid, .estate-source-proof { grid-template-columns: 1fr; }
  .estate-rollout { grid-template-columns: 1fr; gap: 8px; }
  .estate-rollout > i { width: 3px; height: 26px; margin-inline: auto; }
  .estate-state-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .estate-card { min-height: 0; }
  .estate-step { position: relative; top: 0; grid-template-columns: 1fr; min-height: 0; padding: 28px; }
  .estate-form-grid { grid-template-columns: 1fr; gap: 0; }
}

@media print {
  .estate-header, .estate-footer, .estate-text-button { display: none !important; }
  .estate-checklist-hero, .estate-section { padding: 24px 0; }
  .estate-checklist-layout { display: block; }
  .estate-checklist-stage, .estate-state-context { break-inside: avoid; box-shadow: none; }
}

@media (max-width: 520px) {
  .estate-shell { width: min(100% - 24px, 1220px); }
  .estate-logo { font-size: .92rem; }
  .estate-logo img { width: 38px; height: 38px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .estate-state-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
