:root {
  --bg: #070b13;
  --bg-2: #0c1220;
  --panel: rgba(12, 18, 32, .82);
  --panel-2: rgba(17, 25, 39, .78);
  --ink: #f7f1e8;
  --muted: #99a7b8;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.22);
  --orange: #ff8a3d;
  --blue: #3e7bfa;
  --cyan: #58d7ff;
  --green: #7bae7f;
  --paper: #f7f1e8;
  --violet: #8b5cf6;
  --font: "Outfit", system-ui, -apple-system, Segoe UI, sans-serif;
  --display: "Syne", var(--font);
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  background:
    radial-gradient(circle at 80% 8%, rgba(62, 123, 250, .22), transparent 34rem),
    radial-gradient(circle at 14% 12%, rgba(255, 138, 61, .16), transparent 30rem),
    linear-gradient(180deg, #070b13 0%, #0b101d 42%, #05070c 100%);
  overflow-x: hidden;
}
a { color: inherit; }

.skip-link { position: absolute; left: 18px; top: -50px; z-index: 1000; background: var(--orange); color: #111; padding: 10px 14px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 18px; }

.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: grid;
  place-items: center;
  background: #05070c;
  pointer-events: none;
  animation: bootExit .7s ease 2.45s forwards;
}
.boot-terminal {
  width: min(520px, calc(100% - 40px));
  border: 1px solid rgba(88,215,255,.26);
  border-radius: 22px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(14, 22, 36, .96), rgba(5, 8, 14, .96));
  box-shadow: 0 0 70px rgba(62,123,250,.22), inset 0 0 0 1px rgba(255,255,255,.04);
  font-family: var(--mono);
  display: grid;
  gap: 10px;
  transform: translateY(8px);
  animation: bootIn .6s cubic-bezier(.2,.8,.2,1) forwards;
}
.boot-terminal .prompt { color: var(--cyan); font-size: 12px; }
.boot-terminal strong { font-family: var(--display); font-size: clamp(28px, 7vw, 54px); letter-spacing: -.08em; line-height: .9; }
.boot-terminal em { color: rgba(247,241,232,.68); font-style: normal; }
.boot-line { display: flex; align-items: center; gap: 10px; color: var(--orange); font-size: 13px; }
.boot-line span { width: 8px; height: 8px; border-radius: 99px; background: var(--orange); box-shadow: 0 0 20px var(--orange); animation: pulse 1s infinite; }

.site-noise { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.mesh-field { position: fixed; inset: -12%; pointer-events: none; z-index: 0; filter: blur(34px); opacity: .72; }
.mesh-field span { position: absolute; width: 32vw; height: 32vw; border-radius: 999px; mix-blend-mode: screen; animation: meshMove 18s ease-in-out infinite alternate; }
.mesh-field span:nth-child(1) { left: 5%; top: 8%; background: rgba(255,138,61,.18); }
.mesh-field span:nth-child(2) { right: 5%; top: 4%; background: rgba(62,123,250,.22); animation-delay: -6s; }
.mesh-field span:nth-child(3) { left: 42%; bottom: 2%; background: rgba(123,174,127,.14); animation-delay: -11s; }
.grid-field { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(180deg, #000, transparent 78%); animation: gridDrift 22s linear infinite; }
.code-rain { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; opacity: .14; font-family: var(--mono); color: var(--cyan); }
.code-rain span { position: absolute; top: -60px; font-size: 12px; animation: codeFall 16s linear infinite; }
.code-rain span:nth-child(1) { left: 7%; animation-delay: -1s; }
.code-rain span:nth-child(2) { left: 26%; animation-delay: -8s; }
.code-rain span:nth-child(3) { left: 54%; animation-delay: -4s; }
.code-rain span:nth-child(4) { left: 76%; animation-delay: -11s; }
.code-rain span:nth-child(5) { left: 91%; animation-delay: -6s; }

.topbar, main, .footer { position: relative; z-index: 1; }
.topbar { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; flex: 0 0 auto; }
.brand img { width: 54px; height: 54px; display: block; object-fit: contain; filter: drop-shadow(0 0 18px rgba(255,138,61,.18)); }
.nav { display: flex; align-items: center; gap: 6px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(7,11,19,.66); backdrop-filter: blur(18px); box-shadow: 0 16px 44px rgba(0,0,0,.22); }
.nav a { text-decoration: none; font-size: 13px; font-weight: 700; color: rgba(247,241,232,.72); padding: 10px 13px; border-radius: 999px; transition: .2s ease; }
.nav a:hover { color: var(--ink); background: rgba(255,255,255,.07); transform: translateY(-1px); }
.nav .nav-cta { color: #101319; background: var(--paper); }

.hero { width: min(1240px, calc(100% - 40px)); margin: 40px auto 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr); gap: 52px; align-items: center; min-height: 730px; }
.reveal { opacity: 0; transform: translateY(26px); animation: reveal .85s cubic-bezier(.2,.8,.2,1) forwards; }
.reveal-1 { animation-delay: 2.66s; }
.reveal-2 { animation-delay: 2.82s; }
.status-line { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-family: var(--mono); font-size: 12px; letter-spacing: .04em; padding: 8px 10px; border: 1px solid rgba(123,174,127,.25); background: rgba(123,174,127,.07); border-radius: 999px; }
.status-line span { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 5px rgba(123,174,127,.11), 0 0 22px rgba(123,174,127,.8); animation: pulse 1.6s infinite; }
h1 { margin: 24px 0 0; font-family: var(--display); font-size: clamp(58px, 8vw, 112px); line-height: .86; letter-spacing: -.085em; max-width: 800px; }
h1 span { display: block; color: rgba(247,241,232,.72); }
.lead { margin: 28px 0 0; color: rgba(247,241,232,.74); font-size: clamp(18px, 2vw, 22px); line-height: 1.62; max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 18px; border-radius: 14px; text-decoration: none; font-weight: 800; border: 1px solid var(--line-strong); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #111319; border-color: rgba(255,138,61,.85); box-shadow: 0 0 0 1px rgba(255,138,61,.18), 0 18px 42px rgba(255,138,61,.2); }
.button.primary:hover { box-shadow: 0 0 0 1px rgba(255,138,61,.3), 0 24px 55px rgba(255,138,61,.26); }
.button.ghost { background: rgba(255,255,255,.045); color: var(--ink); }
.metrics { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.035); backdrop-filter: blur(16px); }
.metrics div { padding: 17px; border-right: 1px solid var(--line); }
.metrics div:last-child { border-right: 0; }
.metrics b { display: block; color: var(--orange); font-family: var(--mono); font-size: 12px; margin-bottom: 12px; }
.metrics span { display: block; color: rgba(247,241,232,.72); font-size: 13px; line-height: 1.36; }

.hero-graphic { position: relative; min-height: 660px; display: grid; place-items: center; perspective: 1300px; }
.orbit-system { position: absolute; width: 500px; height: 500px; display: grid; place-items: center; transform: translate(56px, -44px); opacity: .92; }
.core-mark { width: 126px; height: 126px; border-radius: 32px; display: grid; place-items: center; font-family: var(--mono); font-weight: 800; letter-spacing: .15em; color: #101319; background: linear-gradient(135deg, var(--orange), #ffd1a3); box-shadow: 0 0 60px rgba(255,138,61,.35); z-index: 2; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(88,215,255,.22); border-radius: 999px; animation: spin 18s linear infinite; }
.orbit-b { inset: 54px; border-color: rgba(255,138,61,.24); animation-duration: 13s; animation-direction: reverse; }
.orbit-c { inset: 108px; border-color: rgba(123,174,127,.24); animation-duration: 9s; }
.orbit i { position: absolute; width: 12px; height: 12px; border-radius: 99px; top: 18%; left: 8%; background: var(--cyan); box-shadow: 0 0 24px var(--cyan); }
.orbit-b i { background: var(--orange); box-shadow: 0 0 24px var(--orange); }
.orbit-c i { background: var(--green); box-shadow: 0 0 24px var(--green); }
.ops-panel { position: relative; z-index: 3; width: min(680px, 100%); border: 1px solid var(--line-strong); border-radius: 26px; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04)); box-shadow: 0 38px 100px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04) inset; overflow: hidden; transform: perspective(1200px) rotateY(-7deg) rotateX(3deg); backdrop-filter: blur(18px); }
.ops-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 35%, transparent 62%); transform: translateX(-120%); animation: panelShine 7s ease-in-out infinite; pointer-events: none; }
.window-bar { height: 46px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 8px; padding: 0 16px; background: rgba(255,255,255,.04); }
.window-bar span { width: 10px; height: 10px; border-radius: 99px; background: #303946; }
.window-bar span:nth-child(1) { background: #ff6b5d; } .window-bar span:nth-child(2) { background: #f5bf4f; } .window-bar span:nth-child(3) { background: #65d37e; }
.window-bar code { margin-left: 8px; font-family: var(--mono); color: rgba(247,241,232,.6); font-size: 12px; }
.ops-layout { display: grid; grid-template-columns: 116px 1fr; min-height: 520px; }
.rail { border-right: 1px solid var(--line); background: rgba(0,0,0,.2); padding: 18px 12px; display: flex; flex-direction: column; gap: 8px; }
.rail b { color: var(--orange); font-family: var(--mono); font-size: 12px; letter-spacing: .14em; padding: 8px; margin-bottom: 10px; }
.rail a { color: rgba(247,241,232,.56); font-size: 13px; font-weight: 700; padding: 10px; border-radius: 10px; }
.rail a.active { color: var(--ink); background: rgba(255,255,255,.08); box-shadow: inset 3px 0 0 var(--orange); }
.dashboard { padding: 22px; }
.dash-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.dash-head small { color: var(--muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.dash-head h2 { margin: 7px 0 0; font-family: var(--display); font-size: 30px; letter-spacing: -.06em; }
.chip { font-family: var(--mono); font-size: 11px; font-weight: 700; padding: 8px 10px; border-radius: 999px; border: 1px solid var(--line); white-space: nowrap; }
.chip.green { color: #a5eab1; background: rgba(123,174,127,.09); border-color: rgba(123,174,127,.28); }
.pipeline { margin-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.stage { min-height: 116px; border: 1px solid var(--line); border-radius: 16px; padding: 14px; background: rgba(255,255,255,.035); position: relative; overflow: hidden; }
.stage::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 12px; height: 3px; border-radius: 99px; background: rgba(255,255,255,.1); }
.stage.done::after { background: var(--green); } .stage.live::after { background: var(--orange); box-shadow: 0 0 24px rgba(255,138,61,.7); animation: progressShine 1.8s linear infinite; }
.stage span { display: block; color: var(--muted); font-family: var(--mono); font-size: 11px; margin-bottom: 14px; }
.stage b { font-size: 15px; line-height: 1.25; }
.terminal-card { margin-top: 12px; border: 1px solid rgba(88,215,255,.25); border-radius: 16px; background: #05070a; overflow: auto; box-shadow: inset 0 0 28px rgba(62,123,250,.08); }
pre { margin: 0; padding: 18px; color: #bdd0e4; font-family: var(--mono); font-size: 12px; line-height: 1.75; }
.signal-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.signal-grid div { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: rgba(255,255,255,.035); }
.signal-grid span { display: block; color: var(--muted); font-family: var(--mono); font-size: 11px; margin-bottom: 10px; }
.signal-grid b { font-family: var(--display); font-size: 32px; letter-spacing: -.06em; }
.floating-card { position: absolute; z-index: 4; min-width: 160px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(7,11,19,.72); backdrop-filter: blur(18px); box-shadow: 0 20px 56px rgba(0,0,0,.32); animation: floatSlow 6s ease-in-out infinite; }
.floating-card span { display: block; color: var(--cyan); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; margin-bottom: 8px; }
.floating-card b { font-size: 15px; }
.card-a { left: -4px; top: 110px; }
.card-b { right: -4px; top: 190px; animation-delay: -2s; }
.card-c { left: 46px; bottom: 72px; animation-delay: -4s; }

.pitch-strip { width: min(1240px, calc(100% - 40px)); margin: 60px auto 0; padding: 28px; border: 1px solid rgba(255,138,61,.24); border-radius: 30px; background: linear-gradient(135deg, rgba(255,138,61,.13), rgba(62,123,250,.08) 54%, rgba(255,255,255,.04)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: stretch; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.pitch-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.pitch-copy span { color: var(--orange); font-family: var(--mono); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
.pitch-copy h2 { font-size: clamp(36px, 4.4vw, 64px); max-width: 520px; }
.pitch-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.pitch-cards article { border: 1px solid var(--line); border-radius: 22px; padding: 20px; background: rgba(7,11,19,.48); backdrop-filter: blur(14px); }
.pitch-cards b { display: block; color: var(--paper); font-family: var(--display); font-size: 23px; letter-spacing: -.045em; margin-bottom: 18px; }
.pitch-cards p { margin: 0; color: rgba(247,241,232,.66); line-height: 1.55; }
.section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 108px 0 0; animation-delay: .2s; }
.split { display: grid; grid-template-columns: .9fr 1fr; gap: 56px; align-items: end; }
.kicker { font-family: var(--mono); color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; margin-bottom: 16px; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 5.5vw, 78px); line-height: .92; letter-spacing: -.075em; }
.section p, .offers-head > p { color: rgba(247,241,232,.68); font-size: 18px; line-height: 1.65; margin: 0; }
.architecture { width: min(1240px, calc(100% - 40px)); margin: 50px auto 0; display: grid; grid-template-columns: 1fr 80px 1.1fr 80px 1fr; align-items: center; }
.arch-card { min-height: 248px; border: 1px solid var(--line); border-radius: 24px; padding: 26px; background: rgba(255,255,255,.045); position: relative; overflow: hidden; backdrop-filter: blur(16px); }
.arch-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(62,123,250,.22), transparent 55%); opacity: .7; }
.arch-card::after { content: ""; position: absolute; inset: auto 22px 18px 22px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--cyan), transparent); opacity: .7; }
.arch-card > * { position: relative; z-index: 1; }
.arch-card span { color: var(--orange); font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.arch-card h3 { margin: 44px 0 12px; font-family: var(--display); font-size: 28px; letter-spacing: -.055em; }
.arch-card p { color: rgba(247,241,232,.64); line-height: 1.55; margin: 0; }
.arch-card.core { border-color: rgba(255,138,61,.36); background: linear-gradient(180deg, rgba(255,138,61,.12), rgba(255,255,255,.045)); transform: translateY(-18px); }
.connector { height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); position: relative; }
.connector::after { content: ">"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--orange); font-family: var(--mono); background: var(--bg); padding: 0 8px; animation: arrowPulse 1.8s ease-in-out infinite; }
.loop-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.loop-grid article, .offer-card { border: 1px solid var(--line); background: rgba(255,255,255,.045); border-radius: 24px; padding: 26px; transition: transform .24s ease, border-color .24s ease, background .24s ease; }
.loop-grid article:hover, .offer-card:hover { transform: translateY(-6px); border-color: rgba(255,138,61,.34); background: rgba(255,255,255,.065); }
.loop-grid code { color: var(--green); font-family: var(--mono); font-size: 13px; }
.loop-grid h3, .offer-card h3 { font-family: var(--display); font-size: 25px; line-height: 1.05; letter-spacing: -.055em; margin: 36px 0 12px; }
.loop-grid p, .offer-card p { color: rgba(247,241,232,.63); line-height: 1.58; margin: 0; }
.motion-band { width: min(1240px, calc(100% - 40px)); margin: 82px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.035); }
.ticker { display: flex; gap: 0; overflow: hidden; border-bottom: 1px solid var(--line); color: rgba(247,241,232,.72); font-family: var(--mono); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.ticker span { flex: 0 0 auto; min-width: 100%; padding: 18px 0; animation: ticker 18s linear infinite; }
.proof-band { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; }
.proof-band div { padding: 26px; border-right: 1px solid var(--line); }
.proof-band div:last-child { border-right: 0; }
.proof-band span { display: block; color: var(--muted); font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.proof-band b { font-family: var(--display); font-size: 25px; letter-spacing: -.045em; }
.offers-head > p { max-width: 740px; margin-top: 18px; }
.offer-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.offer-card span { color: var(--orange); font-family: var(--mono); font-weight: 700; }
.offer-card.featured { border-color: rgba(255,138,61,.38); background: linear-gradient(180deg, rgba(255,138,61,.13), rgba(255,255,255,.05)); box-shadow: 0 24px 70px rgba(255,138,61,.08); }
.final-cta { width: min(1240px, calc(100% - 40px)); margin: 104px auto 0; padding: 44px; border-radius: 30px; background: linear-gradient(135deg, var(--paper), #ffd9ba); color: #101319; display: flex; justify-content: space-between; align-items: center; gap: 24px; box-shadow: 0 30px 90px rgba(255,138,61,.16); }
.final-cta span { font-family: var(--mono); color: #6d4a33; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.final-cta h2 { color: #101319; max-width: 840px; margin-top: 10px; }
.footer { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 56px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: rgba(247,241,232,.54); font-size: 14px; }
.footer a { color: rgba(247,241,232,.8); font-weight: 700; }

@keyframes bootIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes bootExit { to { opacity: 0; visibility: hidden; } }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes meshMove { 0% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(8vw,5vh,0) scale(1.15); } 100% { transform: translate3d(-5vw,8vh,0) scale(.9); } }
@keyframes gridDrift { to { background-position: 72px 72px; } }
@keyframes codeFall { from { transform: translateY(-10vh); } to { transform: translateY(112vh); } }
@keyframes pulse { 50% { opacity: .45; transform: scale(.75); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes panelShine { 0%, 45% { transform: translateX(-120%); } 62%, 100% { transform: translateX(120%); } }
@keyframes progressShine { 0% { opacity: .55; } 50% { opacity: 1; } 100% { opacity: .55; } }
@keyframes floatSlow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes arrowPulse { 50% { color: var(--cyan); text-shadow: 0 0 20px var(--cyan); } }
@keyframes ticker { to { transform: translateX(-100%); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .boot-screen { display: none; }
}

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-graphic { min-height: 620px; }
  .ops-panel { transform: none; }
  .split, .architecture, .loop-grid, .offer-grid, .pitch-strip, .pitch-cards { grid-template-columns: 1fr; }
  .architecture { gap: 0; }
  .arch-card.core { transform: none; }
  .connector { width: 1px; height: 54px; margin: 0 auto; background: linear-gradient(180deg, transparent, var(--orange), transparent); }
  .proof-band { grid-template-columns: 1fr; }
  .proof-band div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-band div:last-child { border-bottom: 0; }
}
@media (max-width: 760px) {
  .topbar, .hero, .section, .architecture, .motion-band, .pitch-strip, .final-cta, .footer { width: min(100% - 28px, 1240px); }
  .topbar { align-items: flex-start; }
  .brand { width: 48px; height: 48px; }
  .brand img { width: 48px; height: 48px; }
  .nav a:not(.nav-cta) { display: none; }
  h1 { font-size: clamp(52px, 17vw, 82px); }
  .metrics, .pipeline, .signal-grid { grid-template-columns: 1fr; }
  .metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics div:last-child { border-bottom: 0; }
  .hero-graphic { min-height: 600px; }
  .orbit-system { width: 360px; height: 360px; transform: translate(0, -70px); }
  .core-mark { width: 96px; height: 96px; border-radius: 24px; }
  .ops-layout { grid-template-columns: 1fr; }
  .rail { display: none; }
  .dash-head { flex-direction: column; }
  .floating-card { display: none; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 30px; }
}
@media (max-width: 440px) {
  .hero { margin-top: 24px; }
  .window-bar code { font-size: 10px; }
  pre { font-size: 10.5px; }
  .hero-graphic { min-height: 560px; }
}
