@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --ink: #102a47;
  --navy: #0d2a4a;
  --navy-deep: #071b33;
  --slate: #5b718b;
  --muted: #7a8ea4;
  --line: #d9e3ee;
  --cloud: #f5f8fb;
  --sand: #edf4fa;
  --copper: #2f83d5;
  --copper-dark: #1d6ebc;
  --mint: #b9eadb;
  --white: #fff;
  --mono: "DM Mono", monospace;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cloud); font-family: var(--body); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); color: var(--navy-deep); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font: 700 18px var(--display); letter-spacing: .14em; white-space: nowrap; }
.brand b { font: 500 9px var(--mono); letter-spacing: .08em; color: #71869d; margin-left: 5px; }
.brand-mark { width: 24px; height: 24px; display: inline-flex; align-items: flex-end; gap: 3px; }
.brand-mark span { display: block; width: 5px; background: var(--copper); border-radius: 2px 2px 0 0; }
.brand-mark span:nth-child(1) { height: 12px; opacity: .7; }
.brand-mark span:nth-child(2) { height: 19px; }
.brand-mark span:nth-child(3) { height: 24px; opacity: .7; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: #536b84; font-size: 13px; }
.main-nav a:hover, .text-link:hover { color: var(--navy-deep); }
.nav-cta { border: 1px solid #c7d7e7; border-radius: 4px; padding: 10px 15px; font-size: 12px; color: var(--navy-deep); }
.nav-cta:hover { background: #edf5fc; border-color: #9fc5e7; }

.hero { background: radial-gradient(circle at 84% 20%, rgba(47,131,213,.13), transparent 30%), linear-gradient(135deg, #fbfdff 0%, #f4f9fd 62%, #eaf4fc 100%); color: var(--navy-deep); padding: 104px 0 118px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(47,131,213,.16); border-radius: 50%; right: -190px; top: -280px; box-shadow: 0 0 0 80px rgba(47,131,213,.04), 0 0 0 160px rgba(47,131,213,.02); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 86px; align-items: center; position: relative; }
.eyebrow { color: var(--copper-dark); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.dark { color: var(--copper-dark); }
.status-dot, .panel-live span { width: 7px; height: 7px; display: inline-block; background: var(--copper); border-radius: 50%; box-shadow: 0 0 0 4px rgba(47,131,213,.12); margin-right: 8px; }
.product-tagline { color: var(--copper-dark); font: 500 13px var(--mono); letter-spacing: .04em; margin: 23px 0 0; }
.hero h1 { max-width: 660px; font: 600 clamp(48px, 6vw, 78px)/.99 var(--display); letter-spacing: -.065em; margin: 24px 0; }
.hero h1 em { color: var(--copper-dark); font-style: normal; }
.hero-lede { max-width: 570px; color: var(--slate); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; gap: 11px; border-radius: 3px; padding: 14px 18px; font-weight: 600; font-size: 13px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--white); }
.button-primary:hover { background: var(--copper-dark); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--mint); }
.text-link { color: #58718a; font-size: 13px; font-weight: 600; }
.hero-note { color: #68809a; display: flex; align-items: flex-start; gap: 10px; font-size: 12px; max-width: 480px; }
.note-icon { border: 1px solid #9db9d3; border-radius: 50%; min-width: 16px; height: 16px; display: inline-grid; place-items: center; font: 10px var(--mono); color: var(--copper-dark); }

.hero-panel { background: rgba(255,255,255,.92); border: 1px solid #d1dfeb; border-radius: 5px; padding: 24px; box-shadow: 0 24px 65px rgba(21,71,116,.12); }
.panel-topline, .panel-foot { display: flex; justify-content: space-between; gap: 18px; color: #6e849a; font: 10px var(--mono); letter-spacing: .08em; }
.panel-live { color: var(--copper-dark); letter-spacing: 0; text-transform: none; }
.panel-live span { width: 5px; height: 5px; margin-right: 5px; box-shadow: none; }
.flow { margin: 35px 0; }
.flow-node { display: grid; grid-template-columns: 36px 1fr 24px; align-items: center; gap: 15px; min-height: 61px; border: 1px solid #d6e3ef; border-radius: 3px; padding: 12px 14px; background: #f7fbff; }
.flow-node strong { display: block; font: 600 15px var(--display); }
.flow-node small { color: #71879d; font-size: 11px; }
.node-number { color: #7b92a8; font: 10px var(--mono); }
.node-check { color: #2b9b78; font-size: 15px; text-align: right; }
.flow-node-accent { border-color: #8bbce5; background: #edf7ff; }
.flow-line { height: 21px; width: 1px; margin-left: 31px; background: #bad0e2; position: relative; }
.flow-line span { position: absolute; bottom: -1px; left: -2px; width: 5px; height: 5px; background: var(--copper); border-radius: 50%; }
.panel-foot { border-top: 1px solid #dbe7f1; padding-top: 17px; text-transform: none; letter-spacing: 0; }

.signal-bar { background: linear-gradient(100deg, #0d4b86, #146fbd); color: var(--white); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-item { min-height: 112px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.2); padding: 22px 22px 22px 0; }
.signal-item:not(:first-child) { padding-left: 28px; }
.signal-item:last-child { border-right: 0; }
.signal-value { font: 600 27px var(--display); letter-spacing: -.05em; white-space: nowrap; }
.signal-label { color: rgba(255,255,255,.75); font: 10px/1.45 var(--mono); text-transform: uppercase; }

.section-light { background: var(--cloud); color: var(--ink); }
.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.section-intro h2, .section-heading h2, .contact-inner h2 { font: 600 clamp(32px, 4vw, 50px)/1.08 var(--display); letter-spacing: -.055em; margin: 18px 0 0; }
.section-body { padding-top: 3px; }
.large-copy { color: var(--slate); font-size: 18px; line-height: 1.7; margin: 0 0 34px; }
.question-list { border-top: 1px solid var(--line); }
.question-list div { display: flex; align-items: flex-start; gap: 20px; border-bottom: 1px solid var(--line); padding: 17px 0; }
.question-list span, .buyer-grid span, .demo-script li span { color: var(--copper-dark); font: 11px var(--mono); }
.question-list p { margin: 0; font-size: 14px; font-weight: 600; }

.section-navy { background: var(--navy); color: var(--white); }
.section-heading { max-width: 690px; }
.section-heading p { color: var(--slate); font-size: 16px; max-width: 620px; margin: 24px 0 0; }
.light-heading h2 { color: var(--white); }
.light-heading p { color: #9eafc0; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 58px; }
.capability-card { min-height: 240px; border: 1px solid rgba(255,255,255,.13); padding: 25px 21px; }
.capability-card:hover { border-color: rgba(180,242,208,.5); }
.card-index, .mini-label { color: var(--mint); font: 10px var(--mono); letter-spacing: .07em; }
.capability-card h3 { font: 600 22px/1.1 var(--display); margin: 52px 0 13px; letter-spacing: -.03em; }
.capability-card p { margin: 0; color: #a1b1c0; font-size: 13px; line-height: 1.65; }

.proof-layout { display: grid; grid-template-columns: 1.07fr .93fr; gap: 55px; align-items: stretch; margin-top: 60px; }
.pilot-card { background: var(--navy); color: var(--white); padding: 32px; display: flex; flex-direction: column; justify-content: space-between; min-height: 345px; }
.pilot-card-top { display: flex; justify-content: space-between; gap: 20px; }
.pilot-card h3 { margin: 13px 0 0; font: 600 27px/1.1 var(--display); letter-spacing: -.04em; }
.pilot-card h3 strong { color: var(--mint); font-weight: 600; }
.pass-badge { border: 1px solid rgba(180,242,208,.45); color: var(--mint); align-self: flex-start; padding: 8px 10px; font: 10px var(--mono); white-space: nowrap; }
.pass-badge span { margin-right: 5px; }
.pilot-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); padding: 22px 0; margin: 32px 0 20px; }
.pilot-specs span { display: block; color: #8495a7; font: 10px var(--mono); margin-bottom: 7px; }
.pilot-specs strong { font: 500 12px/1.45 var(--mono); }
.pilot-card-bottom { display: flex; justify-content: space-between; color: #94a5b6; font: 10px var(--mono); }
.evidence-list { border-top: 1px solid var(--line); }
.evidence-row { display: flex; gap: 18px; border-bottom: 1px solid var(--line); padding: 23px 0; }
.evidence-icon { color: var(--copper-dark); font: 11px var(--mono); padding-top: 4px; }
.evidence-row h3 { font: 600 15px var(--display); margin: 0 0 9px; }
.mono { color: var(--slate); font: 11px/1.65 var(--mono); overflow-wrap: anywhere; margin: 0; }
.scan-ok { color: #25865a; }
.copy-button { background: transparent; border: 0; padding: 8px 0 0; color: var(--copper-dark); cursor: pointer; font: 10px var(--mono); }
.copy-button:hover { text-decoration: underline; }
.proof-disclaimer { color: var(--muted); margin-top: 26px; font: 11px var(--mono); }
.proof-disclaimer span { color: var(--copper); font-size: 17px; margin-right: 4px; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 42px; }
.status-card { border: 1px solid var(--line); background: rgba(255,255,255,.9); padding: 17px 15px; min-height: 104px; }
.status-card span { display: block; color: var(--copper-dark); font: 10px var(--mono); letter-spacing: .04em; margin-bottom: 12px; }
.status-card strong { display: block; color: var(--navy-deep); font: 600 13px/1.35 var(--display); }

.readiness-heading { max-width: 810px; }
.readiness-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
.readiness-card { min-height: 118px; border: 1px solid var(--line); background: rgba(255,255,255,.92); padding: 19px 17px; }
.readiness-card strong { display: block; color: var(--navy-deep); font: 600 14px/1.35 var(--display); }
.readiness-label { display: block; margin-bottom: 17px; font: 10px var(--mono); letter-spacing: .08em; }
.readiness-card.completed .readiness-label { color: #25865a; }
.readiness-card.prepared .readiness-label { color: var(--copper-dark); }
.readiness-card.in-progress .readiness-label { color: #557a9f; }
.readiness-card.pending .readiness-label { color: #76899d; }
.readiness-card.restricted .readiness-label { color: #80666b; }

.section-sand { background: var(--sand); color: var(--ink); }
.positioning-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.intro-support { color: var(--slate); font-size: 16px; line-height: 1.7; margin-top: 24px; }
.thesis-card { border-top: 1px solid rgba(152,183,214,.24); }
.thesis-row { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(152,183,214,.24); padding: 22px 0; color: var(--ink); }
.thesis-row > div { flex: 1; }
.thesis-row strong { display: block; font: 600 18px var(--display); }
.thesis-row small { color: var(--muted); font-size: 12px; }
.thesis-row > span:last-child { font-size: 20px; }
.thesis-marker { color: var(--copper-dark); font: 11px var(--mono); }
.thesis-row.active strong { color: var(--copper-dark); }
.thesis-row.muted { color: #8d9293; }
.buyer-types { margin-top: 96px; }
.buyer-types > .eyebrow { margin-bottom: 20px; }
.buyer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.buyer-grid div { border-top: 2px solid rgba(152,183,214,.3); padding-top: 15px; }
.buyer-grid strong { display: block; font: 600 16px/1.2 var(--display); margin: 16px 0 10px; }
.buyer-grid p { color: var(--slate); font-size: 12px; line-height: 1.6; margin: 0; }

.claims-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.claims-card { border-top: 1px solid var(--line); }
.claim { display: flex; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.claim > span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; font: 14px var(--mono); }
.claim.allowed > span { background: rgba(168,240,223,.14); color: var(--mint); }
.claim.blocked > span { background: rgba(77,165,255,.14); color: #9bcbff; }
.claim strong { display: block; font: 600 16px var(--display); margin-bottom: 5px; }
.claim p { color: var(--slate); font-size: 13px; line-height: 1.6; margin: 0; }

.gates-section { padding-bottom: 120px; }
.gate-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 58px; }
.gate { display: flex; gap: 22px; padding: 25px; border: 1px solid rgba(255,255,255,.13); }
.gate > span { color: var(--copper); font: 12px var(--mono); }
.gate strong { font: 600 17px var(--display); }
.gate p { color: #9eafc0; font-size: 13px; line-height: 1.6; margin: 9px 0 0; }

.demo-heading { max-width: 760px; }
.demo-heading strong { color: var(--ink); }
.demo-recording { display: grid; grid-template-columns: 1.65fr .75fr; gap: 22px; align-items: stretch; margin-top: 52px; }
.demo-video-frame { min-width: 0; background: var(--navy); padding: 18px; box-shadow: 0 24px 60px rgba(7,17,31,.12); }
.demo-video-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--mint); padding: 0 2px 14px; font: 10px var(--mono); letter-spacing: .05em; }
.demo-video-meta .status-dot { width: 6px; height: 6px; margin-right: 7px; box-shadow: none; }
.demo-video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--navy-deep); }
.demo-chapters { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.demo-chapters li { min-height: 62px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding: 12px 13px; background: rgba(255,255,255,.035); }
.demo-chapters li span { color: var(--copper-dark); font: 11px var(--mono); }
.demo-chapters li strong { font: 600 14px/1.3 var(--display); }
.demo-boundary-note { color: var(--muted); margin: 24px 0 0; font: 11px/1.7 var(--mono); }
.demo-boundary-note span { color: var(--copper); font-size: 17px; margin-right: 4px; }

.contact-section { background: linear-gradient(115deg, #0b3769, #0d5b9e); color: var(--white); padding: 88px 0; }
.contact-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); align-items: center; gap: 74px; }
.contact-inner .eyebrow { color: var(--mint); }
.contact-inner h2 { font-size: 42px; margin-top: 13px; }
.contact-inner p { color: rgba(255,255,255,.82); margin: 14px 0 0; font-size: 15px; }
.contact-boundary { color: rgba(255,255,255,.62); font: 11px/1.65 var(--mono); max-width: 430px; margin-top: 26px; }
.contact-options { background: rgba(6,19,38,.65); border: 1px solid rgba(168,240,223,.24); padding: 27px; box-shadow: 0 18px 48px rgba(3,14,30,.24); }
.contact-option { padding: 17px 0; border-bottom: 1px solid rgba(152,183,214,.2); }
.contact-option:first-child { padding-top: 0; }
.contact-option-kicker { display: block; color: var(--mint); font: 10px var(--mono); letter-spacing: .1em; }
.contact-option strong { display: block; color: var(--white); font: 600 24px var(--display); letter-spacing: -.03em; margin: 8px 0 5px; }
.contact-option small { display: block; color: #8ea6bf; font-size: 11px; line-height: 1.5; }
.contact-option-note { color: #8ea6bf; font: 10px var(--mono); margin-top: 20px; }
.site-footer { background: var(--navy-deep); color: #8797a8; padding: 27px 0; }
.footer-wrap { display: flex; align-items: center; gap: 28px; font-size: 11px; }
.footer-brand { color: var(--white); margin-right: auto; font-size: 15px; }
.footer-wrap p { margin: 0; }

@media (max-width: 900px) {
  .hero-grid, .two-column, .proof-layout, .positioning-grid, .claims-grid, .demo-grid, .demo-storyboard, .contact-inner { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { gap: 55px; }
  .capability-grid, .buyer-grid, .readiness-grid { grid-template-columns: repeat(2, 1fr); }
  .status-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-recording { grid-template-columns: 1fr; gap: 28px; }
  .demo-chapters { display: grid; grid-template-columns: repeat(2, 1fr); }
  .demo-chapters li:nth-child(odd) { border-right: 1px solid var(--line); }
  .signal-item { padding-left: 14px !important; padding-right: 14px; gap: 9px; }
  .signal-value { font-size: 22px; }
  .signal-label { font-size: 9px; }
  .two-column { gap: 35px; }
  .positioning-grid, .claims-grid { gap: 45px; }
  .buyer-types { margin-top: 65px; }
  .footer-wrap { flex-wrap: wrap; }
  .footer-brand { width: 100%; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1160px); }
  .section { padding: 76px 0; }
  .main-nav { display: none; }
  .nav-wrap { height: 68px; }
  .nav-cta { padding: 9px 11px; font-size: 10px; }
  .hero { padding: 78px 0 80px; }
  .hero h1 { font-size: 50px; }
  .product-tagline { font-size: 11px; line-height: 1.6; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-panel { padding: 17px; }
  .panel-topline, .panel-foot { font-size: 8px; }
  .flow-node { grid-template-columns: 25px 1fr 18px; gap: 8px; padding: 10px; }
  .flow-node strong { font-size: 13px; }
  .flow-node small { font-size: 10px; }
  .flow-line { margin-left: 21px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-item { min-height: 89px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .signal-item:nth-child(2) { border-right: 0; }
  .signal-item:nth-child(3), .signal-item:nth-child(4) { border-bottom: 0; }
  .signal-item:not(:first-child) { padding-left: 14px !important; }
  .capability-grid, .buyer-grid, .gate-grid, .status-grid, .readiness-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; }
  .capability-card h3 { margin-top: 32px; }
  .pilot-card { padding: 23px; }
  .pilot-card-top { display: block; }
  .pass-badge { display: inline-block; margin-top: 20px; }
  .pilot-specs { gap: 9px; }
  .pilot-specs strong { font-size: 10px; }
  .pilot-card-bottom { display: block; }
  .pilot-card-bottom span { display: block; margin-top: 6px; }
  .demo-video-frame { padding: 10px; }
  .demo-video-meta { font-size: 8px; }
  .demo-chapters { grid-template-columns: 1fr; }
  .demo-chapters li:nth-child(odd) { border-right: 0; }
  .contact-inner { display: block; }
  .contact-options { margin-top: 38px; }
  .footer-wrap { display: block; }
  .footer-wrap p { margin-top: 13px; }
  .footer-brand b { font-size: 8px; }
}