:root {
  --bg: #090b0e;
  --bg-soft: #0d1014;
  --panel: #11151b;
  --panel-2: #151a21;
  --text: #f5f4ef;
  --muted: #9b9fa9;
  --muted-2: #6c717c;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .19);
  --hot: #ff5a1f;
  --hot-soft: #ff8b43;
  --blue: #2689ff;
  --green: #4df59b;
  --display: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shell: min(1480px, calc(100vw - 96px));
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 36%, rgba(38, 137, 255, .055), transparent 24%),
    radial-gradient(circle at 88% 65%, rgba(255, 90, 31, .045), transparent 26%),
    var(--bg);
  color: var(--text);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
::selection { color: #fff; background: var(--hot); }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { position: relative; padding: clamp(110px, 11vw, 190px) 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; border-radius: 12px; background: #fff; color: #000; font-weight: 800; }
.skip-link:focus { transform: none; }

.scroll-progress { position: fixed; z-index: 1001; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--hot), var(--hot-soft), var(--blue)); box-shadow: 0 0 18px var(--hot); }
.cursor-glow { position: fixed; z-index: 30; left: 0; top: 0; width: 360px; height: 360px; border-radius: 50%; pointer-events: none; opacity: .11; transform: translate3d(-50%, -50%, 0); background: radial-gradient(circle, rgba(255, 115, 50, .5), rgba(38, 137, 255, .08) 48%, transparent 72%); filter: blur(14px); mix-blend-mode: screen; }
.ambient-canvas { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .28; }
main, .site-footer { position: relative; z-index: 1; }

/* Loader */
.preloader { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; background: #07090c; transition: opacity .7s var(--ease), visibility .7s; }
.preloader::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle, #000 0, transparent 72%); }
.preloader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__core { position: relative; display: grid; justify-items: center; width: min(440px, 84vw); }
.preloader__logo { width: min(330px, 76vw); filter: drop-shadow(0 26px 58px rgba(0,0,0,.48)); animation: preloaderBrandIn .8s var(--ease) both; }
.preloader__logo img { display: block; width: 100%; height: auto; }
.preloader__track { position: relative; width: 100%; height: 1px; margin-top: 32px; overflow: hidden; background: rgba(255,255,255,.12); }
.preloader__track i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--blue), #fff, var(--hot)); transition: transform .12s linear; box-shadow: 0 0 15px var(--hot); }
.preloader__number { justify-self: end; margin-top: 10px; color: var(--muted); font: 700 11px/1 var(--body); letter-spacing: .22em; }
@keyframes preloaderBrandIn { from { opacity: 0; transform: translateY(14px) scale(.97); filter: blur(8px) drop-shadow(0 26px 58px rgba(0,0,0,.48)); } to { opacity: 1; transform: none; filter: blur(0) drop-shadow(0 26px 58px rgba(0,0,0,.48)); } }

/* Shared */
.section-kicker { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.section-kicker::after { content: ""; width: 58px; height: 1px; background: var(--line-strong); }
.section-kicker span { color: var(--hot); }
.section-title, .intro-title h2 { margin: 25px 0 0; font-family: var(--display); font-size: clamp(54px, 6.2vw, 108px); font-weight: 900; line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.section-title em, .intro-title em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.55); }
.section-intro { max-width: 560px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.7; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.section-head--compact { grid-template-columns: 1fr; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #c8cbd1; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(77,245,155,.1), 0 0 16px rgba(77,245,155,.7); animation: statusPulse 1.8s ease-in-out infinite; }
@keyframes statusPulse { 50% { box-shadow: 0 0 0 11px transparent, 0 0 24px rgba(77,245,155,.9); } }
.button { --button-bg: transparent; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 0 27px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--button-bg); font-size: 13px; font-weight: 800; letter-spacing: .02em; isolation: isolate; transition: color .4s, border-color .4s, box-shadow .4s, transform .4s var(--ease); }
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; transform: translateX(-102%); background: #fff; transition: transform .48s var(--ease); }
.button:hover::before { transform: none; }
.button:hover { color: #08090b; border-color: #fff; transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.button:hover svg { transform: translateX(4px); }
.button--hot { --button-bg: var(--hot); color: #fff; border-color: var(--hot); box-shadow: 0 15px 50px rgba(255,90,31,.24); }
.button--hot::after { content: ""; position: absolute; inset: -80% -10%; z-index: -1; transform: translateX(-120%) rotate(18deg); width: 28%; background: rgba(255,255,255,.24); filter: blur(4px); transition: transform .75s var(--ease); }
.button--hot:hover::after { transform: translateX(520%) rotate(18deg); }
.button--glass { background: rgba(255,255,255,.035); backdrop-filter: blur(14px); }
.button--line { border-color: rgba(255,255,255,.28); }
.button--large { min-height: 68px; padding: 0 34px; }
.button--small { min-height: 45px; padding: 0 19px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 8px; border-bottom: 1px solid var(--line-strong); font-size: 13px; font-weight: 800; transition: border-color .3s, color .3s; }
.text-link svg { width: 17px; height: 17px; }
.text-link:hover { color: var(--hot-soft); border-color: var(--hot); }
.reveal { opacity: 0; transform: translateY(48px); transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 92px; border-bottom: 1px solid transparent; transition: height .4s var(--ease), background .4s, border-color .4s, backdrop-filter .4s; }
.site-header.is-scrolled { height: 72px; border-color: var(--line); background: rgba(8,10,13,.78); backdrop-filter: blur(22px) saturate(140%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand-logo { position: relative; display: block; filter: drop-shadow(0 12px 30px rgba(0,0,0,.3)); transition: transform .35s var(--ease), filter .35s; }
.brand-logo img { display: block; width: 100%; height: auto; }
.brand-logo--header { flex: 0 0 auto; width: 218px; }
.brand-logo--header img { width: 100%; height: auto; }
.brand-logo--header::after { content: ""; position: absolute; z-index: -1; inset: 8px; border-radius: 14px; background: linear-gradient(135deg, rgba(50,141,255,.35), rgba(255,90,24,.38)); filter: blur(16px); opacity: .46; transition: opacity .3s; }
.brand-logo--header:hover { transform: translateY(-2px) scale(1.035); filter: drop-shadow(0 16px 30px rgba(0,0,0,.42)); }
.brand-logo--header:hover::after { opacity: .88; }
.brand-logo--footer { width: min(100%, 330px); }
.desktop-nav { display: flex; gap: clamp(15px, 1.65vw, 30px); margin-left: auto; margin-right: clamp(20px, 2.7vw, 48px); }
.desktop-nav a { position: relative; color: #c5c9d0; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--hot); transition: transform .35s var(--ease); }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.header-phone svg { width: 17px; height: 17px; color: var(--hot-soft); }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; transition: transform .35s var(--ease); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 999; inset: 0; display: grid; align-content: center; padding: 105px max(24px, 7vw) 34px; visibility: hidden; opacity: 0; background: #090b0e; transition: opacity .24s var(--ease), visibility .24s; }
.mobile-menu::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 100% 0, rgba(255,90,31,.18), transparent 40%), linear-gradient(120deg, transparent 0 60%, rgba(38,137,255,.06)); }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { position: relative; display: grid; }
.mobile-menu nav a { display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 12px 0; border-bottom: 1px solid var(--line); transform: translateY(20px); opacity: 0; font: 800 clamp(27px, 5.7vw, 54px)/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; transition: opacity .28s var(--ease), transform .28s var(--ease), color .2s; transition-delay: calc(var(--i) * .025s); }
.mobile-menu.is-open nav a { opacity: 1; transform: none; }
.mobile-menu nav a em { color: var(--muted-2); font: 700 10px/1 var(--body); letter-spacing: .16em; }
.mobile-menu nav a svg { width: 36px; height: 36px; }
.mobile-menu nav a:hover, .mobile-menu nav .mobile-menu__accent { color: var(--hot); }
.mobile-menu__foot { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.mobile-menu__foot a { color: #fff; font-weight: 800; }

/* Hero */
.hero { position: relative; min-height: max(830px, 100svh); overflow: hidden; display: grid; align-items: center; padding: 140px 0 105px; background: #080a0d; isolation: isolate; }
.hero-media { position: absolute; z-index: -4; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; transform: scale(1.035); animation: heroBreath 14s ease-in-out infinite alternate; }
@keyframes heroBreath { to { transform: scale(1.09) translate3d(-.5%, -.5%, 0); } }
.hero-media__vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,12,.99) 0%, rgba(7,9,12,.92) 28%, rgba(7,9,12,.34) 58%, rgba(7,9,12,.16) 73%, rgba(7,9,12,.55) 100%), linear-gradient(0deg, #090b0e 0%, transparent 27%, rgba(4,5,7,.2) 75%, rgba(5,7,9,.72) 100%); }
.hero-media__scan { position: absolute; inset: -100% 0; background: linear-gradient(transparent 49.5%, rgba(255,255,255,.05) 50%, transparent 50.5%); background-size: 100% 7px; opacity: .16; animation: scanMove 11s linear infinite; }
@keyframes scanMove { to { transform: translateY(50%); } }
.hero-grid { position: absolute; z-index: -2; inset: auto -12% -20% -12%; height: 61%; transform: perspective(480px) rotateX(62deg); transform-origin: bottom; background-image: linear-gradient(rgba(255,255,255,.085) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(transparent, #000 58%); opacity: .35; animation: gridMove 6s linear infinite; }
@keyframes gridMove { to { background-position-y: 80px; } }
.hero-orb { position: absolute; z-index: -3; width: 460px; height: 460px; border-radius: 50%; filter: blur(105px); opacity: .12; pointer-events: none; }
.hero-orb--orange { right: -100px; bottom: -120px; background: var(--hot); }
.hero-orb--blue { left: 34%; top: -300px; background: var(--blue); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); align-items: center; gap: clamp(50px, 7vw, 120px); }
.hero-copy { max-width: 960px; }
.hero-eyebrow { opacity: 0; animation: heroRise .8s .9s var(--ease) forwards; }
.hero-title { margin: 30px 0 32px; font-family: var(--display); font-size: clamp(76px, 8.8vw, 158px); font-weight: 900; line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.title-line { display: block; overflow: hidden; padding: 0 .07em .12em 0; opacity: 0; transform: translateY(100%); animation: heroRise 1s var(--ease) forwards; }
.title-line:first-child { animation-delay: .95s; }
.title-line:nth-child(2) { animation-delay: 1.08s; }
.hero-title i { color: var(--hot); font-style: normal; text-shadow: 0 0 55px rgba(255,90,31,.23); }
.title-dot { color: var(--hot); }
.hero-lead { max-width: 670px; margin: 0; color: #b7bac1; font-size: clamp(16px, 1.22vw, 20px); line-height: 1.72; opacity: 0; animation: heroRise .9s 1.25s var(--ease) forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 37px; opacity: 0; animation: heroRise .9s 1.36s var(--ease) forwards; }
.hero-proof { display: flex; margin-top: 50px; opacity: 0; animation: heroRise .9s 1.48s var(--ease) forwards; }
.hero-proof > span { display: flex; align-items: center; gap: 10px; min-width: 155px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-proof > span:last-child { border: 0; }
.hero-proof b { font: 900 25px/1 var(--display); letter-spacing: -.03em; }
.hero-proof small { color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
@keyframes heroRise { to { opacity: 1; transform: none; } }

.telemetry-card { position: relative; align-self: end; justify-self: end; width: min(100%, 470px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: linear-gradient(140deg, rgba(25,29,36,.84), rgba(8,10,14,.74)); box-shadow: 0 40px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(22px) saturate(135%); opacity: 0; animation: cardAppear 1.1s 1.35s var(--ease) forwards; transform-style: preserve-3d; transition: transform .25s ease-out, border-color .4s, box-shadow .4s; }
.telemetry-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.07), transparent 52%); transform: translateX(-100%); animation: glassSweep 6s 3s ease-in-out infinite; }
.telemetry-card:hover { border-color: rgba(255,90,31,.5); box-shadow: 0 45px 110px rgba(0,0,0,.52), 0 0 45px rgba(255,90,31,.08); }
@keyframes cardAppear { from { opacity: 0; transform: translateY(70px) rotateX(9deg); } to { opacity: 1; transform: none; } }
@keyframes glassSweep { 0%, 70% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.telemetry-card__top, .telemetry-card__foot { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.telemetry-card__top span { display: flex; align-items: center; gap: 8px; color: #d8dae0; }
.live-pulse, .dashboard-top i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: statusPulse 1.8s infinite; }
.telemetry-gauge { position: relative; min-height: 230px; }
.telemetry-gauge canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.telemetry-gauge__value { position: absolute; left: 50%; bottom: 35px; display: flex; align-items: flex-end; gap: 15px; transform: translateX(-50%); white-space: nowrap; }
.telemetry-gauge__value strong { font: 900 76px/.72 var(--display); letter-spacing: -.08em; }
.telemetry-gauge__value span { color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.telemetry-mini { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.telemetry-mini > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 22px; }
.telemetry-mini > div + div { border-left: 1px solid var(--line); }
.telemetry-mini span { color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.telemetry-mini b { font: 900 24px/1 var(--display); }
.telemetry-card__foot { border: 0; border-top: 1px solid var(--line); }
.telemetry-card__foot svg { width: 16px; height: 16px; color: var(--hot); }
.hero-bottom { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: flex-end; justify-content: space-between; transform: translateX(-50%); }
.scroll-cue { display: flex; align-items: center; gap: 13px; color: var(--muted-2); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 20px; height: 34px; border: 1px solid var(--line-strong); border-radius: 14px; }
.scroll-cue i::after { content: ""; position: absolute; top: 7px; left: 50%; width: 2px; height: 6px; margin-left: -1px; border-radius: 2px; background: var(--hot); animation: mouseScroll 1.7s infinite; }
@keyframes mouseScroll { to { transform: translateY(12px); opacity: 0; } }
.hero-location { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 9px; line-height: 1.4; text-transform: uppercase; }
.hero-location svg { width: 22px; height: 22px; color: var(--hot); }
.hero-location b { color: #fff; font-size: 10px; letter-spacing: .05em; }

/* Marquee */
.marquee { position: relative; z-index: 2; overflow: hidden; border-block: 1px solid var(--line); background: #0c0f13; }
.marquee__track { display: flex; align-items: center; width: max-content; padding: 26px 0; animation: marquee 28s linear infinite; }
.marquee__track span { padding: 0 35px; font: 900 13px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.marquee__track i { width: 7px; height: 7px; transform: rotate(45deg); background: var(--hot); box-shadow: 0 0 13px rgba(255,90,31,.55); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Priority navigation */
.priority-nav { padding: clamp(68px, 7vw, 110px) 0 18px; background: linear-gradient(180deg, #0b0e12, var(--bg)); }
.priority-nav__head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 50px; }
.priority-nav__head h2 { margin: 20px 0 0; font: 900 clamp(42px, 5vw, 78px)/.92 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.priority-nav__head > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.priority-nav__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; }
.priority-card { position: relative; display: flex; min-height: 270px; flex-direction: column; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .3s var(--ease), border-color .3s, background .3s; }
.priority-card::after { position: absolute; top: -75px; right: -75px; width: 170px; height: 170px; border-radius: 50%; content: ""; background: var(--blue); opacity: .08; filter: blur(3px); }
.priority-card--hot::after { background: var(--hot); opacity: .16; }
.priority-card:hover { transform: translateY(-5px); border-color: var(--line-strong); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.priority-card > span { color: var(--muted-2); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.priority-card > svg { width: 34px; height: 34px; margin: 34px 0 24px; color: var(--hot); }
.priority-card h3 { margin: 0; font: 900 27px/1 var(--display); letter-spacing: -.035em; }
.priority-card p { margin: 12px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.priority-card p b { color: #fff; }
.priority-card i { margin-top: auto; color: #fff; font-size: 12px; font-style: normal; font-weight: 800; }

/* Intro bento */
.intro { overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: .37fr 1fr .58fr; align-items: end; gap: clamp(28px, 4vw, 70px); }
.intro-title h2 { margin: 0; }
.intro-copy p { margin: 0 0 32px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.bento-grid { display: grid; grid-template-columns: 1.35fr .7fr .95fr; gap: 18px; margin-top: 90px; }
.bento { --rx: 0deg; --ry: 0deg; position: relative; min-height: 420px; overflow: hidden; padding: 36px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(150deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: border-color .4s, transform .2s ease-out, background .4s; }
.bento:hover { border-color: var(--line-strong); background: linear-gradient(150deg, rgba(255,255,255,.075), rgba(255,255,255,.02)); }
.bento__index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bento__icon { width: 62px; height: 62px; margin-top: 82px; color: var(--hot); filter: drop-shadow(0 0 18px rgba(255,90,31,.3)); }
.bento h3 { position: relative; z-index: 2; margin: 28px 0 13px; font: 900 clamp(30px, 2.5vw, 46px)/.95 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.bento p { position: relative; z-index: 2; max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.signal-wave { position: absolute; right: -20px; bottom: 45px; display: flex; align-items: center; gap: 9px; height: 115px; transform: rotate(-12deg); opacity: .25; }
.signal-wave i { width: 2px; height: calc(10px + var(--h, 40px)); background: linear-gradient(transparent, var(--blue), var(--hot), transparent); animation: wave 1.4s ease-in-out infinite alternate; animation-delay: calc(var(--n, 0) * -.08s); }
.signal-wave i:nth-child(1) { --h: 12px; --n: 1; }.signal-wave i:nth-child(2) { --h: 50px; --n: 2; }.signal-wave i:nth-child(3) { --h: 28px; --n: 3; }.signal-wave i:nth-child(4) { --h: 82px; --n: 4; }.signal-wave i:nth-child(5) { --h: 42px; --n: 5; }.signal-wave i:nth-child(6) { --h: 96px; --n: 6; }.signal-wave i:nth-child(7) { --h: 55px; --n: 7; }.signal-wave i:nth-child(8) { --h: 22px; --n: 8; }.signal-wave i:nth-child(9) { --h: 68px; --n: 9; }
@keyframes wave { to { transform: scaleY(.45); opacity: .4; } }
.bento--number { display: flex; flex-direction: column; justify-content: flex-end; }
.bento--number .bento__index { position: absolute; top: 36px; left: 36px; }
.bento--number strong { font: 900 clamp(100px, 10vw, 170px)/.7 var(--display); letter-spacing: -.1em; }
.bento--number small { margin-top: 30px; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.bento__watermark { position: absolute; top: 40px; right: -50px; width: 220px; height: 220px; color: rgba(255,255,255,.025); stroke-width: .8; }
.bento--hot { border-color: transparent; background: var(--hot); color: #fff; }
.bento--hot:hover { border-color: transparent; background: #ff682e; }
.bento--hot h3 { margin-top: 100px; }
.bento--hot p { color: rgba(255,255,255,.78); }
.bento--hot > a { position: absolute; right: 34px; bottom: 34px; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transition: transform .4s var(--ease), background .4s, color .4s; }
.bento--hot > a svg { width: 22px; height: 22px; }
.bento--hot > a:hover { transform: rotate(-35deg); background: #fff; color: var(--hot); }
.bento__rings { position: absolute; top: -100px; right: -130px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.bento__rings::before, .bento__rings::after { content: ""; position: absolute; border: inherit; border-radius: 50%; }
.bento__rings::before { inset: 35px; }.bento__rings::after { inset: 75px; }

/* Services */
.services { overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.016), transparent 35%); }
.services-toolbar { display: flex; align-items: center; justify-content: space-between; margin-top: 80px; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.services-toolbar > div { display: flex; gap: 7px; }
.services-toolbar button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .3s, border-color .3s, color .3s; }
.services-toolbar button:first-child { transform: rotate(180deg); }
.services-toolbar button:hover { color: #08090b; border-color: #fff; background: #fff; }
.services-toolbar svg { width: 17px; height: 17px; }
.services-viewport { width: 100%; margin-top: 20px; overflow: hidden; }
.services-track { display: flex; gap: 14px; overflow-x: auto; padding: 8px max(48px, calc((100vw - 1480px)/2)) 38px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.services-track::-webkit-scrollbar { display: none; }
.services-track.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.service-card { --mx: 50%; --my: 50%; position: relative; flex: 0 0 clamp(310px, 25.2vw, 420px); min-height: 465px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); scroll-snap-align: start; transition: transform .5s var(--ease), border-color .4s, background .4s; }
.service-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(340px circle at var(--mx) var(--my), rgba(255,90,31,.13), transparent 58%); opacity: 0; transition: opacity .35s; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--hot), var(--hot-soft)); transition: transform .5s var(--ease); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(255,90,31,.42); background: #15181e; }
.service-card:hover::before { opacity: 1; }.service-card:hover::after { transform: scaleX(1); }
.service-card__num { color: var(--muted-2); font: 800 9px/1 var(--body); letter-spacing: .16em; }
.service-card__icon { position: relative; width: 68px; height: 68px; margin: 72px 0 45px; color: var(--hot); stroke-width: 1.15; transition: transform .55s var(--ease), filter .4s; }
.service-card:hover .service-card__icon { transform: scale(1.1) rotate(-4deg); filter: drop-shadow(0 0 16px rgba(255,90,31,.36)); }
.service-card h3 { position: relative; max-width: 310px; margin: 0 0 14px; font: 900 clamp(27px, 2vw, 36px)/1 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.service-card p { position: relative; max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card__go { position: absolute; z-index: 2; right: 28px; bottom: 26px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .3s; }
.service-card__go svg { width: 17px; height: 17px; }
.service-card:hover .service-card__go { color: #fff; }
.service-card--accent { background: var(--hot); color: #fff; }
.service-card--accent .service-card__num, .service-card--accent p, .service-card--accent .service-card__go { color: rgba(255,255,255,.75); }
.service-card--accent .service-card__icon { color: #fff; }
.service-card--accent:hover { border-color: var(--hot-soft); background: #ff682e; }
.services-foot { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 36px; }

/* Live dashboard */
.live-section { overflow: hidden; border-block: 1px solid var(--line); background: #0c0f13; }
.live-backdrop { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.live-backdrop div { position: absolute; top: 0; left: 45%; width: 1px; height: 100%; background: linear-gradient(transparent, rgba(255,90,31,.35), transparent); box-shadow: 0 0 80px 22px rgba(255,90,31,.035); }
.live-backdrop span { position: absolute; right: -30px; bottom: -30px; color: transparent; font: 900 clamp(120px, 18vw, 330px)/.8 var(--display); letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(255,255,255,.025); white-space: nowrap; }
.live-grid { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: clamp(50px, 6vw, 100px); }
.live-copy .section-intro { margin-top: 35px; }
.live-links { display: grid; margin-top: 40px; border-top: 1px solid var(--line); }
.live-links a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.live-links svg { width: 18px; height: 18px; color: var(--hot); transition: transform .3s; }
.live-links a:hover svg { transform: translateX(5px); }
.live-dashboard { --rx: 0deg; --ry: 0deg; position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 7px; background: rgba(8,10,14,.82); box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .2s ease-out; }
.dashboard-top, .dashboard-foot { display: flex; align-items: center; justify-content: space-between; padding: 21px 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dashboard-top span { display: flex; align-items: center; gap: 9px; color: #e1e2e5; }
.dashboard-counters { display: grid; grid-template-columns: repeat(3, 1fr); }
.dashboard-counters a { position: relative; min-height: 180px; padding: 28px; border-right: 1px solid var(--line); transition: background .3s; }
.dashboard-counters a:last-child { border-right: 0; }
.dashboard-counters a:hover { background: rgba(255,255,255,.035); }
.dashboard-counters strong { display: block; font: 900 clamp(42px, 4.1vw, 73px)/.9 var(--display); letter-spacing: -.06em; }
.dashboard-counters span { display: block; margin-top: 14px; color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.dashboard-counters svg { position: absolute; top: 30px; right: 25px; width: 24px; height: 24px; color: var(--hot); opacity: .7; }
.dashboard-chart { position: relative; height: 290px; padding: 22px 25px 28px 48px; border-top: 1px solid var(--line); 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: 100% 25%, 25% 100%; }
.dashboard-chart canvas { width: 100%; height: 100%; }
.chart-scale { position: absolute; left: 17px; top: 15px; bottom: 29px; display: flex; flex-direction: column; justify-content: space-between; color: var(--muted-2); font-size: 7px; }
.chart-labels { position: absolute; right: 21px; bottom: 9px; left: 48px; display: flex; justify-content: space-between; color: var(--muted-2); font-size: 7px; letter-spacing: .08em; }
.dashboard-foot { border-top: 1px solid var(--line); border-bottom: 0; }
.dashboard-foot b { color: var(--green); font-weight: 800; }

/* Process */
.process { overflow: hidden; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 105px; }
.process-progress { position: absolute; top: 51px; left: 12.5%; right: 12.5%; height: 1px; background: var(--line); }
.process-progress i { display: block; width: var(--process, 0%); height: 100%; background: linear-gradient(90deg, var(--hot), var(--blue)); box-shadow: 0 0 12px rgba(255,90,31,.6); transition: width .15s linear; }
.process-step { position: relative; padding: 0 clamp(20px, 2.5vw, 40px); text-align: center; }
.process-step > span { display: block; margin-bottom: 22px; color: var(--muted-2); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.process-step__mark { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 36px; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--bg); transition: background .4s, color .4s, border-color .4s, transform .4s var(--ease); }
.process-step__mark svg { width: 24px; height: 24px; }
.process-step:hover .process-step__mark { transform: scale(1.12); color: #fff; border-color: var(--hot); background: var(--hot); }
.process-step h3 { margin: 0 0 12px; font: 900 27px/1 var(--display); text-transform: uppercase; }
.process-step p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Ecosystem */
.ecosystem { overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(135deg, rgba(38,137,255,.035), transparent 35%), #0c0f13; }
.ecosystem-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 7vw, 120px); }
.ecosystem-copy .section-intro { margin-top: 34px; }
.ecosystem-copy .button { margin-top: 37px; }
.orbit-system { position: relative; min-height: 690px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.105); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit--one { width: 270px; height: 270px; animation: orbitSpin 22s linear infinite; }
.orbit--two { width: 470px; height: 470px; border-style: dashed; animation: orbitSpin 30s linear infinite reverse; }
.orbit--three { width: 650px; height: 650px; opacity: .45; animation: orbitSpin 44s linear infinite; }
@keyframes orbitSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.orbit-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 185px; height: 185px; transform: translate(-50%, -50%); border: 1px solid rgba(255,90,31,.32); border-radius: 50%; background: radial-gradient(circle, rgba(255,90,31,.15), rgba(13,16,20,.94) 67%); box-shadow: 0 0 90px rgba(255,90,31,.12), inset 0 0 45px rgba(255,90,31,.07); }
.orbit-core__mark { display: block; width: 168px; height: 168px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(0,0,0,.38)); }
.orbit-node { position: absolute; display: grid; grid-template-columns: 48px auto; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border: 1px solid var(--line); border-radius: 40px; background: rgba(15,18,23,.82); box-shadow: 0 15px 45px rgba(0,0,0,.25); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; white-space: nowrap; transition: transform .4s var(--ease), border-color .4s, background .4s; }
.orbit-node > svg { width: 48px; height: 48px; padding: 13px; border-radius: 50%; background: rgba(255,255,255,.05); color: var(--hot); }
.orbit-node:hover { z-index: 4; transform: scale(1.08); border-color: var(--hot); background: #161a20; }
.node--1 { top: 5%; left: 41%; }.node--2 { top: 28%; right: -1%; }.node--3 { bottom: 16%; right: 4%; }.node--4 { bottom: 6%; left: 12%; }.node--5 { top: 26%; left: -3%; }
.digital-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 95px; }
.digital-card { position: relative; min-height: 290px; padding: 23px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.018); transition: transform .45s var(--ease), border-color .4s, background .4s; }
.digital-card:hover { transform: translateY(-7px); border-color: rgba(38,137,255,.45); background: rgba(38,137,255,.055); }
.digital-card > span { color: var(--muted-2); font-size: 8px; font-weight: 800; }
.digital-card > svg { width: 45px; height: 45px; margin: 50px 0 32px; color: var(--blue); }
.digital-card h3 { margin: 0 0 10px; font: 900 clamp(19px, 1.5vw, 23px)/1 var(--display); text-transform: uppercase; }
.digital-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.digital-card > i { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; }
.digital-card > i svg { width: 15px; height: 15px; }
.mission-panel { display: grid; grid-template-columns: 1.05fr 1.25fr auto; align-items: center; gap: clamp(28px, 5vw, 72px); margin-top: 32px; padding: clamp(32px, 4.5vw, 62px); border: 1px solid rgba(255,104,30,.25); border-radius: 8px; background: radial-gradient(circle at 95% 0, rgba(52,127,255,.13), transparent 34%), linear-gradient(125deg, rgba(255,104,30,.08), rgba(255,255,255,.018)); }
.mission-panel .section-kicker { margin-bottom: 22px; }
.mission-panel h3 { max-width: 600px; margin: 0; font: 900 clamp(30px, 3.3vw, 54px)/.98 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.mission-panel p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.mission-panel .button { white-space: nowrap; }

/* Parts */
.parts-banner { padding-top: clamp(90px, 8vw, 135px); }
.parts-card { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,90,31,.25); border-radius: 8px; background: linear-gradient(120deg, #15181c, #0c0f13 58%, #12151a); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.parts-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(90deg, transparent 30%, #000); }
.parts-card__glow { position: absolute; right: -130px; bottom: -170px; width: 530px; height: 530px; border-radius: 50%; background: var(--hot); opacity: .13; filter: blur(100px); }
.parts-card__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 6vw, 92px); }
.parts-card__copy h2 { margin: 27px 0 25px; font: 900 clamp(52px, 5.5vw, 94px)/.87 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.parts-card__copy h2 em { color: var(--hot); font-style: normal; }
.parts-card__copy p { max-width: 630px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.parts-stock { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 8px; margin-top: 30px; }
.parts-stock a { min-height: 105px; padding: 17px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.025); transition: border-color .25s, background .25s; }
.parts-stock a:hover { border-color: rgba(255,90,31,.45); background: rgba(255,90,31,.055); }
.parts-stock strong { display: block; color: #fff; font: 900 clamp(25px, 2.4vw, 38px)/1 var(--display); letter-spacing: -.04em; }
.parts-stock span { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.parts-card__copy > .parts-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.parts-phone { color: #c9cbd0; font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--line-strong); padding-bottom: 5px; }
.parts-visual { position: relative; z-index: 2; min-height: 560px; }
.parts-visual__ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%, -50%); }
.parts-visual__ring.r1 { width: 220px; height: 220px; border-color: rgba(255,90,31,.38); animation: orbitSpin 16s linear infinite; }
.parts-visual__ring.r2 { width: 360px; height: 360px; border-style: dashed; animation: orbitSpin 26s linear infinite reverse; }
.parts-visual__ring.r3 { width: 510px; height: 510px; opacity: .55; }
.parts-visual__core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 150px; height: 150px; transform: translate(-50%, -50%); border: 1px solid rgba(255,90,31,.38); border-radius: 50%; background: #11151a; box-shadow: 0 0 70px rgba(255,90,31,.14); }
.parts-visual__core svg { width: 72px; height: 72px; color: var(--hot); animation: gearSpin 16s linear infinite; }
@keyframes gearSpin { to { transform: rotate(360deg); } }
.part-chip { position: absolute; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(15,18,23,.88); box-shadow: 0 15px 35px rgba(0,0,0,.3); backdrop-filter: blur(12px); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.part-chip.p1 { top: 17%; left: 19%; animation: floatChip 4.2s ease-in-out infinite; }.part-chip.p2 { top: 24%; right: 12%; animation: floatChip 4.8s .8s ease-in-out infinite; }.part-chip.p3 { bottom: 15%; left: 30%; animation: floatChip 4.5s 1.4s ease-in-out infinite; }
@keyframes floatChip { 50% { transform: translateY(-12px); } }
.stock-slider { margin-top: 24px; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); border-radius: 8px; background: #0d1014; }
.stock-slider__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.stock-slider__head h3 { margin: 18px 0 0; font: 900 clamp(32px, 4vw, 58px)/.95 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.stock-slider__controls { display: flex; gap: 8px; }
.stock-slider__controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: #fff; background: rgba(255,255,255,.035); cursor: pointer; transition: background .25s, border-color .25s; }
.stock-slider__controls button:hover { border-color: var(--hot); background: var(--hot); }
.stock-slider__controls button:first-child svg { transform: rotate(180deg); }
.stock-slider__controls svg { width: 19px; height: 19px; }
.stock-slider__foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; color: var(--muted); font-size: 13px; }
.stock-slider__foot a { color: #fff; font-weight: 800; }

/* CTA */
.final-cta { min-height: 800px; display: grid; align-items: center; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(105deg, rgba(255,90,31,.09), transparent 40%), #0b0e12; text-align: center; }
.final-cta::before { content: ""; position: absolute; top: 50%; left: 50%; width: 750px; height: 750px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255,255,255,.015), 0 0 0 240px rgba(255,255,255,.01); }
.final-cta__text { position: absolute; top: 50%; left: 50%; color: transparent; font: 900 clamp(110px, 17vw, 300px)/1 var(--display); letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(255,255,255,.035); transform: translate(-50%, -50%); white-space: nowrap; animation: ctaDrift 20s linear infinite alternate; }
@keyframes ctaDrift { to { transform: translate(-56%, -50%); } }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta__inner h2 { margin: 26px 0 45px; font: 900 clamp(70px, 8.7vw, 150px)/.82 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.final-cta__inner h2 em { color: var(--hot); font-style: normal; }
.final-cta__actions { display: flex; align-items: center; justify-content: center; gap: 40px; }
.final-phone { display: grid; gap: 6px; text-align: left; }
.final-phone small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.final-phone strong { font: 900 24px/1 var(--display); }
.final-online { padding-bottom: 5px; border-bottom: 1px solid var(--line-strong); color: var(--muted); font-size: 13px; font-weight: 800; }
.final-online:hover { color: #fff; border-color: var(--hot); }

/* Contacts */
.contacts { background: var(--bg); }
.contact-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 18px; margin-top: 85px; }
.contact-panel { padding: 38px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel); }
.contact-panel__status { display: flex; align-items: center; gap: 10px; padding-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-panel__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.contact-group { display: grid; gap: 9px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.contact-group > span { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-group a { width: fit-content; font: 900 clamp(25px, 2vw, 34px)/1.1 var(--display); letter-spacing: -.02em; transition: color .3s; }
.contact-group a:hover { color: var(--hot); }
.contact-details { display: grid; gap: 20px; padding-top: 28px; }
.contact-details p { display: flex; align-items: flex-start; gap: 14px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.contact-details svg { width: 20px; height: 20px; color: var(--hot); }
.contact-details b, .contact-details a { color: #fff; font-size: 12px; }
.map-wrap { position: relative; min-height: 670px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--panel); }
.map-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 0 100px rgba(0,0,0,.22); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.9) contrast(.92) brightness(.74) hue-rotate(180deg); }
.map-label { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 17px 19px; border: 1px solid var(--line-strong); border-radius: 4px; background: rgba(9,11,14,.85); backdrop-filter: blur(15px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.map-label svg { width: 18px; height: 18px; color: var(--hot); }.map-label svg:last-child { margin-left: 12px; color: #fff; }

/* Footer */
.site-footer { padding: 85px 0 26px; border-top: 1px solid var(--line); background: #07090b; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4, .72fr); gap: 44px; }
.footer-brand__phone { display: block; width: min(100%, 330px); margin-top: 15px; color: #8fc1ff; font: 800 clamp(20px, 1.55vw, 25px)/1 var(--body); letter-spacing: .035em; text-align: center; transition: color .3s, transform .3s var(--ease); }
.footer-brand__phone:hover { color: #fff; transform: translateY(-1px); }
.footer-brand p { max-width: 350px; margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.vk-link { display: inline-flex; align-items: center; min-height: 44px; gap: 9px; color: #c9ccd2; font-size: 13px; font-weight: 800; }
.vk-link svg { width: 18px; height: 18px; color: var(--blue); }
.footer-col { display: grid; align-content: start; gap: 13px; }
.footer-col h3 { margin: 0 0 14px; color: var(--muted-2); font: 800 11px/1.25 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.footer-col a, .footer-col span { color: #c4c7ce; font: 500 13px/1.45 var(--body); transition: color .3s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 11px; line-height: 1.5; }
.footer-bottom a:hover { color: #fff; }

/* Floating */
.float-call { position: fixed; z-index: 80; right: 28px; bottom: 28px; display: grid; width: 58px; height: 58px; place-items: center; padding: 0; border: 1px solid rgba(255,90,31,.45); border-radius: 50%; background: rgba(11,14,18,.88); box-shadow: 0 16px 48px rgba(0,0,0,.35); backdrop-filter: blur(15px); transition: transform .35s var(--ease), opacity .25s, visibility .25s; }
.float-call > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--hot); box-shadow: 0 0 25px rgba(255,90,31,.35); }
.float-call svg { width: 19px; height: 19px; }
.float-call b { position: absolute; right: 68px; padding: 8px 11px; opacity: 0; visibility: hidden; border-radius: 4px; background: #11161d; font-size: 11px; letter-spacing: .05em; white-space: nowrap; transition: opacity .2s, visibility .2s; }
.float-call:hover b, .float-call:focus-visible b { opacity: 1; visibility: visible; }
.float-call:hover { transform: translateY(-4px); }
.float-call.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.to-top { position: fixed; z-index: 79; right: 35px; bottom: 99px; display: grid; place-items: center; width: 43px; height: 43px; transform: translateY(20px); opacity: 0; visibility: hidden; border: 1px solid var(--line); border-radius: 50%; background: rgba(11,14,18,.75); backdrop-filter: blur(12px); transition: opacity .3s, transform .3s var(--ease), visibility .3s; }
.to-top.visible { opacity: 1; visibility: visible; transform: none; }
.to-top svg { width: 17px; height: 17px; transform: rotate(-90deg); }

/* Responsive */
@media (max-width: 1240px) {
  :root { --shell: min(100% - 56px, 1180px); }
  .brand-logo--header { width: 174px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions .button { display: none; }
  .hero-layout { grid-template-columns: 1.32fr .68fr; gap: 40px; }
  .hero-title { font-size: clamp(74px, 9.1vw, 116px); }
  .hero-proof > span { min-width: 125px; padding-right: 17px; margin-right: 17px; }
  .telemetry-card { max-width: 400px; }
  .intro-grid { grid-template-columns: 1fr 2fr; }
  .intro-grid .section-kicker { grid-column: 1 / -1; }
  .bento-grid { grid-template-columns: 1.2fr .8fr; }
  .bento--hot { grid-column: 1 / -1; min-height: 340px; }
  .bento--hot h3 { margin-top: 75px; }
  .live-grid { grid-template-columns: .52fr 1.48fr; gap: 45px; }
  .orbit-system { transform: scale(.86); }
  .digital-grid { grid-template-columns: repeat(3, 1fr); }
  .mission-panel { grid-template-columns: 1fr 1fr; }
  .mission-panel .button { width: fit-content; }
  .priority-nav__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  :root { --shell: calc(100vw - 40px); }
  .section-pad { padding: 100px 0; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .header-phone { display: none; }
  .hero { min-height: 960px; padding: 120px 0 100px; align-items: start; }
  .hero-media img { object-position: 64% 45%; }
  .hero-media__vignette { background: linear-gradient(90deg, rgba(7,9,12,.97), rgba(7,9,12,.62) 60%, rgba(7,9,12,.35)), linear-gradient(0deg, #090b0e 0, rgba(9,11,14,.25) 42%, rgba(5,7,9,.45)); }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; }
  .hero-title { font-size: clamp(68px, 14vw, 112px); }
  .hero-lead { max-width: 610px; }
  .telemetry-card { position: relative; right: auto; bottom: auto; justify-self: start; width: min(100%, 620px); max-width: 620px; margin-top: 8px; }
  .hero-bottom { bottom: 28px; }
  .intro-grid, .section-head, .live-grid, .ecosystem-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-head { align-items: start; }
  .section-intro { margin-top: 15px; }
  .priority-nav__head { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .bento-grid { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .bento--wide { grid-column: 1 / -1; }
  .bento--hot { grid-column: auto; min-height: 420px; }
  .bento--hot h3 { margin-top: 100px; }
  .live-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
  .live-copy .section-kicker { grid-column: 1 / -1; }.live-copy .section-title { margin-top: 0; }.live-copy .section-intro { margin-top: 0; }
  .live-links { grid-column: 1 / -1; margin-top: 10px; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 60px 0; }
  .process-progress { display: none; }
  .orbit-system { min-height: 610px; transform: none; }
  .parts-card { grid-template-columns: 1fr; }
  .parts-visual { min-height: 420px; }
  .contact-layout { gap: 14px; }
  .map-wrap { min-height: 530px; }
  .digital-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; }.footer-col--contact { grid-column: auto; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 32px); }
  .section-pad { padding: 82px 0; }
  .brand-logo--header { width: 154px; }
  .hero { min-height: auto; padding: 112px 0 54px; }
  .hero-media img { object-position: 67% center; filter: brightness(.83); }
  .hero-media__vignette { background: linear-gradient(90deg, rgba(7,9,12,.98), rgba(7,9,12,.72) 58%, rgba(7,9,12,.45)), linear-gradient(0deg, #090b0e 0, rgba(9,11,14,.45) 52%, rgba(5,7,9,.5)); }
  .hero-grid { height: 45%; }
  .hero-eyebrow { font-size: 8px; letter-spacing: .15em; }
  .header-inner { max-width: calc(100vw - 32px); }
  .header-actions { min-width: 45px; margin-left: auto; }
  .menu-toggle { flex: 0 0 45px; }
  .hero-title { max-width: 100%; margin: 24px 0 25px; font-size: clamp(52px, 16vw, 74px); line-height: .82; }
  .hero-lead { max-width: 95%; font-size: 14px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; margin-top: 28px; }
  .button--large { min-height: 60px; }
  .hero-proof { margin-top: 35px; }
  .hero-proof > span { min-width: 0; flex: 1; display: grid; gap: 7px; padding-right: 10px; margin-right: 10px; }
  .hero-proof b { font-size: 22px; }.hero-proof small { font-size: 7px; }
  .telemetry-card { position: relative; right: auto; bottom: auto; left: auto; width: 100%; max-width: none; margin-top: 4px; }
  .telemetry-gauge { min-height: 148px; }
  .telemetry-gauge__value { bottom: 20px; }.telemetry-gauge__value strong { font-size: 53px; }
  .telemetry-mini > div { padding: 15px; }.telemetry-mini b { font-size: 20px; }
  .telemetry-card__top, .telemetry-card__foot { padding: 13px 16px; }
  .hero-bottom { display: none; }
  .marquee__track { padding: 20px 0; }.marquee__track span { padding: 0 24px; font-size: 11px; }
  .priority-nav { padding-top: 64px; }
  .priority-nav__head h2 { font-size: clamp(38px, 12vw, 58px); }
  .priority-nav__head > p { font-size: 15px; }
  .priority-nav__viewport { width: 100%; overflow: hidden; }
  .priority-nav__grid { display: flex; width: auto; gap: 10px; overflow-x: auto; margin-top: 30px; padding-inline: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .priority-nav__grid::-webkit-scrollbar { display: none; }
  .priority-card { flex: 0 0 min(82vw, 330px); min-height: 255px; scroll-snap-align: start; }
  .section-title, .intro-title h2 { font-size: clamp(48px, 15vw, 78px); }
  .intro-grid { grid-template-columns: 1fr; }.intro-grid .section-kicker { grid-column: auto; }
  .intro-copy { margin-top: 8px; }
  .bento-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 55px; }
  .bento { min-height: 355px; padding: 28px; }.bento--wide, .bento--hot { grid-column: auto; }
  .bento__icon { margin-top: 55px; }.bento--number .bento__index { top: 28px; left: 28px; }.bento--hot h3 { margin-top: 75px; }
  .section-head { gap: 28px; }
  .services-toolbar { margin-top: 50px; }
  .services-track { padding-left: 16px; padding-right: 16px; }
  .service-card { flex-basis: 84vw; min-height: 420px; padding: 27px; }
  .service-card__icon { margin: 57px 0 39px; }.services-foot { justify-content: stretch; }.services-foot .button { width: 100%; }
  .live-copy { grid-template-columns: 1fr; gap: 22px; }.live-copy .section-kicker, .live-links { grid-column: auto; }
  .live-dashboard { margin-top: 20px; }
  .dashboard-counters { grid-template-columns: 1fr; }
  .dashboard-counters a { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .dashboard-counters a:last-child { border-bottom: 0; }
  .dashboard-chart { height: 210px; }.dashboard-foot { flex-direction: column; align-items: flex-start; gap: 8px; }
  .process-line { grid-template-columns: 1fr; gap: 48px; margin-top: 70px; }
  .process-step { display: grid; grid-template-columns: 74px 1fr; text-align: left; padding: 0; }
  .process-step > span { grid-column: 1; grid-row: 1; align-self: center; margin: 0; }
  .process-step__mark { grid-column: 1; grid-row: 2 / 4; margin: 0; }
  .process-step h3, .process-step p { grid-column: 2; max-width: none; margin-left: 0; }.process-step p { margin-top: 8px; }
  .ecosystem-copy { min-width: 0; }
  .ecosystem-copy .section-title { max-width: 100%; font-size: clamp(36px, 11.3vw, 54px); letter-spacing: -.055em; }
  .ecosystem-copy .section-intro { max-width: 100%; overflow-wrap: anywhere; font-size: 15px; line-height: 1.65; }
  .orbit-system { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: 0; margin: 42px 0 0; transform: none; }
  .orbit { display: none; }
  .orbit-core { position: relative; top: auto; left: auto; grid-column: 1 / -1; justify-self: center; width: 150px; height: 150px; margin-bottom: 12px; transform: none; }
  .orbit-core__mark { width: 136px; height: 136px; }
  .orbit-node { position: relative; inset: auto; display: grid; grid-template-columns: 38px minmax(0, 1fr); width: 100%; min-width: 0; gap: 8px; padding: 8px 10px 8px 8px; border-radius: 13px; font-size: 9px; white-space: normal; transform: none; }
  .orbit-node > svg { width: 38px; height: 38px; padding: 10px; }
  .orbit-node span { min-width: 0; overflow-wrap: anywhere; }
  .orbit-node:hover { transform: none; }
  .node--1 { grid-column: 1 / -1; justify-self: center; width: min(100%, 220px); }
  .digital-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 30px; }.digital-card { min-height: 250px; }.digital-card > svg { margin: 35px 0 25px; }
  .mission-panel { margin-top: 18px; padding: 28px 22px; }.mission-panel .button { width: 100%; }
  .parts-card__copy { padding: 36px 25px; }.parts-card__copy h2 { font-size: clamp(48px, 14vw, 70px); }.parts-card__copy > .parts-actions { align-items: stretch; flex-direction: column; }
  .parts-stock { grid-template-columns: 1fr; }
  .parts-stock a { min-height: 88px; }
  .parts-visual { min-height: 360px; transform: scale(.82); margin: -20px -40px 0; }
  .stock-slider { width: calc(100vw - 32px); padding: 28px 18px; }
  .stock-slider__head { align-items: flex-start; flex-direction: column; }
  .stock-slider__controls { align-self: flex-end; }
  .stock-slider__foot { align-items: flex-start; flex-direction: column; }
  .final-cta { min-height: 630px; }.final-cta__inner { width: 100%; min-width: 0; }.final-cta__inner h2 { max-width: 100%; font-size: clamp(38px, 12.5vw, 56px); line-height: .88; letter-spacing: -.055em; overflow-wrap: normal; }.final-cta__inner h2 em { display: inline-block; max-width: 100%; }.final-cta__actions { width: 100%; flex-direction: column; gap: 22px; }.final-phone { text-align: center; }
  .contact-layout { margin-top: 55px; }.contact-panel { padding: 27px 22px; }.contact-group a { font-size: 26px; }.map-wrap { min-height: 430px; }.map-label { right: 14px; bottom: 14px; left: 14px; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }.footer-brand { grid-column: 1 / -1; }.footer-col { min-width: 0; }.footer-col a, .footer-col span { overflow-wrap: anywhere; }.footer-col--contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; margin-top: 50px; }
  .float-call { right: 16px; bottom: 16px; }.float-call b { display: none; }.to-top { right: 22px; bottom: 84px; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-glow { display: none; }
  .tilt-card { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; animation-delay: 0s !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-eyebrow, .title-line, .hero-lead, .hero-actions, .hero-proof, .telemetry-card, .hero-bottom { opacity: 1 !important; transform: none !important; }
  .mobile-menu nav a { transition-delay: 0s !important; }
  .cursor-glow, .ambient-canvas { display: none; }
}
