:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #b4c0c4;
  --soft: rgba(247, 251, 255, 0.76);
  --panel: rgba(8, 12, 18, 0.82);
  --panel-strong: rgba(13, 18, 26, 0.96);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --black: #020407;
  --field: #060912;
  --cyan: #59e8ff;
  --green: #00d7a7;
  --green-soft: #a6ffe8;
  --gold: #f3c969;
  --ember: #ff7a4d;
  --magenta: #ff4fd8;
  --violet: #a787ff;
  --white: #ffffff;
  --font-display: "Orbitron", "Michroma", "Audiowide", "Bank Gothic", "Eurostile Extended", "Rajdhani", "Space Grotesk", Inter, sans-serif;
  --font-body: "Rajdhani", "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Space Mono", "Roboto Mono", "Cascadia Mono", Consolas, ui-monospace, monospace;
  --metal-heading: linear-gradient(180deg, #ffffff 0%, #e7f3fa 28%, #8093a2 48%, #f9fdff 68%, #a5b7c2 100%);
  --metal-glow: rgba(183, 232, 255, 0.28);
  --world-x: 0px;
  --world-y: 0px;
  --hero-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #020407 0%, #070c12 34%, #030406 100%);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(89, 232, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.28;
  content: "";
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-140%);
  background: var(--white);
  color: #080909;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
}

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

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1180px, calc(100% - 36px));
  margin: 16px auto 0;
  padding: 8px 12px;
  border: 1px solid rgba(166, 255, 232, 0.22);
  border-radius: 8px;
  background: rgba(3, 5, 9, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.5);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 6px;
  background: var(--white);
  padding: 0;
  overflow: hidden;
}

.brand-mark img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: rgba(247, 251, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  padding: 9px 0;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--green-soft);
}

.nav-cta {
  min-width: 120px;
  padding: 10px 15px;
  border: 1px solid rgba(89, 232, 255, 0.42);
  border-radius: 6px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(89, 232, 255, 0.15), rgba(0, 215, 167, 0.12));
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: 156px 0 92px;
  background:
    linear-gradient(180deg, #030511 0%, #07101b 54%, #020407 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 7px);
  content: "";
}

#signal-canvas,
.hero-shade,
.hero-grid,
.hero-world {
  position: absolute;
  inset: 0;
}

#signal-canvas {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.74;
  mix-blend-mode: screen;
}

.hero-grid {
  z-index: 1;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(89, 232, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.85) 48%, rgba(0, 0, 0, 0.16) 100%);
}

.hero-shade {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.98) 0%, rgba(2, 4, 7, 0.84) 35%, rgba(2, 4, 7, 0.32) 72%, rgba(2, 4, 7, 0.08) 100%),
    linear-gradient(180deg, rgba(2, 4, 7, 0.1) 0%, rgba(2, 4, 7, 0.78) 100%);
}

.hero-world {
  z-index: 2;
  left: auto;
  right: -8%;
  top: 58px;
  bottom: -18px;
  width: min(1120px, 74vw);
  pointer-events: none;
  transform: translate3d(var(--world-x), var(--world-y), 0);
}

.hero-world picture {
  position: absolute;
  inset: 0;
}

.world-halo {
  position: absolute;
  left: 5%;
  right: 3%;
  bottom: 18%;
  height: 34%;
  opacity: 0.42;
  filter: blur(36px);
  background:
    linear-gradient(90deg, rgba(89, 232, 255, 0), rgba(89, 232, 255, 0.24), rgba(243, 201, 105, 0.15), rgba(255, 122, 77, 0));
}

.floating-city-hero {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: 100%;
  max-width: none;
  filter:
    drop-shadow(0 42px 68px rgba(0, 0, 0, 0.64))
    drop-shadow(0 0 28px rgba(89, 232, 255, 0.22));
  transform: translate3d(0, 0, 0);
  animation: worldFloat 9s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  right: 9%;
  bottom: 39%;
  width: 60%;
  height: 17%;
  border: 1px solid rgba(166, 255, 232, 0.34);
  border-radius: 50%;
  transform: rotate(-7deg);
  box-shadow: 0 0 32px rgba(89, 232, 255, 0.18);
  animation: ringDrift 10s linear infinite;
}

.orbit-ring-two {
  right: 16%;
  bottom: 29%;
  width: 42%;
  height: 11%;
  border-color: rgba(243, 201, 105, 0.28);
  animation-duration: 13s;
  animation-direction: reverse;
}

.hero-content {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 54px;
}

.eyebrow,
.section-kicker,
.card-tag {
  margin: 0 0 14px;
  color: var(--green-soft);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
}

h1 {
  position: relative;
  max-width: 760px;
  margin: 0;
  color: var(--white);
  background: var(--metal-heading);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 74px;
  line-height: 0.94;
  font-weight: 950;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 20px rgba(89, 232, 255, 0.18),
    0 20px 42px rgba(0, 0, 0, 0.42);
}

#hero-title {
  isolation: isolate;
}

#hero-title::before,
#hero-title::after {
  position: absolute;
  left: 4px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(89, 232, 255, 0), rgba(234, 248, 255, 0.82), rgba(89, 232, 255, 0));
  clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  content: "";
}

#hero-title::before {
  top: -16px;
  width: 158px;
  height: 5px;
  opacity: 0.72;
}

#hero-title::after {
  bottom: -18px;
  width: min(370px, 76%);
  height: 4px;
  opacity: 0.9;
  box-shadow: 0 0 24px var(--metal-glow);
}

.kinetic-title {
  display: grid;
  gap: 2px;
  overflow: visible;
  background: none;
  color: var(--white);
  -webkit-text-fill-color: currentColor;
}

.kinetic-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  overflow: hidden;
}

.kinetic-word {
  position: relative;
  display: inline-block;
  background-image:
    var(--metal-heading),
    linear-gradient(90deg, rgba(89, 232, 255, 0), rgba(255, 255, 255, 0.86), rgba(255, 79, 216, 0), rgba(0, 215, 167, 0.74), rgba(89, 232, 255, 0));
  background-position: 0 0, -180% 0;
  background-size: 100% 100%, 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--white);
  -webkit-text-fill-color: transparent;
  animation:
    kineticPilotIn 960ms cubic-bezier(0.16, 1, 0.3, 1) both,
    kineticShimmer 3.8s linear infinite,
    kineticGlow 2.8s ease-in-out infinite;
  animation-delay:
    calc(var(--word-index, 0) * 95ms),
    calc(0.7s + var(--word-index, 0) * 110ms),
    calc(0.4s + var(--word-index, 0) * 130ms);
  will-change: background-position, text-shadow, transform;
}

.kinetic-word-small {
  align-self: flex-end;
  margin-bottom: 0.05em;
  font-size: 0.52em;
  line-height: 1.04;
}

.kinetic-word::before,
.kinetic-word::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: attr(data-word);
  -webkit-text-fill-color: transparent;
}

.kinetic-word::before {
  background: linear-gradient(90deg, rgba(89, 232, 255, 0), rgba(89, 232, 255, 0.9), rgba(255, 79, 216, 0));
  -webkit-background-clip: text;
  background-clip: text;
  clip-path: polygon(0 12%, 100% 4%, 100% 23%, 0 31%);
  opacity: 0;
  transform: translateX(-10px);
  animation: kineticSlice 3.1s steps(2, end) infinite;
  animation-delay: calc(0.8s + var(--word-index, 0) * 130ms);
}

.kinetic-word::after {
  background: linear-gradient(90deg, rgba(243, 201, 105, 0), rgba(255, 255, 255, 0.92), rgba(0, 215, 167, 0));
  -webkit-background-clip: text;
  background-clip: text;
  clip-path: polygon(0 64%, 100% 57%, 100% 72%, 0 82%);
  opacity: 0;
  transform: translateX(12px);
  animation: kineticSlice 3.9s steps(2, end) infinite reverse;
  animation-delay: calc(1.1s + var(--word-index, 0) * 120ms);
}

.kinetic-console {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1;
}

.kinetic-console span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(166, 255, 232, 0.26);
  border-radius: 6px;
  color: rgba(247, 251, 255, 0.8);
  background: rgba(2, 4, 7, 0.54);
  box-shadow: inset 0 0 18px rgba(89, 232, 255, 0.055);
  animation: consoleCellPulse 3.6s ease-in-out infinite;
}

.kinetic-console span:nth-child(2) {
  animation-delay: 180ms;
}

.kinetic-console span:nth-child(3) {
  animation-delay: 360ms;
}

.kinetic-console span:nth-child(4) {
  animation-delay: 540ms;
}

.kinetic-console span:nth-child(5) {
  animation-delay: 720ms;
}

.console-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(0, 215, 167, 0.72);
  animation: liveBreathe 1.7s ease-in-out infinite;
}

.console-dot::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(0, 215, 167, 0.42);
  border-radius: 50%;
  content: "";
  animation: livePing 1.7s ease-out infinite;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(247, 251, 255, 0.84);
  font-size: 21px;
  line-height: 1.48;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  border: 1px solid rgba(166, 255, 232, 0.75);
  background:
    linear-gradient(135deg, var(--cyan), var(--green));
  color: #021211;
  box-shadow: 0 16px 42px rgba(0, 215, 167, 0.2);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin-top: 28px;
}

.hero-metrics div {
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(89, 232, 255, 0.09), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(14px);
}

.hero-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-metrics strong {
  color: rgba(247, 251, 255, 0.88);
  font-size: 15px;
  line-height: 1.42;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 72px;
  z-index: 12;
  width: 30px;
  height: 48px;
  border: 1px solid rgba(166, 255, 232, 0.42);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: var(--green-soft);
  transform: translateX(-50%);
  animation: cueDrop 1.8s ease-in-out infinite;
}

.signal-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  display: block;
  overflow-x: auto;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(2, 4, 7, 0.78);
  scrollbar-width: none;
}

.signal-ribbon::-webkit-scrollbar {
  display: none;
}

.signal-ribbon-track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  animation: evolveMarquee 18s linear infinite;
  will-change: transform;
}

.signal-ribbon:hover .signal-ribbon-track,
.signal-ribbon:focus-within .signal-ribbon-track {
  animation-play-state: paused;
}

.signal-ribbon span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.055);
  animation: ribbonCurrent 4.8s ease-in-out infinite;
}

.section {
  position: relative;
  background: var(--black);
}

.section::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(89, 232, 255, 0.55), rgba(243, 201, 105, 0.35), transparent);
  content: "";
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
}

.intro-band,
.cinematic-band,
.proof-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #080d14 0%, #030507 100%);
}

.two-column,
.proof-grid,
.spine-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: start;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 680px;
}

h2 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  color: var(--white);
  background: var(--metal-heading);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 930;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(89, 232, 255, 0.14);
}

h2::after {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: min(238px, 46%);
  height: 3px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(89, 232, 255, 0.92), rgba(243, 201, 105, 0.78), rgba(255, 79, 216, 0));
  clip-path: polygon(0 0, 94% 0, 100% 100%, 5% 100%);
  content: "";
}

h3 {
  margin: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 900;
}

.section-heading p,
.lead-stack p,
.cinematic-copy p,
.trust-copy p,
.proof-grid p,
.contact-inner p,
.mission-panel p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.lead-stack p,
.cinematic-copy p,
.trust-copy p,
.mission-panel p {
  margin: 0 0 18px;
}

.command-spine {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(89, 232, 255, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(255, 79, 216, 0.08), transparent 46%),
    #020407;
}

.mission-panel {
  position: sticky;
  top: 132px;
}

.spine-visual {
  --orbit-radius: clamp(158px, 17vw, 204px);
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(89, 232, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 8, 13, 0.72);
  isolation: isolate;
}

.spine-visual::before,
.spine-visual::after {
  position: absolute;
  inset: 44px;
  z-index: 0;
  border: 1px solid rgba(166, 255, 232, 0.16);
  border-radius: 50%;
  content: "";
  animation: spineRingSpin 38s linear infinite;
}

.spine-visual::after {
  inset: 104px 78px;
  border-color: rgba(243, 201, 105, 0.18);
  transform: rotate(-11deg);
  animation-name: spineInnerRingSpin;
  animation-duration: 46s;
  animation-direction: reverse;
}

.spine-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 146px;
  height: 146px;
  border: 1px solid rgba(166, 255, 232, 0.42);
  border-radius: 50%;
  color: var(--green-soft);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 950;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(16, 26, 35, 0.96), rgba(2, 4, 7, 0.94));
  box-shadow:
    0 0 34px rgba(89, 232, 255, 0.2),
    inset 0 0 28px rgba(0, 215, 167, 0.12);
  text-shadow: 0 0 18px rgba(166, 255, 232, 0.32);
  transform: translate(-50%, -50%);
  animation: spineCorePulse 3.6s ease-in-out infinite;
}

.spine-core::before,
.spine-core::after {
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 1px solid rgba(166, 255, 232, 0.16);
  border-radius: inherit;
  content: "";
  opacity: 0;
  animation: spineHaloPulse 3.6s ease-in-out infinite;
}

.spine-core::after {
  inset: -34px;
  animation-delay: 1.25s;
}

.spine-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  transform: rotate(var(--orbit-start)) translateX(var(--orbit-radius)) rotate(var(--orbit-start-inverse));
  animation: spineOrbit 30s linear infinite;
  animation-delay: var(--orbit-delay);
  will-change: transform;
}

.orbit-capture {
  --orbit-start: -145deg;
  --orbit-start-inverse: 145deg;
  --orbit-end: 215deg;
  --orbit-end-inverse: -215deg;
  --orbit-delay: 0s;
}

.orbit-create {
  --orbit-start: -35deg;
  --orbit-start-inverse: 35deg;
  --orbit-end: 325deg;
  --orbit-end-inverse: -325deg;
  --orbit-delay: 0s;
}

.orbit-operate {
  --orbit-start: 145deg;
  --orbit-start-inverse: -145deg;
  --orbit-end: 505deg;
  --orbit-end-inverse: -505deg;
  --orbit-delay: 0s;
}

.orbit-evolve {
  --orbit-start: 42deg;
  --orbit-start-inverse: -42deg;
  --orbit-end: 402deg;
  --orbit-end-inverse: -402deg;
  --orbit-delay: 0s;
}

.spine-visual:hover .spine-orbit,
.spine-visual:focus-within .spine-orbit {
  animation-play-state: paused;
}

.spine-node {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 196px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(4, 8, 13, 0.86);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.26);
  transform: translate(-50%, -50%);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.spine-node:hover,
.spine-node:focus-within {
  border-color: rgba(166, 255, 232, 0.44);
  background: rgba(5, 10, 17, 0.94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), 0 0 28px rgba(89, 232, 255, 0.12);
}

.spine-node strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 17px;
  text-transform: uppercase;
}

.spine-node span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.node-capture {
  border-top-color: var(--cyan);
}

.node-create {
  border-top-color: var(--gold);
}

.node-operate {
  border-top-color: var(--green);
}

.node-evolve {
  border-top-color: var(--magenta);
}

@keyframes spineOrbit {
  from {
    transform: rotate(var(--orbit-start)) translateX(var(--orbit-radius)) rotate(var(--orbit-start-inverse));
  }

  to {
    transform: rotate(var(--orbit-end)) translateX(var(--orbit-radius)) rotate(var(--orbit-end-inverse));
  }
}

@keyframes spineRingSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spineInnerRingSpin {
  from {
    transform: rotate(-11deg);
  }

  to {
    transform: rotate(349deg);
  }
}

@keyframes spineCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 34px rgba(89, 232, 255, 0.2),
      inset 0 0 28px rgba(0, 215, 167, 0.12);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.045);
    box-shadow:
      0 0 54px rgba(89, 232, 255, 0.34),
      0 0 88px rgba(166, 255, 232, 0.12),
      inset 0 0 34px rgba(0, 215, 167, 0.18);
  }
}

@keyframes spineHaloPulse {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.88);
  }

  48% {
    opacity: 0.72;
  }

  68% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.service-section {
  background:
    linear-gradient(180deg, #020407 0%, #080d12 48%, #020407 100%);
}

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

.wing-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.wing-row div {
  position: relative;
  min-height: 152px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
}

.wing-row div::after {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 2px;
  background:
    linear-gradient(90deg, var(--cyan), var(--gold), var(--magenta));
  content: "";
}

.wing-row strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.18;
  text-transform: uppercase;
}

.wing-row span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.service-card {
  position: relative;
  min-height: 370px;
  padding: 54px 20px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-status {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-status.is-available {
  color: var(--green-soft);
  border-color: rgba(166, 255, 232, 0.4);
  background: rgba(56, 224, 138, 0.12);
}

.service-status.is-soon {
  color: var(--gold);
  border-color: rgba(243, 201, 105, 0.38);
  background: rgba(243, 201, 105, 0.12);
}

.service-card::after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  transform: scaleX(0.28);
  transform-origin: left;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--gold));
  content: "";
  transition: transform 220ms ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(166, 255, 232, 0.38);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.service-card:hover::after,
.service-card:focus-within::after {
  transform: scaleX(1);
}

.service-card:nth-child(3n + 1) {
  border-top-color: rgba(89, 232, 255, 0.58);
}

.service-card:nth-child(3n + 2) {
  border-top-color: rgba(243, 201, 105, 0.6);
}

.service-card:nth-child(3n + 3) {
  border-top-color: rgba(255, 79, 216, 0.48);
}

.service-card p {
  margin: 14px 0 0;
  color: rgba(247, 251, 255, 0.74);
  font-size: 15px;
}

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

.service-card li {
  position: relative;
  padding-left: 16px;
  color: rgba(247, 251, 255, 0.68);
  font-size: 14px;
}

.service-card li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(89, 232, 255, 0.34);
  border-radius: 6px;
  color: var(--green-soft);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(89, 232, 255, 0.08);
}

.service-link:hover,
.service-link:focus-visible {
  border-color: rgba(166, 255, 232, 0.66);
  color: var(--white);
}

.pipeline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pipeline span {
  flex: 0 1 auto;
  padding: 10px 12px;
  border: 1px solid rgba(166, 255, 232, 0.22);
  border-radius: 6px;
  color: var(--green-soft);
  font-size: 14px;
  font-weight: 900;
  background: rgba(0, 215, 167, 0.08);
}

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

.method-track article {
  min-height: 240px;
  padding: 20px;
  border-left: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.method-track span {
  display: block;
  margin-bottom: 32px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.method-track p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.report-list {
  display: grid;
  gap: 12px;
}

.report-list div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.report-list strong {
  color: var(--white);
  font-size: 17px;
}

.report-list span {
  color: var(--muted);
  font-size: 15px;
}

.markets-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #06090e, #020407);
}

.market-cloud {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.market-cloud::-webkit-scrollbar {
  display: none;
}

.market-cloud span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
}

.trust-section {
  border-top: 1px solid rgba(243, 201, 105, 0.24);
  background:
    linear-gradient(90deg, rgba(243, 201, 105, 0.08) 0%, rgba(0, 215, 167, 0.04) 44%, rgba(5, 6, 6, 0) 100%),
    #020407;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 86px 20px;
  background:
    linear-gradient(180deg, #020407 0%, #08100f 100%);
}

.contact-inner {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 42px;
  border: 1px solid rgba(166, 255, 232, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 215, 167, 0.13) 0%, rgba(255, 255, 255, 0.04) 58%, rgba(243, 201, 105, 0.09) 100%),
    #071015;
}

.contact-inner h2 {
  max-width: 650px;
}

.contact-inner p {
  max-width: 760px;
  margin: 18px 0 0;
}

.booking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.booking-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(166, 255, 232, 0.22);
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.055);
}

.booking-gate {
  max-width: 760px;
  margin-top: 26px;
  padding-left: 18px;
  border-left: 2px solid rgba(243, 201, 105, 0.72);
}

.booking-gate strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-gate p {
  margin-top: 10px;
  font-size: 16px;
}

.booking-gate ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.booking-gate li {
  position: relative;
  padding-left: 16px;
  color: rgba(247, 251, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.booking-gate li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px max(20px, calc((100% - 1180px) / 2));
  border-top: 1px solid var(--line);
  color: rgba(247, 251, 255, 0.58);
  font-size: 14px;
  background: #020304;
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes worldFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -18px, 0) rotate(0.4deg);
  }
}

@keyframes ringDrift {
  0%,
  100% {
    opacity: 0.52;
    transform: rotate(-7deg) translateX(0);
  }

  50% {
    opacity: 0.9;
    transform: rotate(-4deg) translateX(12px);
  }
}

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

  42% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}

@keyframes kineticPilotIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(105%) skewX(-10deg);
  }

  58% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-4%) skewX(2deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) skewX(0deg);
  }
}

@keyframes kineticShimmer {
  0% {
    background-position: 0 0, -180% 0;
  }

  100% {
    background-position: 0 0, 180% 0;
  }
}

@keyframes kineticGlow {
  0%,
  100% {
    text-shadow:
      0 0 14px rgba(89, 232, 255, 0.1),
      0 16px 38px rgba(0, 0, 0, 0.38);
  }

  50% {
    text-shadow:
      0 0 24px rgba(89, 232, 255, 0.32),
      0 0 36px rgba(0, 215, 167, 0.12),
      0 18px 44px rgba(0, 0, 0, 0.42);
  }
}

@keyframes kineticSlice {
  0%,
  54%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }

  57% {
    opacity: 0.95;
    transform: translateX(-11px);
  }

  60% {
    opacity: 0.2;
    transform: translateX(9px);
  }

  63%,
  69% {
    opacity: 0.84;
    transform: translateX(3px);
  }

  74% {
    opacity: 0;
    transform: translateX(0);
  }
}

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

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

@keyframes livePing {
  0% {
    opacity: 0.72;
    transform: scale(0.56);
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes consoleCellPulse {
  0%,
  100% {
    border-color: rgba(166, 255, 232, 0.22);
    color: rgba(247, 251, 255, 0.74);
    box-shadow: inset 0 0 18px rgba(89, 232, 255, 0.055);
  }

  45%,
  58% {
    border-color: rgba(89, 232, 255, 0.58);
    color: rgba(166, 255, 232, 0.96);
    box-shadow:
      inset 0 0 22px rgba(89, 232, 255, 0.11),
      0 0 18px rgba(89, 232, 255, 0.08);
  }
}

@keyframes evolveMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% + 10px));
  }
}

@keyframes ribbonCurrent {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(247, 251, 255, 0.76);
  }

  50% {
    border-color: rgba(89, 232, 255, 0.42);
    color: rgba(166, 255, 232, 0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kinetic-word,
  .kinetic-word::before,
  .kinetic-word::after,
  .console-dot,
  .signal-ribbon-track,
  .signal-ribbon span {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .hero-world {
    right: -22%;
    width: 92vw;
  }

  h1 {
    font-size: 62px;
  }
}

@media (max-width: 1080px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    justify-self: end;
  }

  h2 {
    font-size: 38px;
  }

  .two-column,
  .proof-grid,
  .spine-layout {
    grid-template-columns: 1fr;
  }

  .mission-panel {
    position: relative;
    top: auto;
  }

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

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

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

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .topbar {
    width: calc(100% - 24px);
    margin-top: 10px;
    gap: 10px;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand-mark img {
    width: 58px;
    height: 58px;
  }

  .nav-cta {
    min-width: 102px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .hero {
    align-items: flex-start;
    max-height: 100svh;
    min-height: 100svh;
    padding: 104px 0 24px;
  }

  .hero-world {
    top: 178px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: min(58svh, 520px);
    opacity: 0.82;
    transform: translate3d(0, calc(var(--world-y) * 0.28), 0);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 4, 7, 0.2) 0%, rgba(2, 4, 7, 0.08) 24%, rgba(2, 4, 7, 0.66) 70%, rgba(2, 4, 7, 0.94) 100%),
      linear-gradient(90deg, rgba(2, 4, 7, 0.78), rgba(2, 4, 7, 0.2));
  }

  .hero-grid {
    opacity: 0.14;
  }

  .floating-city-hero {
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    width: min(102vw, 720px);
    height: 100%;
    object-fit: cover;
    object-position: 50% 48%;
    transform: translate3d(-50%, 0, 0);
    animation: mobileWorldFloat 8s ease-in-out infinite;
    filter:
      drop-shadow(0 34px 54px rgba(0, 0, 0, 0.68))
      drop-shadow(0 0 22px rgba(89, 232, 255, 0.28))
      brightness(1.16)
      saturate(1.12);
  }

  .orbit-ring,
  .orbit-ring-two,
  .scroll-cue {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8vw, 2.25rem);
    line-height: 1.03;
  }

  .kinetic-line {
    gap: 0 10px;
  }

  .kinetic-word-small {
    font-size: 0.56em;
  }

  .kinetic-console {
    gap: 6px;
    margin-top: 14px;
    font-size: 10px;
  }

  .kinetic-console span {
    min-height: 28px;
    padding: 6px 8px;
  }

  .hero-copy {
    margin-top: 18px;
    max-width: 34rem;
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
    gap: 8px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
  }

  .hero-metrics {
    display: none;
  }

  .section-inner {
    width: min(100% - 40px, 1180px);
    padding: 72px 0;
  }

  .two-column,
  .proof-grid,
  .spine-layout,
  .service-grid,
  .wing-row,
  .method-track {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  h2 {
    font-size: clamp(2rem, 7.4vw, 2.45rem);
    line-height: 1.1;
  }

  .section-heading p,
  .lead-stack p,
  .cinematic-copy p,
  .trust-copy p,
  .proof-grid p,
  .contact-inner p,
  .mission-panel p {
    font-size: 16px;
  }

  .spine-visual {
    --orbit-radius: clamp(88px, 24vw, 112px);
    min-height: 520px;
  }

  .spine-core {
    width: 122px;
    height: 122px;
    font-size: 17px;
  }

  .spine-node {
    width: 154px;
    min-height: 98px;
    padding: 13px;
  }

  .node-capture {
    left: 0;
    top: 0;
  }

  .node-create {
    left: 0;
    right: auto;
    top: 0;
  }

  .node-operate {
    left: 0;
    top: 0;
    bottom: auto;
  }

  .node-evolve {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
  }

  .wing-row div,
  .service-card,
  .method-track article {
    min-height: auto;
  }

  .mission-panel {
    position: relative;
    top: auto;
  }

  .service-card {
    padding-bottom: 18px;
  }

  .service-card ul {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 220ms ease,
      opacity 220ms ease,
      margin-top 220ms ease;
  }

  .service-card ul > li:first-child {
    margin-top: 4px;
  }

  .service-card.is-expanded ul {
    max-height: 420px;
    margin-top: 16px;
    opacity: 1;
  }

  .service-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 44px;
    margin-top: 16px;
    padding: 10px 12px;
    border: 1px solid rgba(166, 255, 232, 0.24);
    border-radius: 6px;
    color: var(--green-soft);
    font: 900 12px/1 var(--font-display);
    text-transform: uppercase;
    background: rgba(0, 215, 167, 0.08);
  }

  .service-toggle::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 180ms ease;
    content: "";
  }

  .service-card.is-expanded .service-toggle::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .market-cloud {
    gap: 8px;
    margin-right: -20px;
    padding-right: 52px;
    overflow-x: auto;
    scroll-padding-left: 20px;
  }

  .market-cloud span {
    min-height: 44px;
    flex-basis: min(78vw, 280px);
    white-space: normal;
  }

  .method-track span {
    margin-bottom: 18px;
  }

  .contact-section {
    padding: 56px 16px;
  }

  .contact-inner {
    padding: 28px 18px;
  }

  .booking-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (min-width: 761px) {
  .service-toggle {
    display: none;
  }
}

@keyframes mobileWorldFloat {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .service-card,
  .service-card::after,
  .js-ready [data-reveal] {
    transition: none;
  }

  .floating-city-hero,
  .orbit-ring,
  .spine-orbit,
  .spine-core,
  .spine-core::before,
  .spine-core::after,
  .spine-visual::before,
  .spine-visual::after,
  .scroll-cue span {
    animation: none;
  }

  .spine-node {
    transition: none;
  }

  .js-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
