:root {
  --bg: #000303;
  --bg-2: #020909;
  --panel: rgba(1, 8, 9, 0.78);
  --panel-strong: rgba(2, 12, 14, 0.9);
  --line: rgba(0, 240, 255, 0.2);
  --cyan: #00dff0;
  --cyan-2: #15f6ff;
  --amber: #ffd166;
  --green: #42f59b;
  --text: #f4fbff;
  --muted: #9fb3c2;
  --soft: #d7edf5;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --container: min(1140px, calc(100% - 40px));
  --mx: 0;
  --my: 0;
  --scroll-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(115deg, rgba(0, 240, 255, 0.12), transparent 28%),
    linear-gradient(250deg, rgba(66, 245, 155, 0.065), transparent 38%),
    linear-gradient(135deg, #000 0%, #020909 46%, #000 100%);
  transform: translate3d(calc(var(--mx) * -10px), calc(var(--my) * -8px), 0);
  transition: transform 180ms ease-out;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.055) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.18;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 78%, transparent);
  transform: perspective(1000px) rotateX(58deg) translate3d(calc(var(--mx) * 18px), calc(var(--scroll-progress) * -180px), -180px) scale(1.65);
  transform-origin: center top;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0.045;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.4) 1px, transparent 1px), linear-gradient(rgba(255,255,255,0.32) 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: screen;
}

.screen-controls {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483000;
  display: grid;
  gap: 14px;
  justify-items: end;
  pointer-events: none;
}

.page-transition-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  visibility: hidden;
}

.next-page-stage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(123,244,255,0.38);
  background: #000;
  box-shadow: -30px 0 100px rgba(0, 240, 255, 0.24);
  transform: translateX(100%) rotateY(-12deg);
  transform-origin: left center;
  transform-style: preserve-3d;
}

.next-page-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.11) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,240,255,0.18), transparent 16%, transparent 84%, rgba(0,0,0,0.22));
  background-size: 54px 54px;
  opacity: 0.24;
  pointer-events: none;
}

.next-page-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0,0,0,0.32), transparent 18%, transparent 78%, rgba(0,0,0,0.22));
  pointer-events: none;
}

.next-page-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  transform: scale(1.01);
  pointer-events: none;
}

.page-pull-handle {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 18px;
  background:
    linear-gradient(180deg, transparent, rgba(21,246,255,0.92), rgba(255,209,102,0.75), transparent),
    rgba(0, 8, 10, 0.92);
  box-shadow: 0 0 34px rgba(21,246,255,0.7);
}

.transition-trail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--cyan-2), var(--amber), transparent);
  box-shadow: 0 0 28px rgba(21,246,255,0.8);
  opacity: 0;
}

.page-bot {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 82px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  transition: transform 260ms ease, opacity 420ms ease;
  pointer-events: auto;
}

.page-ready .page-bot {
  opacity: 1;
  transform: translateY(0);
}

.page-bot:hover {
  transform: translateY(-5px);
}

.bot-antenna {
  position: absolute;
  top: 2px;
  width: 2px;
  height: 16px;
  background: var(--cyan-2);
  box-shadow: 0 0 12px rgba(21,246,255,0.8);
}

.bot-antenna::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 18px rgba(255,209,102,0.9);
  transform: translateX(-50%);
}

.bot-head {
  position: absolute;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 54px;
  height: 38px;
  border: 1px solid rgba(123,244,255,0.42);
  border-radius: 16px 16px 13px 13px;
  background:
    radial-gradient(circle at 35% 24%, rgba(255,255,255,0.24), transparent 22%),
    linear-gradient(145deg, rgba(10, 41, 47, 0.98), rgba(0, 7, 9, 0.96));
  box-shadow: inset 0 0 18px rgba(0,240,255,0.12), 0 0 28px rgba(0,240,255,0.22);
}

.bot-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-2);
  box-shadow: 0 0 16px rgba(21,246,255,0.9);
  animation: botBlink 3.4s ease-in-out infinite;
}

.bot-body {
  position: absolute;
  top: 52px;
  width: 42px;
  height: 24px;
  border: 1px solid rgba(123,244,255,0.26);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(0,240,255,0.12), rgba(255,255,255,0.04));
  box-shadow: 0 14px 34px rgba(0,0,0,0.38);
}

.bot-shadow {
  position: absolute;
  bottom: -4px;
  width: 48px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  filter: blur(3px);
}

.page-transitioning .page-transition-layer {
  visibility: visible;
}

.page-transitioning .next-page-stage {
  animation: nextPageDragIn 980ms cubic-bezier(.2,.8,.2,1) forwards;
}

.page-transitioning .transition-trail {
  animation: trailDragIn 980ms cubic-bezier(.2,.8,.2,1) forwards;
}

.page-transitioning .screen-controls {
  animation: controlsPullPage 980ms cubic-bezier(.2,.8,.2,1) forwards;
}

.page-transitioning .page-bot {
  animation: botPullPage 980ms cubic-bezier(.2,.8,.2,1) forwards;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 10px 28px;
  border: 0;
  border-bottom: 1px solid rgba(0, 240, 255, 0.13);
  border-radius: 0;
  background: rgba(0, 3, 3, 0.74);
  backdrop-filter: blur(22px);
  transition: background 250ms ease, border-color 250ms ease, transform 250ms ease;
}

.site-header.scrolled {
  background: rgba(0, 3, 3, 0.94);
  border-color: rgba(0, 240, 255, 0.24);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-logo {
  display: block;
  width: 318px;
  max-width: 38vw;
  height: 76px;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #18f7ff, #0b93f2 58%, #2d62ff);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 0 30px rgba(24, 217, 255, 0.2);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand small {
  margin-top: 3px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav > a,
.nav-link {
  position: relative;
  padding: 10px 13px;
  color: var(--soft);
  font-size: 0.88rem;
}

.site-nav > a::after,
.nav-link::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 6px;
  height: 1px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav > a:hover::after,
.nav-link:hover::after,
.nav-services:focus-within .nav-link::after,
.nav-services:hover .nav-link::after {
  transform: scaleX(1);
}

.site-nav a.active {
  color: var(--cyan);
}

.site-nav > a.active::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-item {
  display: flex;
  align-items: center;
  position: relative;
}

.mobile-services-toggle {
  display: none;
}

.services-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 35;
  width: 794px;
  min-height: 440px;
  padding-top: 12px;
  opacity: 0;
  pointer-events: none;
  perspective: 1100px;
  transform: translate(-50%, 8px);
  transform-style: preserve-3d;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-services:hover .services-dropdown,
.nav-services:focus-within .services-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.services-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  width: 292px;
  padding: 18px 8px 8px;
  border: 1px solid rgba(123,244,255,0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 14% 86%, rgba(0,0,0,0.18)),
    linear-gradient(180deg, rgba(5, 23, 27, 0.98), rgba(0, 8, 10, 0.98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.52), inset 0 0 32px rgba(0,240,255,0.055);
  backdrop-filter: blur(20px);
  overflow: visible;
  transform: rotateX(-14deg) translateY(-8px) scaleY(0.05);
  transform-origin: top center;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease;
}

.services-menu::before {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  top: -15px;
  height: 30px;
  border: 1px solid rgba(123,244,255,0.26);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.22), transparent 24%),
    linear-gradient(180deg, rgba(32, 83, 90, 0.98), rgba(0, 9, 11, 0.98));
  box-shadow: 0 12px 32px rgba(0,0,0,0.45), 0 0 26px rgba(0,240,255,0.12);
  transform: translateZ(34px);
}

.services-menu::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  box-shadow: 0 54px 0 rgba(255,255,255,0.045), 0 108px 0 rgba(255,255,255,0.04), 0 162px 0 rgba(255,255,255,0.035), 0 216px 0 rgba(255,255,255,0.03);
  pointer-events: none;
}

.nav-services:hover .services-menu,
.nav-services:focus-within .services-menu {
  animation: menuPaperUnroll 680ms cubic-bezier(.2,.8,.2,1) both;
  transform: rotateX(0deg) translateY(0);
}

.services-menu article {
  position: relative;
  min-height: auto;
  padding: 0;
  border: 1px solid rgba(123,244,255,0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055), transparent 18% 82%, rgba(0,0,0,0.12)),
    linear-gradient(145deg, rgba(24,217,255,0.095), rgba(255,255,255,0.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  opacity: 0;
  transform: translateY(-8px) scaleY(0.92);
  transform-origin: top center;
  transform-style: preserve-3d;
}

.services-menu article::before {
  display: none;
}

.nav-services:hover .services-menu article,
.nav-services:focus-within .services-menu article {
  animation: serviceButtonReveal 240ms ease both;
}

.nav-services:hover .services-menu article:nth-child(2),
.nav-services:focus-within .services-menu article:nth-child(2) { animation-delay: 110ms; }
.nav-services:hover .services-menu article:nth-child(3),
.nav-services:focus-within .services-menu article:nth-child(3) { animation-delay: 190ms; }
.nav-services:hover .services-menu article:nth-child(4),
.nav-services:focus-within .services-menu article:nth-child(4) { animation-delay: 270ms; }
.nav-services:hover .services-menu article:nth-child(5),
.nav-services:focus-within .services-menu article:nth-child(5) { animation-delay: 350ms; }
.nav-services:hover .services-menu article:nth-child(6),
.nav-services:focus-within .services-menu article:nth-child(6) { animation-delay: 430ms; }

.services-menu article > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 0;
  padding: 13px 16px;
  color: var(--cyan-2);
  font-size: 0.96rem;
  font-weight: 800;
}

.services-menu article > a::after {
  content: ">";
  position: static;
  display: inline-flex;
  width: auto;
  height: auto;
  background: none;
  color: rgba(123, 244, 255, 0.72);
  transform: none;
  transition: transform 180ms ease, color 180ms ease;
}

.services-menu article:hover > a::after,
.services-menu article:focus-within > a::after {
  color: var(--cyan-2);
  transform: translateX(3px);
}

.services-menu p {
  display: none;
  margin-bottom: 12px;
  color: rgba(215, 237, 245, 0.68);
  font-size: 0.86rem;
  line-height: 1.55;
}

.services-menu ul {
  position: absolute;
  top: -1px;
  left: 100%;
  display: grid;
  gap: 7px;
  width: 430px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(123,244,255,0.22);
  border-radius: var(--radius);
  background: rgba(0, 8, 10, 0.98);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.46);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: rotateY(-88deg) translateX(10px) scaleX(0.08);
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: opacity 220ms ease, transform 520ms cubic-bezier(.2,.8,.2,1);
}

.services-menu ul::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -12px;
  width: 12px;
  border: 1px solid rgba(123,244,255,0.18);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(90deg, rgba(255,255,255,0.14), rgba(0,240,255,0.04));
  transform: rotateY(-42deg);
  transform-origin: right;
}

.services-menu article:hover ul,
.services-menu article:focus-within ul {
  opacity: 1;
  pointer-events: auto;
  animation: subPaperUnroll 520ms cubic-bezier(.2,.8,.2,1) both;
  transform: rotateY(0deg) translateX(0) scaleX(1);
}

.services-menu li {
  position: relative;
  padding-left: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.services-menu li::before {
  display: none;
}

.services-menu li a {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 6px;
  color: rgba(215, 237, 245, 0.76);
  line-height: 1.35;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.services-menu li a strong {
  color: var(--soft);
  font-size: 0.84rem;
  line-height: 1.25;
}

.services-menu li a small {
  color: rgba(159, 179, 194, 0.78);
  font-size: 0.74rem;
  line-height: 1.35;
}

.services-menu li a:hover,
.services-menu li a:focus {
  background: rgba(0, 240, 255, 0.09);
  color: #f4fbff;
  transform: translateX(2px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--cyan-2);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
  background:
    linear-gradient(90deg, rgba(0, 5, 8, 0.93) 0%, rgba(0, 12, 18, 0.72) 42%, rgba(0, 6, 10, 0.54) 100%),
    url("assets/enterprise-it-datacenter.png") center / cover no-repeat;
  background-position:
    center,
    calc(50% + (var(--mx) * 18px)) calc(50% + (var(--scroll-progress) * 90px));
}

#hero-canvas,
.hero-grid,
.hero::after {
  position: absolute;
  inset: 0;
}

#hero-canvas {
  z-index: -3;
  opacity: 0.24;
  transform: translate3d(calc(var(--mx) * 16px), calc(var(--my) * 12px), 0);
}

.hero-grid {
  z-index: -2;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(123, 244, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 244, 255, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  animation: gridShift 18s linear infinite;
  transform: rotateX(64deg) translate3d(0, calc(var(--scroll-progress) * 110px), -140px) scale(1.5);
  transform-origin: center bottom;
}

.hero::after {
  content: "";
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(0, 240, 255, 0.12) 48%, transparent 56%),
    linear-gradient(245deg, transparent 0 42%, rgba(255, 209, 102, 0.06) 50%, transparent 58%),
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.36) 76%, var(--bg));
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(123, 244, 255, 0.16);
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.hero-orbit-one {
  width: 520px;
  height: 520px;
  right: 10vw;
  top: 18vh;
  box-shadow: inset 0 0 60px rgba(24,217,255,0.05), 0 0 80px rgba(24,217,255,0.08);
  animation: spin 24s linear infinite;
  transform: translate3d(calc(var(--mx) * -22px), calc(var(--my) * -18px), 80px);
}

.hero-orbit-two {
  width: 260px;
  height: 260px;
  right: 21vw;
  top: 33vh;
  border-style: dashed;
  animation: spin 16s linear infinite reverse;
  transform: translate3d(calc(var(--mx) * 28px), calc(var(--my) * 22px), 120px);
}

.hero-intro {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: min(62vw, 660px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%) translateY(10px);
  filter: drop-shadow(0 0 34px rgba(0, 240, 255, 0.2));
  animation: introExit 3.05s cubic-bezier(.2,.8,.2,1) forwards;
}

.intro-ring,
.intro-ring span,
.intro-core,
.intro-scan,
.intro-grid-plane,
.intro-nodes,
.intro-energy,
.intro-flare {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.intro-grid-plane {
  inset: 16% 4% -12%;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.16) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.14) 1px, transparent 1px),
    linear-gradient(145deg, rgba(0,240,255,0.12), rgba(255,209,102,0.025));
  background-size: 36px 36px;
  box-shadow: inset 0 0 48px rgba(0,240,255,0.08), 0 28px 90px rgba(0,0,0,0.42);
  opacity: 0;
  transform: rotateX(68deg) rotateZ(-23deg) scale(0.72);
  transform-origin: center bottom;
  animation: introGridRise 2.35s cubic-bezier(.2,.8,.2,1) 0.18s both;
}

.intro-ring {
  border: 1px solid rgba(123,244,255,0.22);
  background:
    conic-gradient(from 40deg, rgba(21,246,255,0.72), transparent 13%, rgba(255,209,102,0.42) 26%, transparent 42%, rgba(66,245,155,0.36) 56%, transparent 74%, rgba(21,246,255,0.68)),
    radial-gradient(circle, rgba(0,240,255,0.1), transparent 58%);
  box-shadow: 0 0 120px rgba(0,240,255,0.2), inset 0 0 76px rgba(0,240,255,0.09);
  mask-image: radial-gradient(circle, transparent 0 42%, black 43% 47%, transparent 48% 52%, black 53% 59%, transparent 60%);
  animation: introRing 1.9s cubic-bezier(.2,.8,.2,1) both, introOrbit 4.8s linear infinite;
}

.intro-ring span {
  border: 1px solid rgba(123,244,255,0.18);
  box-shadow: inset 0 0 26px rgba(0,240,255,0.08);
  animation: introOrbit 1.8s linear infinite, introRingGlow 2.4s ease-in-out infinite;
}

.intro-ring span:nth-child(1) {
  inset: 12%;
  border-color: rgba(255,209,102,0.22);
  animation-duration: 1.35s;
}

.intro-ring span:nth-child(2) {
  inset: 24%;
  border-style: dashed;
  animation-duration: 2.2s;
  animation-direction: reverse;
}

.intro-ring span:nth-child(3) {
  inset: 36%;
  border-color: rgba(66,245,155,0.2);
  animation-duration: 1.7s;
}

.intro-energy i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46%;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(21,246,255,0.95), transparent);
  box-shadow: 0 0 20px rgba(21,246,255,0.62);
  transform-origin: left center;
  opacity: 0;
  animation: introEnergy 1.85s ease-in-out infinite;
}

.intro-energy i:nth-child(1) { transform: rotate(18deg); animation-delay: 0.1s; }
.intro-energy i:nth-child(2) { transform: rotate(78deg); animation-delay: 0.28s; background: linear-gradient(90deg, transparent, rgba(66,245,155,0.86), transparent); }
.intro-energy i:nth-child(3) { transform: rotate(138deg); animation-delay: 0.46s; }
.intro-energy i:nth-child(4) { transform: rotate(198deg); animation-delay: 0.64s; background: linear-gradient(90deg, transparent, rgba(255,209,102,0.82), transparent); }
.intro-energy i:nth-child(5) { transform: rotate(258deg); animation-delay: 0.82s; }
.intro-energy i:nth-child(6) { transform: rotate(318deg); animation-delay: 1s; background: linear-gradient(90deg, transparent, rgba(66,245,155,0.8), transparent); }

.intro-nodes i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(244,251,255,0.72);
  border-radius: 50%;
  background: var(--cyan-2);
  box-shadow: 0 0 22px rgba(21,246,255,0.9);
  opacity: 0;
  animation: introNodePop 2.1s ease both;
}

.intro-nodes i:nth-child(1) { transform: rotate(18deg) translateX(215px); animation-delay: 0.35s; }
.intro-nodes i:nth-child(2) { transform: rotate(78deg) translateX(205px); animation-delay: 0.48s; background: var(--green); box-shadow: 0 0 22px rgba(66,245,155,0.84); }
.intro-nodes i:nth-child(3) { transform: rotate(138deg) translateX(218px); animation-delay: 0.61s; }
.intro-nodes i:nth-child(4) { transform: rotate(198deg) translateX(208px); animation-delay: 0.74s; background: var(--amber); box-shadow: 0 0 22px rgba(255,209,102,0.78); }
.intro-nodes i:nth-child(5) { transform: rotate(258deg) translateX(220px); animation-delay: 0.87s; }
.intro-nodes i:nth-child(6) { transform: rotate(318deg) translateX(210px); animation-delay: 1s; background: var(--green); box-shadow: 0 0 22px rgba(66,245,155,0.84); }

.intro-core {
  inset: 33%;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(123,244,255,0.42);
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,0.18), transparent 24%),
    radial-gradient(circle, rgba(21,246,255,0.18), rgba(0, 8, 10, 0.9) 62%);
  box-shadow: inset 0 0 34px rgba(0,240,255,0.2), 0 0 62px rgba(0,240,255,0.25);
  text-align: center;
  opacity: 0;
  transform: scale(0.74);
  animation: introCoreReveal 1.35s cubic-bezier(.2,.8,.2,1) 0.55s both;
}

.intro-core span {
  color: rgba(215,237,245,0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.intro-core strong {
  margin-top: 5px;
  color: var(--cyan-2);
  font-size: clamp(0.95rem, 1.7vw, 1.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.intro-scan {
  background:
    conic-gradient(from 0deg, transparent 0 67%, rgba(21,246,255,0.9), rgba(255,209,102,0.36), transparent 82% 100%),
    linear-gradient(180deg, transparent 48%, rgba(21,246,255,0.24) 50%, transparent 52%);
  mask-image: radial-gradient(circle, transparent 0 29%, black 30% 47%, transparent 48%);
  animation: introScan 1.05s linear infinite;
}

.intro-flare {
  inset: 29%;
  background: radial-gradient(circle, rgba(244,251,255,0.9), rgba(21,246,255,0.42) 18%, transparent 54%);
  opacity: 0;
  transform: scale(0.25);
  animation: introFlare 3.05s ease forwards;
}

.cinematic-stage {
  position: absolute;
  inset: 118px 0 auto auto;
  right: min(6vw, 92px);
  width: min(46vw, 680px);
  height: min(64vh, 610px);
  z-index: -1;
  pointer-events: none;
  perspective: 1200px;
  transform: translate3d(calc(var(--mx) * -34px), calc(var(--my) * -24px + var(--scroll-progress) * -70px), 0);
  transform-style: preserve-3d;
  will-change: transform;
}

.depth-console {
  position: absolute;
  inset: 9% 0 0 8%;
  transform: rotateX(62deg) rotateZ(-31deg) translateZ(0);
  transform-style: preserve-3d;
}

.depth-console::before,
.depth-console::after {
  content: "";
  position: absolute;
  inset: 7% 0 0 0;
  border: 1px solid rgba(123,244,255,0.22);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.16) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.16) 1px, transparent 1px),
    linear-gradient(145deg, rgba(0, 240, 255, 0.08), rgba(255, 209, 102, 0.025));
  background-size: 44px 44px;
  box-shadow: 0 0 80px rgba(0, 240, 255, 0.15), inset 0 0 42px rgba(0, 240, 255, 0.08);
}

.depth-console::after {
  inset: 17% 12% 9% 11%;
  transform: translateZ(78px);
  border-color: rgba(255, 209, 102, 0.28);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    rgba(0, 6, 8, 0.38);
  background-size: 36px 36px;
}

.depth-node {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(244, 251, 255, 0.7);
  border-radius: 50%;
  background: var(--cyan-2);
  box-shadow: 0 0 28px rgba(21, 246, 255, 0.9);
  transform: translateZ(138px);
}

.depth-node::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(21, 246, 255, 0.22);
  border-radius: inherit;
  animation: nodePulse 2.8s ease-in-out infinite;
}

.depth-node-a { left: 18%; top: 21%; }
.depth-node-b { right: 18%; top: 34%; background: var(--green); box-shadow: 0 0 28px rgba(66, 245, 155, 0.8); }
.depth-node-c { left: 43%; bottom: 17%; background: var(--amber); box-shadow: 0 0 28px rgba(255, 209, 102, 0.8); }

.holo-stack {
  position: absolute;
  left: 43%;
  top: 24%;
  width: 118px;
  height: 176px;
  transform: translateZ(118px) rotateZ(31deg);
  transform-style: preserve-3d;
}

.holo-stack span {
  position: absolute;
  inset: auto 0 0;
  height: 34px;
  border: 1px solid rgba(123,244,255,0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(21,246,255,0.28), rgba(255,255,255,0.06));
  box-shadow: 0 0 28px rgba(0,240,255,0.18);
  transform: translateZ(calc(var(--i, 1) * 30px));
  animation: stackFloat 4.2s ease-in-out infinite;
}

.holo-stack span:nth-child(1) { --i: 1; bottom: 0; }
.holo-stack span:nth-child(2) { --i: 2; bottom: 42px; animation-delay: -0.4s; }
.holo-stack span:nth-child(3) { --i: 3; bottom: 84px; animation-delay: -0.8s; }
.holo-stack span:nth-child(4) { --i: 4; bottom: 126px; animation-delay: -1.2s; border-color: rgba(255,209,102,0.36); }

.data-ribbon {
  position: absolute;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(21,246,255,0.9), transparent);
  box-shadow: 0 0 22px rgba(21,246,255,0.55);
  transform: translateZ(150px);
  animation: dataDrift 3.4s linear infinite;
}

.data-ribbon-a { left: 17%; top: 32%; width: 42%; }
.data-ribbon-b { right: 14%; top: 51%; width: 34%; animation-delay: -1.2s; background: linear-gradient(90deg, transparent, rgba(66,245,155,0.9), transparent); }
.data-ribbon-c { left: 30%; bottom: 25%; width: 48%; animation-delay: -2.1s; background: linear-gradient(90deg, transparent, rgba(255,209,102,0.75), transparent); }

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  padding-top: clamp(104px, 13vh, 148px);
  text-align: center;
  transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * 8px + var(--scroll-progress) * -34px), 110px);
  transform-style: preserve-3d;
  opacity: 0;
  animation: heroContentEnter 760ms ease 2.05s forwards;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 7px 15px;
  border: 1px solid rgba(21, 246, 255, 0.7);
  border-radius: 999px;
  background: rgba(0, 16, 18, 0.88);
  color: #eaffff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-pill {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 14px rgba(0, 240, 255, 0.55);
  box-shadow: 0 0 26px rgba(0, 240, 255, 0.32), inset 0 0 22px rgba(0, 240, 255, 0.16);
}

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

h1 {
  max-width: 960px;
  margin: 0 auto 20px;
  font-size: clamp(2.35rem, 4.9vw, 4.45rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 10px 44px rgba(0, 0, 0, 0.58), 0 0 42px rgba(0, 240, 255, 0.14);
}

.line {
  display: block;
}

h1 .accent,
.accent {
  color: var(--cyan);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.1vw, 3.9rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 11px;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.hero-subtitle,
.section-copy p,
.section-heading p + h2 + p {
  color: var(--muted);
}

.hero-subtitle {
  max-width: 790px;
  margin: 0 auto 28px;
  color: rgba(215, 237, 245, 0.62);
  font-size: clamp(0.95rem, 1.45vw, 1.1rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 212px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
  transform: translateZ(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.btn:hover {
  transform: translateY(-2px) translateZ(20px);
}

.btn-primary {
  color: #001115;
  background: linear-gradient(135deg, #1df4ff, #0ea7e8);
  box-shadow: 0 0 44px rgba(0, 240, 255, 0.34);
}

.btn-secondary {
  border-color: rgba(0, 240, 255, 0.58);
  background: rgba(0, 240, 255, 0.02);
  color: var(--cyan);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 34px;
  color: rgba(215, 237, 245, 0.62);
  font-size: 0.92rem;
}

.hero-proof span {
  position: relative;
  padding-left: 22px;
}

.hero-proof span::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--cyan);
}

.command-panel,
.service-card,
.trust-card,
.metric-grid article,
.testimonial-shell,
.contact-form,
.expertise-card,
.contact-cards a,
.contact-cards span,
.footer-grid > div {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 4, 5, 0.72);
  box-shadow: 0 22px 74px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}

.metric-grid article,
.contact-form,
.expertise-card,
.contact-cards a,
.contact-cards span,
.footer-grid > div {
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.metric-grid article:hover,
.contact-form:hover,
.expertise-card:hover,
.contact-cards a:hover,
.contact-cards span:hover,
.footer-grid > div:hover {
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-5px) translateZ(18px);
  border-color: rgba(123,244,255,0.36);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.42), 0 0 44px rgba(0, 240, 255, 0.08);
}

.command-panel {
  position: relative;
  padding: 26px;
  overflow: hidden;
}

.command-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(130deg, rgba(24,217,255,0.28), transparent 32%, transparent 68%, rgba(123,244,255,0.16));
  opacity: 0.6;
  z-index: -1;
}

.panel-topline,
.system-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-topline {
  color: var(--muted);
  font-size: 0.82rem;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--cyan);
  box-shadow: 0 0 22px var(--cyan);
}

.signal-ring {
  display: grid;
  place-items: center;
  width: min(100%, 260px);
  aspect-ratio: 1;
  margin: 32px auto 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(2,7,12,0.92) 0 48%, transparent 49%),
    conic-gradient(from 120deg, var(--cyan), rgba(123,244,255,0.25), #263743, var(--cyan));
  box-shadow: inset 0 0 50px rgba(0,0,0,0.4), 0 0 70px rgba(24,217,255,0.16);
  animation: pulse 3.8s ease-in-out infinite;
}

.signal-ring span {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.signal-caption {
  display: block;
  margin-bottom: 30px;
  color: var(--muted);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.system-list {
  display: grid;
  gap: 10px;
}

.system-list div {
  padding: 13px 0;
  border-top: 1px solid rgba(123,244,255,0.12);
}

.system-list span {
  color: var(--muted);
}

.system-list strong {
  color: var(--cyan-2);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 24px;
  height: 40px;
  border: 1px solid rgba(123,244,255,0.4);
  border-radius: 99px;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 7px;
  border-radius: 99px;
  background: var(--cyan);
  transform: translateX(-50%);
  animation: scrollDot 1.5s ease-in-out infinite;
}

.section {
  position: relative;
  padding: 112px 0;
  overflow: clip;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.section > .container,
.logo-band > .container,
.stats-band > .container,
.cta > .container,
.site-footer > .container {
  position: relative;
  z-index: 2;
}

.section::before {
  content: "";
  position: absolute;
  inset: 12% -10% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.32), rgba(255, 209, 102, 0.14), transparent);
  opacity: 0.55;
  transform: translateX(calc((var(--scroll-progress) - 0.5) * 140px));
  pointer-events: none;
}

.section::after {
  content: "";
  position: absolute;
  right: clamp(16px, 7vw, 120px);
  top: clamp(32px, 12vw, 150px);
  width: clamp(72px, 10vw, 150px);
  height: clamp(72px, 10vw, 150px);
  border: 1px solid rgba(123,244,255,0.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 38%),
    linear-gradient(145deg, rgba(0,240,255,0.1), rgba(255,209,102,0.03));
  box-shadow: 0 28px 80px rgba(0,0,0,0.32), inset 0 0 30px rgba(0,240,255,0.05);
  opacity: 0.35;
  transform: perspective(900px) rotateX(58deg) rotateZ(42deg) translate3d(calc(var(--mx) * -18px), calc(var(--my) * -12px), -80px);
  pointer-events: none;
}

.compact-section {
  padding-top: 72px;
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 430px;
  padding: 145px 0 70px;
  overflow: hidden;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.page-hero::before {
  content: "";
  position: absolute;
  right: 9vw;
  bottom: 18%;
  width: min(42vw, 520px);
  height: 210px;
  border: 1px solid rgba(123,244,255,0.22);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.16) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.14) 1px, transparent 1px),
    linear-gradient(135deg, rgba(0,240,255,0.11), rgba(255,209,102,0.025));
  background-size: 38px 38px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.46), inset 0 0 48px rgba(0,240,255,0.07);
  transform: rotateX(66deg) rotateZ(-18deg) translate3d(calc(var(--mx) * -20px), calc(var(--my) * -14px), -90px);
  transform-origin: center;
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 240, 255, 0.12), transparent 38%),
    linear-gradient(to bottom, rgba(0,0,0,0), var(--bg));
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.6rem);
}

.page-hero .section-heading {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.section-copy p {
  font-size: 1rem;
  line-height: 1.8;
}

.section-kicker {
  color: rgba(215, 237, 245, 0.55);
  font-size: 1.12rem !important;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(215, 237, 245, 0.58);
  font-size: 1.08rem;
  line-height: 1.65;
}

.logo-band {
  padding: 76px 0 28px;
  border-top: 1px solid rgba(123,244,255,0.14);
  background: linear-gradient(180deg, rgba(0,240,255,0.045), transparent);
  overflow: hidden;
}

.logo-band .section-heading {
  margin-bottom: 34px;
}

.logo-band h2 {
  max-width: 860px;
  margin-inline: auto;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(123,244,255,0.14);
  background: rgba(255,255,255,0.025);
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  transform: translateX(calc(var(--scroll-progress) * -220px));
  animation: logoScroll 28s linear infinite;
}

.logo-track span {
  display: grid;
  place-items: center;
  min-width: 210px;
  min-height: 78px;
  padding: 18px 28px;
  color: rgba(215, 237, 245, 0.78);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.metric-grid,
.service-grid,
.trust-grid,
.capability-grid,
.branch-grid,
.partner-grid,
.case-grid,
.industry-grid,
.stats-grid,
.contact-layout,
.footer-grid {
  display: grid;
  gap: 18px;
}

.cert-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.cert-strip span,
.capability-cloud span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 240, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 240, 255, 0.055);
  color: var(--soft);
  font-weight: 700;
  text-align: center;
}

.capability-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.capability-cloud span {
  color: rgba(215, 237, 245, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.partner-constellation {
  padding-top: 94px;
  padding-bottom: 102px;
  background:
    linear-gradient(115deg, rgba(0, 240, 255, 0.08), transparent 28%),
    linear-gradient(245deg, rgba(255, 209, 102, 0.055), transparent 34%);
}

.partner-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: center;
  min-height: 430px;
  padding: 34px;
  border: 1px solid rgba(123,244,255,0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055), transparent 22% 78%, rgba(0,0,0,0.18)),
    linear-gradient(145deg, rgba(0, 22, 26, 0.82), rgba(0, 4, 5, 0.88));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.44), inset 0 0 70px rgba(0,240,255,0.06);
  overflow: hidden;
  position: relative;
}

.partner-showcase::before {
  content: "";
  position: absolute;
  inset: auto -8% -42% 28%;
  height: 320px;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.13) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotateX(68deg) rotateZ(-17deg);
  opacity: 0.38;
  pointer-events: none;
}

.partner-copy {
  position: relative;
  z-index: 2;
}

.partner-copy h2 {
  max-width: 650px;
  margin-bottom: 20px;
}

.partner-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(215,237,245,0.68);
  font-size: 1.05rem;
  line-height: 1.72;
}

.partner-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.partner-metrics span {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(123,244,255,0.18);
  border-radius: var(--radius);
  background: rgba(0, 240, 255, 0.045);
  color: rgba(215,237,245,0.72);
  font-size: 0.82rem;
  line-height: 1.4;
}

.partner-metrics strong {
  display: block;
  margin-bottom: 7px;
  color: var(--cyan-2);
  font-size: 1.7rem;
  line-height: 1;
}

.partner-hub {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 360px;
  padding-right: 34px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.partner-hub img {
  width: min(330px, 82%);
  filter: drop-shadow(0 0 30px rgba(0,240,255,0.18));
  transform: translateZ(80px);
}

.hub-ring {
  position: absolute;
  border: 1px solid rgba(123,244,255,0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 44px rgba(0,240,255,0.05);
}

.ring-one {
  width: 86%;
  aspect-ratio: 1;
  animation: hubSpin 24s linear infinite;
}

.ring-two {
  width: 64%;
  aspect-ratio: 1;
  border-style: dashed;
  border-color: rgba(255,209,102,0.24);
  animation: hubSpin 16s linear infinite reverse;
}

.hub-dot {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 88px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(123,244,255,0.24);
  border-radius: 999px;
  background: rgba(0, 8, 10, 0.82);
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(0,240,255,0.14);
}

.dot-a { top: 11%; left: 19%; }
.dot-b { right: -1%; top: 22%; border-color: rgba(255,209,102,0.3); }
.dot-c { left: 9%; bottom: 25%; border-color: rgba(66,245,155,0.26); }
.dot-d { right: 19%; bottom: 11%; }

.partner-rail {
  position: relative;
  margin: 30px 0;
  overflow: hidden;
  border-block: 1px solid rgba(123,244,255,0.14);
  background: rgba(255,255,255,0.025);
}

.partner-rail::before,
.partner-rail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 130px;
  pointer-events: none;
}

.partner-rail::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.partner-rail::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.partner-rail-track {
  display: flex;
  width: max-content;
  animation: partnerRail 42s linear infinite;
}

.partner-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 184px;
  min-height: 88px;
  padding: 18px 24px;
  color: rgba(244,251,255,0.9);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.partner-rail img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.12));
}

.partner-rail img.partner-logo-wide {
  width: 86px;
  height: 30px;
}

.partner-capability-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-capability-wall article {
  position: relative;
  min-height: 174px;
  padding: 22px;
  border: 1px solid rgba(123,244,255,0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(24,217,255,0.09), rgba(255,255,255,0.026));
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.partner-capability-wall article:hover {
  transform: translateY(-6px) translateZ(18px);
  border-color: rgba(123,244,255,0.38);
  box-shadow: 0 26px 84px rgba(0,0,0,0.38), 0 0 40px rgba(0,240,255,0.08);
}

.partner-capability-wall strong {
  display: block;
  margin-bottom: 12px;
  color: var(--cyan-2);
  font-size: 1.05rem;
}

.partner-capability-wall span {
  color: rgba(215,237,245,0.66);
  line-height: 1.6;
}

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

.partner-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 36px;
}

.partner-grid span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(123,244,255,0.18);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(0,240,255,0.045));
  color: #f4fbff;
  font-size: 1.05rem;
  font-weight: 800;
  overflow: hidden;
  text-align: center;
  transform: perspective(760px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.partner-grid span:hover {
  transform: perspective(760px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-6px) translateZ(18px);
  border-color: rgba(123,244,255,0.38);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
}

.partner-grid img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.12));
}

.partner-grid img.partner-logo-wide {
  width: 82px;
  height: 30px;
}

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

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

.metric-grid article {
  padding: 28px;
}

.metric-grid article::before,
.expertise-card::before,
.contact-form::before,
.footer-grid > div::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: -1px;
  height: 10px;
  border: 1px solid rgba(123,244,255,0.12);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(0,240,255,0.03));
  transform: rotateX(68deg);
  transform-origin: bottom;
  pointer-events: none;
}

.metric-grid strong,
.stats-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--cyan-2);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.metric-grid span,
.stats-grid span {
  color: var(--muted);
}

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

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

.service-card {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 205px;
  padding: 36px 30px;
  overflow: hidden;
  text-align: center;
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -35% -20%;
  height: 110px;
  background: radial-gradient(circle, rgba(24,217,255,0.24), transparent 68%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.service-card::after,
.trust-card::after,
.case-card::after,
.testimonial-shell::after,
.partner-grid span::after,
.industry-grid span::after,
.metric-grid article::after,
.contact-form::after,
.expertise-card::after,
.contact-cards a::after,
.contact-cards span::after,
.footer-grid > div::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,0.13) 48%, transparent 58%);
  opacity: 0;
  transform: translateX(-22%);
  transition: opacity 240ms ease, transform 340ms ease;
  pointer-events: none;
}

.service-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-8px) translateZ(26px);
  border-color: rgba(123,244,255,0.42);
  background: linear-gradient(145deg, rgba(24,217,255,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.48), 0 0 54px rgba(0, 240, 255, 0.12);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after,
.trust-card:hover::after,
.case-card:hover::after,
.testimonial-shell:hover::after,
.partner-grid span:hover::after,
.industry-grid span:hover::after,
.metric-grid article:hover::after,
.contact-form:hover::after,
.expertise-card:hover::after,
.contact-cards a:hover::after,
.contact-cards span:hover::after,
.footer-grid > div:hover::after {
  opacity: 1;
  transform: translateX(24%);
}

.service-card p,
.trust-card span,
.testimonial span {
  color: var(--muted);
  line-height: 1.65;
}

.immersive-infra {
  padding-top: 92px;
  padding-bottom: 108px;
  background:
    linear-gradient(180deg, rgba(0, 240, 255, 0.025), transparent 26%, rgba(255, 209, 102, 0.018)),
    linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.04), transparent);
}

.infra-visual-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  align-items: center;
}

.infra-visual {
  position: relative;
  min-height: 560px;
  perspective: 1300px;
  transform-style: preserve-3d;
  transform: perspective(1300px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translate3d(calc(var(--mx) * -18px), calc(var(--my) * -10px), 0);
  will-change: transform;
  transition: transform 260ms ease;
}

.infra-floor {
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 12%;
  height: 58%;
  border: 1px solid rgba(123,244,255,0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(123,244,255,0.13) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.13) 1px, transparent 1px),
    linear-gradient(145deg, rgba(0,240,255,0.08), rgba(255,255,255,0.02));
  background-size: 42px 42px;
  box-shadow: inset 0 0 56px rgba(0,240,255,0.08), 0 34px 90px rgba(0,0,0,0.46);
  transform: rotateX(68deg) rotateZ(-18deg) translateZ(-70px);
  transform-origin: center bottom;
}

.server-tower {
  position: absolute;
  width: 92px;
  height: 210px;
  padding: 16px 12px;
  border: 1px solid rgba(123,244,255,0.28);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.07), transparent 22% 78%, rgba(255,255,255,0.05)),
    linear-gradient(145deg, rgba(3, 22, 26, 0.96), rgba(0, 5, 7, 0.92));
  box-shadow: 0 26px 74px rgba(0,0,0,0.5), 0 0 44px rgba(0,240,255,0.13);
  transform-style: preserve-3d;
}

.server-tower::before,
.server-tower::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 22px;
  border: 1px solid rgba(123,244,255,0.12);
  background: rgba(0,240,255,0.035);
}

.server-tower::before {
  right: -22px;
  transform: skewY(34deg);
  transform-origin: left;
}

.server-tower::after {
  left: 10px;
  right: 10px;
  bottom: -18px;
  top: auto;
  width: auto;
  height: 18px;
  transform: skewX(55deg);
  transform-origin: top;
  background: rgba(0, 0, 0, 0.46);
}

.server-tower span {
  position: relative;
  display: block;
  height: 27px;
  margin-bottom: 11px;
  border: 1px solid rgba(123,244,255,0.16);
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(21,246,255,0.18), rgba(255,255,255,0.035));
}

.server-tower span::before,
.server-tower span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  transform: translateY(-50%);
}

.server-tower span::before {
  left: 9px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(66,245,155,0.8);
}

.server-tower span::after {
  right: 10px;
  background: var(--cyan-2);
  box-shadow: 0 0 12px rgba(21,246,255,0.8);
}

.tower-a {
  left: 13%;
  bottom: 21%;
  transform: rotateY(-24deg) rotateX(4deg) translateZ(70px);
  animation: towerFloat 5.2s ease-in-out infinite;
}

.tower-b {
  left: 37%;
  bottom: 28%;
  height: 270px;
  transform: rotateY(-18deg) rotateX(3deg) translateZ(135px);
  animation: towerFloat 5.8s ease-in-out infinite -1.4s;
}

.tower-c {
  right: 18%;
  bottom: 18%;
  height: 230px;
  transform: rotateY(-12deg) rotateX(4deg) translateZ(92px);
  animation: towerFloat 5.4s ease-in-out infinite -2.2s;
}

.cloud-core,
.security-core {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(123,244,255,0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,0.18), transparent 24%),
    radial-gradient(circle, rgba(0,240,255,0.15), rgba(0,5,7,0.82) 68%);
  box-shadow: inset 0 0 34px rgba(0,240,255,0.13), 0 0 62px rgba(0,240,255,0.22);
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform-style: preserve-3d;
}

.cloud-core {
  right: 8%;
  top: 17%;
  width: 138px;
  height: 138px;
  transform: translateZ(190px);
  animation: coreFloat 6.4s ease-in-out infinite;
}

.security-core {
  left: 28%;
  top: 9%;
  width: 116px;
  height: 116px;
  border-color: rgba(255,209,102,0.34);
  box-shadow: inset 0 0 34px rgba(255,209,102,0.1), 0 0 56px rgba(255,209,102,0.16);
  transform: translateZ(230px);
  animation: coreFloat 5.8s ease-in-out infinite -1.7s;
}

.infra-beam {
  position: absolute;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(21,246,255,0.95), transparent);
  box-shadow: 0 0 22px rgba(21,246,255,0.52);
  transform-origin: left center;
  animation: beamFlow 3.6s linear infinite;
}

.beam-a {
  left: 24%;
  top: 56%;
  width: 44%;
  transform: rotate(-18deg) translateZ(170px);
}

.beam-b {
  left: 43%;
  top: 39%;
  width: 35%;
  transform: rotate(15deg) translateZ(210px);
  animation-delay: -1.1s;
}

.beam-c {
  left: 31%;
  bottom: 28%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255,209,102,0.82), transparent);
  transform: rotate(9deg) translateZ(150px);
  animation-delay: -2.2s;
}

.floating-panel {
  position: absolute;
  min-width: 122px;
  padding: 14px 16px;
  border: 1px solid rgba(123,244,255,0.24);
  border-radius: var(--radius);
  background: rgba(0, 7, 9, 0.74);
  box-shadow: 0 20px 60px rgba(0,0,0,0.42), 0 0 28px rgba(0,240,255,0.1);
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  animation: panelHover 5.2s ease-in-out infinite;
}

.floating-panel span,
.floating-panel strong {
  display: block;
}

.floating-panel span {
  color: rgba(215,237,245,0.62);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floating-panel strong {
  margin-top: 4px;
  color: var(--cyan-2);
  font-size: 1.55rem;
  line-height: 1;
}

.panel-a {
  left: 3%;
  top: 17%;
  transform: translateZ(260px);
}

.panel-b {
  right: 2%;
  bottom: 35%;
  transform: translateZ(245px);
  animation-delay: -1.4s;
}

.panel-c {
  left: 50%;
  bottom: 6%;
  transform: translateZ(220px);
  animation-delay: -2.7s;
}

.sales-card {
  align-content: start;
  justify-items: start;
  min-height: 420px;
  text-align: left;
}

.sales-card .icon {
  margin-bottom: 20px;
}

.sales-card p {
  margin-bottom: 12px;
}

.sales-card strong {
  color: var(--soft);
}

.icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(0,240,255,0.34);
  border-radius: 12px;
  background: rgba(0,240,255,0.09);
  box-shadow: 0 0 34px rgba(0,240,255,0.22);
}

.icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--cyan-2);
  mask: var(--mask) center / contain no-repeat;
}

.icon-network { --mask: linear-gradient(#000 0 0); }
.icon-chip { --mask: radial-gradient(circle, #000 58%, transparent 60%); }
.icon-code { --mask: linear-gradient(45deg, transparent 33%, #000 34% 66%, transparent 67%); }
.icon-shield { --mask: polygon(50% 0, 92% 18%, 82% 78%, 50% 100%, 18% 78%, 8% 18%); }
.icon-headset { --mask: radial-gradient(circle at 50% 50%, transparent 42%, #000 44% 62%, transparent 64%), linear-gradient(#000 0 0); }
.icon-flow { --mask: radial-gradient(circle at 18% 18%, #000 0 18%, transparent 19%), radial-gradient(circle at 82% 82%, #000 0 18%, transparent 19%), linear-gradient(45deg, transparent 44%, #000 45% 55%, transparent 56%); }
.icon-server { --mask: linear-gradient(#000 0 0); }
.icon-briefcase { --mask: polygon(18% 28%, 38% 28%, 38% 16%, 62% 16%, 62% 28%, 82% 28%, 82% 84%, 18% 84%); }

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

.trust-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.trust-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-6px) translateZ(18px);
  border-color: rgba(123,244,255,0.38);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.42), 0 0 42px rgba(0, 240, 255, 0.1);
}

.trust-card strong {
  display: block;
  margin-bottom: 10px;
}

.stats-band {
  padding: 64px 0;
  border-block: 1px solid rgba(123,244,255,0.14);
  background:
    linear-gradient(90deg, rgba(0,240,255,0.055), rgba(255,255,255,0.01), rgba(0,240,255,0.055)),
    linear-gradient(115deg, transparent 0 42%, rgba(255,209,102,0.055) 52%, transparent 63%);
  transform-style: preserve-3d;
}

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

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

.industry-grid-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-grid span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 4, 5, 0.72);
  color: var(--soft);
  overflow: hidden;
  text-align: center;
  transform: perspective(760px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.industry-grid span:hover {
  transform: perspective(760px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-6px) translateZ(18px);
  border-color: rgba(123,244,255,0.36);
  background: rgba(24,217,255,0.08);
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.34);
}

.client-showcase {
  background:
    linear-gradient(115deg, rgba(0,240,255,0.06), transparent 30%),
    linear-gradient(245deg, rgba(255,209,102,0.045), transparent 34%);
}

.client-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 26px;
  align-items: center;
  margin-bottom: 28px;
  padding: 30px;
  border: 1px solid rgba(123,244,255,0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055), transparent 22% 78%, rgba(0,0,0,0.18)),
    linear-gradient(145deg, rgba(0, 22, 26, 0.82), rgba(0, 4, 5, 0.88));
  box-shadow: 0 30px 96px rgba(0,0,0,0.42), inset 0 0 58px rgba(0,240,255,0.055);
}

.client-stage-copy p:not(.eyebrow) {
  max-width: 730px;
  color: rgba(215,237,245,0.68);
  line-height: 1.7;
}

.client-score {
  display: grid;
  place-items: center;
  min-height: 210px;
  border: 1px solid rgba(123,244,255,0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle, rgba(0,240,255,0.16), transparent 62%),
    rgba(0, 8, 10, 0.7);
  text-align: center;
}

.client-score strong {
  color: var(--cyan-2);
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: 0.9;
}

.client-score span {
  color: rgba(215,237,245,0.68);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.client-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(123,244,255,0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(24,217,255,0.09), rgba(255,255,255,0.026));
  overflow: hidden;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.client-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,0.12) 48%, transparent 58%);
  opacity: 0;
  transform: translateX(-22%);
  transition: opacity 240ms ease, transform 340ms ease;
}

.client-card:hover {
  transform: translateY(-6px) translateZ(18px);
  border-color: rgba(123,244,255,0.38);
  box-shadow: 0 26px 84px rgba(0,0,0,0.38), 0 0 40px rgba(0,240,255,0.08);
}

.client-card:hover::before {
  opacity: 1;
  transform: translateX(24%);
}

.client-card strong {
  position: relative;
  z-index: 1;
  color: var(--cyan-2);
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.client-card img {
  position: relative;
  z-index: 1;
  max-width: 84%;
  max-height: 62px;
  margin-bottom: 14px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(255,255,255,0.08));
}

.client-card em {
  position: relative;
  z-index: 1;
  color: rgba(215,237,245,0.68);
  font-style: normal;
  font-weight: 700;
}

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

.case-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 4, 5, 0.72);
  box-shadow: 0 22px 74px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.case-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-6px) translateZ(20px);
  border-color: rgba(123,244,255,0.38);
  background: linear-gradient(145deg, rgba(24,217,255,0.1), rgba(255,255,255,0.035));
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.44), 0 0 42px rgba(0, 240, 255, 0.09);
}

.case-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.case-card p {
  color: var(--muted);
  line-height: 1.65;
}

.case-card strong {
  color: var(--soft);
}

.expertise-grid {
  display: grid;
  gap: 18px;
}

.expertise-card {
  scroll-margin-top: 138px;
  padding: 30px;
}

.expertise-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.expertise-card h2 {
  max-width: 900px;
  margin-bottom: 14px;
  font-size: clamp(1.75rem, 3.2vw, 2.7rem);
}

.expertise-card p {
  max-width: 920px;
  color: rgba(215, 237, 245, 0.68);
  line-height: 1.75;
}

.expertise-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.expertise-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.expertise-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.5);
}

.testimonial-shell {
  position: relative;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
}

.testimonial {
  display: none;
}

.testimonial.active {
  display: block;
  animation: fadeUp 520ms ease both;
}

.testimonial p {
  color: #e6f8ff;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  line-height: 1.55;
}

.testimonial strong,
.testimonial span {
  display: block;
}

.slider-dots {
  position: absolute;
  left: 34px;
  bottom: 30px;
  display: flex;
  gap: 9px;
}

.slider-dots button {
  width: 32px;
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: rgba(123,244,255,0.22);
  cursor: pointer;
}

.slider-dots button.active {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(24,217,255,0.55);
}

.cta {
  padding: 92px 0;
  background:
    linear-gradient(rgba(0,0,0,0.74), rgba(0,0,0,0.74)),
    linear-gradient(125deg, transparent 0 35%, rgba(0,240,255,0.17) 49%, transparent 65%);
  text-align: center;
  transform-style: preserve-3d;
}

.cta-inner {
  max-width: 850px;
}

.cta p:not(.eyebrow) {
  color: rgba(215, 237, 245, 0.68);
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.contact-layout {
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-cards a,
.contact-cards span {
  display: block;
  padding: 16px;
  color: var(--soft);
}

.contact-cards .whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-color: rgba(34, 197, 94, 0.75);
  background: linear-gradient(135deg, #22c55e, #0ea765);
  color: #00140a;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 18px 44px rgba(34, 197, 94, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.contact-cards .whatsapp-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(134, 239, 172, 0.9);
  box-shadow: 0 22px 58px rgba(34, 197, 94, 0.28);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: var(--soft);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(123,244,255,0.18);
  border-radius: var(--radius);
  background: rgba(0,4,5,0.82);
  color: var(--text);
  padding: 15px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(123,244,255,0.58);
  box-shadow: 0 0 0 4px rgba(24,217,255,0.1);
}

.wide {
  grid-column: 1 / -1;
}

.site-footer {
  position: relative;
  padding: 64px 0 42px;
  border-top: 1px solid rgba(123,244,255,0.14);
  background: #000;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 8vw;
  right: 8vw;
  top: -110px;
  height: 190px;
  border: 1px solid rgba(123,244,255,0.12);
  background:
    linear-gradient(90deg, rgba(123,244,255,0.08) 1px, transparent 1px),
    linear-gradient(rgba(123,244,255,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.45;
  transform: rotateX(68deg) rotateZ(-6deg);
  transform-origin: center;
}

.footer-grid > div {
  padding: 18px;
}

.footer-grid {
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  display: block;
  color: var(--muted);
  line-height: 1.8;
}

.footer-grid strong {
  display: block;
  margin-bottom: 12px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(123,244,255,0.24);
  border-radius: 8px;
  color: var(--cyan-2) !important;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(24,217,255,0.06);
}

.reveal {
  opacity: 0;
  transform: translateY(36px) translateZ(-34px) rotateX(4deg);
  transition: opacity 720ms ease, transform 720ms ease;
  transform-style: preserve-3d;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) translateZ(0) rotateX(0);
}

@keyframes gridShift {
  to { background-position: 74px 74px; }
}

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

@keyframes pulse {
  50% { transform: scale(1.025); box-shadow: inset 0 0 58px rgba(0,0,0,0.44), 0 0 86px rgba(24,217,255,0.22); }
}

@keyframes scrollDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 16px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logoScroll {
  to { transform: translateX(-50%); }
}

@keyframes partnerRail {
  to { transform: translateX(-50%); }
}

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

@keyframes nodePulse {
  0%, 100% { opacity: 0.42; transform: scale(0.72); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes stackFloat {
  0%, 100% { filter: brightness(0.92); transform: translateZ(calc(var(--i, 1) * 30px)) translateY(0); }
  50% { filter: brightness(1.18); transform: translateZ(calc(var(--i, 1) * 38px)) translateY(-5px); }
}

@keyframes dataDrift {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  20% { opacity: 1; }
  78% { opacity: 1; clip-path: inset(0 0 0 0); }
  100% { opacity: 0; clip-path: inset(0 0 0 100%); }
}

@keyframes botBlink {
  0%, 88%, 100% { transform: scaleY(1); }
  92% { transform: scaleY(0.18); }
}

@keyframes botPullPage {
  0% { transform: translateY(0) rotate(0deg); }
  18% { transform: translateY(-8px) rotate(6deg); }
  44% { transform: translateY(-15px) rotate(-7deg); }
  100% { transform: translateY(-4px) rotate(-9deg); }
}

@keyframes controlsPullPage {
  0% { transform: translateX(0); }
  18% { transform: translateX(16px); }
  44% { transform: translateX(-38vw); }
  100% { transform: translateX(calc(-100vw + 106px)); }
}

@keyframes nextPageDragIn {
  0% { transform: translateX(100%) rotateY(-12deg) scale(0.985); filter: brightness(0.72) saturate(0.9); }
  20% { transform: translateX(98%) rotateY(-10deg) scale(0.985); filter: brightness(0.78) saturate(0.95); }
  58% { transform: translateX(34%) rotateY(-5deg) scale(0.995); filter: brightness(0.92) saturate(1); }
  100% { transform: translateX(0) rotateY(0deg) scale(1); filter: brightness(1) saturate(1); }
}

@keyframes trailDragIn {
  0% { opacity: 0; transform: translateX(0); }
  18% { opacity: 1; transform: translateX(-4vw); }
  100% { opacity: 1; transform: translateX(-100vw); }
}

@keyframes menuPaperUnroll {
  0% {
    opacity: 0;
    transform: rotateX(-16deg) translateY(-8px) scaleY(0.05);
  }
  34% {
    opacity: 1;
    transform: rotateX(-8deg) translateY(-4px) scaleY(0.34);
  }
  72% {
    opacity: 1;
    transform: rotateX(4deg) translateY(1px) scaleY(1.04);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) translateY(0) scaleY(1);
  }
}

@keyframes serviceButtonReveal {
  0% { opacity: 0; transform: translateY(-8px) scaleY(0.92); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); }
}

@keyframes subPaperUnroll {
  0% {
    opacity: 0;
    transform: rotateY(-88deg) translateX(10px) scaleX(0.08);
  }
  52% {
    opacity: 1;
    transform: rotateY(7deg) translateX(2px) scaleX(1.04);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scaleX(1);
  }
}

@keyframes introExit {
  0% { opacity: 0; transform: translate(-50%, -50%) translateY(24px) scale(0.72) rotateX(18deg); }
  14% { opacity: 1; transform: translate(-50%, -50%) translateY(0) scale(1) rotateX(0); }
  76% { opacity: 1; transform: translate(-50%, -50%) translateY(0) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) translateY(-38px) scale(1.2); visibility: hidden; }
}

@keyframes introRing {
  0% { clip-path: circle(0% at 50% 50%); filter: brightness(1.8) blur(2px); }
  100% { clip-path: circle(72% at 50% 50%); filter: brightness(1) blur(0); }
}

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

@keyframes introGridRise {
  0% { opacity: 0; transform: rotateX(74deg) rotateZ(-23deg) translateY(48px) scale(0.58); }
  100% { opacity: 0.72; transform: rotateX(68deg) rotateZ(-23deg) translateY(0) scale(1); }
}

@keyframes introRingGlow {
  0%, 100% { opacity: 0.54; }
  50% { opacity: 1; box-shadow: inset 0 0 32px rgba(0,240,255,0.14), 0 0 28px rgba(0,240,255,0.12); }
}

@keyframes introEnergy {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  24% { opacity: 1; }
  70% { opacity: 1; clip-path: inset(0 0 0 0); }
  100% { opacity: 0; clip-path: inset(0 0 0 100%); }
}

@keyframes introNodePop {
  0% { opacity: 0; scale: 0.3; }
  42% { opacity: 1; scale: 1.28; }
  100% { opacity: 1; scale: 1; }
}

@keyframes introCoreReveal {
  0% { opacity: 0; transform: scale(0.74) rotateX(28deg); }
  100% { opacity: 1; transform: scale(1) rotateX(0); }
}

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

@keyframes introFlare {
  0%, 70% { opacity: 0; transform: scale(0.25); }
  82% { opacity: 0.92; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(1.8); }
}

@keyframes heroContentEnter {
  from { opacity: 0; transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * 8px + var(--scroll-progress) * -34px + 24px), 80px) scale(0.985); filter: blur(6px); }
  to { opacity: 1; transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * 8px + var(--scroll-progress) * -34px), 110px) scale(1); filter: blur(0); }
}

@keyframes towerFloat {
  0%, 100% { translate: 0 0; filter: brightness(0.98); }
  50% { translate: 0 -8px; filter: brightness(1.12); }
}

@keyframes coreFloat {
  0%, 100% { translate: 0 0; scale: 1; }
  50% { translate: 0 -12px; scale: 1.035; }
}

@keyframes beamFlow {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  22% { opacity: 1; }
  74% { opacity: 1; clip-path: inset(0 0 0 0); }
  100% { opacity: 0; clip-path: inset(0 0 0 100%); }
}

@keyframes panelHover {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-width: 1040px) {
  .brand-logo {
    width: 250px;
    height: 60px;
    max-width: 34vw;
  }

  .cinematic-stage {
    right: -6vw;
    width: min(54vw, 560px);
    opacity: 0.68;
  }

  .services-dropdown {
    left: auto;
    right: 0;
    transform: translate(0, 8px);
  }

  .nav-services:hover .services-dropdown,
  .nav-services:focus-within .services-dropdown {
    transform: translate(0, 0);
  }

  .services-menu ul {
    left: auto;
    right: 100%;
  }

  .service-grid,
  .preview-grid,
  .trust-grid,
  .partner-grid,
  .case-grid,
  .industry-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .infra-visual-layout {
    grid-template-columns: 1fr;
  }

  .partner-showcase {
    grid-template-columns: 1fr;
  }

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

  .client-stage {
    grid-template-columns: 1fr;
  }

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

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

  .capability-grid,
  .branch-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-content,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .command-panel {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 32px, 1140px);
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    width: 100%;
    margin-top: 0;
    padding: 10px 16px;
    border-radius: 0;
  }

  .brand-logo {
    width: 220px;
    height: 54px;
    max-width: 64vw;
  }

  .nav-toggle {
    display: block;
    border-color: rgba(0, 240, 255, 0.22);
    background: rgba(0, 240, 255, 0.03);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    right: 10px;
    bottom: auto;
    display: none;
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(2,7,12,0.95);
    backdrop-filter: blur(16px);
  }

  .site-nav.open {
    display: grid;
    gap: 2px;
  }

  .site-nav > a,
  .nav-link {
    width: 100%;
    padding: 12px 14px;
  }

  .nav-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: stretch;
  }

  .nav-services .nav-link {
    grid-column: 1;
  }

  .mobile-services-toggle {
    grid-column: 2;
    display: grid;
    place-items: center;
    width: 42px;
    min-height: 42px;
    border: 1px solid rgba(123,244,255,0.2);
    border-radius: var(--radius);
    background: rgba(0, 240, 255, 0.04);
    color: var(--cyan-2);
    cursor: pointer;
  }

  .mobile-services-toggle span {
    display: block;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .nav-services.services-open .mobile-services-toggle span {
    transform: rotate(180deg);
  }

  .services-dropdown {
    display: none;
    grid-column: 1 / -1;
    position: static;
    width: 100%;
    max-height: none;
    min-height: 0;
    overflow: visible;
    padding-top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-services.services-open .services-dropdown {
    display: block;
  }

  .services-menu {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 10px;
    box-shadow: none;
    transform: none;
    animation: none !important;
    overflow: hidden;
  }

  .services-menu article {
    min-height: auto;
    padding: 0;
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .services-menu article > a {
    padding: 13px 14px;
    font-size: 0.9rem;
  }

  .services-menu article > a::after {
    transform: rotate(90deg);
  }

  .services-menu p {
    font-size: 0.82rem;
  }

  .services-menu ul {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0 10px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    overflow: hidden;
  }

  .services-menu ul::before,
  .page-hero::before,
  .section::after {
    display: none;
  }

  .services-menu li {
    font-size: 0.8rem;
  }

  .services-menu li a {
    gap: 0;
    padding: 9px 10px;
  }

  .services-menu li a strong {
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .services-menu li a small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 56px;
  }

  .cinematic-stage {
    display: none;
  }

  .hero-intro {
    width: min(88vw, 390px);
  }

  .screen-controls {
    display: none;
  }

  .page-bot {
    display: none;
  }

  .bot-head {
    width: 44px;
    height: 32px;
  }

  .bot-body {
    top: 46px;
    width: 34px;
    height: 19px;
  }

  .intro-nodes i:nth-child(1) { transform: rotate(18deg) translateX(128px); }
  .intro-nodes i:nth-child(2) { transform: rotate(78deg) translateX(122px); }
  .intro-nodes i:nth-child(3) { transform: rotate(138deg) translateX(130px); }
  .intro-nodes i:nth-child(4) { transform: rotate(198deg) translateX(124px); }
  .intro-nodes i:nth-child(5) { transform: rotate(258deg) translateX(132px); }
  .intro-nodes i:nth-child(6) { transform: rotate(318deg) translateX(126px); }

  .infra-visual {
    transform: none;
  }

  .hero-content {
    gap: 34px;
    padding-top: 0;
    transform: none;
  }

  h1 {
    font-size: clamp(2.05rem, 8.8vw, 2.85rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.75rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .hero-actions {
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 34px;
  }

  .hero-subtitle {
    margin-bottom: 28px;
  }

  .hero-proof {
    max-width: 430px;
    margin-inline: auto;
    gap: 15px 26px;
    font-size: 0.88rem;
  }

  .logo-band {
    padding-top: 64px;
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 54px;
  }

  .logo-track span {
    min-width: 170px;
    min-height: 68px;
    font-size: 0.82rem;
  }

  .section {
    padding: 62px 0;
  }

  .compact-section {
    padding: 54px 0;
  }

  .service-grid,
  .preview-grid,
  .infra-visual-layout,
  .trust-grid,
  .partner-capability-wall,
  .client-logo-grid,
  .capability-grid,
  .branch-grid,
  .partner-grid,
  .case-grid,
  .metric-grid,
  .stats-grid,
  .industry-grid,
  .footer-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
  }

  .immersive-infra {
    padding-top: 54px;
    padding-bottom: 58px;
    background:
      linear-gradient(180deg, rgba(0, 240, 255, 0.055), rgba(0, 5, 7, 0.1) 42%, rgba(255, 209, 102, 0.025)),
      linear-gradient(145deg, rgba(0, 240, 255, 0.035), transparent 58%);
  }

  .immersive-infra .infra-visual-layout {
    gap: 24px;
  }

  .immersive-infra .section-copy {
    padding: 22px;
    border: 1px solid rgba(123,244,255,0.2);
    border-radius: var(--radius);
    background: rgba(0, 8, 10, 0.72);
    box-shadow: 0 24px 72px rgba(0,0,0,0.35), inset 0 0 44px rgba(0,240,255,0.045);
    backdrop-filter: blur(14px);
    text-align: left;
  }

  .immersive-infra .section-copy .eyebrow {
    margin-bottom: 16px;
    width: 100%;
    padding-inline: 10px;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .immersive-infra .section-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }

  .immersive-infra .section-copy p:not(.eyebrow) {
    color: rgba(215,237,245,0.7);
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .partner-showcase {
    padding: 22px;
    min-height: auto;
  }

  .partner-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .partner-metrics span {
    min-height: auto;
    padding: 14px;
  }

  .client-stage {
    padding: 24px;
  }

  .client-score {
    min-height: 170px;
  }

  .partner-hub {
    min-height: 250px;
    padding-right: 0;
  }

  .partner-hub img {
    width: min(245px, 82%);
  }

  .hub-dot {
    min-width: 76px;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 0.64rem;
  }

  .dot-a { top: 8%; left: 14%; }
  .dot-b { right: 1%; top: 20%; }
  .dot-c { left: 2%; bottom: 25%; }
  .dot-d { right: 13%; bottom: 8%; }

  .partner-rail::before,
  .partner-rail::after {
    width: 58px;
  }

  .partner-rail span {
    min-width: 150px;
    min-height: 72px;
    font-size: 0.82rem;
  }

  .infra-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: auto;
    perspective: none;
  }

  .infra-floor,
  .server-tower,
  .infra-beam {
    display: none;
  }

  .cloud-core,
  .security-core,
  .floating-panel {
    position: static;
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 104px;
    transform: none;
    animation: none;
  }

  .cloud-core,
  .security-core {
    border-radius: var(--radius);
  }

  .cloud-core span,
  .security-core span {
    font-size: 0.8rem;
  }

  .floating-panel {
    display: grid;
    align-content: center;
    padding: 12px;
  }

  .floating-panel strong {
    font-size: 1.35rem;
  }

  .panel-c {
    grid-column: 1 / -1;
  }

  .stats-grid {
    text-align: center;
  }

  .testimonial-shell {
    min-height: auto;
    padding: 24px 24px 58px;
  }

  .testimonial p {
    margin-bottom: 18px;
    font-size: clamp(1.08rem, 5.2vw, 1.32rem);
    line-height: 1.58;
  }

  .slider-dots {
    left: 24px;
    right: 24px;
    bottom: 24px;
    justify-content: center;
  }

  .cta-actions {
    max-width: 290px;
    margin-inline: auto;
  }
}

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

  .cinematic-stage,
  .hero-intro,
  .page-transition-layer,
  .hero-grid,
  .hero-content,
  body::after,
  body::before {
    transform: none !important;
  }

  .hero-intro {
    display: none;
  }

  .page-transition-layer {
    display: none;
  }

  .hero-content {
    opacity: 1;
    animation: none !important;
  }
}
