:root {
  --ink: #0b0d12;
  --ink-soft: #12151c;
  --paper: #f3f2ee;
  --white: #fff;
  --muted: #626873;
  --line: #d9d9d4;
  --red: #ed0017;
  --red-deep: #b70012;
  --blue: #1a56db;
  --purple: #7c2ee8;
  --display: "Sora", "Manrope", sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.2,.75,.2,1);
  --radius: 28px;
  --spot-x: 50%;
  --spot-y: 50%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.shell { width: min(1280px, calc(100% - 56px)); margin-inline: auto; }
.section { padding: 136px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--red); transform: translateY(-170%); border-radius: 8px; }
.skip-link:focus { transform: none; }

.scroll-progress { position: fixed; z-index: 500; inset: 0 0 auto; height: 2px; pointer-events: none; background: rgba(255,255,255,.04); }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,var(--red),#ff6573); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, transform .35s ease; }
.site-header.scrolled { background: rgba(8,10,15,.83); border-color: rgba(255,255,255,.09); box-shadow: 0 12px 40px rgba(0,0,0,.15); backdrop-filter: blur(18px) saturate(135%); }
.header-inner { height: 92px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 8px; width: max-content; isolation: isolate; }
.brand img { width: 50px; height: 34px; object-fit: contain; }
.brand span { position: relative; color: #fff; font: 500 35px/.9 var(--body); letter-spacing: -.065em; }
.brand span::after { content: ""; position: absolute; right: -1px; bottom: -8px; width: calc(100% + 2px); height: 3px; background: var(--red); border-radius: 9px; transform-origin: left; transition: transform .35s var(--ease); }
.brand:hover span::after { transform: scaleX(.68); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 38px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; transition: color .2s ease; }
.desktop-nav a::before { content: ""; position: absolute; left: -12px; top: 50%; width: 5px; height: 5px; opacity: 0; background: var(--red); border-radius: 50%; transform: translate(-5px,-50%); transition: opacity .2s, transform .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a:hover::before, .desktop-nav a.active::before { opacity: 1; transform: translate(0,-50%); }
.header-cta { position: relative; display: inline-flex; gap: 20px; align-items: center; padding: 11px 13px 11px 19px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: 12px; font-weight: 800; }
.header-cta::before { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-102%); transition: transform .35s var(--ease); }
.header-cta > * { position: relative; z-index: 1; }
.header-cta span { display: grid; place-items: center; width: 29px; height: 29px; color: var(--ink); background: #fff; border-radius: 50%; transition: color .25s, background .25s, transform .25s; }
.header-cta:hover { color: var(--ink); }
.header-cta:hover::before { transform: none; }
.header-cta:hover span { color: #fff; background: var(--red); transform: rotate(45deg); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 900px; overflow: clip; color: #fff; background: #080a0f; padding: 188px 0 54px; isolation: isolate; }
.hero-grid-pattern { position: absolute; inset: 0; z-index: -3; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom,#000 25%,transparent 92%); }
.hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .055; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.hero-aurora { position: absolute; z-index: -2; width: 760px; height: 760px; pointer-events: none; border-radius: 50%; filter: blur(110px); opacity: .26; }
.hero-aurora-red { top: -260px; right: -250px; background: #b00018; animation: aurora-red 11s ease-in-out infinite alternate; }
.hero-aurora-blue { bottom: -430px; right: 13%; background: #0b4aa6; opacity: .15; animation: aurora-blue 13s ease-in-out infinite alternate; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(470px,.92fr); gap: 44px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; color: #b3bac7; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: var(--red); box-shadow: 12px 0 25px rgba(237,0,23,.8); }
.hero h1 { max-width: 780px; margin: 27px 0 30px; font: 600 clamp(54px,5.1vw,79px)/1.02 var(--display); letter-spacing: -.065em; }
.line-mask { display: block; overflow: hidden; padding: 0 .04em .08em 0; }
.line-mask > span { display: block; transform: translateY(115%); }
.is-loaded .line-mask > span { animation: line-in .9s var(--ease) forwards; }
.is-loaded .line-mask:nth-child(2) > span { animation-delay: .11s; }
.is-loaded .line-mask:nth-child(3) > span { animation-delay: .22s; }
.hero h1 em { position: relative; color: #ff2034; font-style: normal; text-shadow: 0 0 45px rgba(237,0,23,.22); }
.hero h1 em::after { content: ""; position: absolute; inset: auto 1% -.04em; height: 3px; background: linear-gradient(90deg,var(--red),transparent); transform: scaleX(0); transform-origin: left; }
.is-loaded .hero h1 em::after { animation: underline-in .75s .9s var(--ease) forwards; }
.hero-lead { max-width: 700px; margin: 0; color: #bbc1cb; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 58px; padding: 0 20px 0 25px; overflow: hidden; border: 1px solid transparent; border-radius: 99px; font-size: 13px; font-weight: 800; transition: color .25s, border-color .25s, background .25s, box-shadow .25s, transform .25s; }
.button::after { content: ""; position: absolute; top: -50%; left: -60%; width: 28%; height: 200%; opacity: .45; background: linear-gradient(90deg,transparent,#fff,transparent); transform: rotate(18deg); transition: left .55s var(--ease); }
.button:hover::after { left: 135%; }
.button span, .button b { position: relative; z-index: 1; }
.button b { font-size: 16px; }
.button-primary { color: #fff; background: linear-gradient(115deg,#d90015,var(--red)); box-shadow: 0 15px 35px rgba(237,0,23,.24); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(237,0,23,.38); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.025); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 40px; color: #767e8a; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.hero-proof span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 8px 2px 0; background: var(--red); border-radius: 50%; }
.hero-enter { opacity: 0; transform: translateY(18px); }
.is-loaded .hero-enter { animation: hero-enter .7s .38s var(--ease) forwards; }
.is-loaded .hero-lead { animation-delay: .5s; }
.is-loaded .hero-actions { animation-delay: .62s; }
.is-loaded .hero-proof { animation-delay: .73s; }

.ecosystem-visual { position: relative; min-width: 0; aspect-ratio: 1; perspective: 1000px; transform-style: preserve-3d; }
.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.network-lines path { fill: none; stroke: rgba(255,255,255,.16); stroke-width: 1; stroke-dasharray: 6 9; animation: dash-flow 12s linear infinite; }
.orbit { position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; inset: -1px; border: 1px solid transparent; border-top-color: rgba(237,0,23,.65); border-radius: inherit; }
.orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 18px currentColor; }
.orbit-one { inset: 4%; animation: spin 32s linear infinite; }
.orbit-one i:first-child { top: 17%; left: 8%; color: var(--red); background: currentColor; }
.orbit-one i:last-child { right: 9%; bottom: 19%; color: #2b68ed; background: currentColor; }
.orbit-two { inset: 18%; border-style: dashed; animation: spin-reverse 24s linear infinite; }
.orbit-two::before { border-right-color: rgba(89,61,216,.7); border-top-color: transparent; }
.orbit-two i:first-child { top: -4px; right: 34%; color: #8b45f2; background: currentColor; }
.orbit-two i:last-child { left: -4px; bottom: 37%; color: #fff; background: currentColor; }
.orbit-three { inset: 31%; border-color: rgba(255,255,255,.09); animation: spin 17s linear infinite; }
.orbit-three i { right: 7%; top: 17%; color: #34d787; background: currentColor; }
.core-mark { position: absolute; z-index: 4; left: 50%; top: 50%; width: 208px; height: 208px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg,rgba(36,38,45,.97),rgba(14,16,23,.97)); border: 1px solid rgba(255,255,255,.17); border-radius: 36px; box-shadow: 0 40px 80px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.06); transform: translate3d(-50%,-50%,0); transition: transform .2s ease-out; }
.core-mark::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.045); border-radius: 28px; }
.core-glow { position: absolute; inset: 20%; background: rgba(237,0,23,.18); border-radius: 50%; filter: blur(34px); animation: glow-pulse 3.8s ease-in-out infinite; }
.core-mark img { position: relative; width: 96px; height: 62px; filter: drop-shadow(0 9px 24px rgba(237,0,23,.25)); }
.core-mark b { position: relative; margin-top: 4px; font: 700 25px/1 var(--display); letter-spacing: .19em; }
.core-mark small { position: relative; margin-top: 11px; color: #6e7581; font-size: 7px; letter-spacing: .24em; }
.satellite { position: absolute; z-index: 5; color: #fff; background: rgba(21,22,29,.82); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 22px 48px rgba(0,0,0,.28); backdrop-filter: blur(18px); transition: transform .2s ease-out,border-color .25s,box-shadow .25s; }
.satellite:hover { border-color: rgba(255,255,255,.3); box-shadow: 0 28px 60px rgba(0,0,0,.42); }
.satellite > i { position: absolute; right: 14px; top: 14px; opacity: .35; font-style: normal; font-size: 11px; transition: opacity .2s,transform .2s; }
.satellite:hover > i { opacity: 1; transform: translate(2px,2px); }
.satellite-optila { top: 8%; right: -2%; width: 220px; padding: 23px 20px; border-radius: 20px; }
.satellite-optila::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 20% 20%,rgba(26,86,219,.25),transparent 65%); border-radius: inherit; transition: opacity .25s; }
.satellite-optila:hover::before { opacity: 1; }
.optila-wordmark { position: relative; display: inline-block; font: 800 24px/1 var(--display); letter-spacing: -.06em; }
.optila-wordmark span { color: var(--blue); }
.optila-wordmark-dark { color: #fff; }
.optila-wordmark-light { color: #121722; font-size: 34px; margin-bottom: 31px; }
.satellite-optila small { position: relative; display: block; margin-top: 12px; color: #7e8591; font-size: 9px; }
.satellite-moka { bottom: 12%; left: -4%; display: flex; align-items: center; gap: 12px; padding: 13px 42px 13px 13px; border-radius: 19px; }
.moka-symbol { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: linear-gradient(145deg,#a953f8,#5a1ab8); box-shadow: 0 10px 30px rgba(124,46,232,.32); font: 700 29px/1 var(--display); }
.satellite-copy { display: flex; flex-direction: column; }
.satellite-copy strong { font: 700 21px/1 var(--display); }
.satellite-copy small { margin-top: 6px; color: #777f8b; font-size: 8px; }
.data-chip { position: absolute; z-index: 3; padding: 8px 11px; color: #9299a5; background: rgba(14,16,22,.72); border: 1px solid rgba(255,255,255,.08); border-radius: 99px; font-size: 8px; font-weight: 700; letter-spacing: .05em; backdrop-filter: blur(10px); transition: transform .2s ease-out; }
.data-chip i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #35d184; border-radius: 50%; box-shadow: 0 0 11px #35d184; }
.data-chip-one { top: 29%; left: 4%; }.data-chip-two { right: 2%; bottom: 30%; }
.visual-status { position: absolute; right: 3%; bottom: 0; color: #717985; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.visual-status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: #37d47d; border-radius: 50%; box-shadow: 0 0 0 6px rgba(55,212,125,.08); }
.hero-foot { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 45px; color: #5f6671; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.hero-line { position: relative; height: 1px; overflow: hidden; background: rgba(255,255,255,.12); }
.hero-line i { position: absolute; inset: 0 auto 0 0; width: 28%; background: linear-gradient(90deg,transparent,var(--red),transparent); animation: line-scan 5s ease-in-out infinite; }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .8fr 3.2fr; gap: 60px; }
.section-label { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; padding-top: 14px; }
.intro h2,.section-head h2,.approach h2,.principle-title h2,.contact h2 { margin: 0; font: 600 clamp(39px,4.2vw,62px)/1.08 var(--display); letter-spacing: -.055em; }
.intro h2 span { color: #a0a19f; }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; margin-top: 57px; padding-top: 37px; border-top: 1px solid var(--line); }
.intro-copy p { margin: 0; color: #575e68; font-size: 16px; line-height: 1.84; }

.ecosystem { background: #ecebe6; }
.section-head { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 75px; margin-bottom: 66px; }
.section-kicker { color: var(--red); margin-bottom: 21px; }
.section-head p { margin: 0 0 7px; color: #555d67; font-size: 15px; line-height: 1.78; }
.product { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; margin-top: 28px; border-radius: var(--radius); }
.product-copy { position: relative; z-index: 3; padding: clamp(43px,5vw,76px); }
.product-topline { display: flex; justify-content: space-between; padding-bottom: 25px; margin-bottom: 44px; border-bottom: 1px solid rgba(17,24,39,.12); color: #747c89; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product h3 { margin: 0 0 25px; font: 600 clamp(35px,3.2vw,50px)/1.08 var(--display); letter-spacing: -.05em; }
.product p { max-width: 550px; margin: 0; color: #566274; font-size: 15px; line-height: 1.78; }
.product-optila { border: 1px solid #d6dfed; background: #f8fbff; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; padding: 0; margin: 36px 0; list-style: none; border-top: 1px solid #d9e0ea; }
.feature-list li { padding: 15px 4px 15px 0; border-bottom: 1px solid #d9e0ea; color: #2e3b50; font-size: 12px; font-weight: 800; }
.feature-list li:nth-child(odd) { border-right: 1px solid #d9e0ea; }
.feature-list li:nth-child(even) { padding-left: 17px; }
.feature-list li::before { content: "•"; color: var(--blue); margin-right: 9px; }
.product-link { display: inline-flex; align-items: center; gap: 28px; color: #173fbb; font-size: 13px; font-weight: 800; }
.product-link span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; border-radius: 50%; transition: transform .2s; }
.product-link:hover span { transform: translate(3px,-3px); }
.product-stage { position: relative; overflow: hidden; }
.optila-stage { display: grid; place-items: center; background: radial-gradient(circle at 65% 18%,#7a9ffb 0,#2458d4 32%,#102656 76%); }
.optila-stage::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px); background-size: 42px 42px; transform: perspective(500px) rotateX(47deg) scale(1.65) translateY(24%); }
.stage-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.018); animation: glow-pulse 5s ease-in-out infinite; }
.stage-window { position: relative; z-index: 2; width: 84%; overflow: hidden; color: #0f172a; background: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; box-shadow: 0 44px 86px rgba(4,22,66,.42); transform: perspective(1100px) rotateY(-5deg) rotateX(2deg) rotateZ(-1.5deg); transition: transform .3s var(--ease); }
.product-optila:hover .stage-window { transform: perspective(1100px) rotateY(-1deg) rotateX(0) rotateZ(-.5deg) translateY(-5px); }
.window-top { height: 44px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #e6ebf2; color: #9aa4b4; font-size: 8px; }
.window-top i { width: 6px; height: 6px; border-radius: 50%; background: #d5dbe5; }
.window-top span { margin-left: auto; margin-right: auto; }
.window-top b { color: #25aa68; font-size: 7px; }
.window-layout { min-height: 350px; display: grid; grid-template-columns: 58px 1fr; }
.window-sidebar { display: flex; flex-direction: column; align-items: center; gap: 23px; padding-top: 22px; color: #fff; background: #10275a; }
.window-sidebar strong { display: grid; place-items: center; width: 29px; height: 29px; background: #2f67e5; border-radius: 8px; }
.window-sidebar span { width: 18px; height: 4px; border-radius: 3px; background: rgba(255,255,255,.24); }
.window-main { padding: 28px 25px; background: #f5f7fb; }
.mini-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 19px; }
.mini-head div { display: flex; flex-direction: column; gap: 6px; }
.mini-head small { color: #9aa4b4; font-size: 7px; }
.mini-head b { font: 700 15px/1.1 var(--display); }
.mini-head > span { padding: 5px 7px; color: #7b8798; background: #fff; border: 1px solid #e4e9f1; border-radius: 6px; font-size: 7px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.metric-row div { display: flex; flex-direction: column; padding: 13px; background: #fff; border: 1px solid #e4e9f1; border-radius: 11px; }
.metric-row small { color: #8a94a5; font-size: 6px; }.metric-row strong { margin: 7px 0; font: 700 23px/1 var(--display); }.metric-row em { color: #21a462; font-size: 6px; font-style: normal; }
.process-card { margin-top: 12px; padding: 16px; background: #fff; border: 1px solid #e4e9f1; border-radius: 11px; }
.process-card > span { color: #67758b; font-size: 6px; font-weight: 800; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; margin: 15px 0 8px; }
.process-steps i { height: 4px; border-radius: 4px; background: #dfe5ee; }
.process-steps i.done { background: #2f67e5; }.process-steps i.active { background: #e6a529; animation: progress-pulse 2s ease infinite; }
.process-labels { display: grid; grid-template-columns: repeat(4,1fr); color: #79859a; font-size: 6px; }
.activity-card { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 9px; margin-top: 12px; padding: 12px 13px; background: #fff; border: 1px solid #e4e9f1; border-radius: 10px; }
.activity-card > span { width: 7px; height: 7px; background: #21ae69; border-radius: 50%; box-shadow: 0 0 0 4px rgba(33,174,105,.1); }
.activity-card div { display: flex; flex-direction: column; gap: 3px; }.activity-card b { font-size: 7px; }.activity-card small,.activity-card em { color: #9aa4b4; font-size: 5px; font-style: normal; }
.floating-chip { position: absolute; z-index: 3; padding: 11px 14px; color: #24406e; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.85); border-radius: 11px; box-shadow: 0 15px 35px rgba(5,25,70,.22); font-size: 8px; font-weight: 800; backdrop-filter: blur(8px); }
.chip-one { top: 12%; right: 3%; animation: float-y 5s ease-in-out infinite; }.chip-two { bottom: 13%; left: 4%; animation: float-y 5.8s .8s ease-in-out infinite; }.chip-three { right: 5%; bottom: 26%; animation: float-y 4.8s .3s ease-in-out infinite; }

.product-moka { grid-template-columns: 1.04fr .96fr; color: #fff; background: #130720; }
.product-moka .product-copy { background: linear-gradient(135deg,rgba(119,44,214,.17),transparent 62%); }
.product-moka .product-topline { color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.13); }
.moka-wordmark { display: flex; align-items: center; gap: 13px; margin-bottom: 31px; }
.moka-wordmark i { display: grid; place-items: center; width: 55px; height: 55px; border: 2px solid rgba(255,255,255,.8); border-radius: 17px; color: #fff; background: linear-gradient(145deg,#9f52ff,#5b12bb); box-shadow: 0 0 34px rgba(157,75,255,.38); font: 700 31px/1 var(--display); font-style: normal; }
.moka-wordmark b { font: 700 39px/1 var(--display); letter-spacing: -.06em; }
.product-moka p { color: #b5a9c3; }
.moka-products { display: grid; grid-template-columns: 1fr 1fr; margin: 37px 0; border-top: 1px solid rgba(255,255,255,.14); }
.moka-products div { display: flex; flex-direction: column; padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.14); }
.moka-products div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }.moka-products div:nth-child(even) { padding-left: 17px; }
.moka-products b { font-size: 11px; }.moka-products span { margin-top: 5px; color: #81758d; font-size: 8px; }
.product-link-light { color: #bb8dff; }
.moka-stage { min-height: 650px; display: grid; place-items: center; background: radial-gradient(circle at 50% 70%,#7825da 0,#2a0c4e 34%,#0d0617 75%); }
.moka-stage::before { content: ""; position: absolute; inset: 0; opacity: .25; background: linear-gradient(135deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 28px 28px; }
.moka-stage::after { content: ""; position: absolute; inset: auto -20% -48%; height: 76%; border: 1px solid rgba(184,122,255,.48); border-radius: 50%; box-shadow: 0 0 90px rgba(142,55,249,.4),0 0 0 68px rgba(132,50,232,.05); }
.moka-glow { position: absolute; width: 360px; height: 360px; background: rgba(139,54,244,.28); border-radius: 50%; filter: blur(55px); animation: glow-pulse 4.5s ease-in-out infinite; }
.moka-shot { position: absolute; z-index: 2; left: 50%; bottom: -6%; width: 58%; max-height: 590px; object-fit: cover; object-position: center 18%; opacity: 0; border-radius: 44px 44px 0 0; box-shadow: 0 46px 95px rgba(0,0,0,.58); transform: translate3d(-50%,30px,0) scale(.94) rotate(2deg); transition: opacity .55s var(--ease),transform .7s var(--ease); }
.moka-shot.active { opacity: 1; transform: translate3d(-50%,0,0) scale(1) rotate(0); }
.moka-tabs { position: absolute; z-index: 5; left: 50%; bottom: 22px; display: flex; gap: 4px; padding: 4px; background: rgba(10,3,21,.74); border: 1px solid rgba(255,255,255,.14); border-radius: 99px; box-shadow: 0 12px 30px rgba(0,0,0,.28); transform: translateX(-50%); backdrop-filter: blur(14px); }
.moka-tabs button { padding: 8px 12px; color: #9c8bac; background: transparent; border: 0; border-radius: 99px; cursor: pointer; font-size: 8px; font-weight: 800; }
.moka-tabs button.active { color: #fff; background: #7d2fe6; }
.moka-caption { position: absolute; z-index: 4; top: 29px; left: 29px; padding: 10px 13px; color: #c9b8dd; background: rgba(10,3,21,.64); border: 1px solid rgba(255,255,255,.12); border-radius: 99px; font-size: 8px; font-weight: 700; backdrop-filter: blur(8px); }
.moka-caption i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: #a55cff; border-radius: 50%; box-shadow: 0 0 10px #a55cff; }

.capabilities { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { position: relative; min-height: 345px; overflow: hidden; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s,transform .3s var(--ease); isolation: isolate; }
.capability-grid article::before,.contact-card::after { content: ""; position: absolute; z-index: -1; left: var(--spot-x); top: var(--spot-y); width: 330px; height: 330px; opacity: 0; background: radial-gradient(circle,rgba(237,0,23,.12),transparent 66%); border-radius: 50%; transform: translate(-50%,-50%); transition: opacity .25s; pointer-events: none; }
.capability-grid article:hover { z-index: 2; background: #f8f7f3; transform: translateY(-6px); }
.capability-grid article:hover::before { opacity: 1; }
.capability-grid article > span { color: #9da09f; font-size: 9px; font-weight: 800; }
.capability-grid article > i { position: absolute; right: 25px; top: 25px; opacity: 0; color: var(--red); font-style: normal; transform: translate(-4px,4px); transition: opacity .25s,transform .25s; }
.capability-grid article:hover > i { opacity: 1; transform: none; }
.cap-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 58px 0 31px; color: var(--red); background: #fff; border: 1px solid #dededa; border-radius: 50%; box-shadow: 0 12px 28px rgba(0,0,0,.04); font-size: 23px; }
.capability-grid h3 { max-width: 220px; margin: 0 0 18px; font: 600 21px/1.22 var(--display); letter-spacing: -.03em; }
.capability-grid p { margin: 0; color: #58606b; font-size: 12px; line-height: 1.72; }

.approach { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.approach-lines { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 20% 20%,rgba(237,0,23,.35),transparent 28%),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px); background-size: auto,100% 92px; }
.approach-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 115px; }
.section-kicker-light { color: #ff5967; }
.approach-copy { position: sticky; top: 150px; align-self: start; }
.approach h2 { margin-top: 18px; }
.approach h2 em { color: var(--red); font-style: normal; }
.approach-copy > p { max-width: 460px; color: #9aa0a9; line-height: 1.82; }
.steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.steps li { position: relative; display: grid; grid-template-columns: 52px 1fr 25px; gap: 27px; align-items: start; padding: 33px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li::before { content: ""; position: absolute; inset: auto 100% 0 0; height: 1px; background: var(--red); transition: right .5s var(--ease); }
.steps li:hover::before { right: 0; }
.steps li > span { color: #686e78; font-size: 9px; font-weight: 800; }
.steps li > i { opacity: .25; font-style: normal; transition: opacity .2s,transform .2s; }
.steps li:hover > i { opacity: 1; color: var(--red); transform: translate(3px,3px); }
.steps b { font: 600 25px/1 var(--display); }.steps p { margin: 11px 0 0; color: #9197a1; font-size: 13px; line-height: 1.68; }

.principles { background: #e4e2dc; }
.principles-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 125px; }
.principle-title span { display: block; margin-bottom: 27px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.principle-list { border-top: 1px solid #c3c3bd; }
.principle-list > div { display: grid; grid-template-columns: 45px 135px 1fr; gap: 22px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid #c3c3bd; }
.principle-list b { color: #92928d; font-size: 9px; }.principle-list h3 { margin: 0; font: 600 17px/1.2 var(--display); }.principle-list p { margin: 0; color: #5d5e5b; font-size: 12px; line-height: 1.68; }

.contact { background: #fff; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.3fr .7fr; gap: 75px; min-height: 410px; align-items: center; padding: 74px; color: #fff; background: linear-gradient(125deg,#ae000f 0,#e40016 47%,#ff3344 100%); border-radius: var(--radius); isolation: isolate; }
.contact-card::before { content: ""; position: absolute; z-index: -1; width: 540px; height: 540px; right: -170px; top: -270px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.045),0 0 0 145px rgba(255,255,255,.025); }
.contact-card::after { z-index: 0; width: 500px; height: 500px; background: radial-gradient(circle,rgba(255,255,255,.22),transparent 67%); }
.contact-card:hover::after { opacity: .7; }
.contact-card > * { position: relative; z-index: 2; }
.contact h2 { font-size: clamp(38px,4vw,59px); }
.contact-actions { align-self: end; }
.button-white { color: var(--red); background: #fff; }
.contact-actions p { margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.82; }.contact-actions p a { color: #fff; font-weight: 800; }

.site-footer { color: #fff; background: #080a0f; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding: 80px 0; }
.brand-footer { align-self: start; }
.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; }
.footer-nav div { display: flex; flex-direction: column; gap: 13px; }
.footer-nav b { margin-bottom: 8px; color: #686e77; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav a { color: #c1c5cc; font-size: 12px; transition: color .2s,transform .2s; }.footer-nav a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); color: #676d76; font-size: 10px; }

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s ease,transform .85s var(--ease); }
.reveal-ready [data-reveal].visible { opacity: 1; transform: none; }

@keyframes line-in { to { transform: none; } }
@keyframes underline-in { to { transform: scaleX(1); } }
@keyframes hero-enter { to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes dash-flow { to { stroke-dashoffset: -180; } }
@keyframes line-scan { 0%,100% { transform: translateX(-110%); } 50% { transform: translateX(420%); } }
@keyframes aurora-red { to { transform: translate(-70px,80px) scale(1.12); opacity: .33; } }
@keyframes aurora-blue { to { transform: translate(80px,-60px) scale(.9); opacity: .22; } }
@keyframes glow-pulse { 50% { transform: scale(1.08); opacity: .65; } }
@keyframes float-y { 50% { transform: translateY(-9px); } }
@keyframes progress-pulse { 50% { opacity: .45; } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 20px; }.header-inner { grid-template-columns: 185px 1fr auto; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(390px,.75fr); gap: 20px; }
  .ecosystem-visual { transform: scale(.9); transform-origin: right center; }
  .product { grid-template-columns: 1fr 1fr; }.capability-grid { grid-template-columns: 1fr 1fr; }
  .principles-grid { gap: 65px; }.contact-card { padding: 58px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 34px),720px); }.section { padding: 92px 0; }
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }.brand img { width: 43px; height: 30px; }.brand span { font-size: 30px; }
  .desktop-nav,.header-cta { display: none; }
  .menu-button { display: grid; place-items: center; gap: 6px; width: 44px; height: 44px; padding: 12px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
  .menu-button span { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s; }.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); }
  .mobile-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; padding: 30px 24px; background: rgba(8,10,15,.98); transform: translateX(100%); transition: transform .35s var(--ease); backdrop-filter: blur(20px); }.mobile-nav.open { transform: none; }.mobile-nav a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 600 24px/1.2 var(--display); }
  .hero { min-height: auto; padding: 145px 0 90px; }.hero-grid { grid-template-columns: 1fr; }.hero h1 { font-size: clamp(47px,10.5vw,69px); }.ecosystem-visual { width: 100%; max-width: 590px; margin-top: 35px; justify-self: center; transform: none; }.hero-foot { display: none; }
  .intro-grid,.section-head,.approach-grid,.principles-grid,.contact-card,.footer-top { grid-template-columns: 1fr; }
  .intro-grid { gap: 32px; }.intro-copy { gap: 30px; }.section-head { gap: 30px; }.section-head p { max-width: 580px; }
  .product,.product-moka { grid-template-columns: 1fr; }.product-stage { min-height: 550px; }.product-moka .moka-stage { order: 2; }
  .approach-grid { gap: 58px; }.approach-copy { position: static; }.principles-grid { gap: 64px; }.contact-card { gap: 52px; min-height: 0; padding: 50px 36px; }
  .footer-top { gap: 58px; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 24px),530px); }.section { padding: 76px 0; }
  .hero { padding-top: 126px; }.hero h1 { font-size: clamp(42px,12vw,54px); line-height: 1.04; }.eyebrow { font-size: 9px; letter-spacing: .12em; }.hero-lead { font-size: 14px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { justify-content: space-between; }
  .hero-proof { gap: 9px 14px; }.ecosystem-visual { aspect-ratio: .88; margin-top: 12px; }.core-mark { width: 152px; height: 152px; border-radius: 29px; }.core-mark img { width: 75px; }.core-mark b { font-size: 19px; }.satellite-optila { right: -1%; width: 164px; padding: 18px 16px; }.satellite-optila .optila-wordmark { font-size: 19px; }.satellite-moka { left: 0; bottom: 10%; }.moka-symbol { width: 41px; height: 41px; }.orbit-one { inset: 7% 0; }.orbit-two { inset: 21% 13%; }.data-chip,.visual-status { display: none; }
  .intro-copy { grid-template-columns: 1fr; }.intro h2,.section-head h2,.approach h2,.principle-title h2,.contact h2 { font-size: 35px; }
  .product-copy { padding: 38px 25px; }.product h3 { font-size: 34px; }.product-stage,.moka-stage { min-height: 460px; }.stage-window { width: 94%; }.window-main { padding: 22px 14px; }.window-layout { grid-template-columns: 45px 1fr; }.metric-row { gap: 5px; }.metric-row div { padding: 10px 7px; }.metric-row strong { font-size: 19px; }.floating-chip { font-size: 7px; padding: 8px 10px; }.chip-three { display: none; }
  .moka-shot { width: 72%; max-height: 440px; }.moka-caption { top: 18px; left: 18px; }.moka-tabs { bottom: 14px; }
  .capability-grid { grid-template-columns: 1fr; }.capability-grid article { min-height: auto; }.cap-icon { margin: 42px 0 26px; }
  .principle-list > div { grid-template-columns: 35px 1fr; }.principle-list p { grid-column: 2; }.contact-card { padding: 42px 25px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal],.hero-enter { opacity: 1; transform: none; }
  .line-mask > span { transform: none; }
  .moka-shot { transform: translateX(-50%); }
}
