@import url("https://db.onlinewebfonts.com/c/e66905e07608167a84e6ad52f638c3c6?family=Helvetica+Now+Var");

:root {
  color-scheme: dark;
  --bg: #20201f;
  --surface: rgba(34, 35, 35, 0.76);
  --surface-strong: rgba(38, 39, 40, 0.94);
  --text: #f6f5f2;
  --muted: #c1c0bb;
  --dim: #777873;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #006fff;
  --cyan: #20c8ff;
  --green: #26c281;
  --amber: #f2a51a;
  --rose: #ff6b61;
  --shadow: 0 24px 80px rgba(31, 45, 71, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
  font-family: "Helvetica Now Var", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 68% 42%, rgba(255, 80, 72, 0.11), transparent 22%),
    radial-gradient(circle at 78% 70%, rgba(0, 216, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #222220 0%, #1e1e1d 48%, #242524 100%);
  color: var(--text);
  font-family:
    "UI Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
  opacity: var(--video-opacity, 1);
  transform:
    perspective(1100px)
    rotateX(var(--video-tilt-x, 0deg))
    rotateY(var(--video-tilt-y, 0deg))
    scale(var(--video-scale, 1.055))
    translate(var(--video-x, 0), var(--video-y, 0));
  filter:
    saturate(var(--video-sat, 1.05))
    contrast(1.04)
    brightness(var(--video-bright, 1));
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  will-change: transform, filter, opacity;
}

.video-loop-mask {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  background:
    radial-gradient(circle at var(--loop-x, 52vw) var(--loop-y, 48vh), rgba(255, 255, 255, 0.22), rgba(255, 194, 92, 0.11) 24%, transparent 48%),
    radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(4, 5, 5, 0.28) 62%, rgba(4, 5, 5, 0.74) 100%);
  mix-blend-mode: screen;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.video-loop-mask::before,
.video-loop-mask::after {
  position: absolute;
  inset: -18%;
  content: "";
  opacity: 0;
  pointer-events: none;
}

.video-loop-mask::before {
  background:
    radial-gradient(circle at var(--loop-x, 52vw) var(--loop-y, 48vh), rgba(6, 7, 7, 0.92) 0 12%, rgba(6, 7, 7, 0.72) 28%, rgba(6, 7, 7, 0.26) 46%, transparent 62%);
  transform: scale(0.24);
  transform-origin: var(--loop-x, 52vw) var(--loop-y, 48vh);
}

.video-loop-mask::after {
  background:
    conic-gradient(from 0.08turn at var(--loop-x, 52vw) var(--loop-y, 48vh), transparent 0 7%, rgba(255, 255, 255, 0.24) 8%, transparent 13%, transparent 22%, rgba(255, 213, 106, 0.22) 24%, transparent 30%, transparent 100%),
    radial-gradient(circle at var(--loop-x, 52vw) var(--loop-y, 48vh), transparent 0 24%, rgba(57, 214, 255, 0.16) 34%, transparent 50%);
  mix-blend-mode: screen;
  transform: scale(0.82) rotate(0deg);
}

body.video-loop-hold .background-video {
  --video-scale: 1.065;
  --video-bright: 1.045;
}

body.video-loop-start-pulse .background-video {
  --video-scale: 1.035;
  --video-bright: 0.96;
}

body.video-loop-slowing .background-video {
  --video-scale: 1.072;
}

body.video-loop-hold .video-loop-mask {
  opacity: 0.46;
  animation: videoLoopHoldPulse 2.8s ease-in-out infinite;
}

body.video-loop-hold .video-loop-mask::before {
  opacity: 0.22;
  animation: videoLoopBloom 3.4s ease-in-out infinite;
}

body.video-loop-hold .video-loop-mask::after {
  opacity: 0.86;
  animation: videoLoopRingPulse 2.8s ease-in-out infinite;
}

body.video-loop-hold .video-reactive-layer {
  opacity: 1;
  animation: videoLayerBreath 4.4s ease-in-out infinite;
}

body.video-loop-hold .cursor-light {
  animation: cursorHoldBreath 3.6s ease-in-out infinite;
}

body.video-loop-hold .video-scan-ring {
  animation: holdRingBreath 4.8s ease-in-out infinite;
}

body.video-mode {
  background: #050505;
  --dock-width: 64px;
  --dock-max: 64px;
  --dock-height: 58px;
  --dock-padding: 8px 10px;
  --dock-radius: 999px;
  --dock-columns: 42px;
  --dock-justify: center;
}

body.video-mode.nav-dock-open {
  --dock-width: calc(100% - 32px);
  --dock-max: var(--max);
  --dock-height: 64px;
  --dock-padding: 10px 10px 10px 14px;
  --dock-radius: 14px;
  --dock-columns: auto minmax(0, 1fr) auto 42px;
  --dock-justify: normal;
}

body.video-mode::before,
body.video-mode::after,
body.video-mode .network-stage,
body.video-mode .presentation-hud {
  display: none;
}

.video-reactive-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  --mx: 50vw;
  --my: 50vh;
  --field-opacity: 0.64;
}

.video-reactive-layer::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.28;
  mask-image: radial-gradient(circle at var(--mx) var(--my), black, transparent 62%);
}

.cursor-light {
  position: absolute;
  left: var(--mx);
  top: var(--my);
  width: 420px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 180, 76, 0.16) 32%, transparent 68%);
  mix-blend-mode: screen;
  opacity: 0.62;
  transform: translate(-50%, -50%) scale(0.92);
  filter: blur(8px);
  will-change: left, top, transform;
}

.video-scan-ring {
  position: absolute;
  left: var(--mx);
  top: var(--my);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  opacity: 0.42;
  transform: translate(-50%, -50%) rotate(0deg);
  will-change: left, top, transform, opacity;
}

.video-scan-ring.ring-a {
  width: 440px;
  height: 440px;
  border-color: rgba(255, 255, 255, 0.18);
}

.video-scan-ring.ring-b {
  width: 680px;
  height: 680px;
  border-color: rgba(255, 185, 96, 0.22);
  border-style: dashed;
}

.video-trace {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.84), rgba(255, 185, 96, 0.4), transparent);
  opacity: 0;
  transform-origin: center;
}

.trace-a {
  top: 28vh;
  left: 12vw;
  width: 34vw;
  transform: rotate(-12deg);
}

.trace-b {
  right: 8vw;
  bottom: 26vh;
  width: 30vw;
  transform: rotate(18deg);
}

.trace-c {
  left: 44vw;
  bottom: 14vh;
  width: 26vw;
  transform: rotate(-4deg);
}

.video-beam {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), rgba(255, 213, 44, 0.42), transparent);
  opacity: 0.22;
  transform-origin: center;
  filter: blur(0.2px) drop-shadow(0 0 14px rgba(255, 255, 255, 0.18));
  mix-blend-mode: screen;
}

.beam-a {
  top: 19vh;
  right: 13vw;
  width: min(360px, 28vw);
  transform: rotate(28deg);
}

.beam-b {
  top: 57vh;
  left: 5vw;
  width: min(420px, 34vw);
  transform: rotate(-18deg);
}

.beam-c {
  right: 3vw;
  bottom: 15vh;
  width: min(310px, 24vw);
  transform: rotate(-7deg);
}

.video-particle-field {
  position: absolute;
  inset: 0;
  opacity: var(--field-opacity);
}

.video-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.76),
    0 0 28px rgba(255, 184, 86, 0.32);
  opacity: 0.2;
  transform: translate3d(0, 0, 0) scale(0.8);
}

.video-particle:nth-child(1) {
  left: 14vw;
  top: 23vh;
}

.video-particle:nth-child(2) {
  left: 31vw;
  top: 18vh;
}

.video-particle:nth-child(3) {
  left: 59vw;
  top: 16vh;
}

.video-particle:nth-child(4) {
  left: 80vw;
  top: 27vh;
}

.video-particle:nth-child(5) {
  left: 22vw;
  top: 51vh;
}

.video-particle:nth-child(6) {
  left: 47vw;
  top: 45vh;
}

.video-particle:nth-child(7) {
  left: 72vw;
  top: 48vh;
}

.video-particle:nth-child(8) {
  left: 89vw;
  top: 58vh;
}

.video-particle:nth-child(9) {
  left: 9vw;
  top: 77vh;
}

.video-particle:nth-child(10) {
  left: 35vw;
  top: 82vh;
}

.video-particle:nth-child(11) {
  left: 61vw;
  top: 76vh;
}

.video-particle:nth-child(12) {
  left: 78vw;
  top: 84vh;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #ffd52c, #00d8ff, #8eff56);
  transform: scaleX(0);
  transform-origin: left;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.34);
}

.service-switcher {
  position: fixed;
  top: 50%;
  left: clamp(6px, 0.9vw, 12px);
  z-index: 11;
  display: grid;
  gap: 9px;
  width: 52px;
  overflow: visible;
  transform: translateY(-50%);
  perspective: 720px;
  isolation: isolate;
  transition: width 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-switcher:hover,
.service-switcher:focus-within,
.service-switcher.is-expanded {
  width: 164px;
}

.service-switcher a {
  position: relative;
  display: grid;
  gap: 2px;
  align-content: center;
  width: 52px;
  min-height: 52px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(5, 8, 10, 0.24);
  color: rgba(255, 255, 255, 0.78);
  translate: 0 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(17px) saturate(1.12);
  transition:
    width 440ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 440ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 440ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease,
    color 240ms ease,
    translate 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-switcher:hover a,
.service-switcher:focus-within a,
.service-switcher.is-expanded a {
  width: 158px;
  padding: 10px 12px 10px 54px;
  border-radius: 15px;
}

.service-switcher a::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 50%, rgba(57, 214, 255, 0.18), transparent 40%),
    linear-gradient(90deg, rgba(255, 213, 106, 0.14), transparent 54%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.service-switcher a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(145deg, rgba(57, 214, 255, 0.22), rgba(255, 213, 106, 0.12)),
    rgba(7, 10, 12, 0.48);
  color: #fff;
  content: attr(data-short);
  font-size: 0.7rem;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 18px rgba(57, 214, 255, 0.13);
  transform: translateY(-50%);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-switcher a:hover,
.service-switcher a:focus-visible,
.service-switcher a.is-active {
  border-color: rgba(255, 213, 106, 0.38);
  color: #fff;
  translate: 0 0;
}

.service-switcher a.is-active {
  animation: switcherActivePulse 3.6s ease-in-out infinite;
}

.service-switcher a:hover::before,
.service-switcher a:focus-visible::before,
.service-switcher a.is-active::before {
  opacity: 1;
}

.service-switcher a:hover::after,
.service-switcher a:focus-visible::after,
.service-switcher a.is-active::after {
  border-color: rgba(255, 213, 106, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 22px rgba(255, 213, 106, 0.16),
    0 0 24px rgba(57, 214, 255, 0.12);
}

.service-switcher span,
.service-switcher small {
  position: relative;
  z-index: 1;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-8px);
  visibility: hidden;
  transition:
    max-width 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms linear 260ms;
  white-space: nowrap;
}

.service-switcher:hover span,
.service-switcher:hover small,
.service-switcher:focus-within span,
.service-switcher:focus-within small,
.service-switcher.is-expanded span,
.service-switcher.is-expanded small {
  max-width: 92px;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition:
    max-width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms;
}

.service-switcher span {
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.05;
}

.service-switcher small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 760;
  line-height: 1.05;
}

.language-toggle {
  position: fixed;
  top: 18px;
  right: clamp(14px, 2.2vw, 30px);
  z-index: 13;
  display: grid;
  grid-template-columns: 31px auto auto;
  gap: 7px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(7, 9, 10, 0.34);
  color: #fff;
  translate: 0 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px) saturate(1.14);
  cursor: pointer;
  isolation: isolate;
  perspective: 900px;
  transform-style: preserve-3d;
  transition:
    border-color 240ms ease,
    translate 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.language-toggle::before,
.language-toggle::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.language-toggle::before {
  background:
    radial-gradient(circle at 28% 45%, rgba(57, 214, 255, 0.24), transparent 34%),
    radial-gradient(circle at 72% 52%, rgba(255, 213, 106, 0.2), transparent 38%);
  opacity: 0.82;
}

.language-toggle::after {
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.5), transparent 48%);
  opacity: 0.42;
  transform: translateX(-118%) rotate(10deg);
  animation: languageSweep 4.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: rgba(255, 213, 106, 0.42);
  translate: 0 -1px;
}

.language-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 0 22px rgba(32, 200, 255, 0.28);
}

.brand-core-mark {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.9), transparent 12%),
    radial-gradient(circle at 50% 50%, rgba(57, 214, 255, 0.28), transparent 52%),
    linear-gradient(135deg, rgba(5, 11, 13, 0.94), rgba(0, 111, 255, 0.86));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 26px rgba(57, 214, 255, 0.32),
    0 10px 28px rgba(0, 111, 255, 0.24);
}

.brand-core-mark::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 210deg, transparent 0 42%, rgba(148, 243, 155, 0.62), transparent 58% 100%);
  opacity: 0.64;
  animation: agprLogoOrbit 6.8s linear infinite;
}

.agpr-core-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 9px rgba(57, 214, 255, 0.22));
}

@keyframes agprLogoOrbit {
  to {
    rotate: 1turn;
  }
}

.language-mark,
.language-code-current,
.language-code-next {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.language-code-current,
.language-code-next {
  font-size: 0.73rem;
  font-weight: 860;
  letter-spacing: 0.06em;
}

.language-code-next {
  color: rgba(255, 229, 178, 0.82);
}

body.lang-switching .language-toggle {
  border-color: rgba(57, 214, 255, 0.42);
}

@keyframes switcherRail {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleY(0.74);
  }

  50% {
    opacity: 0.95;
    transform: scaleY(1);
  }
}

@keyframes switcherActivePulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 18px 48px rgba(0, 0, 0, 0.18);
  }

  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 18px 48px rgba(0, 0, 0, 0.18),
      0 0 26px rgba(255, 213, 106, 0.16),
      0 0 34px rgba(57, 214, 255, 0.11);
  }
}

@keyframes languageSweep {
  0%,
  52% {
    transform: translateX(-118%) rotate(10deg);
  }

  100% {
    transform: translateX(128%) rotate(10deg);
  }
}

@keyframes videoLoopHoldPulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.38;
    transform: scale(1.04);
  }
}

@keyframes videoLoopRingPulse {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.78) rotate(-8deg);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.08) rotate(18deg);
  }
}

@keyframes videoLoopBloom {
  0%,
  100% {
    opacity: 0.14;
    transform: scale(0.36);
  }

  50% {
    opacity: 0.32;
    transform: scale(0.74);
  }
}

@keyframes videoLayerBreath {
  0%,
  100% {
    filter: saturate(1) brightness(1);
  }

  50% {
    filter: saturate(1.18) brightness(1.08);
  }
}

@keyframes cursorHoldBreath {
  0%,
  100% {
    opacity: 0.46;
    transform: translate(-50%, -50%) scale(0.82);
  }

  50% {
    opacity: 0.88;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes holdRingBreath {
  0%,
  100% {
    opacity: 0.22;
    transform: translate(-50%, -50%) scale(0.94) rotate(0deg);
  }

  50% {
    opacity: 0.56;
    transform: translate(-50%, -50%) scale(1.08) rotate(14deg);
  }
}

body.video-mode .site-shell {
  position: relative;
  z-index: 1;
}

body.video-mode .topbar {
  top: 18px;
  grid-template-columns: var(--dock-columns);
  justify-content: var(--dock-justify);
  width: var(--dock-width);
  max-width: var(--dock-max);
  min-height: var(--dock-height);
  padding: var(--dock-padding);
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: var(--dock-radius);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
    rgba(10, 10, 10, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px) saturate(1.24);
  transform: translateX(-50%);
  transition:
    width 560ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 560ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 560ms cubic-bezier(0.22, 1, 0.36, 1),
    background 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 260ms ease;
}

body.video-mode.nav-dock-open .topbar,
body.video-mode .topbar:hover,
body.video-mode .topbar:focus-within {
  --dock-width: calc(100% - 32px);
  --dock-max: var(--max);
  --dock-height: 64px;
  --dock-padding: 10px 10px 10px 14px;
  --dock-radius: 14px;
  --dock-columns: auto minmax(0, 1fr) auto 42px;
  --dock-justify: normal;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.06)),
    rgba(10, 10, 10, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 22px 70px rgba(0, 0, 0, 0.26);
}

body.video-mode .topbar::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.22) 46%, transparent 72%);
  opacity: 0.34;
  transform: translateX(-115%) skewX(-16deg);
  transition:
    opacity 420ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.video-mode.nav-dock-open .topbar::before,
body.video-mode .topbar:hover::before,
body.video-mode .topbar:focus-within::before {
  opacity: 0.5;
  transform: translateX(118%) skewX(-16deg);
}

body.video-mode .brand {
  position: relative;
  z-index: 1;
  min-width: 42px;
}

body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .brand {
  justify-content: center;
  gap: 0;
}

body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .brand span:not(.brand-mark),
body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .nav-links,
body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .nav-status,
body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .icon-button {
  position: absolute;
  visibility: hidden;
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scaleX(0.72);
}

body.video-mode .nav-links {
  position: relative;
  z-index: 1;
  justify-self: center;
  gap: clamp(0.6rem, 1.8vw, 1.25rem);
  color: rgba(255, 255, 255, 0.76);
  transform-origin: center;
  transition:
    max-width 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.video-mode .nav-links a {
  position: relative;
  padding: 8px 2px;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.video-mode .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.84);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

body.video-mode .nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

body.video-mode .nav-links a.is-active {
  color: #fff;
}

body.video-mode .nav-links a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.video-mode .brand,
body.video-mode .icon-button {
  color: #fff;
}

body.video-mode .brand span:not(.brand-mark),
body.video-mode .nav-status,
body.video-mode .icon-button {
  transition:
    max-width 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 760;
  white-space: nowrap;
}

.nav-status span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8eff56;
  box-shadow: 0 0 16px rgba(142, 255, 86, 0.72);
  animation: statusPulse 1.8s ease-in-out infinite;
}

.nav-status strong {
  font: inherit;
}

@keyframes statusPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.72);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

body.video-mode .presentation-scroll {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 70px 32px 32px;
  background: transparent;
}

body.video-mode .presentation-sticky {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
}

body.video-mode .presentation-sticky::before,
body.video-mode .status-panel,
body.video-mode .hero-actions {
  display: none;
}

body.video-mode .presentation-sticky .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  max-width: 720px;
  margin-left: clamp(166px, 13vw, 210px);
  padding-left: 0;
  border-left: 0;
}

body.video-mode .eyebrow {
  color: rgba(255, 229, 178, 0.88);
  text-shadow:
    0 1px 16px rgba(0, 0, 0, 0.38),
    0 0 18px rgba(255, 185, 96, 0.18);
}

body.video-mode .video-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  max-width: min(660px, calc(100vw - 64px));
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.62),
    0 8px 42px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
}

body.video-mode .video-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(32px);
  animation: videoFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.video-mode .video-heading span:nth-child(1) {
  animation-delay: 0.15s;
}

body.video-mode .video-heading span:nth-child(2) {
  animation-delay: 0.23s;
}

body.video-mode .video-heading span:nth-child(3) {
  animation-delay: 0.31s;
}

body.video-mode .video-heading span:nth-child(4) {
  animation-delay: 0.39s;
}

body.video-mode .video-heading span:nth-child(5) {
  animation-delay: 0.47s;
}

body.video-mode .video-heading span:nth-child(6) {
  animation-delay: 0.55s;
}

body.video-mode .hero-text {
  max-width: 260px;
  margin-top: 24px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 14px;
  line-height: 1.65;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.58),
    0 8px 38px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(24px);
  animation: videoFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

.video-status-deck {
  display: none;
}

body.video-mode .video-status-deck {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  max-width: min(640px, calc(100vw - 64px));
}

body.video-mode .video-status-deck span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(10, 10, 10, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 760;
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(10px);
}

body.video-mode .video-status-deck i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
}

body.video-mode .video-status-deck span:nth-child(2) i {
  background: #ffd52c;
  box-shadow: 0 0 12px rgba(255, 213, 44, 0.72);
}

body.video-mode .video-status-deck span:nth-child(3) i {
  background: #00d8ff;
  box-shadow: 0 0 12px rgba(0, 216, 255, 0.72);
}

body.video-mode .video-status-deck span:nth-child(4) i {
  background: #8eff56;
  box-shadow: 0 0 12px rgba(142, 255, 86, 0.72);
}

body.video-mode .reveal-block,
body.video-mode .reveal-card {
  opacity: 1;
  transform: none;
}

body.video-mode .systems-overview,
body.video-mode .process-section,
body.video-mode .contact-section,
body.video-mode .story-step,
body.video-mode .site-footer {
  min-height: 100vh;
}

@media (min-width: 941px) {
  body.deck-mode {
    overscroll-behavior-y: contain;
  }
}

body.deck-mode main > .presentation-scroll,
body.deck-mode main > .systems-overview,
body.deck-mode main > .process-section,
body.deck-mode main > .contact-section,
body.deck-mode .scroll-story > .section-panel,
body.deck-mode .site-footer.section-panel {
  will-change: opacity, transform, filter;
  transition:
    opacity 420ms ease,
    transform 580ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 580ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.deck-mode::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 18;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(5, 10, 14, 0.08), rgba(5, 10, 14, 0.22));
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.deck-transitioning main > .presentation-scroll,
body.deck-transitioning main > .systems-overview,
body.deck-transitioning main > .process-section,
body.deck-transitioning main > .contact-section,
body.deck-transitioning .scroll-story > .section-panel,
body.deck-transitioning .site-footer.section-panel {
  opacity: 0.54;
  transform: translateY(12px) scale(0.985);
  filter: saturate(0.86) brightness(0.9);
}

body.deck-transitioning::after {
  opacity: 1;
}

body.deck-transitioning .is-deck-active {
  opacity: 1 !important;
  transform: translateY(0) scale(1);
  filter: saturate(1.08) brightness(1.05) !important;
}

body.video-mode .systems-overview,
body.video-mode .process-section {
  display: grid;
  align-content: center;
}

body.video-mode .section-heading h2,
body.video-mode .story-copy h2,
body.video-mode .contact-copy h2 {
  color: rgba(255, 255, 255, 0.96);
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.52),
    0 12px 48px rgba(0, 0, 0, 0.3);
}

body.video-mode .story-copy p,
body.video-mode .contact-copy p,
body.video-mode .section-heading h2,
body.video-mode .service-card p,
body.video-mode .process-item p {
  color: rgba(255, 255, 255, 0.8);
}

@keyframes videoFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  body.video-mode .presentation-scroll {
    padding: 90px 18px 32px;
  }
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 16%, black 86%, transparent);
}

body::after {
  position: fixed;
  inset: auto 0 0;
  z-index: -3;
  height: 42vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(21, 21, 20, 0.86));
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

#system-canvas,
#motion-canvas,
.product-stage,
.fallback-scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

#system-canvas {
  display: block;
  opacity: 0;
  transition: opacity 650ms ease;
}

body.scene-ready #system-canvas {
  opacity: 1;
}

#motion-canvas {
  z-index: -1;
  display: block;
  opacity: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 800ms ease;
}

body.product-ready #motion-canvas {
  opacity: 0.72;
}

.network-stage {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  transition: opacity 700ms ease;
}

body.network-ready .network-stage {
  opacity: 1;
}

body.presentation-live .topbar {
  opacity: 0.28 !important;
  transform: translateX(-50%) translateY(-10px) scale(0.985);
}

body.presentation-live .topbar:hover,
body.presentation-live .topbar:focus-within {
  opacity: 1 !important;
}

.network-svg {
  width: min(132vw, 1760px);
  height: min(128vh, 1120px);
  margin-left: clamp(3rem, 10vw, 10rem);
  transform: scale(1);
  transform-origin: center;
  filter: drop-shadow(0 32px 84px rgba(0, 0, 0, 0.34));
}

.presentation-system {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  will-change: transform;
}

.motion-scene {
  display: none;
}

.presentation-grid path,
.presentation-grid circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
  stroke-dasharray: 1 18;
}

.presentation-device {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  filter: url("#deviceGlow");
  will-change: transform, opacity;
}

.device-body,
.device-face {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.device-body-shadow {
  fill: rgba(0, 0, 0, 0.46);
}

.device-body-shell {
  fill: url("#deviceBodyGradient");
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1.4;
}

.device-body-panel {
  fill: rgba(255, 255, 255, 0.035);
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.device-body-highlight {
  fill: none;
  stroke: rgba(255, 209, 180, 0.72);
  stroke-width: 7;
  stroke-linecap: round;
  opacity: 0.72;
  filter: url("#lineGlow");
}

.device-ribs path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.35;
  stroke-linecap: round;
}

.device-face-shadow {
  fill: rgba(0, 0, 0, 0.34);
}

.device-face-shell {
  fill: #151515;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 2;
}

.device-face-inner {
  fill: rgba(7, 8, 10, 0.92);
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.2;
}

.device-lens-bg {
  fill: url("#deviceLensGradient");
}

.device-ticks line {
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1.1;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.device-ticks line.tick-hot {
  stroke: rgba(255, 69, 64, 0.74);
}

.device-ticks line.tick-cool {
  stroke: rgba(0, 216, 255, 0.68);
}

.device-ticks line.tick-live {
  stroke: rgba(142, 255, 86, 0.88);
  stroke-width: 2.2;
  filter: url("#lineGlow");
}

.lens-scanlines line {
  stroke: var(--scan-color, #ff4540);
  stroke-width: 2.2;
  stroke-linecap: round;
  opacity: 0.78;
  vector-effect: non-scaling-stroke;
}

.lens-microgrid circle {
  fill: rgba(255, 255, 255, 0.16);
}

.lens-horizon {
  fill: none;
  stroke: rgba(255, 69, 64, 0.72);
  stroke-width: 1.4;
  stroke-dasharray: 2 9;
}

.device-glass-ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1.6;
}

.device-arc {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  filter: url("#lineGlow");
}

.arc-red {
  stroke: #ff4540;
}

.arc-cyan {
  stroke: #00d8ff;
}

.arc-green {
  stroke: #8eff56;
}

.arc-amber {
  stroke: #ffd52c;
}

.ring,
.ring-slice,
.presentation-flow {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.ring {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.2;
  stroke-dasharray: 8 14;
}

.ring-a {
  stroke: rgba(142, 255, 86, 0.72);
  stroke-width: 6;
  stroke-dasharray: 270 34 118 42 90 48;
  filter: url("#lineGlow");
}

.ring-b {
  stroke: rgba(255, 72, 67, 0.32);
  stroke-width: 1.4;
  stroke-dasharray: 2 9;
}

.ring-c {
  stroke: rgba(0, 216, 255, 0.48);
  stroke-width: 2;
  stroke-dasharray: 52 18;
}

.ring-slice {
  stroke-width: 5;
  stroke-linecap: round;
  filter: url("#lineGlow");
}

.ring-slice-a {
  stroke: #ffd52c;
}

.ring-slice-b {
  stroke: #00e0c1;
}

.presentation-flow {
  stroke: #ff4540;
  stroke-width: 2.3;
  stroke-linecap: round;
  filter: url("#lineGlow");
}

.office-flow {
  stroke: #00d8ff;
}

.orbit-flow {
  stroke: #8eff56;
}

.presentation-core {
  filter: url("#softShadow");
}

.core-glow {
  fill: rgba(255, 70, 64, 0.07);
  stroke: rgba(255, 255, 255, 0.1);
}

.core-shell-hex,
.core-inner-hex {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(255, 77, 72, 0.72);
  stroke-width: 2;
}

.core-inner-hex {
  stroke: rgba(0, 216, 255, 0.58);
  stroke-width: 1.4;
}

.core-dot {
  fill: rgba(255, 69, 64, 0.18);
  stroke: rgba(255, 69, 64, 0.9);
  stroke-width: 1.4;
}

.core-main-label,
.core-sub-label {
  text-anchor: middle;
  letter-spacing: 0;
}

.core-main-label {
  fill: #fff6f1;
  font-size: 24px;
  font-weight: 880;
}

.core-sub-label {
  fill: rgba(255, 69, 64, 0.92);
  font-size: 14px;
  font-weight: 800;
}

.presentation-module rect {
  fill: rgba(32, 32, 32, 0.84);
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1;
}

.presentation-module text {
  fill: #f8f5ef;
  font-size: 15px;
  font-weight: 840;
  letter-spacing: 0;
  text-anchor: middle;
}

.infra-module rect {
  stroke: rgba(0, 216, 255, 0.42);
}

.orbit-module rect {
  stroke: rgba(142, 255, 86, 0.42);
}

.office-floor,
.office-room {
  fill: rgba(255, 255, 255, 0.035);
  stroke: rgba(0, 216, 255, 0.2);
  stroke-width: 1.2;
}

.office-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.presentation-particle {
  fill: #ff4540;
  filter: url("#lineGlow");
}

.presentation-hud {
  position: absolute;
  right: auto;
  bottom: clamp(24px, 4.8vh, 56px);
  left: clamp(18px, 4.8vw, 72px);
  width: min(410px, 34vw);
  padding: 0 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-width: 0 0 0 1px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hud-kicker {
  color: rgba(255, 69, 64, 0.92);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hud-title {
  margin-top: 6px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 840;
}

.hud-copy {
  margin-top: 5px;
  color: rgba(246, 245, 242, 0.68);
  font-size: 0.82rem;
  line-height: 1.4;
}

.hud-progress {
  height: 3px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.11);
}

.hud-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff4540, #ffd52c, #00d8ff, #8eff56);
}

.hud-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.hud-steps span {
  color: rgba(246, 245, 242, 0.42);
  font-size: 0.65rem;
  font-weight: 780;
}

.hud-steps span.is-active {
  color: #fff;
}

.ai-core-scene {
  opacity: 1;
}

.network-svg path,
.network-svg circle,
.network-svg rect,
.network-svg text {
  vector-effect: non-scaling-stroke;
}

.svg-depth-plane {
  opacity: 0.78;
  transform-origin: 600px 450px;
}

.map-floor {
  fill: rgba(255, 255, 255, 0.5);
  stroke: rgba(20, 29, 42, 0.12);
  stroke-width: 1.2;
}

.map-grid,
.room,
.flow-path,
.orbit-path {
  fill: none;
}

.map-grid {
  stroke: rgba(20, 29, 42, 0.1);
  stroke-width: 1;
}

.orbit-path {
  stroke: rgba(0, 111, 255, 0.2);
  stroke-width: 1.4;
  stroke-dasharray: 9 13;
}

.orbit-path-inner {
  stroke: rgba(38, 194, 129, 0.18);
}

.orbit-path-tight {
  stroke: rgba(120, 92, 255, 0.18);
  stroke-dasharray: 4 10;
}

.flow-path {
  stroke: url("#lineGradient");
  stroke-width: 1.8;
  stroke-linecap: round;
  filter: url("#lineGlow");
  opacity: 0.68;
}

.orbit-layer {
  opacity: 0.22;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.orbit-layer circle,
.orbit-layer path {
  fill: none;
  stroke: rgba(20, 29, 42, 0.16);
  stroke-width: 1;
  stroke-dasharray: 2 14;
  stroke-linecap: round;
}

.office-map {
  opacity: 0.86;
}

.room {
  fill: rgba(255, 255, 255, 0.52);
  stroke: rgba(0, 111, 255, 0.18);
  stroke-width: 1.2;
}

.room-rack {
  fill: rgba(0, 111, 255, 0.06);
  stroke: rgba(0, 111, 255, 0.34);
}

.desk-cluster rect,
.mini-node rect,
.mini-node circle {
  fill: rgba(255, 255, 255, 0.76);
  stroke: rgba(20, 29, 42, 0.2);
  stroke-width: 1.2;
}

.mini-node {
  opacity: 0.72;
  filter: url("#softShadow");
}

.mini-node path {
  fill: none;
  stroke: rgba(0, 111, 255, 0.58);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.core-node {
  filter: url("#softShadow");
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.core-halo {
  fill: url("#coreGlow");
  stroke: rgba(0, 111, 255, 0.18);
  stroke-width: 1;
}

.core-shell {
  fill: rgba(255, 255, 255, 0.82);
  stroke: rgba(20, 29, 42, 0.13);
  stroke-width: 1.2;
}

.core-hex {
  fill: rgba(255, 255, 255, 0.68);
  stroke: url("#lineGradient");
  stroke-width: 1.7;
}

.core-ring {
  fill: rgba(0, 111, 255, 0.08);
  stroke: url("#lineGradient");
  stroke-width: 1.8;
}

.core-mark {
  fill: #16202c;
}

.core-title {
  fill: rgba(20, 29, 42, 0.7);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  text-anchor: middle;
}

.ai-core-node .core-title {
  fill: #111a28;
  font-size: 24px;
  font-weight: 860;
}

.core-caption {
  fill: rgba(0, 111, 255, 0.72);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: 0;
  text-anchor: middle;
}

.orbit-node {
  filter: url("#softShadow");
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.signal-node,
.blueprint-node {
  filter: url("#softShadow");
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.signal-node rect,
.blueprint-node rect,
.blueprint-node circle {
  fill: rgba(255, 255, 255, 0.82);
  stroke: rgba(20, 29, 42, 0.16);
  stroke-width: 1.1;
}

.signal-node text,
.blueprint-node text {
  fill: #172233;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0;
  text-anchor: middle;
}

.small-chip text {
  font-size: 14px;
}

.node-shell {
  fill: url("#glassGradient");
  stroke: rgba(20, 29, 42, 0.14);
  stroke-width: 1.1;
}

.node-icon rect,
.node-icon path,
.node-icon circle {
  fill: none;
  stroke: #172233;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compact-icon rect,
.compact-icon path,
.compact-icon circle {
  stroke-width: 1.8;
}

.node-text {
  fill: #172233;
  font-size: 19px;
  font-weight: 860;
  letter-spacing: 0;
  text-anchor: middle;
}

.node-gateway .node-shell {
  stroke: rgba(0, 111, 255, 0.34);
}

.node-switch .node-shell {
  stroke: rgba(32, 200, 255, 0.34);
}

.node-wifi .node-shell {
  stroke: rgba(38, 194, 129, 0.34);
}

.node-camera .node-shell {
  stroke: rgba(255, 107, 97, 0.3);
}

.node-access .node-shell {
  stroke: rgba(242, 165, 26, 0.34);
}

.node-charger .node-shell {
  stroke: rgba(120, 92, 255, 0.28);
}

.node-hermes .node-shell,
.node-ai .node-shell {
  stroke: rgba(120, 92, 255, 0.38);
}

.node-m365 .node-shell,
.node-api .node-shell {
  stroke: rgba(0, 111, 255, 0.36);
}

.node-db .node-shell,
.node-apps .node-shell {
  stroke: rgba(38, 194, 129, 0.36);
}

.node-team .node-shell,
.node-install .node-shell {
  stroke: rgba(242, 165, 26, 0.34);
}

.node-cloud .node-shell,
.node-server .node-shell,
.node-document .node-shell {
  stroke: rgba(32, 200, 255, 0.34);
}

.data-particle {
  fill: #20c8ff;
  filter: url("#lineGlow");
  opacity: 0;
}

.ai-core-scene .data-particle {
  fill: #785cff;
}

.office-map-scene .data-particle {
  fill: #26c281;
}

.product-stage {
  display: none;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  perspective: 1500px;
  transition: opacity 800ms ease;
}

body.product-ready .product-stage {
  opacity: 0;
}

.stage-perspective {
  position: relative;
  width: min(66vw, 980px);
  height: min(78vh, 760px);
  margin-left: min(26vw, 360px);
  transform-style: preserve-3d;
  will-change: transform;
}

.stage-backplane {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(52vw, 760px);
  height: min(46vh, 460px);
  border: 1px solid rgba(0, 111, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(235, 242, 250, 0.18)),
    linear-gradient(90deg, transparent 0 49%, rgba(0, 111, 255, 0.08) 49% 50%, transparent 50%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 28px 90px rgba(31, 45, 71, 0.08);
  transform: translate3d(-50%, -50%, -420px) rotateX(7deg) rotateY(-18deg);
  backdrop-filter: blur(6px);
}

.stage-floor {
  position: absolute;
  left: 50%;
  top: 64%;
  width: min(56vw, 760px);
  height: min(28vw, 340px);
  border: 1px solid rgba(31, 45, 71, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(226, 233, 243, 0.7)),
    repeating-linear-gradient(90deg, rgba(0, 111, 255, 0.06) 0 1px, transparent 1px 66px);
  box-shadow:
    0 55px 140px rgba(31, 45, 71, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translate3d(-50%, -50%, -260px) rotateX(72deg) rotateZ(-12deg);
  transform-style: preserve-3d;
}

.stage-rails {
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(62vw, 860px);
  height: min(46vw, 560px);
  transform: translate3d(-50%, -50%, -330px) rotateX(66deg) rotateZ(-14deg);
  transform-style: preserve-3d;
}

.stage-rails span {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 111, 255, 0.12);
  border-radius: 50%;
  transform: translateZ(0);
  animation: railDrift 9s ease-in-out infinite;
}

.stage-rails span:nth-child(2) {
  inset: 24%;
  border-color: rgba(38, 194, 129, 0.12);
  animation-delay: -2.2s;
}

.stage-rails span:nth-child(3) {
  inset: 36%;
  border-color: rgba(31, 45, 71, 0.1);
  animation-delay: -4.4s;
}

.product-object,
.coverage-rings {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.product-object {
  opacity: 0;
  isolation: isolate;
  filter:
    drop-shadow(0 26px 32px rgba(31, 45, 71, 0.18))
    drop-shadow(0 8px 14px rgba(31, 45, 71, 0.1));
  transition: filter 420ms ease;
}

.product-object.is-active {
  filter:
    drop-shadow(0 34px 44px rgba(0, 111, 255, 0.2))
    drop-shadow(0 10px 18px rgba(31, 45, 71, 0.13));
}

.product-object::before {
  position: absolute;
  inset: 8% 7%;
  border-radius: 24px;
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.72), transparent 44%);
  content: "";
  opacity: 0;
  mix-blend-mode: screen;
  transform: translateX(-38%) skewX(-12deg);
  transition: opacity 280ms ease;
}

.product-object.is-active::before {
  opacity: 0.38;
  animation: productSweep 2.8s ease-in-out infinite;
}

.product-object::after {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 4%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(31, 45, 71, 0.22), transparent 68%);
  content: "";
  transform: translate3d(0, 36%, -42px) rotateX(76deg);
  z-index: -1;
  filter: blur(8px);
}

.product-depth,
.product-reflection {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--product-depth);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-depth {
  z-index: -1;
  opacity: 0.32;
  filter: brightness(0.55) saturate(0.85) blur(0.25px);
  transform: translate3d(13px, 11px, -54px) scale(0.988);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.product-object.is-active .product-depth {
  opacity: 0.42;
  transform: translate3d(17px, 14px, -70px) scale(0.985);
}

.product-reflection {
  top: 75%;
  height: 62%;
  z-index: -2;
  opacity: 0.16;
  filter: blur(1.5px) saturate(0.72);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 70%);
  transform: translate3d(0, 18px, -90px) rotateX(68deg) scaleY(-0.42);
  transform-origin: center top;
}

.product-object.is-active .product-reflection {
  opacity: 0.24;
}

.product-object img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  transform: translateZ(26px);
  transform-style: preserve-3d;
}

.product-gateway {
  width: clamp(230px, 24vw, 360px);
}

.product-switch {
  width: clamp(250px, 26vw, 380px);
}

.product-ap {
  width: clamp(150px, 14vw, 220px);
}

.product-camera {
  width: clamp(200px, 20vw, 300px);
}

.product-access {
  width: clamp(190px, 18vw, 280px);
}

.product-display {
  width: clamp(280px, 30vw, 460px);
}

.coverage-rings {
  width: 420px;
  height: 420px;
  opacity: 0;
  transform-origin: center;
}

.coverage-rings span {
  position: absolute;
  inset: 50%;
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 111, 255, 0.28);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: coveragePulse 3.4s ease-in-out infinite;
}

.coverage-rings span:nth-child(2) {
  width: 58%;
  animation-delay: 0.35s;
}

.coverage-rings span:nth-child(3) {
  width: 82%;
  animation-delay: 0.7s;
}

@keyframes coveragePulse {
  0%,
  100% {
    opacity: 0.18;
    scale: 0.96;
  }

  50% {
    opacity: 0.72;
    scale: 1.04;
  }
}

@keyframes productSweep {
  0%,
  32% {
    transform: translateX(-42%) skewX(-12deg);
  }

  68%,
  100% {
    transform: translateX(42%) skewX(-12deg);
  }
}

@keyframes railDrift {
  0%,
  100% {
    transform: translateZ(0) rotateZ(0deg);
    opacity: 0.42;
  }

  50% {
    transform: translateZ(22px) rotateZ(3deg);
    opacity: 0.76;
  }
}

.fallback-scene {
  display: grid;
  place-items: center end;
  padding-right: clamp(1rem, 7vw, 8rem);
  pointer-events: none;
  opacity: 0.7;
}

body.product-ready .fallback-scene,
body.scene-ready .fallback-scene {
  opacity: 0;
}

.fallback-stack {
  position: relative;
  width: min(42vw, 430px);
  height: min(62vh, 620px);
  transform: rotateX(58deg) rotateZ(-31deg);
  transform-style: preserve-3d;
}

.device {
  position: absolute;
  display: block;
  border: 1px solid rgba(20, 29, 42, 0.12);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #dce4ef);
  box-shadow: 0 34px 110px rgba(25, 42, 68, 0.18);
}

.device-gateway {
  inset: 44% 12% auto 4%;
  height: 62px;
}

.device-switch {
  inset: 56% 4% auto 18%;
  height: 52px;
  background: linear-gradient(135deg, rgba(32, 200, 255, 0.48), #e8eef7);
}

.device-ap {
  top: 18%;
  right: 8%;
  width: 150px;
  height: 150px;
  border-radius: 999px;
}

.device-camera {
  right: 34%;
  bottom: 3%;
  width: 96px;
  height: 180px;
  background: linear-gradient(160deg, rgba(38, 194, 129, 0.42), #e8eef7);
}

.site-shell {
  position: relative;
  min-height: 100vh;
}

.topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 42px;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  padding: 10px 10px 10px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(32, 32, 31, 0.72);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

body.video-mode.nav-dock-open .site-shell > .topbar,
body.video-mode .site-shell > .topbar:hover,
body.video-mode .site-shell > .topbar:focus-within {
  --dock-width: calc(100% - 32px);
  --dock-max: var(--max);
  --dock-height: 64px;
  --dock-padding: 10px 10px 10px 14px;
  --dock-radius: 14px;
  --dock-columns: auto minmax(0, 1fr) auto 42px;
  --dock-justify: normal;
}

.brand,
.nav-links,
.hero-actions,
.primary-action,
.secondary-action,
.icon-button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 111, 255, 0.24);
}

.brand-mark.brand-core-mark {
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.9), transparent 12%),
    radial-gradient(circle at 50% 50%, rgba(57, 214, 255, 0.28), transparent 52%),
    linear-gradient(135deg, rgba(5, 11, 13, 0.94), rgba(0, 111, 255, 0.86));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 26px rgba(57, 214, 255, 0.32),
    0 10px 28px rgba(0, 111, 255, 0.24);
}

.nav-links {
  gap: clamp(0.8rem, 2vw, 1.6rem);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.mobile-service-link,
.mobile-menu-divider {
  display: none;
}

.icon-button {
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 111, 255, 0.18);
  border-radius: 9px;
  background: rgba(0, 111, 255, 0.08);
  color: var(--blue);
}

.mobile-menu-toggle {
  position: relative;
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 25%, rgba(57, 214, 255, 0.22), transparent 48%),
    rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.mobile-menu-toggle span {
  position: absolute;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.mobile-menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.mobile-menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

main {
  position: relative;
  z-index: 3;
}

.hero,
.systems-overview,
.story-step,
.process-section,
.contact-section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  min-height: 100vh;
  padding: clamp(8rem, 12vh, 10rem) 0 clamp(4rem, 8vh, 6rem);
  align-items: end;
}

.presentation-scroll {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 520vh;
  margin: 0;
  padding: 0;
}

.presentation-sticky {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(1rem, 3vw, 2rem);
  min-height: 100vh;
  padding: clamp(6.5rem, 11vh, 8rem) clamp(18px, 4.8vw, 72px) clamp(7.5rem, 18vh, 10rem);
  align-items: center;
  overflow: visible;
}

.presentation-sticky::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: min(52vw, 720px);
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(32, 32, 31, 0.98), rgba(32, 32, 31, 0.78) 54%, transparent);
}

.presentation-sticky .hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 430px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 69, 64, 0.55);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 18ch;
  margin-bottom: 22px;
  color: var(--text);
  font-size: clamp(1.95rem, 3.15vw, 3.05rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(1.55rem, 2.75vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: clamp(1.15rem, 1.8vw, 1.48rem);
  line-height: 1.12;
}

.hero-text,
.story-copy p,
.contact-copy p,
.section-heading h2 {
  color: var(--muted);
}

.hero-text {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

.presentation-sticky h1 {
  max-width: 13ch;
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
}

.presentation-sticky .hero-text {
  max-width: 36ch;
  margin-bottom: 0;
  color: rgba(246, 245, 242, 0.74);
  font-size: 0.98rem;
}

.presentation-sticky .hero-actions {
  display: none;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.secondary-action {
  min-height: 46px;
  border-radius: 9px;
  font-weight: 780;
}

.primary-action {
  gap: 10px;
  justify-content: center;
  padding: 12px 16px;
  border: 0;
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 111, 255, 0.22);
}

.primary-action:hover svg,
.icon-button:hover svg {
  transform: translateX(3px);
}

.primary-action svg,
.icon-button svg {
  transition: transform 180ms ease;
}

.secondary-action {
  padding: 12px 15px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.status-panel {
  grid-column: 1;
  align-self: end;
  display: grid;
  gap: 10px;
  max-width: 560px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.presentation-sticky .status-panel {
  display: none;
}

.status-panel div,
.service-card,
.process-item,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.status-panel div {
  padding: 18px;
}

.status-number,
.status-label {
  display: block;
}

.status-number {
  color: var(--text);
  font-size: clamp(1.6rem, 3.1vw, 2.7rem);
  font-weight: 820;
  line-height: 0.98;
}

.status-label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.systems-overview,
.process-section {
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 0.68fr);
  gap: 2rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.section-heading h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 238px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(44, 45, 45, 0.96), rgba(30, 31, 31, 0.84)),
    var(--surface);
  transform-style: preserve-3d;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms ease;
}

.service-card::before,
.process-item::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(255, 255, 255, 0.14) 42%, transparent 68%),
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 255, 255, 0.12), transparent 34%);
  opacity: 0;
  transform: translateX(-22%);
  transition:
    opacity 260ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card::after,
.process-item::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 213, 44, 0.7), rgba(0, 216, 255, 0.45));
  content: "";
  opacity: 0.58;
  transform-origin: right;
  animation: cardSignal 2.7s ease-in-out infinite;
}

.service-card:hover,
.process-item:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform:
    perspective(900px)
    rotateX(var(--tilt-y, 0deg))
    rotateY(var(--tilt-x, 0deg))
    translateY(-8px);
}

.service-card:hover::before,
.process-item:hover::before {
  opacity: 1;
  transform: translateX(18%);
}

@keyframes cardSignal {
  0%,
  100% {
    opacity: 0.34;
    transform: scaleX(0.48);
  }

  50% {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

.service-card:nth-child(2) {
  border-color: rgba(0, 111, 255, 0.22);
}

.service-card:nth-child(3) {
  border-color: rgba(32, 200, 255, 0.24);
}

.service-card:nth-child(4) {
  border-color: rgba(38, 194, 129, 0.24);
}

.service-card:nth-child(5) {
  border-color: rgba(242, 165, 26, 0.24);
}

.service-card:nth-child(6) {
  border-color: rgba(255, 107, 97, 0.22);
}

.service-index {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 820;
}

.service-card p,
.process-item p {
  color: var(--muted);
}

.scroll-story {
  position: relative;
}

.story-step {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  min-height: 98vh;
  padding: clamp(5rem, 11vh, 8rem) 0;
  align-items: center;
}

.story-copy {
  max-width: 560px;
  padding: clamp(1rem, 3vw, 2rem) 0;
}

.story-copy h2 {
  font-size: clamp(1.5rem, 2.55vw, 2.72rem);
}

.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
}

.feature-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.story-step:nth-child(2) .feature-list li::before {
  background: var(--cyan);
}

.story-step:nth-child(3) .feature-list li::before {
  background: var(--green);
}

.story-step:nth-child(4) .feature-list li::before {
  background: var(--amber);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.process-item {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 210px;
  padding: 18px;
  background: var(--surface-strong);
  transform-style: preserve-3d;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms ease;
}

.process-item span {
  display: block;
  margin-bottom: 60px;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(300px, 0.48fr);
  gap: clamp(1.2rem, 5vw, 4rem);
  min-height: 82vh;
  padding: clamp(4rem, 10vw, 8rem) 0;
  align-items: center;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(1rem, 3vw, 1.5rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(8, 8, 8, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 30px 100px rgba(0, 0, 0, 0.34);
}

.contact-form::before,
.contact-form::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.contact-form::before {
  inset: -1px;
  z-index: -1;
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 213, 44, 0.2), transparent 26%),
    linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.18), transparent 38%, rgba(0, 216, 255, 0.16), transparent 72%);
  opacity: 0.78;
  animation: contactPanelGlow 6.4s linear infinite;
}

.contact-form::after {
  top: 0;
  bottom: 0;
  left: -28%;
  z-index: 0;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0.48;
  transform: skewX(-18deg);
  animation: contactPanelScan 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.contact-form label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.contact-form label > span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 780;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.2);
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.contact-form input {
  min-height: 44px;
  padding: 10px 12px;
}

.contact-form textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 213, 44, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(0, 0, 0, 0.2);
  box-shadow:
    0 0 0 3px rgba(255, 213, 44, 0.12),
    0 0 34px rgba(0, 216, 255, 0.12);
}

.contact-form button {
  position: relative;
  z-index: 1;
  margin-top: 6px;
}

.contact-form .primary-action {
  justify-content: space-between;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(115deg, #ffffff, #ffe7a6 34%, #aaf4ff 68%, #ffffff),
    #ffffff;
  color: #080808;
  box-shadow:
    0 18px 50px rgba(255, 213, 44, 0.18),
    0 0 54px rgba(0, 216, 255, 0.14);
}

.contact-form .primary-action::before {
  position: absolute;
  inset: -120% -30%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0.72;
  transform: translateX(-54%) rotate(18deg);
  animation: sendButtonBeam 2.7s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.contact-form .primary-action span,
.contact-form .primary-action svg {
  position: relative;
  z-index: 1;
}

.contact-form .primary-action svg {
  color: #080808;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.64));
}

@keyframes contactPanelGlow {
  0%,
  100% {
    filter: hue-rotate(0deg);
    transform: translateX(-2%);
  }

  50% {
    filter: hue-rotate(16deg);
    transform: translateX(2%);
  }
}

@keyframes contactPanelScan {
  0%,
  48% {
    transform: translateX(0) skewX(-18deg);
  }

  100% {
    transform: translateX(620%) skewX(-18deg);
  }
}

@keyframes sendButtonBeam {
  0%,
  42% {
    transform: translateX(-54%) rotate(18deg);
  }

  100% {
    transform: translateX(54%) rotate(18deg);
  }
}

.site-footer {
  display: grid;
  align-content: center;
  gap: clamp(1.4rem, 4vw, 2.4rem);
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 11vw, 8rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-disclaimer {
  max-width: 860px;
}

.footer-disclaimer h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.97);
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.52),
    0 12px 48px rgba(0, 0, 0, 0.3);
}

.footer-disclaimer p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(10, 10, 10, 0.24);
  color: #ffffff;
  font-weight: 780;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-actions a:hover {
  border-color: rgba(255, 213, 44, 0.42);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.support-pet {
  --pet-frame-width: 96px;
  --pet-frame-height: 104px;
  --pet-sheet-width: 768px;
  --pet-sheet-height: 936px;
  --pet-frame-end: -576px;
  position: fixed;
  right: clamp(14px, 2.2vw, 30px);
  bottom: clamp(14px, 2.4vw, 32px);
  z-index: 14;
  display: grid;
  grid-template-columns: auto;
  justify-items: end;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.9);
  transform-origin: right bottom;
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease;
  filter: saturate(0.85);
}

body.pet-awake .support-pet,
.support-pet.is-open,
.support-pet:hover,
.support-pet:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  filter: saturate(1.1);
}

.pet-panel {
  position: relative;
  display: grid;
  gap: 9px;
  width: min(330px, calc(100vw - 34px));
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(8, 8, 8, 0.38);
  color: rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px) saturate(1.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  transform-origin: right bottom;
  transition:
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pet-panel::before {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 86% 100%, rgba(255, 213, 44, 0.2), transparent 26%),
    linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.18), transparent 46%, rgba(0, 216, 255, 0.14), transparent 76%);
  opacity: 0.72;
  animation: petPanelGlow 5.8s linear infinite;
}

.support-pet.is-open .pet-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.pet-panel-kicker,
.pet-panel strong,
.pet-panel p,
.pet-panel-actions {
  position: relative;
  z-index: 1;
}

.pet-panel-kicker {
  color: rgba(255, 229, 178, 0.82);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pet-panel strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.1;
}

.pet-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.pet-panel-actions {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.pet-action,
.pet-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 11px;
  border-radius: 9px;
  font-size: 0.8rem;
  font-weight: 800;
}

.pet-action {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(115deg, #ffffff, #ffe7a6 42%, #aaf4ff),
    #ffffff;
  color: #070707;
  box-shadow: 0 16px 36px rgba(255, 213, 44, 0.16);
}

.pet-action::before {
  position: absolute;
  inset: -90% -30%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0.7;
  transform: translateX(-54%) rotate(16deg);
  animation: sendButtonBeam 2.9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.pet-mail {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
}

.pet-bubble {
  display: grid;
  gap: 2px;
  min-width: 142px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(8, 8, 8, 0.28);
  color: rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(1.15);
  opacity: 0;
  transform: translateY(10px) scale(0.94);
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.pet-awake .pet-bubble,
.support-pet:hover .pet-bubble,
.support-pet:focus-within .pet-bubble {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.support-pet.is-open .pet-bubble {
  opacity: 0;
  transform: translateY(6px) scale(0.94);
}

.pet-bubble span {
  color: rgba(255, 229, 178, 0.78);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pet-bubble strong {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.1;
}

.pet-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 116px;
  height: 122px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.pet-button:focus {
  outline: none;
}

.pet-button:focus-visible {
  border-radius: 18px;
  outline: 1px solid rgba(255, 213, 44, 0.56);
  outline-offset: -3px;
}

.pet-aura {
  position: absolute;
  right: 6px;
  bottom: 2px;
  width: 88px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(255, 213, 44, 0.28), rgba(0, 216, 255, 0.1) 42%, transparent 72%);
  filter: blur(7px);
  opacity: 0.72;
  transform: rotate(-7deg);
  animation: petAura 2.6s ease-in-out infinite;
}

.pet-sprite {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--pet-frame-width);
  height: var(--pet-frame-height);
  background-image: url("./assets/kodozlyuka-spritesheet.webp");
  background-repeat: no-repeat;
  background-size: var(--pet-sheet-width) var(--pet-sheet-height);
  background-position: 0 0;
  filter:
    drop-shadow(0 18px 18px rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 9px rgba(255, 145, 255, 0.14));
  animation: petIdle 1.35s steps(6, end) infinite;
  transform-origin: center bottom;
}

body.pet-awake .pet-sprite {
  animation: petRunning 0.9s steps(6, end) infinite;
}

.support-pet:hover .pet-sprite,
.support-pet:focus-within .pet-sprite {
  animation: petThinking 2.15s steps(6, end) infinite;
  transform: translateY(-3px) rotate(-1deg);
}

.support-pet.is-open .pet-sprite {
  animation: petWaiting 1.05s steps(6, end) infinite;
  transform: translateY(-5px) rotate(-1deg);
}

.pet-signal {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #8eff56;
  box-shadow: 0 0 16px rgba(142, 255, 86, 0.82);
  animation: petSignal 1.4s ease-in-out infinite;
}

@keyframes petIdle {
  from {
    background-position: 0 0;
  }

  to {
    background-position: var(--pet-frame-end) 0;
  }
}

@keyframes petRunning {
  from {
    background-position: 0 -728px;
  }

  to {
    background-position: var(--pet-frame-end) -728px;
  }
}

@keyframes petReview {
  from {
    background-position: 0 -832px;
  }

  to {
    background-position: var(--pet-frame-end) -832px;
  }
}

@keyframes petThinking {
  from {
    background-position: 0 -624px;
  }

  to {
    background-position: var(--pet-frame-end) -624px;
  }
}

@keyframes petWaiting {
  from {
    background-position: 0 -624px;
  }

  to {
    background-position: var(--pet-frame-end) -624px;
  }
}

@keyframes petAura {
  0%,
  100% {
    opacity: 0.48;
    transform: rotate(-7deg) scaleX(0.86);
  }

  50% {
    opacity: 0.88;
    transform: rotate(-7deg) scaleX(1.08);
  }
}

@keyframes petSignal {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.78);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes petPanelGlow {
  0%,
  100% {
    transform: translateX(-4%);
  }

  50% {
    transform: translateX(4%);
  }
}

.reveal-block,
.reveal-card {
  opacity: 0;
  transform: translateY(22px);
}

body.animations-ready .reveal-block.is-visible,
body.animations-ready .reveal-card.is-visible,
body:not(.animations-ready) .reveal-block,
body:not(.animations-ready) .reveal-card {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .network-stage {
    inset: 0;
    height: auto;
    place-items: center;
    padding: 0;
  }

  .network-svg {
    width: 160vw;
    height: 102vh;
    margin-top: 0;
    margin-left: 34vw;
  }

  .stage-perspective {
    width: 118vw;
    height: 62vh;
    margin-top: 10vh;
    margin-left: 34vw;
  }

  .topbar {
    grid-template-columns: 1fr 42px;
  }

  body.video-mode .topbar {
    grid-template-columns: 1fr 42px;
    gap: 10px;
    width: min(calc(100% - 20px), var(--max));
    min-height: 58px;
    border-radius: 14px;
  }

  .nav-links {
    display: none;
  }

  .nav-status {
    display: none;
  }

  body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .brand span:not(.brand-mark),
  body.video-mode:not(.nav-dock-open) .topbar:not(:hover):not(:focus-within) .icon-button {
    max-width: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero,
  .story-step,
  .contact-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 100svh;
    padding-top: 7rem;
  }

  .presentation-scroll {
    min-height: 500vh;
  }

  .presentation-sticky {
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding: 7rem 18px 8rem;
  }

  .presentation-sticky::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(32, 32, 31, 0.92), rgba(32, 32, 31, 0.52) 42%, transparent);
  }

  .presentation-sticky .hero-copy {
    align-self: start;
    max-width: min(460px, 88vw);
    margin-left: 0;
  }

  h1 {
    max-width: 12ch;
  }

  .status-panel {
    max-width: none;
    grid-template-columns: 1fr 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-step {
    min-height: auto;
    padding: clamp(3.5rem, 9vw, 5rem) 0;
  }

  .fallback-scene {
    place-items: center;
    padding-right: 0;
    opacity: 0.36;
  }
}

@media (max-width: 640px) {
  .network-stage {
    inset: 0;
    height: auto;
    align-items: center;
    padding-top: 0;
  }

  .network-svg {
    width: 190vw;
    height: 110vh;
    margin-left: 58vw;
    margin-top: 0;
  }

  .presentation-hud {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 14px;
    width: min(320px, calc(100vw - 28px));
    padding: 0 0 0 12px;
  }

  .hud-title {
    font-size: 0.82rem;
  }

  .hud-copy {
    font-size: 0.68rem;
  }

  body.product-ready .product-stage {
    opacity: 0.68;
  }

  .stage-perspective {
    width: 150vw;
    height: 58vh;
    margin-top: 18vh;
    margin-left: 58vw;
  }

  .stage-floor {
    width: 118vw;
    height: 54vw;
  }

  .coverage-rings {
    width: 300px;
    height: 300px;
  }

  body::before {
    background-size: 42px 42px;
  }

  .topbar {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
  }

  body.video-mode .video-status-deck {
    max-width: none;
  }

  .support-pet {
    right: 10px;
    bottom: 10px;
    transform: translateY(12px) scale(0.82);
  }

  body.pet-awake .support-pet,
  .support-pet.is-open,
  .support-pet:hover,
  .support-pet:focus-within {
    transform: translateY(0) scale(0.88);
  }

  .pet-panel {
    width: min(300px, calc(100vw - 20px));
  }

  .pet-bubble {
    display: none;
  }

  .hero,
  .systems-overview,
  .story-step,
  .process-section,
  .contact-section,
  .site-footer {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero {
    gap: 2rem;
    padding-bottom: 4rem;
  }

  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .secondary-action {
    justify-content: center;
  }

  .status-panel,
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-item {
    min-height: auto;
  }

  .service-index,
  .process-item span {
    margin-bottom: 38px;
  }

  .site-footer {
    gap: 1.4rem;
  }

  .footer-actions {
    display: grid;
  }
}

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

  #system-canvas,
  .fallback-scene {
    position: absolute;
  }
}

.infra-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #050505;
}

.infra-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  transform: scale(1.04) translate(var(--video-x, 0), var(--video-y, 0));
  filter:
    saturate(calc(var(--video-sat, 1.05) * 1.04))
    contrast(1.06)
    brightness(calc(var(--video-bright, 1) * 0.86));
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
}

.infra-background::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at var(--mx, 50vw) var(--my, 50vh), rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(4, 9, 12, 0.72), rgba(4, 9, 12, 0.1) 44%, rgba(4, 9, 12, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.5));
}

body.ubiquiti-page .infra-motion-video {
  opacity: 0.18;
  mix-blend-mode: screen;
  filter: saturate(1.1) contrast(1.1) brightness(0.82);
}

body.ubiquiti-page .video-reactive-layer {
  --field-opacity: 0.72;
}

body.ubiquiti-page .video-reactive-layer::before {
  background-size: 82px 82px;
  opacity: 0.34;
}

.infra-wash {
  position: fixed;
  left: var(--wash-x, 50vw);
  top: var(--wash-y, 50vh);
  z-index: 9;
  width: 142vmax;
  height: 142vmax;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 7%, rgba(143, 242, 255, 0.86) 14%, rgba(255, 213, 106, 0.42) 28%, rgba(5, 10, 14, 0.08) 54%, transparent 68%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  will-change: transform, opacity;
}

body.infra-transitioning .infra-wash {
  animation: infraWash 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes infraWash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  38% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

body.ubiquiti-page.video-mode .presentation-sticky {
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(430px, 0.58fr);
  gap: clamp(1.8rem, 4.2vw, 4.4rem);
  align-items: center;
}

body.ubiquiti-page.video-mode .presentation-sticky .hero-copy {
  max-width: 390px;
  margin-left: clamp(156px, 12vw, 190px);
}

body.ubiquiti-page.video-mode .video-heading {
  max-width: min(430px, calc(100vw - 64px));
  font-size: clamp(25px, 2.62vw, 39px);
  line-height: 1.1;
  letter-spacing: 0;
}

body.ubiquiti-page.video-mode .hero-text {
  max-width: 340px;
}

.infra-launch {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 14px;
  align-items: center;
  width: min(440px, 100%);
  min-height: 96px;
  margin-top: 24px;
  padding: 12px 12px 12px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at var(--glyph-x, 78%) var(--glyph-y, 50%), rgba(255, 213, 106, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(8, 12, 14, 0.36);
  color: #fff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 24px 74px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px) saturate(1.16);
  cursor: pointer;
  transform-style: preserve-3d;
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.infra-launch::before {
  position: absolute;
  inset: -80% -20%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  opacity: 0.72;
  transform: translateX(-48%) rotate(18deg);
  animation: infraLaunchSweep 3.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.infra-launch:hover,
.infra-launch:focus-visible {
  border-color: rgba(255, 213, 106, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 86px rgba(0, 0, 0, 0.38),
    0 0 58px rgba(57, 214, 255, 0.12);
  transform: translateY(-2px);
}

.infra-launch-copy,
.server-glyph {
  position: relative;
  z-index: 1;
}

.infra-launch-copy {
  display: grid;
  gap: 5px;
  text-align: left;
}

.infra-launch-copy small {
  color: rgba(255, 229, 178, 0.86);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.infra-launch-copy strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.12;
}

.server-glyph {
  display: grid;
  place-items: center;
  width: 82px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle, rgba(57, 214, 255, 0.18), transparent 64%),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 0 28px rgba(57, 214, 255, 0.12);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.infra-launch:hover .server-glyph,
.infra-launch:focus-visible .server-glyph {
  transform: rotateY(-12deg) rotateX(8deg) translateZ(18px);
}

body.infra-presentation-started .ubiquiti-hero .presentation-sticky {
  grid-template-columns: minmax(260px, 0.34fr) minmax(460px, 0.66fr);
}

body.infra-presentation-started .ubiquiti-hero .video-heading,
body.infra-presentation-started .ubiquiti-hero .hero-text,
body.infra-presentation-started .ubiquiti-hero .video-status-deck {
  opacity: 0.38;
  transform: translateY(-8px) scale(0.985);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.infra-presentation-started .infra-launch {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
}

body.infra-presentation-started .infra-visual {
  min-height: min(680px, calc(100vh - 118px));
  border-color: rgba(255, 213, 106, 0.34);
  background:
    radial-gradient(circle at 50% 48%, rgba(57, 214, 255, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    #04090c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 82px rgba(57, 214, 255, 0.12);
  transform: scale(1.02);
}

body.infra-presentation-started .infra-network-svg {
  min-height: min(640px, calc(100vh - 146px));
}

.server-glyph svg {
  width: 78px;
  height: 78px;
  overflow: visible;
}

.glyph-shell {
  fill: rgba(5, 9, 11, 0.66);
  stroke: rgba(255, 255, 255, 0.54);
  stroke-width: 1.6;
}

.glyph-panel,
.glyph-wave {
  fill: none;
  stroke: url("#infraLine");
  stroke-linecap: round;
  stroke-width: 2.2;
}

.glyph-wave {
  opacity: 0.68;
  animation: glyphWave 2.8s ease-in-out infinite;
}

.glyph-wave-alt {
  animation-delay: -1.1s;
}

.glyph-led {
  fill: #ffd56a;
  filter: drop-shadow(0 0 8px rgba(255, 213, 106, 0.8));
  animation: glyphLed 1.8s ease-in-out infinite;
}

.led-b {
  fill: #39d6ff;
  animation-delay: -0.5s;
}

.led-c {
  fill: #8eff56;
  animation-delay: -0.9s;
}

.infra-visual {
  position: relative;
  isolation: isolate;
  min-height: min(560px, 72vh);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--infra-x, 50%) var(--infra-y, 48%), rgba(57, 214, 255, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    #050a0d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 28px 92px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px) saturate(1.08);
}

.infra-visual::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--infra-x, 50%) var(--infra-y, 48%), rgba(57, 214, 255, 0.14), transparent 42%),
    linear-gradient(135deg, rgba(5, 10, 13, 0.76), rgba(5, 10, 13, 0.5));
}

.infra-network-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: visible;
}

.unifi-product-stage {
  position: relative;
  z-index: 1;
  min-height: 560px;
  height: 100%;
  overflow: hidden;
  perspective: 1100px;
  isolation: isolate;
}

.unifi-product-stage::before {
  position: absolute;
  inset: -18% -10% -10%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 58% 46%, rgba(57, 214, 255, 0.18), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(142, 255, 86, 0.12), transparent 18%),
    radial-gradient(circle at 40% 76%, rgba(255, 213, 106, 0.11), transparent 20%);
  opacity: 0.9;
  animation: philosophyAura 9s ease-in-out infinite;
}

.unifi-philosophy-layer {
  position: absolute;
  inset: -4% -2% 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
}

.philosophy-core {
  position: absolute;
  top: 50%;
  left: 56%;
  width: min(260px, 34%);
  aspect-ratio: 1;
  border: 1px solid rgba(160, 226, 255, 0.2);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.32) 0 2px, transparent 3px 100%),
    radial-gradient(circle at 48% 48%, rgba(57, 214, 255, 0.2), transparent 36%),
    radial-gradient(circle at 52% 52%, rgba(142, 255, 86, 0.1), transparent 58%);
  box-shadow:
    inset 0 0 36px rgba(57, 214, 255, 0.08),
    0 0 42px rgba(57, 214, 255, 0.12);
  opacity: 0.72;
  transform: translate(-50%, -50%) rotateX(64deg) rotateZ(-12deg);
  animation: philosophyCoreBreath 5.8s ease-in-out infinite;
}

.philosophy-core::before,
.philosophy-core::after {
  position: absolute;
  inset: 19%;
  border: 1px dashed rgba(255, 229, 178, 0.22);
  border-radius: inherit;
  content: "";
  animation: philosophyRingSpin 11s linear infinite;
}

.philosophy-core::after {
  inset: 34%;
  border-color: rgba(142, 255, 86, 0.24);
  animation-duration: 7.5s;
  animation-direction: reverse;
}

.philosophy-orbit {
  position: absolute;
  top: 50%;
  left: 56%;
  border: 1px solid rgba(120, 220, 255, 0.22);
  border-radius: 999px;
  box-shadow:
    inset 0 0 28px rgba(57, 214, 255, 0.04),
    0 0 28px rgba(57, 214, 255, 0.06);
  opacity: 0.66;
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-18deg);
  animation: philosophyOrbitSpin 18s linear infinite;
}

.orbit-a {
  width: min(620px, 78%);
  height: min(312px, 48%);
  border-top-color: rgba(57, 214, 255, 0.56);
  border-right-color: rgba(142, 255, 86, 0.28);
}

.orbit-b {
  width: min(500px, 64%);
  height: min(250px, 39%);
  border-style: dashed;
  border-color: rgba(255, 229, 178, 0.28);
  animation-duration: 13s;
  animation-direction: reverse;
}

.orbit-c {
  width: min(760px, 92%);
  height: min(385px, 58%);
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(57, 214, 255, 0.36);
  animation-duration: 25s;
}

.philosophy-node {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: #39d6ff;
  box-shadow:
    0 0 0 8px rgba(57, 214, 255, 0.08),
    0 0 18px rgba(57, 214, 255, 0.78);
  animation: philosophyNodePulse 2.8s ease-in-out infinite;
}

.philosophy-node::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent);
  transform: translateY(-50%) rotate(var(--node-angle, 0deg));
  transform-origin: left center;
  opacity: 0.42;
}

.node-ai {
  top: 22%;
  left: 46%;
  --node-angle: -18deg;
}

.node-network {
  top: 58%;
  left: 39%;
  background: #ffe26a;
  box-shadow:
    0 0 0 8px rgba(255, 226, 106, 0.07),
    0 0 18px rgba(255, 226, 106, 0.58);
  animation-delay: -0.8s;
  --node-angle: 22deg;
}

.node-security {
  top: 32%;
  right: 15%;
  background: #8eff56;
  box-shadow:
    0 0 0 8px rgba(142, 255, 86, 0.07),
    0 0 18px rgba(142, 255, 86, 0.58);
  animation-delay: -1.35s;
  --node-angle: 156deg;
}

.node-support {
  right: 22%;
  bottom: 21%;
  animation-delay: -2s;
  --node-angle: -142deg;
}

.philosophy-beam {
  position: absolute;
  top: 50%;
  left: 34%;
  width: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(57, 214, 255, 0.62), rgba(255, 229, 178, 0.38), transparent);
  background-size: 220% 100%;
  box-shadow: 0 0 16px rgba(57, 214, 255, 0.28);
  opacity: 0.48;
  transform-origin: center;
  animation: philosophyBeamSweep 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.beam-a {
  transform: rotate(-22deg);
}

.beam-b {
  top: 39%;
  left: 42%;
  width: 42%;
  animation-delay: -1.6s;
  transform: rotate(18deg);
}

.beam-c {
  top: 63%;
  left: 46%;
  width: 38%;
  animation-delay: -3.1s;
  transform: rotate(43deg);
}

.unifi-stage-grid {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 8%;
  width: 72%;
  height: 44%;
  border: 1px solid rgba(160, 226, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 72% 22%, rgba(142, 255, 86, 0.12), transparent 24%),
    radial-gradient(circle at 42% 50%, rgba(57, 214, 255, 0.16), transparent 34%),
    linear-gradient(rgba(160, 226, 255, 0.095) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 229, 178, 0.075) 1px, transparent 1px),
    rgba(2, 8, 11, 0.2);
  background-size: auto, auto, 82px 58px, 82px 58px, auto;
  clip-path: polygon(10% 16%, 100% 2%, 88% 92%, 0 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 42px rgba(57, 214, 255, 0.055),
    0 0 48px rgba(57, 214, 255, 0.075);
  opacity: 0.46;
  transform: perspective(760px) rotateX(64deg) rotateZ(-16deg);
  transform-origin: center bottom;
  animation: stageGridDrift 8s ease-in-out infinite;
}

.unifi-link-svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.product-line {
  fill: none;
  stroke: url("#productLine");
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 10 12;
  filter: drop-shadow(0 0 9px rgba(57, 214, 255, 0.48));
  opacity: 0.78;
  animation: infraDash 3s linear infinite;
}

.product-line.line-muted {
  opacity: 0.34;
  stroke-dasharray: 3 14;
}

.product-particle {
  fill: #ffffff;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.62))
    drop-shadow(0 0 12px rgba(57, 214, 255, 0.82));
}

.unifi-device {
  position: absolute;
  z-index: 3;
  display: grid;
  justify-items: center;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(217, 226, 231, 0.9)),
    #f4f7f8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 26px 48px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform-style: preserve-3d;
  animation: productFloat 5.8s ease-in-out infinite;
}

.unifi-device img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 18px rgba(57, 214, 255, 0.05));
}

.unifi-device figcaption {
  display: inline-grid;
  place-items: center;
  min-height: 27px;
  margin-top: 6px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(3, 8, 11, 0.68);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.66rem;
  font-weight: 820;
  backdrop-filter: blur(12px);
}

.product-gateway {
  top: 30%;
  left: 58%;
  width: min(250px, 36%);
  transform: rotateZ(-3deg);
}

.product-switch {
  top: 57%;
  left: 49%;
  width: min(270px, 39%);
  transform: rotateZ(2deg);
  animation-delay: -1.4s;
}

.product-ap {
  top: 16%;
  right: 7%;
  width: min(132px, 19%);
  animation-delay: -2.2s;
}

.product-camera {
  right: 6%;
  bottom: 17%;
  width: min(155px, 22%);
  animation-delay: -0.8s;
}

.unifi-metric {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 2px;
  min-width: 122px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(3, 8, 11, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 44px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px) saturate(1.14);
}

.unifi-metric span {
  color: rgba(255, 229, 178, 0.76);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unifi-metric strong {
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.05;
}

.metric-a {
  top: 12%;
  left: 44%;
}

.metric-b {
  right: 8%;
  top: 48%;
}

.infra-console-feed {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  gap: 11px;
  width: min(318px, 43%);
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(160, 214, 255, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(57, 214, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.135), rgba(255, 255, 255, 0.035)),
    rgba(2, 6, 9, 0.86);
  color: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 58px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(57, 214, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.16);
}

.infra-console-feed::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.22;
}

.infra-console-feed::after {
  position: absolute;
  inset: -35% -20%;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, transparent 35%, rgba(120, 220, 255, 0.18), transparent 58%);
  opacity: 0.7;
  transform: translateX(-62%) rotate(10deg);
  animation: consoleSweep 4.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.console-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.console-header span {
  color: rgba(255, 229, 178, 0.84);
  font-size: 0.62rem;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-header strong {
  position: relative;
  padding-left: 12px;
  color: #8eff56;
  font-size: 0.68rem;
  font-weight: 850;
}

.console-header strong::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px rgba(142, 255, 86, 0.72);
  content: "";
  transform: translateY(-50%);
}

.console-preview {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(76px, 0.75fr);
  gap: 9px;
}

.console-camera-main,
.console-mini-map {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.console-camera-main {
  align-content: end;
  min-height: 104px;
  padding: 10px;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.16), transparent 4%),
    radial-gradient(circle at 66% 46%, rgba(57, 214, 255, 0.24), transparent 8%),
    linear-gradient(125deg, rgba(8, 18, 24, 0.92), rgba(4, 8, 12, 0.72)),
    rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
}

.console-camera-main::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(transparent 48%, rgba(57, 214, 255, 0.24), transparent 52%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 8px);
  opacity: 0.42;
  animation: cameraScan 3.4s ease-in-out infinite;
}

.console-camera-main::after {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(142, 255, 86, 0.45);
  border-radius: 999px;
  color: #8eff56;
  content: "";
  display: grid;
  place-items: center;
  background: #8eff56;
  box-shadow: 0 0 16px rgba(142, 255, 86, 0.18);
}

.console-camera-main span,
.console-camera-main b {
  position: relative;
  z-index: 1;
}

.console-camera-main span {
  color: rgba(255, 229, 178, 0.8);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-camera-main b {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.1;
}

.console-mini-map {
  min-height: 104px;
  background:
    radial-gradient(circle at 50% 48%, rgba(57, 214, 255, 0.24), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.console-mini-map::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  content: "";
  transform: perspective(120px) rotateX(48deg) rotateZ(-18deg);
}

.console-mini-map i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #39d6ff;
  box-shadow: 0 0 14px rgba(57, 214, 255, 0.8);
  animation: cameraBlink 2.2s ease-in-out infinite;
}

.console-mini-map i:nth-child(1) {
  top: 28%;
  left: 32%;
}

.console-mini-map i:nth-child(2) {
  top: 55%;
  left: 58%;
  animation-delay: -0.7s;
}

.console-mini-map i:nth-child(3) {
  top: 68%;
  left: 34%;
  animation-delay: -1.25s;
}

.console-topology {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.console-topology span {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 7px 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.56rem;
  font-weight: 780;
  text-align: center;
}

.console-topology i {
  justify-self: center;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #39d6ff;
  box-shadow: 0 0 12px rgba(57, 214, 255, 0.62);
}

.console-topology span:nth-child(2) i {
  background: #ffd56a;
  box-shadow: 0 0 12px rgba(255, 213, 106, 0.62);
}

.console-topology span:nth-child(4) i {
  background: #8eff56;
  box-shadow: 0 0 12px rgba(142, 255, 86, 0.62);
}

.console-health {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 10px;
  align-items: center;
}

.console-health span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.64rem;
  font-weight: 760;
}

.console-health b {
  position: relative;
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.console-health b::before {
  position: absolute;
  inset: 0;
  width: 76%;
  border-radius: inherit;
  background: linear-gradient(90deg, #39d6ff, #8eff56);
  box-shadow: 0 0 14px rgba(57, 214, 255, 0.44);
  content: "";
  animation: healthPulse 2.8s ease-in-out infinite;
}

.console-health b:nth-of-type(2)::before {
  width: 54%;
  background: linear-gradient(90deg, #ffd56a, #39d6ff);
  animation-delay: -1s;
}

.infra-floor path:first-child {
  fill: rgba(255, 255, 255, 0.055);
  stroke: rgba(255, 255, 255, 0.2);
}

.infra-floor path:last-child {
  fill: none;
  stroke: rgba(255, 255, 255, 0.17);
  stroke-width: 1;
}

.infra-floor .infra-zone {
  fill: rgba(57, 214, 255, 0.05);
  stroke: rgba(57, 214, 255, 0.26);
  stroke-width: 1.2;
  filter: drop-shadow(0 0 18px rgba(57, 214, 255, 0.18));
}

.infra-rack rect {
  fill: rgba(4, 8, 10, 0.72);
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 1.5;
}

.infra-rack path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 2.4;
  stroke-linecap: round;
}

.infra-rack .rack-shadow {
  fill: rgba(0, 0, 0, 0.18);
  stroke: none;
  filter: blur(1px);
}

.infra-rack .rack-depth {
  fill: rgba(33, 55, 64, 0.7);
  stroke: rgba(255, 255, 255, 0.18);
}

.infra-rack .rack-front {
  fill: url("#rackMetal");
  stroke: rgba(255, 255, 255, 0.42);
}

.infra-rack .rack-glass {
  fill: rgba(3, 8, 11, 0.78);
  stroke: rgba(57, 214, 255, 0.22);
}

.infra-rack .rack-slot-lines {
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 2.2;
}

.infra-rack .rack-uplink {
  stroke: rgba(57, 214, 255, 0.66);
  stroke-width: 2;
  stroke-dasharray: 8 10;
  filter: drop-shadow(0 0 8px rgba(57, 214, 255, 0.44));
  animation: infraDash 2.4s linear infinite;
}

.infra-rack circle,
.infra-particle {
  fill: #39d6ff;
  filter: drop-shadow(0 0 9px rgba(57, 214, 255, 0.74));
}

.infra-rack .rack-led {
  fill: #39d6ff;
}

.infra-rack .led-yellow {
  fill: #ffd56a;
}

.infra-rack .led-green {
  fill: #8eff56;
}

.infra-line {
  fill: none;
  stroke: url("#infraLine");
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 12 13;
  filter: drop-shadow(0 0 10px rgba(57, 214, 255, 0.42));
  animation: infraDash 2.8s linear infinite;
}

.infra-node circle,
.infra-node rect,
.infra-node path {
  fill: rgba(6, 10, 12, 0.66);
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 1.4;
}

.infra-node text {
  fill: #fff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-anchor: middle;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.56);
}

.infra-node .node-core-title,
.infra-node .node-core-sub {
  font-size: 13px;
}

.node-gateway circle {
  fill: url("#infraNodeGlow");
  stroke: rgba(255, 255, 255, 0.55);
}

.node-5g path:nth-child(2) {
  fill: none;
  stroke: rgba(57, 214, 255, 0.76);
  stroke-width: 2.2;
  stroke-linecap: round;
}

.coverage-wave {
  fill: none !important;
  stroke: rgba(57, 214, 255, 0.28) !important;
  stroke-width: 1.5 !important;
  opacity: 0.55;
  transform-box: fill-box;
  transform-origin: center;
  animation: infraCoveragePulse 2.9s ease-in-out infinite;
}

.coverage-wave.wave-b {
  animation-delay: -1.35s;
}

.infra-visual-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 310px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.infra-visual-caption span {
  color: rgba(255, 229, 178, 0.86);
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.infra-visual-caption strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.18;
}

body.ubiquiti-page .service-card,
body.ubiquiti-page .process-item,
body.ubiquiti-page .contact-form {
  background:
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(57, 214, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(5, 10, 13, 0.38);
}

body.ubiquiti-page .footer-disclaimer h2 {
  max-width: 850px;
}

@keyframes infraLaunchSweep {
  0%,
  46% {
    transform: translateX(-48%) rotate(18deg);
  }

  100% {
    transform: translateX(52%) rotate(18deg);
  }
}

@keyframes glyphLed {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@keyframes glyphWave {
  0%,
  100% {
    opacity: 0.24;
    stroke-dasharray: 8 14;
    stroke-dashoffset: 0;
  }

  50% {
    opacity: 0.86;
    stroke-dasharray: 18 10;
    stroke-dashoffset: -24;
  }
}

@keyframes infraDash {
  to {
    stroke-dashoffset: -50;
  }
}

@keyframes philosophyAura {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(0.98);
  }

  50% {
    opacity: 1;
    transform: translate3d(-1.5%, 1%, 0) scale(1.06);
  }
}

@keyframes philosophyCoreBreath {
  0%,
  100% {
    opacity: 0.58;
    transform: translate(-50%, -50%) rotateX(64deg) rotateZ(-12deg) scale(0.96);
  }

  50% {
    opacity: 0.86;
    transform: translate(-50%, -50%) rotateX(64deg) rotateZ(-6deg) scale(1.04);
  }
}

@keyframes philosophyRingSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes philosophyOrbitSpin {
  from {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-18deg);
  }

  to {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(342deg);
  }
}

@keyframes philosophyNodePulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@keyframes philosophyBeamSweep {
  0%,
  100% {
    background-position: 190% 0;
    opacity: 0.16;
  }

  45%,
  58% {
    background-position: 15% 0;
    opacity: 0.62;
  }
}

@keyframes stageGridDrift {
  0%,
  100% {
    opacity: 0.38;
    transform: perspective(760px) rotateX(64deg) rotateZ(-16deg) translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.56;
    transform: perspective(760px) rotateX(64deg) rotateZ(-15deg) translate3d(1%, -2%, 0);
  }
}

@keyframes productFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes infraCoveragePulse {
  0%,
  100% {
    opacity: 0.16;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.08);
  }
}

@keyframes consoleSweep {
  0%,
  48% {
    transform: translateX(-62%) rotate(10deg);
  }

  100% {
    transform: translateX(72%) rotate(10deg);
  }
}

@keyframes cameraScan {
  0%,
  100% {
    background-position: 0 -36px, 0 0;
    opacity: 0.28;
  }

  50% {
    background-position: 0 44px, 0 0;
    opacity: 0.56;
  }
}

@keyframes cameraBlink {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.76);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes healthPulse {
  0%,
  100% {
    opacity: 0.68;
    transform: translateX(-6%);
  }

  50% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 940px) {
  .service-switcher {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: auto;
    overflow: visible;
    transform: none;
    transition: none;
  }

  .service-switcher:hover,
  .service-switcher:focus-within,
  .service-switcher.is-expanded {
    width: auto;
  }

  .service-switcher a {
    width: auto;
    min-height: 48px;
    padding: 9px;
    border-radius: 13px;
  }

  .service-switcher a::after {
    display: none;
  }

  .service-switcher span,
  .service-switcher small {
    max-width: none;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .language-toggle {
    top: 76px;
    right: 10px;
    min-height: 44px;
  }

  body.ubiquiti-page.video-mode .presentation-sticky {
    grid-template-columns: 1fr;
    padding: 7rem 18px 5.5rem;
  }

  body.ubiquiti-page.video-mode .presentation-sticky .hero-copy {
    max-width: min(520px, 90vw);
    margin-left: 0;
  }

  .infra-visual {
    min-height: 420px;
  }

  .infra-console-feed {
    width: min(300px, 58%);
  }

  .infra-network-svg {
    min-height: 420px;
  }

  .unifi-product-stage {
    min-height: 420px;
  }

  .product-gateway {
    left: 56%;
    width: min(310px, 52%);
  }

  .product-switch {
    width: min(340px, 58%);
  }

  .product-ap {
    width: min(140px, 24%);
  }

  .product-camera {
    width: min(170px, 28%);
  }
}

@media (max-width: 640px) {
  .service-switcher {
    gap: 6px;
  }

  .service-switcher span {
    font-size: 0.68rem;
  }

  .service-switcher small {
    display: none;
  }

  .language-toggle {
    grid-template-columns: 29px auto auto;
    padding: 7px 9px;
  }

  .infra-background img {
    object-position: 63% center;
  }

  body.ubiquiti-page.video-mode .video-heading {
    max-width: calc(100vw - 36px);
  }

  .infra-launch {
    grid-template-columns: 1fr 76px;
    min-height: 88px;
  }

  .server-glyph {
    width: 72px;
    border-radius: 14px;
  }

  .server-glyph svg {
    width: 68px;
    height: 68px;
  }

  .infra-visual {
    min-height: 360px;
    border-radius: 14px;
  }

  .infra-console-feed {
    top: 10px;
    left: 10px;
    width: min(220px, calc(100% - 20px));
    padding: 10px;
  }

  body.infra-presentation-started .infra-console-feed {
    opacity: 0.86;
  }

  .infra-network-svg {
    min-height: 360px;
    transform: scale(1.18) translateX(-3%);
  }

  .unifi-product-stage {
    min-height: 360px;
  }

  .unifi-stage-grid {
    right: -4%;
    bottom: 6%;
    width: 86%;
  }

  .unifi-device figcaption,
  .unifi-metric {
    display: none;
  }

  .infra-visual-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
  }
}

@media (max-width: 940px) {
  body.video-mode {
    --dock-width: min(calc(100% - 20px), var(--max));
    --dock-max: var(--max);
    --dock-height: 56px;
    --dock-padding: 7px 8px 7px 10px;
    --dock-radius: 14px;
    --dock-columns: auto minmax(0, 1fr) 42px;
    --dock-justify: normal;
  }

  body.video-mode .topbar,
  body.video-mode.nav-dock-open .topbar,
  body.video-mode .site-shell > .topbar:hover,
  body.video-mode .site-shell > .topbar:focus-within {
    top: 10px;
    z-index: 16;
    grid-template-columns: auto minmax(0, 1fr) 42px;
    gap: 8px;
    width: min(calc(100% - 20px), var(--max));
    max-width: var(--max);
    min-height: 56px;
    padding: 7px 8px 7px 10px;
    overflow: visible;
    border-radius: 14px;
    opacity: 1 !important;
    transform: translateX(-50%);
  }

  body.presentation-live .topbar {
    opacity: 0.96 !important;
    transform: translateX(-50%);
  }

  body.video-mode .brand {
    grid-column: 1;
    min-width: 0;
  }

  body.video-mode .brand span:not(.brand-mark) {
    position: relative !important;
    max-width: 96px !important;
    overflow: hidden;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.video-mode .icon-button,
  body.video-mode .nav-status {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    grid-column: 3;
    justify-self: end;
  }

  body.video-mode .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: min(292px, calc(100vw - 20px));
    max-width: min(292px, calc(100vw - 20px)) !important;
    max-height: calc(100svh - 82px);
    overflow: auto;
    overscroll-behavior: contain;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
      rgba(7, 9, 10, 0.74);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 24px 70px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(22px) saturate(1.2);
    opacity: 0 !important;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98) !important;
    transform-origin: top center;
    visibility: hidden !important;
  }

  body.mobile-menu-open .topbar .nav-links,
  body.video-mode .topbar:focus-within .nav-links {
    opacity: 1 !important;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
    visibility: visible !important;
  }

  body.video-mode .nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.9);
  }

  .mobile-menu-divider {
    display: block;
    height: 1px;
    margin: 4px 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  }

  .mobile-service-link {
    display: flex !important;
    border-color: rgba(255, 213, 106, 0.16) !important;
    background:
      radial-gradient(circle at 18% 50%, rgba(57, 214, 255, 0.18), transparent 42%),
      rgba(255, 255, 255, 0.07) !important;
  }

  .mobile-service-link::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(57, 214, 255, 0.9);
    box-shadow: 0 0 14px rgba(57, 214, 255, 0.42);
  }

  .mobile-service-link.is-active::before {
    background: #ffd56a;
    box-shadow: 0 0 16px rgba(255, 213, 106, 0.58);
  }

  body.video-mode .nav-links a::after {
    display: none;
  }

  .language-toggle {
    top: 17px;
    right: 64px;
    z-index: 17;
    grid-template-columns: 27px auto auto;
    gap: 5px;
    min-height: 40px;
    padding: 6px 8px;
  }

  .language-mark {
    width: 27px;
    height: 27px;
    font-size: 0.72rem;
  }

  .language-code-current,
  .language-code-next {
    font-size: 0.67rem;
  }

  .service-switcher {
    display: none;
  }

  body.video-mode .presentation-scroll {
    height: 100svh;
    min-height: 100svh;
    padding: 88px 16px 34px;
  }

  body.video-mode .presentation-sticky {
    justify-content: center;
  }

  body.video-mode .presentation-sticky .hero-copy,
  body.ubiquiti-page.video-mode .presentation-sticky .hero-copy {
    align-self: flex-start;
    max-width: min(420px, 91vw);
    margin-left: 0;
  }

  body.ubiquiti-page.video-mode .presentation-sticky {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }

  body.video-mode .video-heading,
  body.ubiquiti-page.video-mode .video-heading {
    max-width: min(430px, calc(100vw - 32px));
    font-size: clamp(24px, 7.4vw, 36px);
    line-height: 1.08;
  }

  body.video-mode .hero-text,
  body.ubiquiti-page.video-mode .hero-text {
    max-width: min(330px, 88vw);
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.55;
  }

  .infra-launch {
    width: min(390px, 100%);
    margin-top: 16px;
  }

  .infra-visual {
    min-height: min(38vh, 360px);
  }

  .unifi-product-stage {
    min-height: min(38vh, 360px);
  }
}

@media (max-width: 640px) {
  body.video-mode {
    --video-scale: 1.045;
  }

  .background-video {
    width: 100vw;
    height: 100svh;
    object-fit: cover;
    object-position: center center;
    background: #050505;
  }

  body.video-loop-hold .background-video,
  body.video-loop-slowing .background-video {
    --video-scale: 1.058;
  }

  .video-reactive-layer {
    opacity: 0.86;
  }

  body.video-mode .presentation-scroll {
    padding: 84px 14px 28px;
  }

  body.video-mode .presentation-sticky .hero-copy,
  body.ubiquiti-page.video-mode .presentation-sticky .hero-copy {
    max-width: min(340px, 92vw);
  }

  body.video-mode .video-heading,
  body.ubiquiti-page.video-mode .video-heading {
    max-width: calc(100vw - 28px);
    font-size: clamp(23px, 8vw, 32px);
  }

  body.video-mode .hero-text,
  body.ubiquiti-page.video-mode .hero-text {
    max-width: min(300px, 88vw);
  }

  .infra-launch {
    grid-template-columns: minmax(0, 1fr) 64px;
    min-height: 76px;
  }

  .server-glyph {
    width: 62px;
    border-radius: 13px;
  }

  .server-glyph svg {
    width: 58px;
    height: 58px;
  }

  .infra-visual,
  .unifi-product-stage {
    min-height: 260px;
  }

  .infra-console-feed {
    width: min(210px, calc(100% - 20px));
  }

  .support-pet {
    right: 6px;
    bottom: 6px;
    z-index: 14;
    transform: translateY(12px) scale(0.72);
  }

  body.pet-awake .support-pet,
  .support-pet.is-open,
  .support-pet:hover,
  .support-pet:focus-within {
    transform: translateY(0) scale(0.78);
  }

  .pet-panel {
    width: min(280px, calc(100vw - 16px));
  }
}

@media (max-width: 380px) {
  .brand span:not(.brand-mark) {
    max-width: 72px !important;
  }

  .language-toggle {
    right: 58px;
    gap: 4px;
    padding: 6px 7px;
  }

  .language-code-next {
    display: none;
  }
}
