:root {
  --green-10: #e4fff7;
  --green-20: #c1f5e6;
  --green-50: #49c09d;
  --green-60: #3ba284;
  --green-70: #2c735e;
  --green-85: #074a36;
  --green-95: #04251d;
  --deep-green: #13392e;
  --lime: #cae780;
  --orange: #f06923;
  --pink: #fcddff;
  --ground: #eeeeee;
  --muted: #717171;
  --border: rgba(19, 57, 46, 0.14);
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(7, 74, 54, 0.1);
  font-family: "DM Sans", "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--green-95);
  background: #f4f6f2;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f4f6f2; }
button, input { font: inherit; }

body.is-locked { overflow: hidden; }
body.is-locked .site-header, body.is-locked main { visibility: hidden; }
.view-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; min-height: 100dvh; padding: 24px; overflow: auto; background: linear-gradient(135deg, #f4f6f2 0%, #e3f3ed 55%, #d7edbd 100%); }
.view-gate[hidden] { display: none; }
.view-gate::before, .view-gate::after { content: ""; position: fixed; border-radius: 50%; pointer-events: none; }
.view-gate::before { width: 420px; height: 420px; right: -110px; top: -90px; background: radial-gradient(circle at 35% 35%, var(--lime), rgba(202, 231, 128, 0)); }
.view-gate::after { width: 330px; height: 330px; left: -90px; bottom: -130px; background: radial-gradient(circle at 45% 40%, var(--pink), rgba(252, 221, 255, 0)); }
.view-gate-card { position: relative; z-index: 1; width: min(560px, 100%); padding: 42px; border: 1px solid rgba(19,57,46,.16); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 30px 100px rgba(7,74,54,.16); backdrop-filter: blur(16px); }
.view-logo { margin-bottom: 64px; color: var(--green-95); font-size: 25px; font-weight: 900; letter-spacing: -.12em; }
.view-gate h1 { margin-bottom: 16px; font-size: clamp(44px, 8vw, 68px); line-height: .95; }
.view-gate-card > p:not(.eyebrow) { max-width: 440px; color: #49625a; font-size: 17px; line-height: 1.55; }
.view-gate form { margin-top: 30px; }
.view-gate label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.view-form-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.view-form-row input { min-width: 0; border: 1px solid var(--border); border-radius: 10px; padding: 12px 13px; color: var(--green-95); background: var(--white); }
.view-form-row input:focus { outline: 2px solid var(--green-50); border-color: transparent; }

.site-header {
  height: 76px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(244, 246, 242, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 5;
}

.brand { color: var(--green-95); display: inline-flex; }
.brand-mark { width: 92px; height: auto; fill: currentColor; }
.header-side { display: flex; align-items: center; gap: 20px; }
.confidential { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.text-button { border: 0; background: none; color: var(--green-70); cursor: pointer; font-weight: 700; padding: 8px 0; }
.text-button:hover { color: var(--green-95); }

main { overflow: hidden; }
.hero { min-height: 650px; position: relative; display: flex; align-items: center; background: linear-gradient(135deg, #f4f6f2 0%, #edf3ef 48%, #d9eee8 100%); }
.hero-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 82px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 13px; color: var(--green-60); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif; color: var(--green-85); }
h1 { max-width: 920px; margin-bottom: 26px; font-size: clamp(48px, 7vw, 90px); line-height: .96; letter-spacing: -.055em; font-weight: 650; }
.hero-copy { max-width: 780px; margin-bottom: 40px; color: var(--deep-green); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.42; letter-spacing: -.018em; }
.decision-card { max-width: 880px; display: grid; grid-template-columns: 108px 1fr; gap: 30px; padding: 26px 30px; border-radius: 20px; background: var(--green-85); color: var(--white); box-shadow: var(--shadow); }
.decision-card h2 { color: var(--lime); margin-bottom: 7px; font-size: 18px; }
.decision-card p { margin: 0; font-size: 17px; line-height: 1.52; }
.decision-label { color: var(--green-20); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; padding-top: 4px; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .75; }
.orb-one { width: 350px; height: 350px; right: -90px; top: 55px; background: radial-gradient(circle at 35% 35%, var(--lime), rgba(202, 231, 128, 0)); }
.orb-two { width: 270px; height: 270px; right: 14%; bottom: -100px; background: radial-gradient(circle at 40% 35%, var(--pink), rgba(252, 221, 255, 0)); }

.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 94px 0; }
.section-heading { max-width: 680px; margin-bottom: 42px; }
.wide-heading { max-width: 830px; }
.section-intro { max-width: 760px; margin: 14px 0 0; color: #355248; font-size: 18px; line-height: 1.55; }
.section-heading h2, .closing-section h2, .boundary-card h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }

.state-section { padding-bottom: 70px; }
.state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.state-card { min-height: 250px; padding: 27px; border: 1px solid var(--border); border-radius: 20px; background: var(--white); }
.state-card.alert-card { background: #fff6ef; border-color: rgba(240, 105, 35, .28); }
.state-label { display: inline-block; margin-bottom: 45px; padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.state-label.ready { color: var(--green-85); background: var(--green-20); }
.state-label.built { color: #245f70; background: #e5f5fa; }
.state-label.pending { color: #9a3f13; background: #ffe1cf; }
.state-card h3 { margin-bottom: 11px; font-size: 23px; letter-spacing: -.025em; }
.state-card p { margin: 0; color: #355248; line-height: 1.58; }
.timing-interest-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 16px; margin-top: 16px; }
.timing-card, .interest-card { padding: 34px; border-radius: 22px; }
.timing-card { background: var(--green-10); border: 1px solid rgba(59, 162, 132, .25); }
.interest-card { display: flex; flex-direction: column; justify-content: flex-end; background: var(--pink); }
.timing-card h2, .interest-card h2 { margin-bottom: 10px; font-size: 31px; line-height: 1.08; letter-spacing: -.035em; }
.interest-card > p:last-child { margin: 8px 0 0; font-size: 17px; line-height: 1.58; color: #355248; }
.milestones { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.milestone { padding: 20px; border-radius: 16px; background: rgba(255, 255, 255, .76); }
.milestone span { display: block; margin-bottom: 5px; color: var(--green-60); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.milestone strong { display: block; margin-bottom: 7px; color: var(--green-85); font-size: 27px; }
.milestone p { margin: 0; color: #355248; font-size: 14px; line-height: 1.45; }

.demo-section[hidden] { display: none; }
.demo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.demo-figure { margin: 0; padding: 10px; border-radius: 20px; background: var(--white); border: 1px solid var(--border); }
.demo-figure img { display: block; width: 100%; height: auto; border-radius: 12px; }
.demo-figure figcaption { padding: 13px 7px 5px; color: #355248; font-size: 13px; }

.competitor-section { padding-top: 70px; padding-bottom: 44px; }
.competitor-card { display: grid; grid-template-columns: .36fr 1fr; gap: 50px; padding: 40px; border-radius: 24px; background: var(--white); border: 1px solid var(--border); box-shadow: 0 4px 20px rgba(7, 74, 54, .05); }
.competitor-name { display: flex; align-items: flex-start; flex-direction: column; }
.competitor-name strong { color: var(--green-85); font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.04em; }
.competitor-name a { margin-top: 18px; color: var(--green-70); font-size: 13px; }
.competitor-copy h2 { margin-bottom: 13px; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.competitor-copy > p { color: #355248; font-size: 16px; line-height: 1.6; }
.competitor-takeaway { margin: 20px 0 0; padding: 17px 19px; border-radius: 14px; background: var(--green-10); color: var(--green-95) !important; font-weight: 650; }

.agent-section { padding: 92px 24px; background: var(--green-95); color: var(--white); }
.agent-inner { width: min(1160px, 100%); margin: 0 auto; }
.agent-head { max-width: 890px; }
.agent-head h2 { margin-bottom: 22px; color: var(--white); font-size: clamp(42px, 5.4vw, 72px); line-height: .98; letter-spacing: -.05em; }
.agent-head > p:last-child { max-width: 760px; margin: 0; color: #d8e8e2; font-size: 20px; line-height: 1.55; }
.agent-rule { display: grid; grid-template-columns: 150px 1fr; gap: 26px; margin: 42px 0 18px; padding: 24px 28px; border-radius: 18px; background: var(--lime); color: var(--green-95); }
.agent-rule span { padding-top: 3px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.agent-rule p { margin: 0; font-size: 17px; font-weight: 650; line-height: 1.5; }
.agent-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.agent-flow article { min-height: 296px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.07); }
.agent-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 54px; border-radius: 50%; background: var(--green-50); color: var(--green-95); font-size: 13px; font-weight: 800; }
.agent-flow h3 { margin-bottom: 12px; color: var(--white); font-size: 23px; letter-spacing: -.025em; }
.agent-flow p { margin: 0; color: #d8e8e2; line-height: 1.58; }
.agent-contrast { display: grid; grid-template-columns: 210px 1fr; gap: 28px; margin-top: 18px; padding: 27px 29px; border: 1px solid rgba(252,221,255,.3); border-radius: 18px; background: rgba(252,221,255,.09); }
.agent-contrast strong { color: var(--pink); font-size: 15px; }
.agent-contrast p { margin: 0; color: #e9dceb; line-height: 1.58; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.signal-card { min-height: 294px; padding: 30px; border: 1px solid var(--border); border-radius: 22px; background: var(--white); box-shadow: 0 3px 18px rgba(7, 74, 54, .04); }
.signal-card.accent-card { background: var(--green-10); border-color: rgba(59, 162, 132, .28); }
.signal-number { display: inline-grid; place-items: center; width: 45px; height: 45px; margin-bottom: 58px; border-radius: 50%; background: var(--green-20); color: var(--green-85); font-weight: 800; font-size: 13px; }
.signal-card h3 { margin-bottom: 12px; font-size: 23px; letter-spacing: -.025em; }
.signal-card p { margin-bottom: 0; color: #355248; font-size: 16px; line-height: 1.6; }

.roadmap-section { padding-top: 40px; }
.compact-heading { margin-bottom: 30px; }
.roadmap { border-top: 1px solid var(--border); }
.roadmap-item { display: grid; grid-template-columns: 84px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--border); }
.roadmap-marker { padding-top: 2px; }
.roadmap-marker span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--green-85); color: var(--lime); font-weight: 800; }
.roadmap-copy { display: grid; grid-template-columns: minmax(120px, .45fr) minmax(240px, 1fr) minmax(280px, 1.35fr); column-gap: 30px; align-items: start; }
.roadmap-label { color: var(--green-60); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; padding-top: 5px; }
.roadmap-copy h3 { font-size: 23px; line-height: 1.22; letter-spacing: -.025em; }
.roadmap-copy > p:not(.roadmap-label) { color: #355248; line-height: 1.55; }
.outcome { grid-column: 2 / 4; margin: 4px 0 0; padding: 12px 16px; border-radius: 12px; background: rgba(193, 245, 230, .54); font-size: 14px; }

.benchmark-section { width: min(1360px, calc(100% - 48px)); padding-top: 58px; }
.benchmark-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 34px; }
.benchmark-intro h2 { margin: 0; max-width: 760px; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.benchmark-intro > p { margin: 0; color: #355248; font-size: 17px; line-height: 1.62; }
.provider-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.provider-summary div { display: flex; align-items: center; gap: 13px; min-height: 72px; padding: 14px 18px; border-radius: 16px; background: var(--green-10); border: 1px solid rgba(59, 162, 132, .2); }
.provider-summary strong { color: var(--green-85); font-size: 30px; line-height: 1; }
.provider-summary span { color: #355248; font-size: 13px; font-weight: 700; }
.provider-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 5px 22px rgba(7, 74, 54, .05); }
.provider-table { width: 100%; min-width: 1280px; border-collapse: separate; border-spacing: 0; font-size: 13px; line-height: 1.45; }
.provider-table caption { padding: 17px 20px; color: var(--green-70); background: var(--green-10); text-align: left; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.provider-table th, .provider-table td { padding: 17px 15px; text-align: left; vertical-align: top; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.provider-table tr > :last-child { border-right: 0; }
.provider-table tbody tr:last-child > * { border-bottom: 0; }
.provider-table thead th { color: var(--white); background: var(--deep-green); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.provider-table tbody th { min-width: 135px; color: var(--green-85); background: #fbfcfa; font-size: 14px; }
.provider-table tbody tr:hover td, .provider-table tbody tr:hover th { background: #f1f8f4; }
.provider-table a { color: var(--green-70); text-underline-offset: 3px; }
.provider-code { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 8px; border-radius: 50%; background: var(--green-20); color: var(--green-85); font-size: 10px; font-weight: 800; }
.status { display: inline-block; padding: 4px 8px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.status-request { color: #a13d0c; background: #fff4ed; }
.status-likely { color: #596114; background: #f7f9e5; }
.status-na { color: #5b6863; background: #f1f3f2; }
.status-commercial { color: #245f70; background: #edf7fa; }
.table-source { margin: 13px 4px 0; color: var(--muted); font-size: 12px; }

.boundary-section { padding-top: 34px; padding-bottom: 54px; }
.boundary-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; padding: 48px; border-radius: 26px; background: var(--deep-green); color: var(--white); }
.boundary-card h2 { color: var(--white); font-size: clamp(32px, 4vw, 48px); }
.boundary-card ul { margin: 0; padding: 0; list-style: none; }
.boundary-card li { position: relative; margin: 0; padding: 18px 0 18px 38px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 17px; line-height: 1.45; }
.boundary-card li:last-child { border-bottom: 0; }
.boundary-card li::before { content: "×"; position: absolute; left: 4px; top: 15px; color: var(--orange); font-size: 24px; font-weight: 800; }

.closing-section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 86px; text-align: center; }
.closing-section h2 { max-width: 720px; margin: 0 auto 18px; }
.closing-section > p:last-child { max-width: 820px; margin: 0 auto; font-size: clamp(19px, 2vw, 25px); line-height: 1.5; color: #355248; }
footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0 34px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }

[contenteditable="true"] { outline: 2px dashed rgba(240, 105, 35, .55); outline-offset: 5px; border-radius: 4px; cursor: text; }
[contenteditable="true"]:focus { outline-style: solid; background: rgba(255,255,255,.18); }
.edit-toolbar { position: fixed; left: 50%; bottom: 24px; z-index: 20; transform: translateX(-50%); width: min(720px, calc(100% - 32px)); padding: 12px 14px 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; background: var(--white); border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(4, 37, 29, .24); font-size: 14px; font-weight: 700; }
.edit-toolbar[hidden] { display: none; }
.edit-toolbar > div { display: flex; gap: 8px; }
.button { border: 0; border-radius: 10px; padding: 11px 17px; cursor: pointer; font-weight: 750; }
.button-primary { background: var(--green-50); color: var(--green-95); }
.button-primary:hover { background: var(--green-60); color: var(--white); }
.button-ghost { background: var(--ground); color: var(--green-85); }

dialog { width: min(440px, calc(100% - 32px)); border: 0; border-radius: 24px; padding: 0; color: var(--green-95); box-shadow: 0 26px 100px rgba(4, 37, 29, .28); }
dialog::backdrop { background: rgba(4, 37, 29, .68); backdrop-filter: blur(6px); }
dialog form { position: relative; padding: 38px; }
dialog h2 { font-size: 30px; letter-spacing: -.035em; margin-bottom: 12px; }
dialog p:not(.eyebrow):not(.form-error) { color: #49625a; line-height: 1.55; }
dialog label { display: block; margin: 24px 0 7px; font-size: 13px; font-weight: 800; }
dialog input { width: 100%; border: 1px solid var(--border); border-radius: 11px; padding: 12px 13px; color: var(--green-95); }
dialog input:focus { outline: 2px solid var(--green-50); border-color: transparent; }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; color: var(--muted); font-size: 28px; cursor: pointer; }
.full-button { width: 100%; margin-top: 18px; }
.form-error { min-height: 20px; margin: 8px 0 0; color: #b13a22; font-size: 13px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 30; max-width: 360px; padding: 14px 18px; border-radius: 12px; background: var(--green-95); color: var(--white); box-shadow: var(--shadow); }
.toast[hidden] { display: none; }

@media (max-width: 820px) {
  .hero { min-height: auto; }
  .hero-inner { padding: 68px 0; }
  .decision-card { grid-template-columns: 1fr; gap: 10px; }
  .signal-grid { grid-template-columns: 1fr; }
  .state-grid { grid-template-columns: 1fr; }
  .state-card { min-height: 0; }
  .state-label { margin-bottom: 28px; }
  .timing-interest-grid, .competitor-card { grid-template-columns: 1fr; }
  .competitor-card { gap: 28px; }
  .agent-flow { grid-template-columns: 1fr; }
  .agent-flow article { min-height: 0; }
  .agent-number { margin-bottom: 30px; }
  .signal-card { min-height: 0; }
  .signal-number { margin-bottom: 32px; }
  .roadmap-copy { grid-template-columns: 1fr; gap: 4px; }
  .outcome { grid-column: auto; }
  .benchmark-intro { grid-template-columns: 1fr; gap: 18px; }
  .provider-summary { grid-template-columns: 1fr; }
  .boundary-card { grid-template-columns: 1fr; gap: 24px; padding: 34px 26px; }
}

@media (max-width: 560px) {
  .view-gate { padding: 14px; }
  .view-gate-card { padding: 30px 22px; }
  .view-logo { margin-bottom: 46px; }
  .view-form-row { grid-template-columns: 1fr; }
  .site-header { height: 66px; padding: 0 20px; }
  .brand-mark { width: 76px; }
  .confidential { display: none; }
  .hero-inner, .section, .closing-section, footer { width: calc(100% - 36px); }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 19px; }
  .decision-card { padding: 24px; }
  .section { padding: 70px 0; }
  .milestones, .demo-grid { grid-template-columns: 1fr; }
  .timing-card, .interest-card, .competitor-card { padding: 26px; }
  .agent-section { padding: 70px 18px; }
  .agent-rule, .agent-contrast { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .benchmark-section { width: calc(100% - 36px); }
  .roadmap-item { grid-template-columns: 50px 1fr; gap: 14px; }
  footer { flex-direction: column; }
  .edit-toolbar { align-items: flex-start; flex-direction: column; }
  dialog form { padding: 32px 24px 26px; }
}

@media print {
  .site-header, .edit-toolbar, .toast { display: none !important; }
  body, .hero { background: white; }
  .hero { min-height: auto; }
  .hero-inner, .section, .closing-section { padding-top: 34px; padding-bottom: 34px; }
  .signal-card, .decision-card, .boundary-card { break-inside: avoid; box-shadow: none; }
}
