:root {
  --cyan: #00b8f5;
  --cyan-strong: #009ed8;
  --cyan-soft: #e5f8ff;
  --cyan-line: #b8edff;
  --ink: #07151b;
  --ink-2: #17252d;
  --muted: #5d6c75;
  --muted-2: #7d8a91;
  --white: #ffffff;
  --surface: #f6fbfd;
  --surface-2: #edf7fa;
  --line: #d6e9ef;
  --dark: #061015;
  --green: #45c879;
  --amber: #f3bb45;
  --danger: #e86d6d;
  --shadow: 0 24px 80px rgba(3, 31, 44, 0.14);
  --radius: 8px;
  --header-height: 64px;
  --font-body: "Montserrat", "Aptos", "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  --font-display: "Montserrat", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.is-locked {
  overflow: hidden;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: var(--ink);
  background: var(--cyan-line);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border: 0;
  pointer-events: none;
}

.site-header.is-scrolled {
  box-shadow: none;
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1110px, calc(100% - 56px));
  min-height: 58px;
  margin: 0 auto;
  padding: 7px 10px 7px 12px;
  gap: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 24, 32, 0.72), rgba(3, 15, 22, 0.5)),
    rgba(4, 18, 26, 0.4);
  border: 1px solid rgba(184, 237, 255, 0.32);
  border-radius: 999px;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(184, 237, 255, 0.08);
  backdrop-filter: blur(22px) saturate(1.2);
  pointer-events: auto;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.nav-shell::before {
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent 0%, rgba(184, 237, 255, 0.12) 48%, transparent 100%),
    radial-gradient(circle at 14% 50%, rgba(0, 184, 245, 0.16), transparent 24%);
  border-radius: inherit;
  opacity: 0.9;
}

.site-header.is-scrolled .nav-shell {
  background:
    linear-gradient(135deg, rgba(8, 24, 32, 0.86), rgba(3, 15, 22, 0.66)),
    rgba(4, 18, 26, 0.72);
  border-color: rgba(184, 237, 255, 0.4);
  box-shadow:
    0 26px 76px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(184, 237, 255, 0.1);
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  min-width: 116px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(229, 248, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  outline: 0;
  box-shadow:
    0 16px 36px rgba(0, 184, 245, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.brand img {
  width: 102px;
  height: 36px;
  object-fit: cover;
  object-position: center;
}

.nav-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nav-links a,
.nav-links button,
.footer-grid a,
.footer-grid button {
  min-height: 36px;
  padding: 8px 12px;
  color: rgba(245, 252, 255, 0.94);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 850;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.nav-links a,
.nav-links button {
  position: relative;
  overflow: hidden;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nav-links a::after,
.nav-links button::after {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan-line), transparent);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-grid a:hover,
.footer-grid a:focus-visible,
.footer-grid button:hover,
.footer-grid button:focus-visible {
  color: var(--white);
  background: rgba(184, 237, 255, 0.08);
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(184, 237, 255, 0.18);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links button:hover,
.nav-links button:focus-visible {
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links button:hover::after,
.nav-links button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.nav-cta {
  margin-left: 8px;
  min-height: 40px !important;
  padding: 9px 17px !important;
  color: var(--ink) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(229, 248, 255, 0.9)) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  text-shadow: none !important;
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--ink) !important;
  background: linear-gradient(135deg, #60d8ff, var(--cyan)) !important;
  border-color: var(--cyan) !important;
  box-shadow:
    0 18px 42px rgba(0, 184, 245, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.footer-grid a,
.footer-grid button {
  color: var(--ink-2);
  border-radius: var(--radius);
  text-shadow: none;
}

.footer-grid a:hover,
.footer-grid a:focus-visible,
.footer-grid button:hover,
.footer-grid button:focus-visible {
  color: var(--cyan-strong);
  background: var(--cyan-soft);
  box-shadow: none;
}

.nav-toggle {
  position: relative;
  z-index: 1;
  display: none;
  width: 38px;
  height: 38px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(184, 237, 255, 0.58);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 2px;
}

.hero {
  --hero-x: 50%;
  --hero-y: 46%;
  --hero-glow-opacity: 0;
  --hero-video-x: 0px;
  --hero-video-y: 0px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  min-height: max(860px, 100svh);
  padding: 136px 0 108px;
  background: #f2fbff;
  isolation: isolate;
}

.hero-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-video {
  z-index: 0;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.2) contrast(1.1) brightness(0.68);
  transform: scale(1.04) translate3d(var(--hero-video-x), var(--hero-video-y), 0);
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.hero-video-overlay {
  z-index: 1;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 10, 15, 0.62) 0%, rgba(4, 18, 26, 0.43) 45%, rgba(4, 18, 26, 0.2) 100%),
    linear-gradient(180deg, rgba(2, 10, 15, 0.22) 0%, rgba(2, 10, 15, 0.08) 54%, rgba(2, 10, 15, 0.24) 100%),
    linear-gradient(90deg, rgba(0, 184, 245, 0.13) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 184, 245, 0.13) 1px, transparent 1px),
    radial-gradient(circle at 74% 28%, rgba(0, 184, 245, 0.3), transparent 34%);
  background-size: auto, auto, 80px 80px, 80px 80px, auto;
}

.hero-video-overlay::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: var(--hero-glow-opacity);
  background:
    radial-gradient(circle 230px at var(--hero-x) var(--hero-y), rgba(255, 255, 255, 0.26), rgba(96, 214, 255, 0.2) 28%, rgba(0, 184, 245, 0.08) 54%, transparent 74%),
    radial-gradient(circle 640px at var(--hero-x) var(--hero-y), rgba(0, 184, 245, 0.18), transparent 70%);
  mix-blend-mode: screen;
  transition: opacity 160ms ease;
}

.network-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.42;
  transition: opacity 180ms ease;
}

.hero.is-hero-tracking {
  --hero-glow-opacity: 1;
}

.hero.is-hero-tracking .hero-video {
  filter: saturate(1.28) contrast(1.12) brightness(0.76);
}

.hero.is-hero-tracking .network-canvas {
  opacity: 0.62;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 130px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(2, 10, 15, 0), rgba(2, 10, 15, 0.42));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(480px, 0.86fr) minmax(390px, 0.7fr);
  align-items: center;
  gap: 58px;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan-strong);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 780;
  line-height: 1;
}

.hero h1 {
  max-width: 560px;
  color: #f7fcff;
  font-size: clamp(2.18rem, 2.8vw, 2.85rem);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ffffff 0%, #eefaff 48%, #b8edff 100%);
  background-clip: text;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.46);
  text-wrap: balance;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 span:first-child::after {
  content: "";
}

.hero .eyebrow {
  color: #c9f3ff;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
}

.hero-lede {
  max-width: 560px;
  margin: 20px 0 0;
  color: #dceff6;
  font-size: 0.98rem;
  font-weight: 520;
  line-height: 1.58;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
}

.hero-actions,
.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 760;
  letter-spacing: 0;
  isolation: isolate;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button::before {
  position: absolute;
  inset: 1px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.28), transparent 36%);
  border-radius: inherit;
  opacity: 0.75;
  transition: opacity 180ms ease;
}

.button::after {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  content: "->";
  display: inline-grid;
  place-items: center;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 760;
  border: 1px solid currentcolor;
  border-radius: 999px;
  opacity: 0.82;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: 0;
}

.button:hover::before,
.button:focus-visible::before {
  opacity: 1;
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: translateX(2px);
}

.button-primary {
  color: #061015;
  background: linear-gradient(135deg, #b8edff 0%, #65d8ff 46%, #00b8f5 100%);
  border-color: rgba(184, 237, 255, 0.72);
  box-shadow:
    0 18px 42px rgba(0, 184, 245, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #d8f7ff 0%, #83e1ff 44%, #23caff 100%);
  border-color: rgba(216, 247, 255, 0.9);
  box-shadow:
    0 22px 54px rgba(0, 184, 245, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero .button {
  flex: 0 1 210px;
  min-height: 48px;
  padding: 12px 18px;
  font-size: 0.78rem;
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--white);
  border-color: var(--cyan);
}

.hero .button-secondary {
  color: #f5fcff;
  background:
    linear-gradient(135deg, rgba(184, 237, 255, 0.1), rgba(3, 16, 23, 0.58)),
    rgba(3, 16, 23, 0.44);
  border-color: rgba(184, 237, 255, 0.36);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(1.16);
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  color: #061015;
  background: rgba(244, 251, 255, 0.96);
  border-color: rgba(184, 237, 255, 0.82);
  box-shadow:
    0 20px 50px rgba(184, 237, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(3, 31, 44, 0.08);
  backdrop-filter: blur(14px);
}

.hero .proof-strip {
  border-color: rgba(184, 237, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(184, 237, 255, 0.08), rgba(3, 16, 23, 0.58)),
    rgba(3, 16, 23, 0.54);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero .proof-strip div {
  border-color: rgba(184, 237, 255, 0.18);
}

.hero .proof-strip strong {
  color: #f7fcff;
  font-weight: 760;
}

.hero .proof-strip span {
  color: #bdd8e2;
  font-weight: 620;
}

.proof-strip div {
  min-height: 64px;
  padding: 12px 16px;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.story-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1;
}

.proof-strip span,
.story-metrics span,
.mini-label {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 590px;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(190, 236, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(rgba(190, 236, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 236, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 52% 48%, rgba(99, 211, 255, 0.24), transparent 38%),
    linear-gradient(145deg, rgba(4, 15, 22, 0.82), rgba(2, 10, 15, 0.94) 58%, rgba(5, 20, 27, 0.9));
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(0, 184, 245, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(184, 237, 255, 0.08);
  isolation: isolate;
  backdrop-filter: blur(20px) saturate(1.18);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0%, rgba(184, 237, 255, 0.12) 44%, transparent 54%),
    radial-gradient(circle at 18% 18%, rgba(96, 216, 255, 0.18), transparent 26%),
    radial-gradient(circle at 84% 72%, rgba(72, 200, 121, 0.12), transparent 26%);
  opacity: 0.72;
  animation: scan-surface 9s linear infinite;
}

.hero-panel::after {
  position: absolute;
  inset: 66px 28px 76px;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle, rgba(0, 184, 245, 0.18), transparent 42%),
    conic-gradient(from 30deg, transparent 0 14%, rgba(184, 237, 255, 0.12) 18%, transparent 24% 48%, rgba(69, 200, 121, 0.11) 54%, transparent 60% 100%);
  border: 1px solid rgba(184, 237, 255, 0.12);
  border-radius: 50%;
  filter: blur(0.2px);
  opacity: 0.74;
  animation: rotate-slow 24s linear infinite reverse;
}

.panel-header,
.hero-panel-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.panel-header {
  justify-content: flex-start;
  min-height: 58px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.ai-status-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 18px 0;
}

.ai-status-rail span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #d8f4ff;
  background:
    linear-gradient(135deg, rgba(184, 237, 255, 0.14), rgba(3, 16, 23, 0.58)),
    rgba(184, 237, 255, 0.04);
  border: 1px solid rgba(184, 237, 255, 0.26);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 720;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #75d896;
  border-radius: 50%;
  box-shadow:
    0 0 0 7px rgba(69, 200, 121, 0.18),
    0 0 24px rgba(69, 200, 121, 0.5);
}

.signal-map {
  position: relative;
  z-index: 2;
  min-height: 362px;
  margin: 2px 18px 0;
}

.signal-orbit,
.signal-beam,
.signal-pulse {
  position: absolute;
  pointer-events: none;
}

.signal-orbit {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(184, 237, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.orbit-one {
  width: 72%;
  height: 64%;
  border-style: dashed;
  opacity: 0.66;
  animation: rotate-slow 30s linear infinite;
}

.orbit-two {
  width: 58%;
  height: 80%;
  border-color: rgba(184, 237, 255, 0.18);
  transform: translate(-50%, -50%) rotate(68deg);
  animation: rotate-slow 22s linear infinite reverse;
}

.orbit-three {
  width: 40%;
  height: 42%;
  border-color: rgba(101, 216, 255, 0.18);
  box-shadow: 0 0 70px rgba(0, 184, 245, 0.14);
}

.signal-beam {
  left: 22%;
  top: 54%;
  z-index: 1;
  width: 48%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(101, 216, 255, 0.75), rgba(101, 216, 255, 0.08), transparent);
  transform-origin: left center;
  opacity: 0.78;
  animation: signal-flow 2.9s ease-in-out infinite;
}

.beam-one {
  transform: rotate(28deg);
}

.beam-two {
  top: 59%;
  transform: rotate(-28deg);
  animation-delay: 900ms;
}

.signal-pulse {
  z-index: 2;
  width: 7px;
  height: 7px;
  background: #65d8ff;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(101, 216, 255, 0.66);
  animation: telemetry-float 3.4s ease-in-out infinite;
}

.pulse-one {
  left: 38%;
  top: 31%;
}

.pulse-two {
  right: 24%;
  bottom: 31%;
  animation-delay: 1.2s;
}

.signal-core,
.signal-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 720;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(184, 237, 255, 0.14), rgba(3, 16, 23, 0.78)),
    rgba(3, 16, 23, 0.7);
  border: 1px solid rgba(184, 237, 255, 0.32);
  border-radius: 999px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(184, 237, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.12);
}

.signal-core {
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  color: var(--white);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.62), transparent 20%),
    radial-gradient(circle at 62% 68%, rgba(0, 184, 245, 0.52), transparent 34%),
    linear-gradient(135deg, #9ce8ff, #48c5f4 54%, #057fb5);
  border: 1px solid rgba(184, 237, 255, 0.62);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-core 3.1s ease-in-out infinite;
  box-shadow:
    0 0 0 16px rgba(0, 184, 245, 0.1),
    0 0 86px rgba(0, 184, 245, 0.42),
    inset 0 -12px 28px rgba(4, 79, 112, 0.24);
}

.core-halo {
  position: absolute;
  inset: -13px;
  z-index: -1;
  border: 1px solid rgba(184, 237, 255, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 216, 255, 0.14), transparent 66%);
  animation: rotate-slow 16s linear infinite;
}

.signal-node {
  min-width: 104px;
  min-height: 42px;
  padding: 9px 14px;
  color: #f5fcff;
  font-size: 0.68rem;
}

.node-cloud {
  top: 72px;
  left: 42px;
}

.node-security {
  top: 112px;
  right: 30px;
}

.node-ai {
  right: 54px;
  bottom: 54px;
}

.node-ops {
  left: 52px;
  bottom: 72px;
}

.signal-line {
  position: absolute;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 184, 245, 0), rgba(101, 216, 255, 0.78), rgba(0, 184, 245, 0));
  transform-origin: left center;
  opacity: 0.46;
  animation: signal-flow 2.8s ease-in-out infinite;
}

.line-one {
  top: 176px;
  left: 136px;
  width: 144px;
  transform: rotate(28deg);
}

.line-two {
  top: 178px;
  right: 122px;
  width: 138px;
  transform: rotate(150deg);
}

.line-three {
  right: 124px;
  bottom: 140px;
  width: 132px;
  transform: rotate(210deg);
}

.line-four {
  bottom: 154px;
  left: 140px;
  width: 130px;
  transform: rotate(330deg);
}

.hero-panel-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-height: 72px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 10, 15, 0.34);
}

.hero-panel-footer div {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.018);
}

.hero-panel-footer strong {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 720;
}

.client-band {
  padding: 18px 0;
  background: var(--ink);
  color: var(--white);
}

.client-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 12px;
  align-items: center;
}

.client-grid p {
  margin: 0;
  color: var(--cyan-line);
  font-weight: 900;
}

.client-grid span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #dceff5;
  border: 1px solid rgba(184, 237, 255, 0.24);
  border-radius: var(--radius);
  font-weight: 750;
  text-align: center;
}

.ai-agent-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(184, 237, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(184, 237, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #061015 0%, #071c24 48%, #031017 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

.ai-agent-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent 0%, rgba(0, 184, 245, 0.1) 45%, transparent 58%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 7px);
  animation: scan-surface 8s linear infinite;
}

.ai-agent-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1fr);
  gap: 56px;
  align-items: center;
}

.ai-agent-section .section-heading h2,
.ai-agent-section .section-heading p:not(.eyebrow) {
  color: var(--white);
}

.ai-agent-section .section-heading p:not(.eyebrow) {
  color: #c5d5dc;
}

.ai-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.ai-capability-list span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  color: var(--cyan-line);
  background: rgba(0, 184, 245, 0.08);
  border: 1px solid rgba(184, 237, 255, 0.2);
  border-radius: var(--radius);
  font-weight: 800;
}

.ai-companion {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --follow-x: 0;
  --follow-y: 0;
  --avatar-x: 0px;
  --avatar-y: 0px;
  --face-x: 0px;
  --face-y: 0px;
  --eye-x: 0px;
  --eye-y: 0px;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(92, 214, 255, 0.2), transparent 34%),
    radial-gradient(circle at 52% 44%, rgba(0, 184, 245, 0.14), transparent 44%);
  background-size: auto, auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
  contain: layout paint;
  backdrop-filter: none;
  transition:
    transform 180ms ease;
}

.ai-companion.is-tracking {
  transform: translateY(-3px);
}

.ai-depth-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 20%, rgba(101, 216, 255, 0.16), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(69, 200, 121, 0.12), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 8px);
  opacity: 0.84;
}

.ai-depth-field::after {
  position: absolute;
  inset: -20%;
  content: "";
  background: conic-gradient(from 160deg, transparent 0 18%, rgba(101, 216, 255, 0.1) 22%, transparent 30% 58%, rgba(184, 237, 255, 0.08) 64%, transparent 72% 100%);
  opacity: 0.72;
}

.ai-grid-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: 0;
  pointer-events: none;
  box-shadow: none;
}

.ai-grid-glow::before,
.ai-grid-glow::after {
  position: absolute;
  inset: 50% 18px auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 184, 245, 0.78), transparent);
}

.ai-grid-glow::after {
  inset: 18px auto 18px 50%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(0, 184, 245, 0.78), transparent);
}

.ai-scanline {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  z-index: 2;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(184, 237, 255, 0.08), transparent);
  mix-blend-mode: screen;
  animation: ai-scanline 9s ease-in-out infinite;
  will-change: transform, opacity;
}

.ai-cursor-beacon {
  position: absolute;
  left: var(--pointer-x);
  top: var(--pointer-y);
  z-index: 8;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(184, 237, 255, 0.58);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.72);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  will-change: transform, opacity;
}

.ai-companion.is-tracking .ai-cursor-beacon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ai-cursor-beacon::before,
.ai-cursor-beacon::after {
  position: absolute;
  content: "";
  inset: 16px;
  border: 1px solid rgba(0, 184, 245, 0.46);
  border-radius: 50%;
}

.ai-cursor-beacon::after {
  inset: 34px;
  background: var(--cyan);
  border: 0;
  box-shadow: 0 0 24px rgba(0, 184, 245, 0.88);
}

.neural-avatar {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(390px, 66vw);
  aspect-ratio: 1;
  transform:
    translate(-50%, -50%)
    translate(var(--avatar-x), var(--avatar-y));
  transition: transform 90ms linear;
  will-change: transform;
}

.neural-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(184, 237, 255, 0.24);
  border-radius: 50%;
}

.ring-outer {
  border-style: dashed;
  animation: rotate-slow 42s linear infinite;
  will-change: transform;
}

.ring-middle {
  inset: 42px;
  border-color: rgba(101, 216, 255, 0.52);
  animation: rotate-slow 34s linear infinite reverse;
  will-change: transform;
}

.ring-inner {
  inset: 88px;
  background:
    radial-gradient(circle at 50% 50%, rgba(101, 216, 255, 0.26), transparent 62%),
    rgba(255, 255, 255, 0.034);
  border-color: rgba(184, 237, 255, 0.38);
  box-shadow: inset 0 0 52px rgba(0, 184, 245, 0.2);
}

.ring-scan {
  inset: 22px;
  border: 0;
  background: conic-gradient(from 40deg, transparent 0 14%, rgba(101, 216, 255, 0.42) 16%, transparent 22% 62%, rgba(69, 200, 121, 0.26) 66%, transparent 72% 100%);
  border-radius: 50%;
  mask: radial-gradient(circle, transparent 58%, #000 59%, #000 61%, transparent 62%);
  animation: rotate-slow 24s linear infinite;
  will-change: transform;
  -webkit-mask: radial-gradient(circle, transparent 58%, #000 59%, #000 61%, transparent 62%);
}

.neural-sphere {
  position: absolute;
  inset: 108px;
  border: 1px solid rgba(184, 237, 255, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.28), transparent 16%),
    radial-gradient(circle at 62% 72%, rgba(0, 184, 245, 0.3), transparent 36%),
    linear-gradient(145deg, rgba(207, 244, 255, 0.22), rgba(40, 156, 207, 0.22));
  box-shadow:
    0 0 52px rgba(0, 184, 245, 0.2),
    inset 0 0 30px rgba(184, 237, 255, 0.12),
    inset 0 -18px 36px rgba(2, 10, 15, 0.22);
}

.neural-glass,
.neural-contour {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.neural-glass {
  inset: 12%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 22%);
  opacity: 0.9;
}

.neural-contour {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(184, 237, 255, 0.16);
  transform: translate(-50%, -50%) rotate(16deg);
}

.contour-one {
  width: 72%;
  height: 34%;
}

.contour-two {
  width: 44%;
  height: 82%;
  transform: translate(-50%, -50%) rotate(72deg);
}

.contour-three {
  width: 92%;
  height: 92%;
  border-style: dashed;
}

.ai-face {
  position: absolute;
  inset: 132px 98px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: center;
  transform: translate(var(--face-x), var(--face-y));
  transition: transform 90ms linear;
  will-change: transform;
}

.ai-eye {
  position: relative;
  height: 38px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245, 252, 255, 0.96), rgba(184, 237, 255, 0.86));
  border: 1px solid rgba(184, 237, 255, 0.82);
  border-radius: 999px;
  box-shadow:
    0 0 20px rgba(0, 184, 245, 0.34),
    inset 0 -8px 18px rgba(0, 184, 245, 0.12);
}

.ai-eye::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--cyan-strong);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 184, 245, 0.95);
  transform:
    translate(-50%, -50%)
    translate(var(--eye-x), var(--eye-y));
  will-change: transform;
}

.ai-mouth {
  grid-column: 1 / -1;
  justify-self: center;
  width: 66%;
  height: 8px;
  background:
    linear-gradient(90deg, transparent, rgba(184, 237, 255, 0.88), transparent),
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(101, 216, 255, 0.8) 8px 10px, transparent 10px 18px);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(0, 184, 245, 0.52);
}

.ai-core-label {
  position: absolute;
  left: 50%;
  bottom: 94px;
  z-index: 4;
  padding: 6px 11px;
  color: #d8f7ff;
  background: rgba(3, 16, 23, 0.66);
  border: 1px solid rgba(184, 237, 255, 0.18);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 720;
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
}

.neural-node {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #65d8ff;
  border-radius: 50%;
  box-shadow:
    0 0 12px rgba(0, 184, 245, 0.68),
    0 0 0 6px rgba(0, 184, 245, 0.08);
}

.node-one {
  top: 26px;
  left: 48%;
}

.node-two {
  right: 18px;
  top: 52%;
}

.node-three {
  bottom: 32px;
  left: 42%;
}

.node-four {
  left: 24px;
  top: 38%;
}

.node-five {
  right: 74px;
  top: 22%;
  width: 9px;
  height: 9px;
  opacity: 0.78;
}

.node-six {
  left: 74px;
  bottom: 22%;
  width: 9px;
  height: 9px;
  opacity: 0.78;
}

.ai-telemetry {
  position: absolute;
  z-index: 5;
  min-height: 48px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 8px 13px;
  color: var(--cyan-line);
  background:
    linear-gradient(135deg, rgba(184, 237, 255, 0.12), rgba(6, 16, 21, 0.76)),
    rgba(6, 16, 21, 0.68);
  border: 1px solid rgba(184, 237, 255, 0.22);
  border-radius: 12px;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px) saturate(1.06);
  animation: telemetry-float 8s ease-in-out infinite;
  will-change: transform;
}

.ai-telemetry span {
  color: rgba(216, 247, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 620;
  text-transform: uppercase;
}

.ai-telemetry strong {
  color: #f5fcff;
  font-size: 0.86rem;
  font-weight: 720;
}

.telemetry-one {
  left: 28px;
  top: 28px;
}

.telemetry-two {
  right: 28px;
  top: 112px;
  animation-delay: -1.8s;
}

.telemetry-three {
  left: 44px;
  bottom: 112px;
  animation-delay: -3.1s;
}

.ai-side-panel {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 3px;
  min-width: 118px;
  padding: 10px 12px;
  color: #d8f7ff;
  background: rgba(3, 16, 23, 0.58);
  border: 1px solid rgba(184, 237, 255, 0.16);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.ai-side-panel span {
  color: rgba(216, 247, 255, 0.62);
  font-size: 0.6rem;
  font-weight: 620;
  text-transform: uppercase;
}

.ai-side-panel strong {
  color: #f5fcff;
  font-size: 0.82rem;
  font-weight: 720;
}

.side-left {
  left: 42px;
  top: 212px;
}

.side-right {
  right: 42px;
  bottom: 196px;
}

.ai-companion-footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 18px;
  color: #c5d5dc;
  background:
    linear-gradient(135deg, rgba(184, 237, 255, 0.08), rgba(6, 16, 21, 0.78)),
    rgba(6, 16, 21, 0.72);
  border: 1px solid rgba(184, 237, 255, 0.22);
  border-radius: 14px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px) saturate(1.06);
}

.ai-companion-footer span {
  display: grid;
  gap: 2px;
  font-weight: 720;
}

.ai-companion-footer small {
  color: rgba(216, 247, 255, 0.62);
  font-size: 0.64rem;
  font-weight: 620;
  text-transform: uppercase;
}

.ai-companion-footer span strong {
  color: #f5fcff;
  font-size: 0.96rem;
}

.ai-companion-footer > strong {
  color: var(--cyan-line);
  font-size: 0.94rem;
  font-weight: 720;
}

.section,
.split-section,
.insights-section,
.contact-section {
  padding: 110px 0;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: 3rem;
}

.section-heading p:not(.eyebrow),
.contact-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.services-story {
  --service-progress: 0;
  --services-text-opacity: 1;
  --services-text-y: 0px;
  --services-text-z: 0px;
  --services-showcase-opacity: 0;
  --services-showcase-y: 80px;
  --services-showcase-z: -140px;
  --services-showcase-scale: 0.96;
  position: relative;
  min-height: 520svh;
  padding: 0;
  overflow: clip;
  background:
    radial-gradient(circle at 76% calc(22% + (var(--service-progress) * 42%)), rgba(0, 184, 245, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0) 0 54%, rgba(229, 248, 255, 0.34) 54% 54.3%, rgba(255, 255, 255, 0) 54.3% 100%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfe 48%, #ffffff 100%);
  content-visibility: visible;
}

.services-story::before,
.services-story::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.services-story::before {
  background:
    linear-gradient(90deg, rgba(0, 184, 245, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 184, 245, 0.03) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.services-story::after {
  background:
    radial-gradient(circle at 18% 74%, rgba(184, 237, 255, 0.16), transparent 26%),
    linear-gradient(180deg, transparent 78%, rgba(246, 251, 253, 0.9) 100%);
}

.services-pin {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: clamp(104px, 13vh, 154px) 0 clamp(68px, 9vh, 110px);
  perspective: 1500px;
  transform-style: preserve-3d;
}

.services-text-scene,
.services-showcase-scene {
  grid-area: 1 / 1;
  min-width: 0;
  transform-style: preserve-3d;
}

.services-text-scene {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(1120px, 100%);
  margin-inline: auto;
  text-align: center;
  opacity: var(--services-text-opacity);
  transform: translate3d(0, var(--services-text-y), var(--services-text-z));
  isolation: isolate;
  will-change: opacity, transform;
}

.services-text-scene::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1120px, 94vw);
  height: clamp(320px, 48vh, 470px);
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(184, 237, 255, 0.36), rgba(241, 251, 255, 0.52) 34%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(90deg, transparent 0 12%, rgba(0, 184, 245, 0.16) 50%, transparent 88%),
    linear-gradient(180deg, transparent, rgba(0, 184, 245, 0.06), transparent);
  border-top: 1px solid rgba(0, 184, 245, 0.1);
  border-bottom: 1px solid rgba(0, 184, 245, 0.08);
  border-radius: 999px;
  opacity: calc(0.2 + (var(--services-text-opacity) * 0.38));
  transform: translate3d(-50%, calc(-50% + (var(--service-progress) * -18px)), -90px) rotateX(4deg);
}

.services-kicker {
  --kicker-opacity: 0;
  --kicker-x: -28px;
  --kicker-y: 20px;
  --kicker-z: -90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 18px);
  margin: 0 auto clamp(22px, 3vw, 30px);
  color: #07131a;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 760;
  letter-spacing: 0.045em;
  line-height: 1;
  opacity: var(--kicker-opacity);
  text-shadow: 0 10px 32px rgba(0, 184, 245, 0.12);
  transform: translate3d(var(--kicker-x), var(--kicker-y), var(--kicker-z));
  will-change: opacity, transform;
}

.services-kicker::before,
.services-kicker::after {
  width: clamp(54px, 7vw, 96px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 184, 245, 0.62), transparent);
}

.services-title-3d {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.2em;
  max-width: min(1060px, 100%);
  margin: 0 auto;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 5.25vw, 4.7rem);
  font-weight: 730;
  letter-spacing: 0;
  line-height: 1.01;
  text-wrap: balance;
  transform-style: preserve-3d;
}

.services-title-3d span {
  --word-reveal: 0;
  --word-slide-x: 0px;
  --word-slide-y: 28px;
  --word-rotate-y: 0deg;
  display: inline-block;
  opacity: var(--word-reveal);
  transform:
    translate3d(
      calc((1 - var(--word-reveal)) * var(--word-slide-x)),
      calc((1 - var(--word-reveal)) * var(--word-slide-y)),
      calc((1 - var(--word-reveal)) * -92px)
    )
    rotateX(calc((1 - var(--word-reveal)) * 7deg))
    rotateY(calc((1 - var(--word-reveal)) * var(--word-rotate-y)));
  text-shadow: 0 calc(var(--word-reveal) * 14px) calc(var(--word-reveal) * 34px) rgba(3, 31, 44, 0.07);
  will-change: opacity, transform;
}

.services-title-3d span:nth-child(3n + 1) {
  --word-slide-x: -44px;
  --word-slide-y: 18px;
  --word-rotate-y: -7deg;
}

.services-title-3d span:nth-child(3n + 2) {
  --word-slide-x: 40px;
  --word-slide-y: 24px;
  --word-rotate-y: 6deg;
}

.services-title-3d span:nth-child(3n) {
  --word-slide-x: 0px;
  --word-slide-y: 34px;
  --word-rotate-y: 0deg;
}

.services-intro-3d {
  max-width: 720px;
  margin: clamp(24px, 3.4vw, 34px) auto 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 620;
  line-height: 1.64;
  text-align: center;
  transform-style: preserve-3d;
}

.services-intro-3d span {
  --line-reveal: 0;
  --line-slide-x: -24px;
  display: block;
  opacity: var(--line-reveal);
  transform:
    translate3d(
      calc((1 - var(--line-reveal)) * var(--line-slide-x)),
      calc((1 - var(--line-reveal)) * 22px),
      calc((1 - var(--line-reveal)) * -48px)
    )
    rotateY(calc((1 - var(--line-reveal)) * -3deg));
  will-change: opacity, transform;
}

.services-intro-3d span:nth-child(even) {
  --line-slide-x: 26px;
}

.services-showcase-scene {
  position: relative;
  z-index: 3;
  min-height: min(650px, 72svh);
  opacity: var(--services-showcase-opacity);
  pointer-events: none;
  transform: translate3d(0, var(--services-showcase-y), var(--services-showcase-z)) scale(var(--services-showcase-scale));
  will-change: opacity, transform;
}

.services-story.is-showcase-active .services-showcase-scene {
  pointer-events: auto;
}

.services-showcase-scene::before {
  position: absolute;
  inset: 8% 8% auto;
  z-index: -1;
  height: 54%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 184, 245, 0.11), transparent 64%),
    linear-gradient(90deg, transparent, rgba(0, 184, 245, 0.08), transparent);
  opacity: 0.78;
}

.services-story-meta {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 14px;
  align-items: center;
  width: min(560px, 100%);
  margin: 0 auto clamp(22px, 4vh, 36px);
  color: var(--cyan-strong);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
}

.services-progress-track {
  height: 2px;
  overflow: hidden;
  background: rgba(0, 184, 245, 0.14);
  border-radius: 999px;
}

.services-progress-track span {
  display: block;
  width: calc(var(--service-progress) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-line));
  border-radius: inherit;
}

.services-grid {
  --card-gap: clamp(14px, 2vw, 24px);
  --card-width: calc((100% - (var(--card-gap) * 2)) / 3);
  position: relative;
  height: clamp(430px, 56vh, 560px);
  transform-style: preserve-3d;
}

.service-card {
  --service-card-opacity: 0;
  --service-x: 0px;
  --service-y: 90px;
  --service-z: -180px;
  --service-scale: 0.94;
  --service-rotate-x: 7deg;
  --service-rotate-y: 0deg;
  --service-hover-y: 0px;
  position: absolute;
  top: 0;
  left: calc(var(--card-slot) * (var(--card-width) + var(--card-gap)));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: var(--card-width);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: clamp(22px, 3vw, 36px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(3, 16, 23, 0.9), rgba(5, 24, 32, 0.72));
  border: 1px solid rgba(7, 21, 27, 0.12);
  border-radius: 18px;
  box-shadow:
    0 26px 74px rgba(3, 31, 44, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  opacity: var(--service-card-opacity);
  pointer-events: none;
  transform: translate3d(var(--service-x), calc(var(--service-y) + var(--service-hover-y)), var(--service-z)) rotateX(var(--service-rotate-x)) rotateY(var(--service-rotate-y)) scale(var(--service-scale));
  isolation: isolate;
  transform-style: preserve-3d;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
  will-change: opacity, transform;
}

.service-card.is-active {
  pointer-events: auto;
}

.service-card::before,
.service-card::after {
  position: absolute;
  inset: 0;
  content: "";
}

.service-card::before {
  z-index: -2;
  background-image: var(--card-image);
  background-position: center;
  background-size: cover;
  transform: scale(calc(1.04 + (var(--service-local-progress, 0) * 0.045))) translateY(calc(var(--service-parallax, 0) * -24px));
  transition:
    transform 520ms ease,
    filter 520ms ease;
}

.service-card::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 10, 15, 0.08) 0%, rgba(2, 10, 15, 0.56) 50%, rgba(2, 10, 15, 0.9) 100%),
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(0, 184, 245, 0.16), transparent 48%);
}

.service-card:hover,
.service-card:focus-within {
  --service-hover-y: -8px;
  border-color: rgba(0, 184, 245, 0.42);
  box-shadow:
    0 34px 88px rgba(3, 31, 44, 0.2),
    0 0 0 1px rgba(0, 184, 245, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.service-card:hover::before,
.service-card:focus-within::before {
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.12);
}

.insight-card {
  min-height: 320px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 52px rgba(3, 31, 44, 0.07);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.insight-card:hover,
.insight-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--cyan);
  box-shadow: 0 24px 70px rgba(3, 31, 44, 0.12);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--cyan-line);
  background: rgba(4, 18, 26, 0.58);
  border: 1px solid rgba(184, 237, 255, 0.36);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.story-panel h3,
.insight-card h3 {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 1.34rem;
  line-height: 1.18;
}

.story-panel p,
.insight-card p {
  color: var(--muted);
}

.service-card h3 {
  margin: 86px 0 0;
  color: var(--white);
  font-size: 1.34rem;
  line-height: 1.18;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
}

.service-card p {
  color: #d7e8ef;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

.service-card a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 20px;
  color: var(--cyan-line);
  font-weight: 760;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
}

.service-card a:hover,
.service-card a:focus-visible {
  color: var(--white);
  outline: 0;
}

.split-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #f7fcff;
  background: #06131a;
}

.split-section::before,
.split-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.split-section::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 18, 25, 0.92) 0%, rgba(5, 18, 25, 0.7) 42%, rgba(5, 18, 25, 0.5) 100%),
    url("assets/pexels-merlin-14314636.jpg") center / cover no-repeat;
  transform: scale(1.04);
}

.split-section::after {
  z-index: -1;
  background:
    radial-gradient(circle at 78% 18%, rgba(184, 237, 255, 0.22), transparent 30%),
    radial-gradient(circle at 28% 78%, rgba(0, 184, 245, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(184, 237, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(184, 237, 255, 0.04) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  opacity: 0.86;
}

.split-section .page-shell {
  position: relative;
  z-index: 1;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: center;
}

.split-section .section-heading {
  max-width: 690px;
}

.split-section .eyebrow {
  color: var(--cyan-line);
  letter-spacing: 0.08em;
}

.split-section .section-heading h2 {
  color: #f8fcff;
  font-size: clamp(2.45rem, 4.3vw, 4.4rem);
  font-weight: 700;
  line-height: 1.03;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.split-section .section-heading p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(230, 244, 250, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 560;
  line-height: 1.72;
}

.story-console {
  position: relative;
  overflow: hidden;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(232, 248, 255, 0.78)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 237, 255, 0.36);
  border-radius: 22px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  animation: outcome-float 8s ease-in-out infinite;
  backdrop-filter: blur(14px) saturate(1.12);
}

.story-console::before {
  position: absolute;
  inset: 12px;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 184, 245, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 184, 245, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  border-radius: 16px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 88%, transparent);
}

.story-console > * {
  position: relative;
  z-index: 1;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  background: rgba(7, 21, 27, 0.08);
  border: 1px solid rgba(0, 184, 245, 0.08);
  border-radius: 16px;
}

.tab-button {
  min-height: 54px;
  padding: 10px 12px;
  color: rgba(7, 21, 27, 0.58);
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: clamp(0.74rem, 0.92vw, 0.92rem);
  font-weight: 760;
  line-height: 1.16;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.tab-button.is-active,
.tab-button:hover,
.tab-button:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 184, 245, 0.36);
  box-shadow: 0 14px 34px rgba(0, 184, 245, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

.story-panel {
  min-height: 390px;
  margin-top: 10px;
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 237, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(241, 251, 255, 0.68));
  border: 1px solid rgba(184, 237, 255, 0.34);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.story-panel.is-active {
  animation: story-panel-in 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.story-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0;
  padding: 7px 12px;
  color: #085f92 !important;
  background: rgba(184, 237, 255, 0.58);
  border: 1px solid rgba(0, 184, 245, 0.14);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 820;
}

.story-panel h3 {
  max-width: 560px;
  margin-top: 34px;
  color: #07151b;
  font-size: clamp(2rem, 3.1vw, 2.85rem);
  font-weight: 700;
  line-height: 1.08;
}

.story-panel p:not(.story-kicker) {
  max-width: 620px;
  color: rgba(7, 21, 27, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  font-weight: 560;
  line-height: 1.68;
}

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

.story-metrics span {
  min-height: 106px;
  padding: 18px;
  color: rgba(7, 21, 27, 0.66);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 184, 245, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 32, 46, 0.08);
}

.story-metrics strong {
  margin-bottom: 8px;
  color: #07151b;
  font-size: clamp(1.22rem, 1.7vw, 1.52rem);
}

.insights-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(184, 237, 255, 0.42), transparent 25%),
    radial-gradient(circle at 20% 70%, rgba(0, 184, 245, 0.11), transparent 30%),
    linear-gradient(180deg, #f9fdff 0%, #eef7fb 100%);
}

.insights-section::before,
.insights-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.insights-section::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 184, 245, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 184, 245, 0.032) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 86%, transparent);
}

.insights-section::after {
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 30%, rgba(255, 255, 255, 0.74) 45%, transparent 60%),
    radial-gradient(ellipse at 50% 100%, rgba(184, 237, 255, 0.36), transparent 48%);
  opacity: 0.68;
}

.insights-section .page-shell {
  position: relative;
  z-index: 1;
}

.insights-section .section-heading {
  max-width: 860px;
}

.insights-section .section-heading h2 {
  max-width: 820px;
  font-size: clamp(2.4rem, 4.1vw, 4rem);
  font-weight: 720;
  line-height: 1.03;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
  perspective: 1300px;
}

.insight-card {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(243, 251, 255, 0.82)),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 184, 245, 0.14);
  border-radius: 18px;
  box-shadow:
    0 22px 66px rgba(3, 31, 44, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform-style: preserve-3d;
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease;
}

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

.insight-card::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 184, 245, 0.15), transparent 28%),
    linear-gradient(90deg, transparent, rgba(0, 184, 245, 0.1), transparent);
  opacity: 0.7;
  transform: translate3d(0, 0, -1px);
}

.insight-card::after {
  top: 22px;
  right: 22px;
  width: 72px;
  height: 72px;
  background:
    radial-gradient(circle, rgba(0, 184, 245, 0.58) 0 4px, transparent 5px),
    conic-gradient(from 90deg, rgba(0, 184, 245, 0), rgba(0, 184, 245, 0.22), rgba(0, 184, 245, 0));
  border: 1px solid rgba(0, 184, 245, 0.16);
  border-radius: 50%;
  opacity: 0.42;
  animation: insight-orbit 7s linear infinite;
}

.insight-card > * {
  position: relative;
  z-index: 1;
}

.insight-card:hover,
.insight-card:focus-within,
.insight-card.reveal.is-visible:hover,
.insight-card.reveal.is-visible:focus-within {
  transform: translate3d(0, -8px, 26px) rotateX(2deg);
  border-color: rgba(0, 184, 245, 0.42);
  box-shadow:
    0 32px 80px rgba(3, 31, 44, 0.13),
    0 0 0 1px rgba(0, 184, 245, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.insight-card span {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: #096696;
  background: rgba(184, 237, 255, 0.48);
  border: 1px solid rgba(0, 184, 245, 0.14);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 820;
}

.insights-section .insight-card h3 {
  color: #07151b;
  font-size: clamp(1.32rem, 1.65vw, 1.64rem);
  font-weight: 720;
  line-height: 1.14;
}

.insights-section .insight-card p {
  color: rgba(7, 21, 27, 0.66);
  font-size: clamp(0.98rem, 1.05vw, 1.04rem);
  font-weight: 560;
  line-height: 1.58;
}

.contact-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 66% 24%, rgba(0, 184, 245, 0.2), transparent 28%),
    radial-gradient(circle at 20% 76%, rgba(184, 237, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #061118 0%, #07151b 100%);
}

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

.contact-section::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(184, 237, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(184, 237, 255, 0.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(ellipse at center, #000 0 60%, transparent 88%);
}

.contact-section::after {
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(184, 237, 255, 0.12) 48%, transparent 56%),
    radial-gradient(ellipse at 72% 72%, rgba(0, 184, 245, 0.16), transparent 42%);
  animation: contact-scan 12s ease-in-out infinite;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 56px;
  align-items: center;
  perspective: 1500px;
}

.contact-copy h2,
.contact-copy p {
  color: var(--white);
}

.contact-copy h2 {
  max-width: 720px;
  font-size: clamp(2.4rem, 4.25vw, 4.35rem);
  font-weight: 710;
  line-height: 1.04;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.contact-copy p {
  max-width: 640px;
  color: rgba(230, 244, 250, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 560;
  line-height: 1.7;
}

.contact-signal-panel {
  position: relative;
  width: min(430px, 100%);
  margin-top: 34px;
  overflow: hidden;
  padding: 18px;
  background: rgba(8, 27, 36, 0.7);
  border: 1px solid rgba(184, 237, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px) saturate(1.12);
  animation: contact-float 7s ease-in-out infinite;
}

.contact-signal-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--contact-glow-x, 22%) 28%, rgba(0, 184, 245, 0.24), transparent 28%),
    linear-gradient(90deg, transparent, rgba(184, 237, 255, 0.16), transparent);
  opacity: 0.8;
}

.contact-signal-panel > * {
  position: relative;
  z-index: 1;
}

.contact-signal-panel span {
  display: block;
  color: var(--cyan-line);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-signal-panel strong {
  display: block;
  margin-top: 8px;
  color: #f7fcff;
  font-size: 1.14rem;
}

.contact-signal-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.contact-signal-panel small {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  color: rgba(236, 250, 255, 0.9);
  background: rgba(184, 237, 255, 0.08);
  border: 1px solid rgba(184, 237, 255, 0.18);
  border-radius: 999px;
  font-weight: 700;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 250, 255, 0.9)),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(184, 237, 255, 0.4);
  border-radius: 22px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform-style: preserve-3d;
  animation: contact-form-float 8s ease-in-out infinite;
  backdrop-filter: blur(12px) saturate(1.08);
}

.contact-form::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 84% 0%, rgba(0, 184, 245, 0.18), transparent 30%),
    linear-gradient(90deg, transparent, rgba(0, 184, 245, 0.08), transparent);
  opacity: 0.75;
}

.contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(247, 252, 255, 0.88);
  border: 1px solid rgba(0, 184, 245, 0.14);
  border-radius: 12px;
  resize: vertical;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-form textarea {
  min-height: 132px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #ffffff;
  border-color: var(--cyan);
  box-shadow:
    0 0 0 4px rgba(0, 184, 245, 0.13),
    0 14px 28px rgba(0, 184, 245, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.contact-form button[disabled] {
  cursor: progress;
  opacity: 0.76;
}

.contact-form .button {
  min-height: 58px;
  margin-top: 4px;
  color: #04131a;
  background:
    linear-gradient(90deg, #b8edff 0%, #5fb5e8 62%, #75cdf4 100%);
  border: 1px solid rgba(184, 237, 255, 0.68);
  box-shadow:
    0 18px 42px rgba(0, 184, 245, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.contact-form .button:hover,
.contact-form .button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 22px 52px rgba(0, 184, 245, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.form-notice {
  margin: 0;
  color: var(--cyan-strong);
  font-weight: 850;
}

.site-footer {
  padding: 54px 0;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 34px;
}

.footer-grid img {
  width: 156px;
  height: auto;
}

.footer-grid p {
  max-width: 430px;
  color: var(--muted);
}

.footer-grid h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1rem;
}

.footer-grid a,
.footer-grid button {
  display: flex;
  width: fit-content;
  padding-left: 0;
}

.expert-dialog {
  width: min(560px, calc(100% - 32px));
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.expert-dialog::backdrop {
  background: rgba(6, 16, 21, 0.72);
  backdrop-filter: blur(8px);
}

.dialog-card {
  position: relative;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dialog-card h2 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.08;
}

.dialog-card p:not(.eyebrow) {
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 1.6rem;
  line-height: 1;
}

.dialog-close:hover,
.dialog-close:focus-visible {
  background: var(--cyan-soft);
  border-color: var(--cyan);
  outline: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes pulse-core {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 184, 245, 0.36);
  }

  50% {
    box-shadow: 0 0 0 20px rgba(0, 184, 245, 0);
  }
}

@keyframes signal-flow {
  0%,
  100% {
    opacity: 0.35;
  }

  50% {
    opacity: 1;
  }
}

@keyframes scan-surface {
  0% {
    background-position: -280px 0, 0 0;
  }

  100% {
    background-position: 320px 0, 0 70px;
  }
}

@keyframes ai-scanline {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-120px);
  }

  18%,
  72% {
    opacity: 1;
  }

  86% {
    opacity: 0;
    transform: translateY(620px);
  }
}

@keyframes telemetry-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes service-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes outcome-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes story-panel-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, -24px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes insight-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes contact-scan {
  0%,
  100% {
    opacity: 0.46;
    transform: translate3d(-2%, 0, 0);
  }

  50% {
    opacity: 0.78;
    transform: translate3d(2%, -1%, 0);
  }
}

@keyframes contact-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes contact-form-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg);
  }

  50% {
    transform: translate3d(0, -7px, 18px) rotateX(0.8deg);
  }
}

@media (max-width: 1060px) {
  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-grid,
  .ai-agent-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-grid {
    gap: 38px;
  }

  .split-section .section-heading {
    max-width: 780px;
    text-align: center;
    justify-self: center;
  }

  .split-section .section-heading p:not(.eyebrow) {
    margin-inline: auto;
  }

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

  .hero-panel {
    justify-self: start;
    max-width: min(590px, 100%);
    min-height: 520px;
  }

  .ai-companion {
    min-height: 580px;
  }

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

  .services-text-scene {
    max-width: 860px;
  }

  .services-title-3d {
    font-size: clamp(2.55rem, 6.4vw, 4.25rem);
  }

  .services-text-scene::before {
    width: min(900px, 92vw);
    height: clamp(300px, 44vh, 420px);
    opacity: 0.4;
  }

  .services-showcase-scene {
    min-height: min(620px, 68svh);
  }

  .services-grid {
    height: min(500px, 58svh);
  }

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

  .client-grid p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
  }

  .page-shell,
  .nav-shell {
    width: min(100% - 28px, 1180px);
  }

  .nav-shell {
    min-height: 56px;
    padding: 6px 8px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(4, 18, 26, 0.9);
    border: 1px solid rgba(184, 237, 255, 0.28);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px) saturate(1.18);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a,
  .nav-links button {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    padding: 104px 0 66px;
  }

  .hero h1,
  .section-heading h2,
  .contact-copy h2 {
    font-size: 1.92rem;
  }

  .hero h1 span {
    display: inline;
    white-space: normal;
  }

  .hero h1 span:first-child::after {
    content: " ";
  }

  .proof-strip,
  .insight-grid,
  .story-metrics,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-story {
    min-height: auto;
    padding: 82px 0;
    overflow: hidden;
  }

  .services-pin {
    position: relative;
    display: block;
    min-height: auto;
    padding: 0;
    perspective: none;
  }

  .services-text-scene {
    max-width: 760px;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .services-title-3d {
    font-size: clamp(2.2rem, 7.4vw, 3.25rem);
  }

  .services-text-scene::before {
    display: none;
  }

  .services-title-3d span,
  .services-intro-3d span,
  .services-kicker {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .services-intro-3d {
    font-size: 1rem;
  }

  .services-showcase-scene {
    min-height: auto;
    margin-top: 34px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    filter: none;
  }

  .services-story-meta {
    display: none;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: auto;
    margin: 0;
    transform-style: flat;
  }

  .service-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 360px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    filter: none;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

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

  .story-panel {
    min-height: auto;
    padding: 24px;
  }

  .story-panel h3 {
    font-size: 1.9rem;
  }

  .section,
  .ai-agent-section,
  .split-section,
  .insights-section,
  .contact-section {
    padding: 78px 0;
  }

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

  .hero-panel-footer {
    min-height: auto;
  }

  .ai-companion {
    min-height: 560px;
  }

  .ai-side-panel {
    display: none;
  }

  .ai-telemetry {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-grid;
    width: max-content;
    margin: 14px 0 0 14px;
  }

  .telemetry-two,
  .telemetry-three {
    margin-left: 14px;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 58px;
  }

  .brand {
    width: 96px;
    min-width: 96px;
    height: 40px;
    min-height: 40px;
  }

  .brand img {
    width: 86px;
    height: 32px;
  }

  .nav-links a,
  .nav-links button {
    font-size: 0.94rem;
  }

  .hero {
    padding-top: 94px;
  }

  .hero h1,
  .section-heading h2,
  .contact-copy h2 {
    font-size: 1.62rem;
  }

  .hero-lede,
  .section-heading p:not(.eyebrow),
  .contact-copy p {
    font-size: 0.95rem;
  }

  .split-section .section-heading h2 {
    font-size: clamp(2.12rem, 10vw, 2.85rem);
  }

  .tab-list {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .dialog-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .services-story {
    min-height: auto;
    padding: 78px 0;
    overflow: hidden;
  }

  .services-pin {
    position: relative;
    display: block;
    min-height: auto;
    padding: 0;
  }

  .services-text-scene {
    transform: none;
    filter: none;
  }

  .services-title-3d {
    font-size: clamp(2rem, 11vw, 2.85rem);
  }

  .services-title-3d span,
  .services-intro-3d span,
  .services-kicker {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .services-showcase-scene {
    min-height: auto;
    margin-top: 28px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    filter: none;
  }

  .services-story-meta {
    display: none;
  }

  .services-grid {
    display: grid;
    gap: 16px;
    height: auto;
    margin: 0;
    transform-style: flat;
  }

  .service-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 360px;
    padding: 22px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    filter: none;
  }

  .service-card h3 {
    margin-top: 70px;
    font-size: 1.2rem;
  }

  .hero-panel {
    min-height: auto;
  }

  .ai-companion {
    min-height: 520px;
  }

  .neural-avatar {
    width: min(286px, 78vw);
  }

  .ring-middle {
    inset: 32px;
  }

  .ring-inner {
    inset: 68px;
  }

  .ring-scan {
    inset: 16px;
  }

  .neural-sphere {
    inset: 82px;
  }

  .ai-face {
    inset: 104px 66px;
    gap: 14px;
  }

  .ai-eye {
    height: 30px;
  }

  .ai-core-label {
    bottom: 70px;
  }

  .ai-companion-footer {
    left: 14px;
    right: 14px;
    bottom: 14px;
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 12px 14px;
  }

  .signal-map {
    min-height: 312px;
    margin: 0 12px;
  }

  .signal-core {
    width: 78px;
    height: 78px;
  }

  .core-halo {
    inset: -10px;
  }

  .signal-node {
    min-width: 86px;
    min-height: 34px;
    padding: 7px 9px;
    font-size: 0.62rem;
  }

  .node-cloud {
    top: 58px;
    left: 12px;
  }

  .node-security {
    top: 92px;
    right: 10px;
  }

  .node-ai {
    right: 14px;
    bottom: 44px;
  }

  .node-ops {
    left: 12px;
    bottom: 54px;
  }

  .ai-status-rail {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .hero-panel-footer {
    grid-template-columns: 1fr;
  }

  .hero-panel-footer div {
    padding: 12px 14px;
  }

  .signal-line {
    display: none;
  }

  .signal-beam {
    width: 42%;
  }

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

  .service-card,
  .insight-card,
  .contact-form,
  .dialog-card {
    padding: 20px;
  }

}

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

  .network-canvas {
    opacity: 0.22;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .services-story {
    min-height: auto;
    padding: 82px 0;
    overflow: hidden;
  }

  .services-pin {
    position: relative;
    display: block;
    min-height: auto;
    padding: 0;
    perspective: none;
  }

  .services-text-scene,
  .services-showcase-scene,
  .services-title-3d span,
  .services-intro-3d span,
  .services-kicker {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .services-showcase-scene {
    min-height: auto;
    margin-top: 34px;
    pointer-events: auto;
  }

  .services-story-meta {
    display: none;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    height: auto;
    transform-style: flat;
  }

  .service-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 360px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    filter: none;
  }
}
