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

:root {
  --ink: #07111f;
  --ink-soft: #0c1b2a;
  --ink-raised: #102436;
  --paper: #f3f2ec;
  --paper-bright: #faf9f5;
  --white: #ffffff;
  --cyan: #52d8d0;
  --cyan-soft: #a3eee6;
  --green: #7be0ad;
  --blue: #6d9cff;
  --steel: #8e9cab;
  --line: rgba(7, 17, 31, 0.13);
  --line-dark: rgba(255, 255, 255, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 30px 80px rgba(1, 9, 18, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; color: var(--white); transition: background .35s, border-color .35s, backdrop-filter .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(7, 17, 31, .84); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; font-size: 20px; letter-spacing: -.03em; }
.brand-mark { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; color: var(--cyan); }
.brand-mark circle { fill: var(--cyan); stroke: none; }
.site-nav { display: flex; align-items: center; gap: 35px; font-size: 13px; }
.site-nav > a { position: relative; color: #b8c4cf; text-decoration: none; transition: color .2s; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--cyan); transition: right .25s; }
.site-nav > a:hover { color: var(--white); }
.site-nav > a:hover::after { right: 0; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 13px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: var(--white); background: rgba(255,255,255,.05); transition: border-color .2s, background .2s; }
.site-nav .nav-cta:hover { border-color: var(--cyan); background: rgba(82,216,208,.08); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: white; }
.menu-toggle span { display: block; width: 21px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: 900px; padding: 165px 0 36px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 70% 36%, rgba(38, 107, 122, .27), transparent 27%), radial-gradient(circle at 6% 2%, rgba(50, 100, 126, .18), transparent 28%), linear-gradient(145deg, #07111f 0%, #091726 58%, #07131f 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; pointer-events: none; background: linear-gradient(to bottom, transparent, rgba(3,10,18,.25)); }
.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(145,181,196,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(145,181,196,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, transparent 3%, #000 38%, #000 92%, transparent); animation: grid-drift 18s linear infinite; }
.route-orbit { position: absolute; border: 1px solid rgba(88, 197, 200, .12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 630px; height: 630px; top: 56px; right: -170px; }
.orbit-two { width: 850px; height: 850px; top: -50px; right: -275px; }
.route-orbit::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); top: 49%; left: -3px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; gap: 76px; align-items: center; }
.eyebrow, .contact-kicker { display: flex; align-items: center; gap: 10px; color: var(--cyan-soft); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span, .contact-kicker > span { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(82,216,208,.1), 0 0 16px rgba(82,216,208,.7); }
.hero h1 { max-width: 670px; margin: 23px 0 26px; font-size: clamp(55px, 5.4vw, 79px); line-height: 1.01; letter-spacing: -.062em; font-weight: 500; }
h1 em, .section-heading h2 em { color: var(--cyan); font-style: normal; }
.hero-intro { max-width: 625px; margin: 0; color: #aebbc7; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 35px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 25px; min-height: 52px; padding: 0 23px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cyan); box-shadow: 0 12px 32px rgba(82,216,208,.16); }
.button-primary:hover { background: #71e5dd; box-shadow: 0 15px 38px rgba(82,216,208,.24); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #d6dee5; text-decoration: none; font-size: 13px; }
.text-link span { color: var(--cyan); transition: transform .2s; }
.text-link:hover span { transform: translate(2px,-2px); }
.trust-note { display: flex; align-items: center; gap: 15px; margin-top: 47px; }
.trust-note p { max-width: 335px; margin: 0; color: #7e8e9d; font-size: 11px; line-height: 1.6; }
.trust-avatars { display: flex; padding-left: 7px; }
.trust-avatars span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: #13293a; color: #a7c0cc; font-family: "DM Mono", monospace; font-size: 8px; }

.hero-product { position: relative; z-index: 3; transform: translate(var(--tilt-x, 0), var(--tilt-y, 0)); transition: transform .25s ease-out; }
.product-glow { position: absolute; inset: 15% 5%; background: rgba(66, 202, 199, .16); filter: blur(55px); border-radius: 50%; }
.cockpit-card { position: relative; z-index: 2; width: 100%; padding: 0 0 17px; overflow: hidden; border: 1px solid rgba(167,218,220,.19); border-radius: 19px; background: linear-gradient(145deg, rgba(16,37,53,.92), rgba(8,24,37,.94)); box-shadow: 0 45px 100px rgba(0,5,11,.45), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px); }
.cockpit-topbar { height: 49px; display: flex; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line-dark); color: #7f91a0; font-family: "DM Mono", monospace; font-size: 9px; }
.window-controls { display: flex; gap: 5px; }
.window-controls span { width: 6px; height: 6px; border: 1px solid #435463; border-radius: 50%; }
.secure-environment { display: flex; align-items: center; gap: 7px; margin: auto; }
.secure-environment span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(123,224,173,.6); }
.more-button { border: 0; color: #667988; background: none; letter-spacing: 2px; }
.scenario-heading { display: flex; justify-content: space-between; align-items: center; padding: 25px 25px 17px; }
.micro-label, .domain-topline, .feature-tag { margin: 0 0 7px; color: #728694; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.scenario-heading h2 { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -.025em; }
.run-status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid rgba(82,216,208,.17); border-radius: 999px; background: rgba(82,216,208,.05); color: var(--cyan-soft); font-family: "DM Mono", monospace; font-size: 8px; text-transform: uppercase; }
.run-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: pulse 1.8s infinite; }
.journey-map { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin: 5px 25px 18px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(2,12,21,.25); }
.airport-node { display: grid; gap: 3px; }
.airport-node.right { text-align: right; }
.airport-node strong { font-size: 19px; letter-spacing: -.04em; }
.airport-node span { color: #617584; font-family: "DM Mono", monospace; font-size: 7px; text-transform: uppercase; }
.flight-line { position: relative; height: 1px; background: rgba(160,187,198,.2); }
.flight-line::before, .flight-line::after { content: ""; position: absolute; top: -3px; width: 7px; height: 7px; border: 1px solid #4f6876; border-radius: 50%; background: #0b1d2b; }
.flight-line::before { left: 0; }.flight-line::after { right: 0; }
.flight-progress { position: absolute; left: 0; top: 0; width: 62%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan)); }
.plane-dot { position: absolute; z-index: 2; top: -8px; left: 60%; width: 16px; height: 16px; fill: var(--cyan); filter: drop-shadow(0 0 6px rgba(82,216,208,.6)); animation: plane-float 3s ease-in-out infinite; }
.event-list { margin: 0 25px; }
.event-row { display: grid; grid-template-columns: 27px 1fr auto; gap: 10px; align-items: center; min-height: 51px; border-top: 1px solid rgba(255,255,255,.07); }
.event-row:first-child { border-top: 0; }
.event-icon { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--green); font-size: 9px; }
.event-row.complete .event-icon { border-color: rgba(123,224,173,.28); background: rgba(123,224,173,.08); }
.event-row.active .event-icon { border-color: rgba(82,216,208,.3); }
.event-row.active .event-icon i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); animation: pulse 1.5s infinite; }
.event-row.queued { opacity: .42; }
.event-row strong, .event-row small { display: block; }
.event-row strong { color: #cad5dd; font-size: 10px; font-weight: 600; }
.event-row small { margin-top: 3px; color: #607583; font-family: "DM Mono", monospace; font-size: 7px; }
.event-row time { color: #617583; font-family: "DM Mono", monospace; font-size: 7px; }
.evidence-footer { display: flex; justify-content: space-between; align-items: center; margin: 15px 25px 0; padding: 11px 13px; border-radius: 8px; background: rgba(82,216,208,.055); color: #76929b; font-family: "DM Mono", monospace; font-size: 7px; }
.evidence-footer span { display: flex; align-items: center; gap: 7px; }.evidence-footer span i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.evidence-footer svg { width: 48px; fill: none; stroke: var(--cyan); stroke-width: 1; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(13,32,46,.92); box-shadow: 0 15px 35px rgba(0,0,0,.25); color: #a6b5bf; font-family: "DM Mono", monospace; font-size: 8px; backdrop-filter: blur(10px); }
.floating-chip span { color: var(--cyan); font-size: 12px; }.floating-chip i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: rgba(123,224,173,.12); color: var(--green); font-style: normal; }
.chip-evidence { right: -27px; top: 87px; animation: chip-float 5s ease-in-out infinite; }
.chip-verified { left: -32px; bottom: 75px; animation: chip-float 6s 1s ease-in-out infinite; }
.capability-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; margin-top: 92px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.capability-strip p { margin: 0; color: #637785; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.capabilities { display: flex; align-items: center; gap: 46px; color: #8294a1; font-size: 11px; }
.capabilities span { display: inline-flex; align-items: center; gap: 9px; }.capabilities i { color: #afc0ca; font-family: "DM Mono", monospace; font-size: 10px; font-style: normal; }
.icon-browser { width: 15px; height: 12px; border: 1px solid #6e818e; border-radius: 2px; box-shadow: inset 0 3px rgba(110,129,142,.2); }
.icon-evidence { display: grid; place-items: center; width: 15px; height: 15px; border: 1px solid #6e818e; border-radius: 50%; }

.section-light { background: var(--paper); }
.statement { padding: 135px 0 145px; }
.statement-grid { display: block; }
.section-kicker { position: relative; padding-left: 28px; color: #647582; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker::before { content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 1px; background: var(--cyan); }
.section-kicker.light { color: #788b97; }
.statement-copy { display: grid; grid-template-columns: 1.35fr 1fr; gap: 100px; align-items: end; }
.statement-copy h2, .section-heading h2, .company-copy h2, .contact h2 { margin: 0; font-size: clamp(40px, 4.8vw, 66px); line-height: 1.08; letter-spacing: -.055em; font-weight: 500; }
.statement-copy p { max-width: 650px; margin: 0 0 7px; color: #60717d; font-size: 16px; line-height: 1.75; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 72px; }
.use-case { padding: 25px 28px 4px 0; border-top: 1px solid var(--line); }
.use-case > span { color: #8e9b9e; font-family: "DM Mono", monospace; font-size: 8px; }
.use-case h3 { margin: 28px 0 12px; font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.use-case p { margin: 0; color: #718087; font-size: 12px; line-height: 1.75; }
.system-rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 90px; scrollbar-width: none; }
.system-rail::-webkit-scrollbar { display: none; }
.rail-line { position: absolute; z-index: 0; left: 9%; right: 9%; top: 76px; height: 1px; overflow: hidden; background: #cbd0cd; }
.rail-line span { display: block; width: 35%; height: 100%; background: linear-gradient(90deg, transparent, var(--cyan), transparent); animation: rail-scan 5s linear infinite; }
.system-node { position: relative; z-index: 1; text-align: center; }
.node-index { margin-bottom: 19px; color: #9ba5a8; font-family: "DM Mono", monospace; font-size: 8px; }
.node-icon { position: relative; width: 72px; height: 72px; margin: 0 auto 18px; border: 1px solid #d0d4d1; border-radius: 50%; background: var(--paper); }
.node-icon::before, .node-icon::after, .node-icon span::before, .node-icon span::after { content: ""; position: absolute; }
.shop-icon::before { width: 24px; height: 15px; left: 23px; top: 27px; border: 1.5px solid #657985; border-radius: 2px; transform: skew(-8deg); }
.shop-icon::after { width: 8px; height: 1px; top: 23px; left: 24px; background: #657985; box-shadow: 14px 21px #657985, 3px 21px #657985; }
.hold-icon::before { width: 18px; height: 23px; left: 26px; top: 23px; border: 1.5px solid #657985; border-radius: 3px; }
.hold-icon::after { width: 7px; height: 6px; left: 31px; top: 19px; border: 1.5px solid #657985; border-bottom: 0; border-radius: 6px 6px 0 0; }
.ticket-icon::before { width: 29px; height: 16px; left: 20px; top: 27px; border: 1.5px solid #657985; border-radius: 2px; transform: rotate(-9deg); }
.ticket-icon::after { height: 11px; left: 39px; top: 29px; border-left: 1px dashed #657985; transform: rotate(-9deg); }
.service-icon::before { width: 23px; height: 23px; left: 23px; top: 23px; border: 1.5px solid #657985; border-radius: 50%; border-left-color: transparent; }
.service-icon::after { width: 6px; height: 6px; left: 21px; top: 23px; border-left: 1.5px solid #657985; border-top: 1.5px solid #657985; }
.verify-icon { display: grid; place-items: center; border-color: rgba(30,168,144,.4); background: rgba(82,216,208,.1); color: #128977; font-size: 20px; box-shadow: 0 0 0 8px rgba(82,216,208,.04); }
.system-node h3 { margin: 0 0 6px; font-size: 14px; font-weight: 600; }.system-node p { margin: 0; color: #8a979b; font-family: "DM Mono", monospace; font-size: 8px; }

.section-dark { color: var(--white); background: var(--ink); }
.workflow { padding: 134px 0 140px; }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 110px; align-items: end; margin-bottom: 67px; }
.section-heading h2 { margin-top: 22px; }.section-heading > p { margin: 0 0 7px; color: #8495a1; font-size: 14px; line-height: 1.75; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-card { position: relative; min-height: 475px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: border-color .3s, transform .3s, background .3s; }
.workflow-card:hover { transform: translateY(-5px); border-color: rgba(82,216,208,.24); background: linear-gradient(145deg, rgba(82,216,208,.055), rgba(255,255,255,.015)); }
.workflow-card.featured { background: linear-gradient(145deg, rgba(82,216,208,.075), rgba(255,255,255,.018)); }
.card-number { color: #61727e; font-family: "DM Mono", monospace; font-size: 8px; }
.card-visual { height: 235px; position: relative; margin: 15px 0 22px; border-bottom: 1px solid rgba(255,255,255,.07); }
.workflow-card h3 { margin: 0 0 13px; font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.workflow-card p { margin: 0; color: #788b97; font-size: 12px; line-height: 1.75; }
.scenario-visual { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.scenario-line { display: block; height: 7px; border-radius: 2px; background: #203343; }.scenario-line.long { width: 78%; }.scenario-line.medium { width: 57%; }.scenario-line.short { width: 66%; }
.scenario-cursor { position: absolute; right: 4px; top: 119px; padding: 8px 10px; border: 1px solid rgba(82,216,208,.22); border-radius: 5px; background: #112a38; color: var(--cyan-soft); font-family: "DM Mono", monospace; font-size: 7px; box-shadow: -16px 18px 30px rgba(0,0,0,.25); }
.scenario-cursor::before { content: ""; position: absolute; right: 17px; bottom: 100%; border-right: 5px solid transparent; border-bottom: 8px solid rgba(82,216,208,.35); }
.execute-visual { display: grid; place-items: center; }
.radar-rings { position: relative; width: 164px; height: 164px; display: grid; place-items: center; border: 1px solid rgba(82,216,208,.12); border-radius: 50%; background: conic-gradient(from 0deg, rgba(82,216,208,.13), transparent 18%, transparent); animation: radar-turn 8s linear infinite; }
.radar-rings::before, .radar-rings::after, .radar-rings span { content: ""; position: absolute; border: 1px solid rgba(82,216,208,.12); border-radius: 50%; }.radar-rings::before { inset: 27px; }.radar-rings::after { inset: 53px; }.radar-rings span:first-child { width: 6px; height: 6px; top: 35px; left: 46px; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }.radar-rings span:nth-child(2) { width: 4px; height: 4px; right: 29px; bottom: 57px; background: var(--green); }
.radar-rings i { width: 12px; height: 12px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 0 6px rgba(82,216,208,.08); }
.execute-label { position: absolute; bottom: 29px; padding: 7px 10px; border-radius: 999px; background: #102735; color: #7e979f; font-family: "DM Mono", monospace; font-size: 7px; }.execute-label span { display: inline-block; width: 4px; height: 4px; margin-right: 6px; border-radius: 50%; background: var(--cyan); animation: pulse 1.5s infinite; }
.evidence-visual { display: grid; place-items: center; }
.evidence-stack { position: relative; width: 125px; height: 150px; }.evidence-stack span { position: absolute; inset: 20px 8px 7px; border: 1px solid #294050; border-radius: 7px; background: #10222f; }.evidence-stack span:first-child { transform: rotate(-8deg) translate(-14px,0); }.evidence-stack span:nth-child(2) { transform: rotate(7deg) translate(13px,1px); }.evidence-stack span:last-child { display: grid; place-items: center; }.evidence-stack span i { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(82,216,208,.3); border-radius: 50%; background: rgba(82,216,208,.07); color: var(--cyan); font-size: 18px; font-style: normal; }
.evidence-seal { position: absolute; right: 17px; bottom: 42px; padding: 6px 9px; border: 1px solid rgba(123,224,173,.35); border-radius: 4px; color: var(--green); font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .12em; transform: rotate(-6deg); }

.assurance { padding: 137px 0 145px; }
.dark-heading { color: var(--ink); }.dark-heading em { color: #168c85; }.dark-heading > p { color: #62747f; }
.assurance-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; }
.assurance-card { position: relative; min-height: 360px; padding: 31px; overflow: hidden; border: 1px solid rgba(7,17,31,.1); border-radius: var(--radius-md); background: var(--paper-bright); }
.environment-card { grid-column: 1 / -1; min-height: 440px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; }
.feature-tag { display: inline-flex; margin: 0 0 38px; padding: 6px 9px; border: 1px solid #d8dcda; border-radius: 999px; color: #6d7b81; }
.assurance-card h3 { max-width: 490px; margin: 0 0 17px; font-size: 27px; line-height: 1.2; letter-spacing: -.04em; font-weight: 500; }.assurance-card p { max-width: 480px; margin: 0; color: #6f7e85; font-size: 13px; line-height: 1.75; }
.environment-diagram { position: relative; height: 330px; margin-left: 40px; border: 1px dashed #cbd4d1; border-radius: 18px; background: radial-gradient(circle at center, rgba(82,216,208,.11), transparent 40%); }
.boundary-label { position: absolute; top: -11px; left: 20px; padding: 5px 9px; background: var(--paper-bright); color: #81908f; font-family: "DM Mono", monospace; font-size: 7px; text-transform: uppercase; }.boundary-label span { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.env-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 136px; height: 136px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(22,140,133,.3); border-radius: 50%; background: rgba(255,255,255,.8); box-shadow: 0 20px 50px rgba(13,70,70,.1), 0 0 0 15px rgba(82,216,208,.04); }.env-core svg { width: 34px; fill: none; stroke: #168c85; stroke-width: 1.5; }.env-core span { margin-top: -25px; color: #426269; font-family: "DM Mono", monospace; font-size: 7px; }
.env-system { position: absolute; z-index: 2; min-width: 75px; padding: 9px 12px; border: 1px solid #d5dbd8; border-radius: 6px; background: #fff; color: #6c7a80; font-family: "DM Mono", monospace; font-size: 7px; text-align: center; }.env-browser { top: 41px; left: 52px; }.env-api { right: 48px; top: 55px; }.env-terminal { bottom: 39px; right: 73px; }
.connector { position: absolute; z-index: 1; height: 1px; background: #c9d4d1; transform-origin: left; }.c-one { width: 128px; top: 95px; left: 115px; transform: rotate(26deg); }.c-two { width: 126px; top: 103px; left: 61%; transform: rotate(-24deg); }.c-three { width: 124px; top: 217px; left: 57%; transform: rotate(31deg); }
.audit-card { background: var(--ink-soft); color: var(--white); }.audit-card .feature-tag { border-color: rgba(255,255,255,.12); color: #8497a2; }.audit-card p { color: #82949e; }
.audit-log { position: absolute; left: 31px; right: 31px; bottom: 28px; border-top: 1px solid rgba(255,255,255,.09); }.audit-log div { display: grid; grid-template-columns: 61px 38px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #738692; font-family: "DM Mono", monospace; font-size: 7px; }.audit-log span { font-size: 6px; }.log-ok { color: var(--green); }.log-live { color: var(--cyan); }.audit-log code { color: #9ba9b2; }
.human-card { background: #e9ebe5; }.approval-control { position: absolute; left: 28px; right: 28px; bottom: 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 15px; border: 1px solid #d0d5d1; border-radius: 9px; background: rgba(255,255,255,.58); }.person-badge { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: #153348; color: #d4e0e5; font-family: "DM Mono", monospace; font-size: 8px; }.approval-control strong, .approval-control span { display: block; }.approval-control strong { font-size: 10px; }.approval-control div span { margin-top: 3px; color: #899397; font-size: 7px; }.approved-pill { padding: 6px 8px; border-radius: 999px; background: rgba(40,160,116,.1); color: #23875f; font-family: "DM Mono", monospace; font-size: 7px; }

.company { padding: 135px 0; color: var(--white); background: linear-gradient(140deg, #0a1927, #07111f); }
.company-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.company-copy h2 { margin: 25px 0; font-size: clamp(39px, 4.1vw, 59px); }.company-copy p { max-width: 475px; margin: 0 0 32px; color: #81939e; font-size: 14px; line-height: 1.8; }.light-link { color: #cbd6dc; }
.domain-panel { padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.025); box-shadow: var(--shadow); }
.domain-topline { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }.state-flow { display: flex; align-items: center; justify-content: space-between; padding: 42px 4px; }.state-flow i { color: #4b606e; font-style: normal; }.state { padding: 8px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; color: #607581; font-family: "DM Mono", monospace; font-size: 7px; }.state.active { color: #9aadb8; }.state.current { border-color: rgba(82,216,208,.38); background: rgba(82,216,208,.08); color: var(--cyan-soft); box-shadow: 0 0 25px rgba(82,216,208,.08); }
.domain-detail { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }.domain-detail div { padding: 14px; border-radius: 6px; background: rgba(255,255,255,.035); }.domain-detail span, .domain-detail strong { display: block; font-family: "DM Mono", monospace; }.domain-detail span { margin-bottom: 8px; color: #536976; font-size: 6px; }.domain-detail strong { color: #a7b8c2; font-size: 8px; font-weight: 400; }
.domain-success { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; margin-top: 8px; padding: 14px; border-radius: 7px; background: rgba(123,224,173,.06); }.domain-success > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(123,224,173,.1); color: var(--green); font-size: 9px; }.domain-success strong, .domain-success small { display: block; }.domain-success strong { color: #b3c1c8; font-size: 9px; }.domain-success small { margin-top: 3px; color: #617581; font-family: "DM Mono", monospace; font-size: 6px; }.domain-success time { color: #617581; font-family: "DM Mono", monospace; font-size: 7px; }

.contact { position: relative; overflow: hidden; padding: 148px 0 143px; text-align: center; background: var(--cyan); color: var(--ink); }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(rgba(7,17,31,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(7,17,31,.12) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(circle at center, #000, transparent 75%); }
.contact-routes span { position: absolute; width: 600px; height: 230px; border: 1px solid rgba(7,17,31,.15); border-radius: 50%; }.contact-routes span:first-child { left: -270px; top: 40px; transform: rotate(17deg); }.contact-routes span:last-child { right: -300px; bottom: 20px; transform: rotate(-14deg); }
.contact-content { position: relative; z-index: 2; }.contact h2 { margin: 0 0 26px; font-size: clamp(50px, 6.1vw, 80px); }.contact p { max-width: 580px; margin: 0 auto 31px; color: #285c60; font-size: 14px; line-height: 1.7; }.button-inverse { background: var(--ink); color: var(--white); box-shadow: 0 15px 35px rgba(7,17,31,.18); }.button-inverse:hover { background: #102436; }.contact-email { display: block; width: fit-content; margin: 18px auto 0; color: #245d5d; font-family: "DM Mono", monospace; font-size: 10px; text-underline-offset: 4px; }.contact-email:hover { color: var(--ink); }.contact small { display: block; margin-top: 17px; color: #367270; font-family: "DM Mono", monospace; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { padding: 67px 0 22px; color: #8596a1; background: #050d16; }.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 55px; }.footer-brand { color: var(--white); }.footer-main p { margin: 0; font-size: 12px; line-height: 1.7; }.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 35px; }.footer-main nav a { color: #91a1aa; font-size: 11px; text-decoration: none; }.footer-main nav a:hover { color: var(--cyan); }.footer-base { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #526571; font-family: "DM Mono", monospace; font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }.reveal-delay-short { transition-delay: .1s; }.reveal-delay-long { transition-delay: .2s; }
@keyframes grid-drift { to { background-position: 68px 68px; } }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.72); } }
@keyframes plane-float { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-3px) rotate(2deg); } }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes rail-scan { from { transform: translateX(-100%); } to { transform: translateX(385%); } }
@keyframes radar-turn { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .hero { min-height: auto; }.hero-layout { grid-template-columns: .9fr 1.1fr; gap: 35px; }.hero h1 { font-size: clamp(49px,6vw,67px); }.floating-chip { display: none; }.section-heading { gap: 45px; }.company-layout { gap: 50px; }.environment-diagram { margin-left: 0; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  :root { --shell: min(100% - 36px, 680px); }
  .nav-shell { height: 70px; }.site-nav { position: fixed; inset: 70px 0 auto; height: calc(100vh - 70px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 18px; background: rgba(7,17,31,.98); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }.menu-open .site-nav { transform: none; }.site-nav > a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 18px; }.site-nav .nav-cta { justify-content: space-between; margin-top: 24px; padding: 15px 19px; font-size: 13px; }.menu-toggle { display: block; }.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding-top: 130px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 650px; }.hero-product { width: min(620px, 100%); margin: 30px auto 0; }.capability-strip { margin-top: 65px; }.statement { padding: 100px 0; }.statement-copy { grid-template-columns: 1fr; gap: 25px; }.statement-copy p { margin-left: 0; }.use-case-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 55px; }.use-case h3 { margin-top: 20px; }.system-rail { grid-template-columns: repeat(5, 150px); overflow-x: auto; padding-bottom: 20px; }.rail-line { left: 75px; right: auto; width: 600px; }.workflow, .assurance, .company { padding: 100px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.workflow-grid { grid-template-columns: 1fr; }.workflow-card { min-height: 430px; }.assurance-grid { grid-template-columns: 1fr; }.environment-card { grid-column: auto; grid-template-columns: 1fr; }.environment-diagram { margin-top: 30px; }.company-layout { grid-template-columns: 1fr; }.domain-panel { margin-top: 15px; }.contact { padding: 110px 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 32px); }.hero { padding-top: 115px; }.hero h1 { font-size: 47px; }.hero-intro { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.trust-note { align-items: flex-start; }.cockpit-card { border-radius: 13px; }.scenario-heading { padding-inline: 16px; }.journey-map, .event-list, .evidence-footer { margin-inline: 16px; }.capability-strip { align-items: flex-start; flex-direction: column; gap: 20px; }.capabilities { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.statement-copy h2, .section-heading h2, .company-copy h2 { font-size: 41px; }.statement { padding: 83px 0 90px; }.system-rail { margin-top: 60px; }.workflow, .assurance, .company { padding: 85px 0; }.workflow-card { min-height: 445px; }.environment-card { min-height: 620px; padding: 23px; }.environment-diagram { height: 290px; }.env-system { min-width: 60px; padding: 8px; }.env-browser { left: 16px; }.env-api { right: 15px; }.env-terminal { right: 32px; }.connector { opacity: .6; }.audit-card, .human-card { min-height: 390px; }.state-flow { overflow-x: auto; gap: 11px; justify-content: flex-start; }.domain-detail { grid-template-columns: 1fr; }.domain-success time { display: none; }.contact h2 { font-size: 50px; }.footer-main { grid-template-columns: 1fr; gap: 32px; }.footer-main nav { max-width: 290px; }.footer-base { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
