:root {
  --ink: #0f1a32;
  --ink-soft: #172442;
  --midnight: #071126;
  --navy: #0f1a32;
  --blue: #0059ff;
  --blue-bright: #3f82ff;
  --paper: #f4f7fc;
  --paper-2: #e8eef8;
  --white: #ffffff;
  --orange: #ff4d00;
  --orange-bright: #ff6f2f;
  --orange-deep: #d64000;
  --muted: #8792aa;
  --line: rgba(15, 26, 50, .13);
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --radius: 18px;
  --container: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--white); }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--orange); color: #111; padding: 12px 18px; text-decoration: none; border-radius: 0 0 8px 8px; font-weight: 700; }
.skip-link:focus { top: 0; }

.scroll-progress { position: fixed; z-index: 130; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--orange)); box-shadow: 0 0 12px rgba(0,89,255,.7); transform: scaleX(0); transform-origin: left; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .35s, border-color .35s, padding .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(7, 17, 38, .82); border-color: rgba(90,134,220,.16); backdrop-filter: blur(18px); }
.nav-shell { width: min(1420px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); text-decoration: none; }
.brand img { display: block; width: 184px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.main-nav > a { position: relative; color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -9px; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover, .main-nav > a.active { color: #fff; }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.main-nav .nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; color: #fff; }
.nav-cta span { color: var(--orange); margin-left: 5px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.15); border-radius: 10px; padding: 0; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 6px auto; background: #fff; transition: transform .25s; }

.hero { --mx: 50%; --my: 50%; position: relative; min-height: 860px; height: 100svh; color: var(--white); background: radial-gradient(circle at 76% 46%, #152d66 0, #0a1838 28%, #071126 58%, #040918 100%); display: flex; align-items: center; overflow: hidden; }
.space-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: 0; transition: opacity 1s ease; }
.webgl-ready .space-canvas { opacity: 1; }
.hero-fallback { position: absolute; inset: 0; transition: opacity .6s ease; }
.webgl-ready .hero-fallback { opacity: 0; }
.fallback-planet { position: absolute; width: min(44vw, 650px); aspect-ratio: 1; right: 7vw; top: 17%; border-radius: 50%; background: radial-gradient(circle at 34% 30%, #ff9b5e 0, #c94616 29%, #63200f 63%, #170a0b 79%); box-shadow: inset -70px -45px 100px #05050a, 0 0 70px rgba(255,77,0,.28); animation: planet-float 8s ease-in-out infinite alternate; }
.fallback-planet::after { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: .26; background-image: radial-gradient(circle at 30% 65%, #2b0d07 0 4%, transparent 4.5%), radial-gradient(circle at 62% 27%, #3b1108 0 6%, transparent 6.5%), radial-gradient(circle at 70% 65%, #f17b3e 0 3%, transparent 3.5%); }
.fallback-orbit { position: absolute; width: min(55vw, 780px); height: min(21vw, 290px); right: 1vw; top: 37%; border: 1px solid rgba(87,141,255,.4); border-radius: 50%; transform: rotate(-13deg); box-shadow: 0 0 30px rgba(0,89,255,.11); }
.orbit-b { transform: rotate(18deg); border-style: dashed; border-color: rgba(255,77,0,.45); animation: orbit-spin 22s linear infinite; }
@keyframes planet-float { to { transform: translateY(-12px) rotate(2deg); } }
@keyframes orbit-spin { to { transform: rotate(378deg); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,9,24,.98) 0%, rgba(5,12,30,.87) 31%, rgba(5,12,30,.33) 56%, rgba(5,12,30,.05) 78%), linear-gradient(180deg, rgba(2,7,20,.48), transparent 24%, transparent 67%, #071126 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(67,122,225,.16) 1px, transparent 1px), linear-gradient(90deg,rgba(67,122,225,.16) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-spotlight { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(420px circle at var(--mx) var(--my), rgba(36,99,230,.11), transparent 68%); }
.hero-inner { position: relative; z-index: 2; padding-top: 82px; }
.hero-copy { max-width: 750px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.hero h1 { margin: 30px 0 0; max-width: 12ch; font: 600 clamp(54px, 6.1vw, 92px)/.98 var(--display); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 23px; border-radius: 10px; border: 0; font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17100b; background: var(--orange); box-shadow: 0 12px 35px rgba(239,125,58,.2); }
.button-primary:hover { background: var(--orange-bright); box-shadow: 0 15px 45px rgba(239,125,58,.35); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.play-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.11); color: var(--orange); font-size: 8px; }
.hero-proof { display: flex; gap: 0; margin-top: 60px; }
.hero-proof div { min-width: 145px; padding: 0 30px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 600 14px var(--display); letter-spacing: .02em; }
.hero-proof span { color: rgba(255,255,255,.39); font-size: 11px; margin-top: 6px; }
.orbit-telemetry { position: absolute; z-index: 3; right: 1%; bottom: 8%; width: 185px; padding-left: 17px; border-left: 1px solid rgba(60,126,255,.65); display: flex; flex-direction: column; gap: 5px; color: rgba(255,255,255,.36); font: 500 7px/1.4 var(--body); letter-spacing: .16em; }
.orbit-telemetry strong { color: rgba(255,255,255,.88); font: 600 13px var(--display); letter-spacing: .08em; }
.orbit-telemetry i { color: var(--orange); font-style: normal; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 2; left: 28px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .24em; text-decoration: none; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 35px; height: 1px; background: rgba(255,255,255,.35); }

.trust-strip { background: var(--midnight); color: #fff; border-top: 1px solid rgba(71,127,230,.16); border-bottom: 1px solid rgba(71,127,230,.16); }
.trust-row { min-height: 88px; display: flex; align-items: center; gap: 60px; }
.trust-label { color: var(--orange); font-size: 9px; letter-spacing: .2em; font-weight: 700; }
.trust-items { flex: 1; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.46); font: 600 12px var(--display); letter-spacing: .08em; }
.trust-items i { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.2); }

.section { padding: 140px 0; }
.section-kicker { display: flex; align-items: center; gap: 13px; color: #676158; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker span { color: var(--orange-deep); }
.intro { position: relative; background: radial-gradient(circle at 90% 10%, rgba(0,89,255,.07), transparent 26%), var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: start; margin-top: 34px; }
.intro h2, .split-heading h2, .section-head h2, .tech-copy h2, .contact h2 { margin: 0; font: 600 clamp(40px, 4.2vw, 64px)/1.06 var(--display); letter-spacing: -.045em; }
.intro-copy { padding-top: 8px; }
.intro-copy p, .split-heading > p, .section-head > p, .tech-copy > p { margin: 0 0 18px; color: #5e5951; font-size: 17px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 13px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { color: var(--orange-deep); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border: 1px solid var(--line); }
.value-card { min-height: 390px; padding: 34px; position: relative; background: rgba(255,255,255,.2); border-right: 1px solid var(--line); transition: background .3s, transform .3s; }
.value-card:last-child { border-right: 0; }
.value-card:hover { background: var(--white); transform: translateY(-5px); box-shadow: 0 20px 60px rgba(28,22,14,.08); }
.card-index { font-size: 9px; font-weight: 700; letter-spacing: .19em; color: #8f887e; }
.value-card h3 { margin: 88px 0 14px; font: 600 26px/1.15 var(--display); letter-spacing: -.03em; }
.value-card p { color: #68625a; font-size: 15px; line-height: 1.65; }
.metric { position: absolute; inset: auto 34px 32px; display: flex; align-items: flex-end; gap: 12px; }
.metric strong { color: var(--orange-deep); font: 600 34px/1 var(--display); }
.metric span { max-width: 150px; color: #8d867b; font-size: 10px; line-height: 1.3; }

.approach { background: linear-gradient(135deg, #071126, #0f1f43 70%, #102652); color: var(--white); }
.approach .section-kicker { color: rgba(255,255,255,.44); }
.split-heading { display: grid; grid-template-columns: .55fr 1.25fr .8fr; gap: 70px; align-items: start; }
.split-heading > p { color: rgba(255,255,255,.52); font-size: 15px; padding-top: 6px; }
.process { list-style: none; padding: 0; margin: 100px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.process li { display: grid; grid-template-columns: .55fr 1.25fr .8fr; gap: 70px; align-items: center; min-height: 145px; border-bottom: 1px solid rgba(255,255,255,.15); }
.process li > span { color: var(--orange); font: 500 13px var(--display); }
.process li div { display: contents; }
.process strong { font: 500 24px var(--display); }
.process p { color: rgba(255,255,255,.43); margin: 0; font-size: 14px; line-height: 1.55; }

.solutions { background: linear-gradient(180deg, #edf3fc, var(--paper-2)); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.section-head .section-kicker { margin-bottom: 30px; }
.section-head > p { max-width: 430px; font-size: 16px; margin: 0 0 5px; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: var(--line); border: 1px solid var(--line); }
.solution-card { min-height: 350px; background: var(--paper-2); padding: 30px; transition: background .3s, color .3s; }
.solution-featured { grid-row: span 2; min-height: 701px; background: linear-gradient(145deg, #071126, #11244c); color: #fff; position: relative; overflow: hidden; }
.solution-featured::after { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(239,125,58,.35); border-radius: 50%; bottom: -170px; right: -90px; box-shadow: 0 0 0 45px rgba(239,125,58,.05), 0 0 0 90px rgba(239,125,58,.025); }
.solution-card:not(.solution-featured):hover { background: var(--white); }
.solution-top { display: flex; justify-content: space-between; align-items: center; color: #938c81; font-size: 11px; }
.solution-top i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; color: var(--orange-deep); }
.solution-featured .solution-top { color: rgba(255,255,255,.35); }
.solution-featured .solution-top i { border-color: rgba(255,255,255,.15); color: var(--orange); }
.solution-tag { margin-top: 70px; color: var(--orange-deep); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.solution-featured .solution-tag { margin-top: 205px; color: var(--orange); }
.solution-card h3 { margin: 14px 0 16px; max-width: 14ch; font: 600 25px/1.12 var(--display); letter-spacing: -.03em; }
.solution-card p { color: #6a645b; font-size: 14px; line-height: 1.65; max-width: 34ch; }
.solution-featured p { color: rgba(255,255,255,.5); }
.solution-featured ul { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.solution-featured li { border: 1px solid rgba(255,255,255,.13); border-radius: 100px; padding: 8px 12px; color: rgba(255,255,255,.58); font-size: 10px; }

.product { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #050c1d, #0d1a38 52%, #08142c); padding-top: 155px; }
.product::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 13%, rgba(0,89,255,.16), transparent 28%), radial-gradient(circle at 16% 70%, rgba(255,77,0,.08), transparent 24%), linear-gradient(rgba(80,129,220,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(80,129,220,.04) 1px, transparent 1px); background-size: auto, auto, 75px 75px, 75px 75px; }
.product-orbit { position: absolute; width: 800px; height: 800px; top: -420px; right: -220px; border: 1px solid rgba(239,125,58,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(239,125,58,.025), 0 0 0 160px rgba(239,125,58,.014); }
.product .container { position: relative; }
.product-intro { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.product-badge { color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.product-badge span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); margin-right: 10px; }
.octowex-logo { display: block; width: min(290px, 82%); height: auto; margin-top: 34px; }
.product-copy h2 { margin: 24px 0 24px; font: 600 clamp(44px, 4.5vw, 66px)/1 var(--display); letter-spacing: -.05em; }
.product-copy p { color: rgba(255,255,255,.53); line-height: 1.7; font-size: 16px; max-width: 48ch; }
.product-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.product .text-link { color: rgba(255,255,255,.65); border-color: rgba(255,255,255,.25); }
.dashboard-wrap { min-width: 760px; position: relative; perspective: 1400px; }
.dashboard-glow { position: absolute; inset: 10% 8%; background: rgba(0,89,255,.28); filter: blur(80px); }
.dashboard { position: relative; display: grid; grid-template-columns: 58px 1fr; min-height: 560px; color: #dcdde3; background: #111217; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; box-shadow: 0 40px 100px rgba(0,0,0,.56); overflow: hidden; transform: rotateY(-4deg) rotateX(1deg); }
.dash-sidebar { background: #0b0c10; border-right: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; align-items: center; padding: 14px 0; gap: 10px; }
.dash-mark { width: 30px; height: 30px; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 7px; font: 700 14px var(--display); margin-bottom: 16px; box-shadow: 0 0 18px rgba(0,89,255,.35); }
.dash-sidebar button { width: 34px; height: 34px; color: #6f7078; background: transparent; border: 0; border-radius: 7px; cursor: pointer; }
.dash-sidebar button.active { color: var(--blue-bright); background: rgba(0,89,255,.14); }
.dash-sidebar span { flex: 1; }
.dash-main { padding: 21px 23px; min-width: 0; }
.dash-head { display: flex; align-items: center; min-height: 40px; }
.dash-head > div:first-child { display: flex; flex-direction: column; }
.dash-head small { color: #676871; font-size: 6px; letter-spacing: .15em; }
.dash-head strong { margin-top: 4px; font: 600 15px var(--display); }
.live { margin-left: auto; color: #777982; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 7px; padding: 7px 10px; font-size: 7px; }
.live i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #64d39a; box-shadow: 0 0 7px #64d39a; margin-right: 5px; }
.avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #272832; color: #b2b3bb; font-size: 8px; margin-left: 10px; }
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.kpi, .chart-card, .score-card, .lead-card { background: #17181e; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; }
.kpi { padding: 14px; }
.kpi span { display: flex; justify-content: space-between; color: #81828a; font-size: 7px; }
.kpi b { color: #61c48f; font-weight: 600; }
.kpi strong { display: block; margin-top: 12px; color: #f1f1f2; font: 600 21px var(--display); }
.kpi small { display: block; margin-top: 4px; color: #55565e; font-size: 6px; }
.dash-content { display: grid; grid-template-columns: 1.55fr .65fr; gap: 10px; margin-top: 10px; }
.chart-card, .score-card { height: 205px; padding: 14px; position: relative; }
.dash-card-head { display: flex; justify-content: space-between; align-items: center; }
.dash-card-head strong { font: 600 9px var(--display); }
.dash-card-head small { color: #6e6f78; font-size: 6px; }
.chart-y { position: absolute; top: 50px; bottom: 32px; left: 14px; display: flex; flex-direction: column; justify-content: space-between; color: #4d4e55; font-size: 5px; }
.bar-chart { position: absolute; inset: 49px 14px 18px 40px; display: flex; align-items: flex-end; justify-content: space-around; border-bottom: 1px solid #2c2d33; background: repeating-linear-gradient(to bottom, #292a30 0 1px, transparent 1px 35px); }
.bar-chart div { width: 9%; height: 100%; display: flex; justify-content: flex-end; align-items: center; flex-direction: column; }
.bar-chart i { width: 100%; height: var(--h); background: linear-gradient(to top, #0047cf, #3f82ff); border-radius: 3px 3px 0 0; box-shadow: 0 0 12px rgba(0,89,255,.2); animation: bar-breathe 3s ease-in-out infinite alternate; transform-origin: bottom; }
@keyframes bar-breathe { from { transform: scaleY(.86); opacity: .75; } to { transform: scaleY(1); opacity: 1; } }
.bar-chart span { color: #55565d; font-size: 5px; margin-top: 6px; }
.score-ring { width: 95px; height: 95px; margin: 22px auto 8px; display: flex; align-items: baseline; justify-content: center; border: 8px solid #27282e; border-top-color: var(--blue); border-right-color: var(--blue); border-radius: 50%; padding-top: 26px; transform: rotate(8deg); box-shadow: 0 0 22px rgba(0,89,255,.1); }
.score-ring strong, .score-ring span { transform: rotate(-8deg); }
.score-ring strong { font: 600 24px var(--display); }
.score-ring span { font-size: 6px; color: #676871; }
.score-card p { margin: 0; text-align: center; color: #9d9ea4; font-size: 7px; }
.score-tags { display: flex; justify-content: center; gap: 4px; margin-top: 8px; }
.score-tags span { color: #6f7078; background: #222329; border-radius: 5px; padding: 4px 6px; font-size: 5px; }
.lead-card { margin-top: 10px; padding: 12px 14px; }
.lead-row { display: grid; grid-template-columns: 1.25fr 1.1fr .8fr .65fr .55fr; align-items: center; min-height: 36px; border-top: 1px solid rgba(255,255,255,.05); color: #8b8c93; font-size: 6px; }
.lead-row span:first-child { display: flex; align-items: center; }
.lead-row b { color: #e4e4e6; }
.lead-head { min-height: 29px; margin-top: 8px; color: #4f5057; }
.lead-avatar { width: 20px; height: 20px; display: grid; place-items: center; margin-right: 7px; border-radius: 50%; font-size: 5px; font-style: normal; }
.lead-avatar.orange { color: #f2a474; background: rgba(239,125,58,.12); }
.lead-avatar.blue { color: #81aee1; background: rgba(59,124,198,.13); }
.lead-row mark { color: #f09a67; background: rgba(239,125,58,.11); border-radius: 10px; padding: 3px 7px; }
.lead-row.signal { background: linear-gradient(90deg, rgba(0,89,255,.09), transparent); box-shadow: inset 2px 0 var(--blue); }
.data-flow { display: flex; align-items: center; justify-content: center; gap: 26px; margin: 120px 0 65px; color: rgba(255,255,255,.28); font: 600 11px var(--display); letter-spacing: .17em; }
.data-flow i { color: rgba(255,255,255,.15); font-style: normal; }
.data-flow strong { color: var(--orange); }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.1); }
.module { min-height: 250px; padding: 26px; border-right: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.015); }
.module:last-child { border-right: 0; }
.module > span { color: var(--orange); font-size: 8px; letter-spacing: .16em; }
.module h3 { margin: 70px 0 12px; font: 500 19px/1.15 var(--display); }
.module p { color: rgba(255,255,255,.4); font-size: 12px; line-height: 1.6; }

.technology { background: radial-gradient(circle at 15% 75%, rgba(0,89,255,.07), transparent 24%), var(--paper); }
.tech-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: center; }
.tech-copy .section-kicker { margin-bottom: 32px; }
.tech-copy > p { max-width: 52ch; margin-top: 28px; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.tech-tags span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 100px; color: #716a61; background: rgba(255,255,255,.35); font-size: 10px; }
.tech-stack { background: linear-gradient(145deg, #071126, #13254b); color: #fff; border: 1px solid rgba(81,133,232,.16); border-radius: 16px; padding: 20px; box-shadow: 0 30px 80px rgba(7,17,38,.22); }
.stack-top { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 20px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .15em; }
.stack-top i { color: #69c591; font-style: normal; letter-spacing: 0; }
.stack-top i::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #69c591; margin-right: 6px; box-shadow: 0 0 8px #69c591; }
.stack-layer { min-height: 95px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; border-top: 1px solid rgba(255,255,255,.09); }
.stack-layer > span { color: var(--orange); font: 500 10px var(--display); }
.stack-layer div { display: flex; flex-direction: column; gap: 7px; }
.stack-layer strong { font: 500 17px var(--display); }
.stack-layer small { color: rgba(255,255,255,.34); font-size: 10px; }
.stack-layer b { color: rgba(255,255,255,.23); font-size: 7px; letter-spacing: .1em; }

.standards { background: var(--paper-2); border-top: 1px solid var(--line); }
.standards-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.standard { min-height: 230px; padding: 28px 25px; border-right: 1px solid var(--line); }
.standard:last-child { border-right: 0; }
.standard span { color: var(--orange-deep); font-size: 10px; }
.standard strong { display: block; margin-top: 70px; font: 600 20px var(--display); }
.standard p { color: #746e64; font-size: 12px; line-height: 1.5; }

.contact { position: relative; overflow: hidden; background: linear-gradient(135deg, #0f1a32, #102752 65%, #0b1d43); color: #fff; }
.contact-space { position: absolute; inset: 0; background: radial-gradient(circle at 8% 10%, rgba(0,89,255,.36), transparent 33%), radial-gradient(circle at 75% 80%, rgba(255,77,0,.18), transparent 26%), url("assets/vomars-space-hero.jpg") center / cover; mix-blend-mode: screen; opacity: .18; }
.contact-inner { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 110px; padding-top: 130px; padding-bottom: 130px; }
.section-kicker.light { color: rgba(255,255,255,.48); }
.section-kicker.light span { color: var(--orange); }
.contact h2 { margin-top: 30px; font-size: clamp(44px, 5vw, 74px); }
.contact h2 em { color: var(--white); }
.contact-copy > p { max-width: 52ch; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.65; }
.contact-meta { display: flex; flex-direction: column; gap: 12px; margin-top: 45px; font-size: 13px; }
.contact-meta a { font-weight: 700; text-decoration: none; }
.contact-meta span { color: rgba(255,255,255,.45); }
.contact-form { padding: 35px; background: var(--white); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(69,31,8,.2); }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #514b43; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #d7d1c7; border-radius: 0; padding: 10px 0 13px; outline: none; font-size: 14px; text-transform: none; letter-spacing: 0; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.contact-form textarea { min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form > label { margin-top: 25px; }
.button-dark { margin-top: 28px; color: #fff; background: var(--ink); width: 100%; }
.button-dark:hover { background: #27211b; }
.form-note { margin: 12px 0 0; text-align: center; color: #999187; font-size: 9px; }
.form-status { min-height: 18px; margin-top: 10px; text-align: center; color: #318158; font-size: 12px; font-weight: 700; }

.footer { color: #fff; background: #050b1b; padding: 75px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 70px; }
.footer-brand { margin-bottom: 15px; }
.footer-brand img { width: 225px; }
.footer-grid > div:first-child p { color: var(--orange); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { margin-bottom: 8px; color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.59); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.27); font-size: 9px; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.tilt-surface { --rx: 0deg; --ry: 0deg; --lift: 0px; transform: perspective(950px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--lift)); transform-style: preserve-3d; will-change: transform; transition: transform .25s ease, background .3s, border-color .3s, box-shadow .3s; }
.tilt-surface:hover { --lift: -5px; }
.solution-card, .value-card, .module, .tech-stack { position: relative; isolation: isolate; }
.solution-card::before, .value-card::before, .module::before, .tech-stack::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(300px circle at var(--px, 50%) var(--py, 50%), rgba(0,89,255,.13), transparent 66%); transition: opacity .3s; }
.solution-card:hover::before, .value-card:hover::before, .module:hover::before, .tech-stack:hover::before { opacity: 1; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 44px, 960px); }
  .main-nav { gap: 20px; }
  .main-nav > a { font-size: 12px; }
  .hero h1 { font-size: clamp(52px, 7.5vw, 78px); }
  .intro-grid, .tech-grid { gap: 60px; }
  .split-heading, .process li { grid-template-columns: .4fr 1.1fr .8fr; gap: 35px; }
  .product-intro { grid-template-columns: 1fr; }
  .product-copy { max-width: 650px; }
  .dashboard-wrap { min-width: 0; width: min(900px, 100%); margin: 20px auto 0; }
  .dashboard { transform: none; }
  .contact-inner { gap: 60px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 34px); }
  html { scroll-padding-top: 75px; }
  .nav-shell { width: calc(100% - 28px); height: 72px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 80px 9vw; background: rgba(5,11,27,.98); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a { font: 500 28px var(--display); color: rgba(255,255,255,.7); }
  .main-nav .nav-cta { margin-top: 12px; font: 700 14px var(--body); }
  .hero { height: auto; min-height: 760px; }
  .fallback-planet { width: min(62vw, 510px); right: -10vw; top: 16%; opacity: .72; }
  .fallback-orbit { width: 72vw; height: 29vw; right: -15vw; top: 33%; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,9,24,.97), rgba(4,9,24,.76) 58%, rgba(4,9,24,.25)), linear-gradient(180deg, rgba(2,7,20,.42), transparent 28%, #071126 100%); }
  .hero-inner { padding-top: 110px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(46px, 12vw, 66px); }
  .hero-lead { font-size: 16px; max-width: 520px; }
  .hero-proof { margin-top: 45px; }
  .scroll-cue { display: none; }
  .orbit-telemetry { display: none; }
  .trust-row { gap: 30px; overflow: hidden; }
  .trust-items { min-width: 650px; gap: 25px; justify-content: flex-start; }
  .section { padding: 100px 0; }
  .intro-grid, .tech-grid, .contact-inner { grid-template-columns: 1fr; gap: 45px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .value-card h3 { margin-top: 50px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .process li { grid-template-columns: 50px 1fr; gap: 20px; padding: 28px 0; }
  .process li div { display: block; }
  .process p { margin-top: 10px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 30px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .solution-featured { grid-column: span 2; grid-row: auto; min-height: 520px; }
  .solution-featured .solution-tag { margin-top: 110px; }
  .dashboard { min-height: 500px; }
  .dash-main { padding: 16px; }
  .data-flow { margin-top: 80px; gap: 14px; flex-wrap: wrap; }
  .module-grid, .standards-row { grid-template-columns: 1fr 1fr; }
  .module:nth-child(2), .standard:nth-child(2) { border-right: 0; }
  .module { border-bottom: 1px solid rgba(255,255,255,.1); }
  .module:nth-child(n+3) { border-bottom: 0; }
  .standards-row .standard { border-bottom: 1px solid var(--line); }
  .standards-row .standard:nth-child(n+3) { border-bottom: 0; }
  .contact-inner { padding-top: 100px; padding-bottom: 100px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  .brand img { width: 156px; }
  .hero { min-height: 720px; }
  .fallback-planet { width: 78vw; right: -33vw; top: 12%; opacity: .58; }
  .fallback-orbit { width: 92vw; height: 36vw; right: -38vw; top: 27%; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,9,24,.97), rgba(4,9,24,.63)), linear-gradient(180deg, rgba(2,7,20,.35), transparent 25%, #071126 100%); }
  .hero h1 { font-size: clamp(42px, 13.5vw, 58px); max-width: 11ch; }
  .eyebrow { font-size: 9px; letter-spacing: .17em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 0; justify-content: space-between; }
  .hero-proof div { min-width: 0; padding: 0 12px; }
  .hero-proof strong { font-size: 12px; }
  .hero-proof span { font-size: 9px; }
  .section { padding: 82px 0; }
  .intro h2, .split-heading h2, .section-head h2, .tech-copy h2 { font-size: 39px; }
  .intro-copy p, .split-heading > p, .section-head > p, .tech-copy > p { font-size: 15px; }
  .value-grid { margin-top: 60px; }
  .solutions-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .solution-featured { grid-column: auto; min-height: 480px; }
  .solution-card { min-height: 310px; }
  .product { padding-top: 95px; }
  .product-copy h2 { font-size: 44px; }
  .product-actions { align-items: flex-start; flex-direction: column; }
  .dashboard-wrap { overflow: hidden; margin-left: -14px; width: calc(100% + 28px); }
  .dashboard { width: 720px; min-height: 500px; transform: scale(.54); transform-origin: top left; margin-bottom: -225px; }
  .data-flow { justify-content: flex-start; font-size: 9px; margin-bottom: 45px; }
  .module-grid, .standards-row { grid-template-columns: 1fr; }
  .module, .module:nth-child(2), .standard, .standard:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .module:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .module { min-height: 220px; }
  .module h3 { margin-top: 55px; }
  .standards-row .standard, .standards-row .standard:nth-child(3) { border-bottom: 1px solid var(--line); }
  .standards-row .standard:last-child { border-bottom: 0; }
  .tech-stack { padding: 14px; }
  .stack-layer { grid-template-columns: 35px 1fr; }
  .stack-layer b { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .contact h2 { font-size: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-bottom { flex-direction: column; }
}

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

/* --- Yasal metin sayfası (gizlilik.html) ------------------------------- */
/* Ana sayfa tek sayfalık; bu blok yalnızca uzun metin sayfaları için okunur
   bir tipografi ölçeği kurar. `.site-header` sabit konumlu olduğu için üst
   boşluk header yüksekliğinden hesaplanır. */
.legal-nav { gap: 24px; }
.legal-page { padding: 150px 0 90px; background: var(--paper); }
.legal-inner { max-width: 780px; }
.legal-breadcrumb { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 28px; }
.legal-breadcrumb a { color: var(--blue); text-decoration: none; }
.legal-breadcrumb a:hover { text-decoration: underline; }
.legal-breadcrumb span { margin: 0 6px; }
.legal-page h1 { font-family: var(--display); font-size: clamp(32px, 5vw, 48px); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 18px; }
.legal-lead { font-size: 17px; line-height: 1.65; color: var(--ink-soft); margin: 0 0 44px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-page h2 { font-family: var(--display); font-size: 21px; letter-spacing: -.01em; margin: 40px 0 12px; }
.legal-page p { font-size: 16px; line-height: 1.72; color: var(--ink-soft); margin: 0 0 14px; }
.legal-page a { color: var(--blue); }
.legal-back { margin-top: 52px; padding-top: 32px; border-top: 1px solid var(--line); }
.legal-body .footer { padding: 40px 0 34px; }
.legal-body .footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.legal-body .footer a:hover { color: #fff; }

@media (max-width: 720px) {
  .legal-page { padding: 120px 0 60px; }
  .legal-nav a:not(.nav-cta) { display: none; }
}

/* --- 404 sayfası ------------------------------------------------------- */
.error-page { padding: 110px 0 90px; display: flex; align-items: center; min-height: 72vh; }
.error-page .error-mark { width: 210px; height: auto; filter: invert(1); opacity: .85; margin-bottom: 44px; }
.error-page .error-code { font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .28em; color: var(--orange); margin: 0 0 10px; }
.error-page h1 { font-family: var(--display); font-size: clamp(34px, 5.5vw, 56px); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 18px; }
.error-page .legal-lead { border-bottom: 0; padding-bottom: 0; margin-bottom: 34px; }
.error-page .legal-back { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 0; padding-top: 0; border-top: 0; }
.error-page .text-link { margin-top: 0; color: var(--ink); }
/* .legal-page a mavi link rengini veriyor; buton ve metin bağlantısı kendi
   renklerini korumalı. */
.error-page .button-primary { color: #17100b; }
