:root {
  --ink: #0b1726;
  --muted: #667386;
  --line: #dfe5ea;
  --surface: #ffffff;
  --wash: #f2f5f6;
  --navy: #081827;
  --navy-2: #10283d;
  --teal: #00a884;
  --teal-dark: #08715e;
  --teal-soft: #ddf8f0;
  --amber: #ffbc52;
  --red: #b12b34;
  --red-soft: #fff0f1;
  --shadow: 0 18px 50px rgba(20, 42, 61, .10);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--wash);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--wash); font-size: 16px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(0, 168, 132, .3); outline-offset: 2px; }
.hidden { display: none !important; }

.topbar { min-height: 68px; padding: 10px clamp(18px, 4vw, 56px); background: var(--navy); color: white; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.brand { color: white; text-decoration: none; display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--teal); color: var(--navy); font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { color: #a9bac7; font-size: 12px; margin-top: 1px; }
.topbar-actions { display: flex; align-items: center; gap: 14px; font-size: 12px; }
.mode-switch { display: flex; padding: 3px; border: 1px solid #304b61; border-radius: 8px; background: #0c2235; }
.mode-button { min-height: 30px; padding: 0 11px; border: 0; border-radius: 5px; background: transparent; color: #9db0be; font-size: 11px; font-weight: 750; }
.mode-button.active { background: var(--teal); color: var(--navy); }
.commerce-jump { min-height: 30px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid #466178; border-radius: 6px; color: #d9e5eb; text-decoration: none; font-weight: 750; }
.commerce-jump:hover { border-color: var(--teal); color: white; }
.badge { padding: 7px 10px; border: 1px solid #355066; border-radius: 999px; color: #b8c8d4; font-weight: 750; letter-spacing: .06em; }
.status-dot { display: flex; gap: 7px; align-items: center; color: #d7e2e9; }
.status-dot i { width: 8px; height: 8px; border-radius: 50%; background: #4ee6c1; box-shadow: 0 0 0 5px rgba(78,230,193,.12); }

.shell { width: min(1220px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 24px; }
.growth-rails { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 28px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.growth-rail { display: grid; gap: 4px; min-height: 92px; padding: 17px 20px; color: inherit; text-decoration: none; border-left: 4px solid transparent; }
.growth-rail + .growth-rail { border-left-width: 1px; border-left-color: var(--line); }
.growth-rail.active { border-left-color: var(--teal); }
.growth-rail:hover { background: #f8fffd; }
.growth-rail span { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.growth-rail strong { font-size: 17px; }
.growth-rail small { color: var(--muted); line-height: 1.4; }
.intro { display: grid; grid-template-columns: 1.6fr .8fr; gap: 32px; align-items: end; margin-bottom: 24px; }
.eyebrow, .kicker { margin: 0 0 8px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.intro h1 { max-width: 760px; margin: 0; font-size: clamp(32px, 4.6vw, 57px); line-height: .98; letter-spacing: -.05em; }
.intro > div > p:last-child { max-width: 680px; margin: 16px 0 0; color: var(--muted); line-height: 1.55; }
.promise-card { padding: 18px 20px; border-left: 4px solid var(--amber); background: #fff; box-shadow: var(--shadow); }
.promise-card span, .promise-card small { display: block; color: var(--muted); font-size: 12px; }
.promise-card strong { display: block; margin: 5px 0; line-height: 1.25; }

.stepper { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 14px; border: 1px solid var(--line); background: #fff; }
.step { min-height: 66px; display: flex; gap: 10px; align-items: center; justify-content: center; border: 0; border-right: 1px solid var(--line); background: white; color: #758192; text-align: left; }
.step:last-child { border-right: 0; }
.step b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e9edf0; font-size: 13px; }
.step span, .step small { display: block; }
.step small { margin-top: 2px; font-size: 11px; font-weight: 400; }
.step.active { color: var(--ink); box-shadow: inset 0 -3px var(--teal); }
.step.active b, .step.complete b { background: var(--teal); color: white; }
.step:disabled { cursor: default; }

.layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 14px; align-items: start; }
.main-card, .ops-panel { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.main-card { min-height: 555px; padding: clamp(22px, 3vw, 38px); }
.view-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.service-tabs { padding: 4px; border-radius: 10px; background: var(--wash); display: flex; gap: 4px; }
.service-tab { border: 0; border-radius: 8px; padding: 9px 13px; background: transparent; color: var(--muted); font-weight: 700; font-size: 14px; }
.service-tab.active { color: white; background: var(--navy-2); box-shadow: 0 5px 12px rgba(8,24,39,.16); }

.safety-block { margin: -4px 0 20px; padding: 15px; background: #fff8e9; border: 1px solid #f1d69c; }
.safety-title { display: flex; gap: 11px; align-items: center; }
.safety-title > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--amber); font-weight: 900; }
.safety-title strong, .safety-title small { display: block; }
.safety-title small { margin-top: 2px; color: #756443; }
.danger-choice { margin-top: 13px; }
.emergency-stop { display: grid; gap: 3px; margin-top: 12px; padding: 14px; background: var(--red-soft); color: var(--red); border-left: 4px solid var(--red); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; font-size: 14px; color: #465567; font-weight: 750; }
select, input, textarea { width: 100%; min-height: 48px; border: 1px solid #cfd7dd; border-radius: 8px; padding: 11px 12px; background: white; color: var(--ink); font-weight: 500; }
textarea { resize: vertical; line-height: 1.45; }
.notes-label { margin-top: 18px; }
.notes-label > span { color: #8a96a3; font-weight: 500; }
.notes-label small { justify-self: end; color: #8a96a3; font-weight: 500; }
.choice { display: flex; align-items: flex-start; gap: 9px; line-height: 1.45; }
.choice input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--teal); }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.micro-proof { display: flex; flex-wrap: wrap; gap: 6px 12px; color: var(--muted); font-size: 12px; }
.micro-proof span { color: var(--teal-dark); font-weight: 900; }
.primary, .secondary { min-height: 48px; border-radius: 8px; padding: 0 19px; border: 1px solid var(--navy); font-weight: 800; }
.primary { background: var(--navy); color: white; }
.primary:hover { background: #14334c; }
.primary:disabled { cursor: not-allowed; background: #b4bec6; border-color: #b4bec6; }
.primary span { margin-left: 12px; color: var(--teal); }
.secondary { background: white; color: var(--ink); }
.text-button { border: 0; background: transparent; color: var(--teal-dark); font-weight: 750; padding: 8px; }

.summary-line { margin: -9px 0 18px; color: var(--muted); }
.match-list { display: grid; gap: 11px; }
.match-card { position: relative; display: grid; grid-template-columns: 26px 1fr auto; gap: 13px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; transition: .18s ease; }
.match-card:hover { border-color: #9cb5b0; transform: translateY(-1px); }
.match-card.selected { border: 2px solid var(--teal); padding: 15px; background: #f9fffd; }
.match-card input { width: 18px; min-height: 18px; accent-color: var(--teal); }
.match-name { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.match-name strong { font-size: 17px; }
.rank-badge { padding: 3px 7px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.match-meta, .reason-row { display: flex; gap: 7px 12px; flex-wrap: wrap; margin-top: 6px; color: var(--muted); font-size: 12px; }
.reason-row span { padding: 4px 7px; border-radius: 5px; background: var(--wash); color: #526273; }
.match-price { min-width: 118px; text-align: right; }
.match-price strong, .match-price small { display: block; }
.match-price small { margin-top: 4px; color: var(--muted); }
.fine-print { max-width: 460px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.selected-provider { margin-bottom: 20px; padding: 18px; display: flex; justify-content: space-between; gap: 16px; background: var(--navy); color: white; border-radius: 10px; }
.selected-provider small, .selected-provider span { color: #b6c6d2; }
.selected-provider strong, .selected-provider small { display: block; }
.selected-provider > strong { color: var(--teal); }
.contact-grid { margin-bottom: 20px; }
.consent-choice { padding: 16px; background: var(--teal-soft); border: 1px solid #b9eadd; color: #18463d; }
.privacy-note { margin: 9px 0 0; color: var(--muted); font-size: 12px; }

#receipt-view { text-align: center; padding: 12px 0; }
.success-mark { width: 50px; height: 50px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-weight: 900; font-size: 25px; }
.receipt-copy { max-width: 590px; margin: 12px auto 22px; color: var(--muted); line-height: 1.5; }
.receipt-box { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); text-align: left; }
.receipt-box > div { padding: 15px; border-right: 1px solid var(--line); }
.receipt-box > div:last-child { border-right: 0; }
.receipt-box span, .receipt-box strong { display: block; }
.receipt-box span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 5px; }
.receipt-box strong { font-size: 13px; }
.teal { color: var(--teal-dark); }
.timeline { max-width: 610px; margin: 26px auto; padding: 0; list-style: none; text-align: left; }
.timeline li { position: relative; min-height: 55px; display: grid; grid-template-columns: 24px 1fr; gap: 12px; }
.timeline li > span { width: 16px; height: 16px; margin-top: 2px; border: 2px solid #bdc6cd; border-radius: 50%; background: white; z-index: 1; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 7px; top: 17px; bottom: -1px; width: 2px; background: #d7dde2; }
.timeline li.done > span { border-color: var(--teal); background: var(--teal); }
.timeline strong, .timeline small { display: block; }
.timeline small { margin-top: 3px; color: var(--muted); }
.receipt-actions { display: flex; justify-content: center; gap: 10px; }

.ops-panel { background: var(--navy); color: white; padding: 22px; }
.ops-header { display: flex; justify-content: space-between; align-items: start; }
.ops-header .kicker { color: #67e4c7; }
.ops-header h2 { font-size: 20px; }
.pulse { padding: 5px 7px; border-radius: 5px; background: rgba(78,230,193,.12); color: #67e4c7; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0; border: 1px solid #29445b; }
.metric-row > div { padding: 11px 7px; border-right: 1px solid #29445b; text-align: center; }
.metric-row > div:last-child { border-right: 0; }
.metric-row span, .metric-row strong { display: block; }
.metric-row span { color: #91a6b5; font-size: 10px; }
.metric-row strong { margin-top: 4px; font-size: 15px; }
.capacity-list { display: grid; gap: 8px; }
.capacity-card { padding: 11px 12px; border: 1px solid #29445b; background: #0d2235; }
.capacity-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.capacity-top strong { font-size: 13px; }
.capacity-top span { font-size: 10px; color: #6ce4c8; }
.capacity-top span.paused { color: #ffcf82; }
.capacity-bar { height: 4px; margin: 9px 0 6px; background: #253d51; overflow: hidden; }
.capacity-bar i { display: block; height: 100%; background: var(--teal); }
.capacity-meta { display: flex; justify-content: space-between; color: #91a6b5; font-size: 10px; }
.capacity-toggle { width: 100%; margin-top: 9px; padding: 7px 8px; border: 1px solid #36536a; border-radius: 5px; background: transparent; color: #c4d2dc; font-size: 10px; font-weight: 750; }
.capacity-toggle:hover { border-color: #65d9bf; color: white; }
.ops-note { margin: 20px 0 14px; padding: 13px; border-left: 3px solid var(--amber); background: #10283d; }
.ops-note strong { font-size: 13px; }
.ops-note p { margin: 6px 0 0; color: #9eb0bd; font-size: 11px; line-height: 1.5; }
details { border-top: 1px solid #29445b; padding-top: 14px; color: #aebdc8; font-size: 12px; }
summary { color: white; font-weight: 750; cursor: pointer; }
details ul { margin: 10px 0 0; padding-left: 18px; line-height: 1.6; }

.provider-lead { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.provider-lead h1 { max-width: 800px; margin: 0; font-size: clamp(34px, 4.5vw, 56px); line-height: .98; letter-spacing: -.05em; }
.provider-lead > div > p:last-child { max-width: 760px; margin: 16px 0 0; color: var(--muted); line-height: 1.55; }
.founding-offer { padding: 18px 20px; border-left: 4px solid var(--teal); background: white; box-shadow: var(--shadow); }
.founding-offer span, .founding-offer small, .founding-offer strong { display: block; }
.founding-offer span, .founding-offer small { color: var(--muted); font-size: 12px; }
.founding-offer strong { margin: 6px 0; line-height: 1.3; }
.provider-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 14px; align-items: start; }
.provider-card { padding: clamp(22px, 3vw, 38px); border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.provider-heading { margin-bottom: 10px; }
.local-only { padding: 6px 9px; border-radius: 999px; background: var(--wash); color: var(--muted); font-size: 11px; font-weight: 700; }
.form-section { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 24px 0; border-top: 1px solid var(--line); }
.section-number { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 13px; font-weight: 850; }
.section-body h3 { margin: 3px 0 5px; font-size: 18px; letter-spacing: -.015em; }
.section-body > p { margin: 0 0 17px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.attestation, .policy-choice { margin-top: 16px; padding: 14px; background: var(--teal-soft); border: 1px solid #b9eadd; color: #18463d; }
.zip-fieldset { margin: 17px 0; padding: 13px 14px 15px; border: 1px solid var(--line); border-radius: 8px; }
.zip-fieldset legend { padding: 0 5px; color: #465567; font-size: 14px; font-weight: 750; }
.zip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.zip-grid label { min-height: 36px; display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid #e1e6ea; border-radius: 6px; background: #fafbfb; color: var(--ink); font-size: 12px; }
.zip-grid input { width: 16px; min-height: 16px; padding: 0; accent-color: var(--teal); }
.price-row { margin-top: 3px; }
.compact-section { padding-bottom: 4px; }
.provider-footer { margin-left: 48px; }
.provider-success { padding: 20px 0 8px; text-align: center; }
.readiness-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border: 1px solid var(--line); text-align: left; }
.readiness-grid > div { padding: 15px; border-right: 1px solid var(--line); }
.readiness-grid > div:last-child { border-right: 0; }
.readiness-grid span, .readiness-grid strong { display: block; }
.readiness-grid span { margin-bottom: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.readiness-grid strong { font-size: 13px; }
.amber-text { color: #9a6210; }
.boundary-box { margin: 0 0 24px; padding: 16px; border-left: 4px solid var(--amber); background: #fff8e9; text-align: left; }
.boundary-box p { margin: 6px 0 0; color: #66583e; font-size: 13px; line-height: 1.5; }
.pilot-panel { padding: 24px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.pilot-panel .kicker { color: #67e4c7; }
.pilot-panel h2 { font-size: 23px; line-height: 1.12; }
.pilot-flow { display: grid; gap: 5px; margin: 22px 0; }
.pilot-flow > div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 11px 0; border-bottom: 1px solid #263f54; }
.pilot-flow > div:last-child { border-bottom: 0; }
.pilot-flow b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(78,230,193,.13); color: #67e4c7; font-size: 11px; }
.pilot-flow strong, .pilot-flow small { display: block; }
.pilot-flow strong { font-size: 13px; }
.pilot-flow small { margin-top: 3px; color: #93a7b6; font-size: 11px; line-height: 1.4; }
.math-card { padding: 16px; background: white; color: var(--ink); }
.math-card > span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.math-card > div:not(.math-divider) { display: flex; justify-content: space-between; align-items: baseline; }
.math-card strong { font-size: 23px; }
.math-card small { color: var(--muted); }
.math-divider { margin: 8px 0; padding: 7px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.not-our-job { margin-top: 16px; padding: 13px; border-left: 3px solid var(--amber); background: #10283d; }
.not-our-job strong { font-size: 13px; }
.not-our-job p { margin: 6px 0 0; color: #9eb0bd; font-size: 11px; line-height: 1.5; }

.demand-workspace { margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.demand-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, .5fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.demand-intro h1 { max-width: 840px; margin: 0; font-size: clamp(36px, 5vw, 60px); line-height: .96; letter-spacing: -.055em; }
.demand-intro > div > p:last-child { max-width: 800px; margin: 16px 0 0; color: var(--muted); line-height: 1.58; }
.demand-boundary { padding: 18px 20px; border-left: 4px solid var(--teal); background: white; box-shadow: var(--shadow); }
.demand-boundary span, .demand-boundary strong, .demand-boundary small { display: block; }
.demand-boundary span, .demand-boundary small { color: var(--muted); font-size: 12px; }
.demand-boundary strong { margin: 6px 0; font-size: 19px; }
.demand-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 14px; align-items: start; }
.demand-card { padding: clamp(22px, 3vw, 38px); border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.price-choice { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; padding: 0; border: 0; }
.price-choice legend { grid-column: 1 / -1; margin-bottom: 3px; color: #465567; font-size: 14px; font-weight: 750; }
.price-choice label { display: flex; align-items: flex-start; gap: 9px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: #fafbfb; }
.price-choice input { width: 17px; min-height: 17px; margin-top: 2px; padding: 0; accent-color: var(--teal); }
.price-choice strong, .price-choice small { display: block; }
.price-choice small { margin-top: 3px; color: var(--muted); font-weight: 500; }
.demand-consent { padding: 15px; border: 1px solid #b9eadd; background: var(--teal-soft); color: #18463d; }
.demand-scorecard { padding: 24px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.demand-scorecard .kicker { color: #67e4c7; }
.proof-metrics { display: grid; gap: 8px; margin: 20px 0; }
.proof-metrics > div { display: flex; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid #29445b; background: #0d2235; }
.proof-metrics span { color: #a8b8c4; font-size: 12px; }
.proof-metrics strong { color: white; font-size: 14px; }
.proof-decision { padding: 15px; border-left: 4px solid var(--amber); background: #10283d; }
.proof-decision.go { border-left-color: var(--teal); }
.proof-decision strong { font-size: 13px; }
.proof-decision p, .scorecard-note { margin: 6px 0 0; color: #9eb0bd; font-size: 11px; line-height: 1.5; }
.scorecard-note { margin-top: 15px; }

.commerce-workspace { margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.commerce-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.commerce-intro h1 { max-width: 820px; margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: .96; letter-spacing: -.055em; }
.commerce-intro > div > p:last-child { max-width: 800px; margin: 16px 0 0; color: var(--muted); line-height: 1.58; }
.commerce-boundary { padding: 18px 20px; border-left: 4px solid var(--amber); background: white; box-shadow: var(--shadow); }
.commerce-boundary span, .commerce-boundary strong, .commerce-boundary small { display: block; }
.commerce-boundary span, .commerce-boundary small { color: var(--muted); font-size: 12px; }
.commerce-boundary strong { margin: 6px 0; font-size: 18px; }
.commerce-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.commerce-card { overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.commerce-card img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.commerce-card-body { padding: clamp(20px, 3vw, 30px); }
.commerce-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.commerce-card h2 { margin-top: 14px; font-size: clamp(25px, 3vw, 34px); }
.commerce-card-body > p { color: var(--muted); line-height: 1.55; }
.commerce-card dl { margin: 22px 0 0; border-top: 1px solid var(--line); }
.commerce-card dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.commerce-card dt { color: var(--ink); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.commerce-card dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.commerce-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; border: 1px solid var(--line); background: white; }
.commerce-flow > div { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 18px; border-right: 1px solid var(--line); }
.commerce-flow > div:last-child { border-right: 0; }
.commerce-flow b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 12px; }
.commerce-flow strong, .commerce-flow small { display: block; }
.commerce-flow strong { font-size: 13px; }
.commerce-flow small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.commerce-disclaimer { margin-top: 14px; padding: 16px 18px; border-left: 4px solid var(--amber); background: #fff8e9; }
.commerce-disclaimer p { margin: 6px 0 0; color: #66583e; font-size: 13px; line-height: 1.5; }

footer { margin-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: #74818e; font-size: 11px; }
.toast { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 20px); padding: 10px 15px; border-radius: 7px; background: var(--navy); color: white; font-size: 13px; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; gap: 18px; }
  .layout { grid-template-columns: 1fr; }
  .ops-panel { order: 2; }
  .provider-lead, .provider-layout { grid-template-columns: 1fr; }
  .demand-intro, .demand-layout { grid-template-columns: 1fr; }
  .commerce-intro { grid-template-columns: 1fr; }
  .commerce-flow { grid-template-columns: repeat(2, 1fr); }
  .commerce-flow > div:nth-child(2) { border-right: 0; }
  .commerce-flow > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .topbar { align-items: flex-start; }
  .status-dot { display: none; }
  .topbar-actions { gap: 7px; }
  .commerce-jump { display: none; }
  .mode-button { padding: 0 7px; }
  .badge { font-size: 9px; }
  .shell { width: min(100% - 20px, 1220px); padding-top: 24px; }
  .intro h1 { font-size: 36px; }
  .step { min-height: 48px; }
  .step span { display: none; }
  .view-heading { display: grid; }
  .service-tabs { width: 100%; }
  .service-tab { flex: 1; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .primary { width: 100%; }
  .match-card { grid-template-columns: 24px 1fr; }
  .match-price { grid-column: 2; text-align: left; }
  .receipt-box { grid-template-columns: 1fr; }
  .receipt-box > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .receipt-box > div:last-child { border-bottom: 0; }
  .receipt-actions, footer { flex-direction: column; }
  .receipt-actions .secondary { width: 100%; }
  .provider-lead h1 { font-size: 36px; }
  .form-section { grid-template-columns: 1fr; }
  .section-number { margin-bottom: -4px; }
  .zip-grid { grid-template-columns: repeat(2, 1fr); }
  .provider-footer { margin-left: 0; }
  .readiness-grid { grid-template-columns: 1fr; }
  .readiness-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .readiness-grid > div:last-child { border-bottom: 0; }
  .growth-rails, .commerce-grid, .commerce-flow { grid-template-columns: 1fr; }
  .growth-rail + .growth-rail { border-left: 0; border-top: 1px solid var(--line); }
  .commerce-flow > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .commerce-flow > div:last-child { border-bottom: 0; }
  .commerce-meta { align-items: flex-start; flex-direction: column; }
  .price-choice { grid-template-columns: 1fr; }
}
