:root {
  color-scheme: light;
  --navy: #071a33;
  --navy-2: #0b2445;
  --navy-3: #103058;
  --ink: #11243d;
  --muted: #5f6f82;
  --line: #dbe3ec;
  --bg: #f4f7fb;
  --surface: #fff;
  --sapphire: #2374e1;
  --gold: #f5c451;
  --green: #21956b;
  --violet: #7c62d7;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { color: var(--ink); background: var(--bg); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 5px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 99; padding: 10px 15px; border-radius: 8px; color: var(--navy); background: #fff; box-shadow: 0 8px 24px #0003; }
.skip-link:focus { top: 12px; }
#roadmap-main:focus { outline: 0; }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid #ffffff1f; color: #fff; background: var(--navy); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #ffffff29; border-radius: 11px; color: var(--sapphire); background: #ffffff0d; }
.brand-name { font-weight: 750; letter-spacing: -.02em; }
.brand-divider { width: 1px; height: 22px; background: #ffffff29; }
.brand-section { color: #becadd; font-size: .82rem; font-weight: 600; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid #ffffff29; border-radius: 999px; background: #ffffff0d; font-size: .72rem; font-weight: 700; letter-spacing: .025em; }
.status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px #f5c4512e; }
.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--navy); }
.hero-glow { position: absolute; inset: -42% -8% auto auto; z-index: -1; width: min(760px, 70vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #2374e159, transparent 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); gap: clamp(40px, 7vw, 96px); align-items: center; width: min(1240px, calc(100% - 40px)); margin: auto; padding: clamp(72px, 9vw, 126px) 0 clamp(76px, 9vw, 120px); }
.hero-copy { max-width: 760px; }
.kicker { color: var(--sapphire); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .kicker, .done-section .kicker, .decision-band .kicker { color: var(--gold); }
.hero h1 { max-width: 12ch; margin-top: 18px; font-size: clamp(2.65rem, 6vw, 5.45rem); font-weight: 720; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.hero h1 span { color: var(--gold); }
.lede { max-width: 670px; margin-top: 28px; color: #becadd; font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 19px; border-radius: 999px; font-size: .84rem; font-weight: 700; transition: transform .15s, background .15s; }
.primary-action { gap: 10px; color: #fff; background: var(--sapphire); border: 1px solid var(--sapphire); }
.secondary-action { border: 1px solid #ffffff29; background: #ffffff0d; }
.primary-action:hover, .secondary-action:hover { transform: translateY(-1px); }
.truth-note { max-width: 650px; margin-top: 25px; padding-left: 15px; border-left: 2px solid var(--gold); color: #becadd; font-size: .74rem; line-height: 1.6; }
.progress-card { padding: 22px; border: 1px solid #ffffff29; border-radius: 22px; background: #0b2445c9; box-shadow: 0 25px 55px #0003; backdrop-filter: blur(12px); }
.progress-head { display: flex; justify-content: space-between; gap: 12px; color: #becadd; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-body { display: grid; grid-template-columns: 172px minmax(0, 1fr); align-items: center; gap: 23px; margin-top: 24px; }
.progress-ring { display: grid; place-items: center; width: 172px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--gold) 0 42.67%, #ffffff12 42.67%); }
.progress-ring::before { content: ""; grid-area: 1 / 1; width: 138px; aspect-ratio: 1; border-radius: 50%; background: var(--navy-2); }
.progress-ring > div { grid-area: 1 / 1; z-index: 1; text-align: center; }
.progress-ring strong { display: block; font-size: 1.75rem; letter-spacing: -.04em; }
.progress-ring span { display: block; margin-top: 2px; color: #becadd; font-size: .68rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.progress-facts { display: grid; gap: 15px; }
.progress-facts div { padding-bottom: 13px; border-bottom: 1px solid #ffffff1f; }
.progress-facts div:last-child { padding-bottom: 0; border: 0; }
.progress-facts strong { display: block; font-size: 1.12rem; }
.progress-facts span { display: block; margin-top: 2px; color: #becadd; font-size: .72rem; }
meter { width: 100%; height: 7px; margin-top: 22px; border: 0; border-radius: 999px; background: #ffffff12; }
meter::-webkit-meter-bar { border: 0; border-radius: 999px; background: #ffffff12; }
meter::-webkit-meter-optimum-value { border-radius: 999px; background: var(--gold); }
meter::-moz-meter-bar { border-radius: 999px; background: var(--gold); }
.progress-card > p { margin-top: 10px; color: #becadd; font-size: .67rem; line-height: 1.5; }
.metric-band { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(1240px, calc(100% - 40px)); margin: -28px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 15px 40px #18375318; }
.metric { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 23px 25px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric::before { content: ""; position: absolute; top: 0; left: 25px; right: 25px; height: 3px; background: var(--sapphire); }
.metric.green::before { background: var(--green); }.metric.amber::before { background: #d68a16; }.metric.violet::before { background: var(--violet); }
.metric strong { font-size: 1.42rem; letter-spacing: -.03em; }
.metric span { color: var(--muted); font-size: .76rem; line-height: 1.45; }
.scope-section { width: min(1240px, calc(100% - 40px)); margin: auto; padding: clamp(70px, 8vw, 96px) 0 0; }.scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.scope-card { padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 28px #1938520d; }.scope-card > p:first-child { color: var(--sapphire); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.scope-card h3 { margin-top: 12px; font-size: 1.3rem; letter-spacing: -.025em; }.scope-card h3 + p { margin-top: 13px; color: var(--muted); font-size: .82rem; line-height: 1.65; }.scope-card strong { display: block; margin-top: 21px; padding-top: 15px; border-top: 1px solid var(--line); font-size: .74rem; line-height: 1.55; }
.section { width: min(1240px, calc(100% - 40px)); margin: auto; padding: clamp(76px, 9vw, 116px) 0 0; scroll-margin-top: 24px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 32px; }
.section-head h2, .done-intro h2, .decision-band h2 { margin-top: 9px; font-size: clamp(1.8rem, 3.6vw, 3rem); letter-spacing: -.045em; line-height: 1.05; }
.section-head > p { max-width: 320px; color: var(--muted); font-size: .82rem; text-align: right; }
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; gap: 16px; }
.milestone { display: grid; grid-template-columns: 42px minmax(0, 1fr); min-height: 255px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.milestone .number { display: grid; place-items: start center; padding-top: 23px; color: #6a7b8d; background: #edf2f8; font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.milestone > div { display: flex; flex-direction: column; align-items: flex-start; padding: 22px 21px 21px; }
.milestone .date { color: var(--sapphire); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.milestone h3 { margin-top: 14px; font-size: 1.05rem; letter-spacing: -.02em; }
.milestone h3 + p { margin-top: 11px; color: var(--muted); font-size: .8rem; line-height: 1.58; }
.state { margin-top: auto; padding: 6px 9px; border-radius: 999px; color: #526376; background: #edf2f8; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.milestone.active { border-color: #e6bc54; box-shadow: 0 12px 30px #c7942730; }.milestone.active .number { color: var(--navy); background: #f8d77f; }.milestone.active .state { color: #6a4500; background: #fff0c7; }
.milestone.next { border-color: #65a1e8; }.milestone.next .number { color: #fff; background: var(--sapphire); }.milestone.next .state { color: #0c4f9a; background: #e2efff; }
.milestone.target { color: #fff; border-color: var(--navy-3); background: var(--navy-2); }.milestone.target .number { color: var(--gold); background: var(--navy); }.milestone.target .date { color: var(--gold); }.milestone.target h3 + p { color: #becadd; }.milestone.target .state { color: var(--navy); background: var(--gold); }
.lanes { padding-bottom: clamp(76px, 9vw, 116px); }
.lane-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.lane-card { position: relative; min-height: 315px; padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 28px #1938520d; }
.lane-top { display: flex; justify-content: space-between; gap: 15px; }.lane-top span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--navy-2); font-size: .7rem; font-weight: 800; }.lane-top p { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-align: right; }
.lane-card h3 { margin-top: 36px; font-size: 1.18rem; }.lane-card h3 + p { margin-top: 12px; color: var(--muted); font-size: .82rem; line-height: 1.6; }.lane-card strong { position: absolute; left: 23px; right: 23px; bottom: 23px; padding-top: 13px; border-top: 1px solid var(--line); font-size: .7rem; }
.done-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 8vw, 110px); padding: clamp(70px, 8vw, 106px) max(20px, calc((100% - 1240px) / 2)); color: #fff; background: var(--navy-2); scroll-margin-top: 24px; }
.done-intro > p:last-child { max-width: 500px; margin-top: 20px; color: #becadd; line-height: 1.65; }.done-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; padding: 0; list-style: none; }.done-list li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: start; padding: 16px; border: 1px solid #ffffff29; border-radius: 12px; background: #ffffff0d; font-size: .82rem; line-height: 1.5; }.done-list li > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--gold); background: #f5c45126; }
.decision-band { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 70px; align-items: center; width: min(1240px, calc(100% - 40px)); margin: clamp(76px, 9vw, 116px) auto; padding: clamp(32px, 5vw, 54px); border-radius: 20px; color: #fff; background: var(--navy-3); box-shadow: 0 15px 40px #18375318; }.decision-band > p { color: #c5d0df; line-height: 1.7; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px max(20px, calc((100% - 1240px) / 2)); border-top: 1px solid var(--line); color: var(--muted); background: #fff; font-size: .74rem; }.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--ink); }.footer-brand span { color: var(--sapphire); }
@media (max-width: 1040px) { .hero-grid { grid-template-columns: 1fr; }.progress-card { max-width: 650px; }.timeline { grid-template-columns: repeat(2, 1fr); }.lane-grid { grid-template-columns: repeat(2, 1fr); }.done-section { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .topbar { min-height: 60px; padding-inline: 16px; }.brand-divider, .brand-section { display: none; }.hero-grid, .metric-band, .scope-section, .section, .decision-band { width: min(100% - 28px, 1240px); }.hero-grid { padding-top: 62px; }.hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }.hero-actions { flex-direction: column; }.progress-body { grid-template-columns: 1fr; justify-items: center; }.progress-facts { width: 100%; grid-template-columns: repeat(3, 1fr); text-align: center; }.progress-facts div { padding: 0 7px; border-right: 1px solid #ffffff1f; border-bottom: 0; }.metric-band, .scope-grid, .timeline, .lane-grid, .done-list, .decision-band { grid-template-columns: 1fr; }.metric { border-right: 0; border-bottom: 1px solid var(--line); }.section-head { align-items: flex-start; flex-direction: column; gap: 12px; }.section-head > p { text-align: left; }.decision-band { gap: 22px; padding: 28px 24px; } footer { align-items: flex-start; flex-direction: column; } }
@media (max-width: 420px) { .status { font-size: 0; gap: 0; }.progress-facts { grid-template-columns: 1fr; text-align: left; }.progress-facts div { padding-bottom: 11px; border-right: 0; border-bottom: 1px solid #ffffff1f; }.milestone { grid-template-columns: 36px 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
