:root {
  color-scheme: light;
  --bg: #F5F7FA;
  --elevated: #FFFFFF;
  --muted-surface: #EEF2F6;
  --inverse: #14161B;
  --ink: #171A1F;
  --ink2: #43474F;
  --ink3: #62676F;
  --oninv: #F6F6F3;
  --bd-subtle: #E5EAF0;
  --bd: #D7DDE5;
  --bd-strong: #8E8D87;
  --navy: #16304F;
  --navy900: #12233F;
  --steel: #47698F;
  --sand: #8A6A3F;
  --muted: var(--ink3);
  --line: var(--bd);
  --paper: var(--elevated);
  --soft: var(--muted-surface);
  --action: #2149C4;
  --action-hover: #1B3CA6;
  --success: #176D3D;
  --success-bg: #E9F4ED;
  --amber: #b86b00;
  --red: #b23b3b;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(245,247,250,.96); border-bottom: 1px solid var(--line); }
.site-header-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 24px; padding: 14px 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; text-decoration: none; flex: none; }
.brand-mark { display: inline-flex; width: 38px; color: var(--ink); }
.brand-mark svg { display: block; width: 38px; height: auto; }
.brand-word { font-weight: 800; letter-spacing: 0; }
.desktop-nav { display: flex; gap: 18px; flex: 1; }
.desktop-nav a, .mobile-nav a, .footer-links a { text-decoration: none; color: var(--muted); font-size: 15px; }
.desktop-nav a.active, .desktop-nav a:hover, .mobile-nav a.active, .mobile-nav a:hover, .footer-links a:hover { color: var(--ink); }
.header-cta { text-decoration: none; background: var(--action); color: #fff; padding: 10px 14px; border-radius: 6px; font-weight: 700; }
.header-cta:hover { background: var(--action-hover); }
.site-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); align-items: center; justify-content: center; cursor: pointer; }
.site-burger span, .site-burger span::before, .site-burger span::after { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 999px; content: ""; }
.site-burger span { position: relative; }
.site-burger span::before, .site-burger span::after { position: absolute; left: 0; }
.site-burger span::before { top: -6px; }
.site-burger span::after { top: 6px; }
.site-burger[aria-expanded="true"] span { background: transparent; }
.site-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.site-burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
.mobile-drawer { max-width: 1180px; margin: 0 auto; padding: 0 32px 18px; border-top: 1px solid var(--bd-subtle); background: var(--bg); }
.mobile-drawer[hidden] { display: none; }
.mobile-nav { display: grid; gap: 2px; padding: 8px 0 12px; }
.mobile-nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--bd-subtle); font-weight: 700; }
.mobile-drawer-cta { width: 100%; margin-top: 8px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 40px; padding: 72px 32px 50px; max-width: 1180px; margin: 0 auto; align-items: center; }
.hero h1 { max-width: 860px; font-family: "Source Serif 4", Georgia, serif; font-size: 62px; line-height: 1.02; margin: 0 0 18px; letter-spacing: 0; color: var(--navy900); }
.lead { max-width: 720px; font-size: 21px; color: var(--ink2); margin: 0 0 32px; line-height: 1.45; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; font-family: "IBM Plex Mono", Consolas, monospace; font-size: 13px; letter-spacing: 0; color: var(--sand); font-weight: 800; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 28px; }
.hero-badges span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--steel); background: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 26px; border-radius: 6px; border: 1px solid var(--bd-strong); font-weight: 800; text-decoration: none; cursor: pointer; font: inherit; transition: all .2s ease; }
.button.primary { background: var(--action); border-color: var(--action); color: #fff; box-shadow: 0 4px 12px rgba(33, 73, 196, 0.15); }
.button.primary:hover { background: var(--action-hover); border-color: var(--action-hover); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(33, 73, 196, 0.2); }
.button.secondary { background: #fff; color: var(--ink); border-color: var(--bd); }
.button.secondary:hover { border-color: var(--bd-strong); background: var(--bg); }
.button.primary.inverse { background: #fff; color: var(--ink); border-color: #fff; }
.button.secondary.inverse { background: transparent; border-color: var(--steel); color: #fff; }
.signal-map { border: 1px solid var(--line); border-radius: 12px; padding: 22px; background: var(--elevated); box-shadow: 0 12px 32px rgba(0,0,0,0.04); min-height: 280px; position: relative; overflow: hidden; }
.map-title { font-weight: 800; margin-bottom: 20px; font-size: 18px; color: var(--navy900); }
.signal-row { display: grid; gap: 6px; padding: 16px; margin-bottom: 12px; border-left: 4px solid var(--bd-subtle); background: var(--bg); border-radius: 0 8px 8px 0; transition: transform .2s ease; }
.signal-row:hover { transform: translateX(4px); border-left-color: var(--steel); }
.signal-row span { color: var(--muted); font-size: 13px; text-transform: uppercase; font-weight: 700; letter-spacing: 0; }
.signal-row.priority { border-left-color: var(--steel); background: var(--soft); }
.signal-row strong { font-size: 16px; color: var(--navy); }
.map-footer { margin-top: 16px; color: var(--muted); font-size: 13px; font-family: "IBM Plex Mono", monospace; }
.decision-strip { max-width: 1180px; margin: -24px auto 0; padding: 0 32px 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; position: relative; z-index: 5; }
.decision-item { border: 1px solid var(--line); background: var(--elevated); padding: 20px; border-radius: 12px; display: grid; gap: 6px; min-height: 128px; align-content: start; box-shadow: 0 8px 24px rgba(0,0,0,0.03); transition: transform .2s ease; }
.decision-item:hover { transform: translateY(-4px); border-color: var(--steel); }
.decision-item span { color: var(--sand); font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: 0; }
.decision-item strong { font-size: 20px; line-height: 1.2; color: var(--navy900); }
.decision-item em { color: var(--muted); font-style: normal; font-size: 14px; line-height: 1.4; }
.section { max-width: 1180px; margin: 0 auto; padding: 52px 32px; }
.section.band { max-width: none; background: var(--soft); padding-left: max(32px, calc((100vw - 1180px) / 2 + 32px)); padding-right: max(32px, calc((100vw - 1180px) / 2 + 32px)); }
.section-head { max-width: 740px; margin-bottom: 24px; }
.section-head p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.section h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 32px; line-height: 1.15; letter-spacing: 0; color: var(--navy900); }
h1, h2, h3, .signal-row strong { overflow-wrap: break-word; hyphens: auto; }
.card-grid, .bullet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card, .bullet-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: #fff; }
.info-card h3 { margin: 0 0 10px; font-size: 20px; }
.info-card p { color: var(--muted); margin: 0 0 14px; }
.info-card .card-output { color: var(--ink); }
.info-card a { color: var(--action); font-weight: 800; text-decoration: none; }
.home-trust-strip { max-width: 1180px; margin: 0 auto; padding: 18px 32px 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.trust-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; background: #fff; min-height: 118px; display: grid; align-content: space-between; box-shadow: 0 8px 20px rgba(0,0,0,0.025); }
.trust-item span, .home-service-card span, .ladder-meta span, .relationship-card span, .proof-class span { font-family: "IBM Plex Mono", Consolas, monospace; text-transform: uppercase; font-size: 12px; letter-spacing: 0; color: var(--muted); font-weight: 800; }
.trust-item strong { font-size: 16px; line-height: 1.35; color: var(--navy900); }
.home-feature-grid, .home-service-grid, .relationship-grid, .proof-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-feature-card, .home-service-card, .relationship-card, .proof-class { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: #fff; min-height: 180px; display: grid; align-content: start; gap: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.025); }
.home-feature-card h3, .home-service-card h3, .relationship-card h3 { margin: 0; font-size: 20px; line-height: 1.2; color: var(--navy900); }
.home-feature-card p, .home-service-card p, .relationship-card p { margin: 0; color: var(--muted); }
.home-service-card a, .relationship-card a, .section-inline-link a { color: var(--action); font-weight: 800; text-decoration: none; }
.home-ladder { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ladder-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: #fff; min-height: 190px; display: grid; align-content: start; gap: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.025); }
.ladder-card.recommended { border-color: var(--action); box-shadow: inset 0 3px 0 var(--action), 0 8px 24px rgba(0,0,0,0.025); }
.ladder-card h3 { margin: 0; font-size: 20px; color: var(--navy900); }
.ladder-card p { margin: 0; color: var(--muted); }
.ladder-meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.ladder-meta em { font-style: normal; color: var(--muted); font-size: 13px; }
.home-router { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.home-router a { min-height: 110px; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; background: #fff; text-decoration: none; color: var(--ink); display: grid; align-content: space-between; gap: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.025); }
.home-router strong { color: var(--action); font-family: "IBM Plex Mono", Consolas, monospace; letter-spacing: 0; }
.home-router span { color: var(--ink); font-weight: 800; }
.proof-class { min-height: 140px; }
.proof-class strong { color: var(--navy900); line-height: 1.35; }
.proof-note { grid-column: 1 / -1; margin: 0; padding: 14px 16px; border-left: 4px solid var(--steel); background: var(--soft); font-weight: 700; }
.section-inline-link { margin-top: 18px; }
.home-final-cta { background: var(--inverse); color: #fff; margin: 28px 0; }
.home-final-inner { max-width: 1180px; margin: 0 auto; padding: 46px 32px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.home-final-cta h2 { margin: 0; color: #fff; font-family: "Source Serif 4", Georgia, serif; font-size: 34px; line-height: 1.12; letter-spacing: 0; }
.home-final-cta p:not(.eyebrow) { max-width: 680px; margin: 12px 0 0; color: #cbd5e1; font-size: 17px; }
.home-final-actions { display: grid; gap: 10px; min-width: 260px; }
.home-final-actions span { color: #cbd5e1; font-size: 13px; text-align: center; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.journey-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: #fff; min-height: 190px; display: grid; align-content: start; gap: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.025); }
.journey-card span { font-family: "IBM Plex Mono", Consolas, monospace; text-transform: uppercase; font-size: 12px; letter-spacing: 0; color: var(--muted); font-weight: 800; }
.journey-card h3 { margin: 0; font-size: 20px; line-height: 1.2; color: var(--navy900); }
.journey-card p { margin: 0; color: var(--muted); }
.journey-card a { color: var(--action); font-weight: 800; text-decoration: none; align-self: end; }
.segment-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; }
.segment-code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; color: var(--steel); font-weight: 900; }
.state-chip { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 8px; border-radius: 999px; border: 1px solid var(--line); font-size: 12px; font-weight: 800; color: var(--muted); background: var(--soft); }
.state-chip.warning { border-color: #d8b36d; color: var(--amber); background: #fff8ea; }
.state-chip.danger { border-color: #e4b6b6; color: var(--red); background: #fff0f0; }
.next-step-path { padding-top: 40px; }
.path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.path-step { border-top: 3px solid var(--steel); padding: 18px 0 0; }
.path-step span { display: inline-flex; margin-bottom: 12px; color: var(--steel); font-weight: 900; font-size: 13px; }
.path-step h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.2; }
.path-step p { margin: 0; color: var(--muted); }
.checklist { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.check-row { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 18px; padding: 16px; border-bottom: 1px solid var(--line); }
.check-row:last-child { border-bottom: 0; }
.check-row span { color: var(--steel); font-weight: 800; }
.check-row em { color: var(--muted); font-style: normal; }
.process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; padding: 0; list-style: none; }
.process-list li { min-height: 110px; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; display: grid; align-content: space-between; }
.process-list span { width: 30px; height: 30px; border-radius: 999px; background: var(--steel); color: #fff; display: grid; place-items: center; font-weight: 800; }
.form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.safe-note { margin: 16px 0 0; padding: 12px 14px; border-left: 4px solid var(--steel); background: var(--soft); color: var(--ink); font-weight: 700; }
.form-steps { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.form-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; color: var(--muted); }
.form-steps strong { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; }
.lead-form { display: grid; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--soft); }
.regulated-gate-panel { display: grid; gap: 14px; border: 1px solid #e4b6b6; border-radius: var(--radius); padding: 20px; background: #fff0f0; }
.regulated-gate-panel p { margin: 0; color: var(--muted); }
label { display: grid; gap: 6px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; background: #fff; }
.qualification-fields { display: grid; gap: 14px; margin: 4px 0; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.qualification-fields legend { padding: 0 6px; font-weight: 800; color: var(--steel); }
.consent { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; color: var(--muted); }
.form-status { min-height: 24px; margin: 0; color: var(--success); font-weight: 700; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 36px 32px; border-top: 1px solid var(--line); background: var(--ink); color: #fff; }
.site-footer p { color: #c8ccd2; margin: 8px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; align-content: start; }
.footer-links a { color: #e5e7eb; }
.error-empty { min-height: calc(100vh - 90px); }
.error-empty-hero { max-width: 1180px; margin: 0 auto; padding: 92px 32px 40px; }
.error-empty-hero h1 { max-width: 760px; font-family: "Source Serif 4", Georgia, serif; font-size: 56px; line-height: 1.02; margin: 12px 0 18px; letter-spacing: 0; color: var(--navy900); }
.error-empty-hero .state-chip { margin-bottom: 18px; }
.error-empty-nav { padding-top: 28px; }
@media (max-width: 860px) {
  .site-header-inner { gap: 12px; padding: 12px 18px; }
  .desktop-nav { display: none; }
  .site-burger { display: inline-flex; margin-left: auto; }
  .header-cta { display: none; }
  .mobile-drawer { padding: 0 18px 18px; }
  .hero { grid-template-columns: 1fr; gap: 16px; padding: 18px 18px 12px; }
  .hero h1 { font-size: 29px; line-height: 1.06; margin-bottom: 12px; }
  .lead { font-size: 15px; line-height: 1.42; margin-bottom: 16px; }
  .hero-badges { margin: -2px 0 14px; gap: 6px; }
  .hero-badges span { min-height: 28px; padding: 5px 8px; font-size: 12px; }
  .hero-actions { gap: 10px; }
  .button { width: 100%; min-height: 42px; padding: 10px 14px; }
  .home-final-inner { grid-template-columns: 1fr; padding: 34px 18px; }
  .home-final-cta h2 { font-size: 28px; }
  .home-final-actions { min-width: 0; }
  .decision-strip { grid-template-columns: 1fr; margin-top: 0; padding: 0 18px 20px; }
  .decision-item { min-height: 0; padding: 13px; }
  .home-trust-strip { grid-template-columns: 1fr; padding: 12px 18px 24px; }
  .trust-item { min-height: 0; padding: 13px; }
  .signal-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; min-height: 0; padding: 10px; }
  .map-title { display: none; }
  .signal-row { margin: 0; padding: 7px; }
  .signal-row span { display: none; }
  .signal-row strong { font-size: 12px; line-height: 1.2; word-break: normal; }
  .map-footer { display: none; }
  .section, .section.band { padding: 34px 18px; }
  .card-grid, .bullet-grid, .process-list, .form-section, .path-grid, .home-feature-grid, .home-service-grid, .home-ladder, .home-router, .relationship-grid, .proof-wall, .journey-grid { grid-template-columns: 1fr; }
  .home-feature-card, .home-service-card, .ladder-card, .relationship-card, .proof-class, .home-router a, .journey-card { min-height: 0; padding: 15px; }
  .next-step-path { padding-top: 30px; }
  .path-step { padding-top: 14px; }
  .check-row { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { flex-direction: column; padding: 28px 18px; }
  .error-empty-hero { padding: 42px 18px 18px; }
  .error-empty-hero h1 { font-size: 34px; line-height: 1.06; }
}
.thank-you { background: var(--success-bg); padding: 24px; border-radius: var(--radius); border: 2px solid var(--success); margin-top: 10px; }
.thank-you h3 { color: var(--success); margin: 0 0 12px; font-size: 20px; }
.thank-you p { margin: 0 0 10px; font-size: 15px; }
.thank-you strong { color: var(--ink); }
.form-status:has(.thank-you) { color: inherit; font-weight: normal; }