:root {
  --ink: #12171c;
  --muted: #5c6873;
  --paper: #f5f7f8;
  --panel: #ffffff;
  --line: #d9e0e5;
  --teal: #179b9b;
  --teal-soft: #dff5f1;
  --amber: #d89527;
  --night: #101922;
  --steel: #25323d;
  --shadow: 0 18px 46px rgba(18, 23, 28, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 40px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(18, 23, 28, 0.08);
  backdrop-filter: blur(14px);
}

.topbar.transparent {
  color: #fff;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.topbar.transparent.scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(18, 23, 28, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border-radius: 6px;
  color: #061214;
  background: #9ce3d9;
  font-size: 13px;
}

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

.nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  color: currentColor;
  opacity: 0.84;
}

.nav a:hover,
.nav a.active {
  opacity: 1;
  background: rgba(23, 155, 155, 0.14);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 112px 40px 70px;
  background: var(--night);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 12, 17, 0.96) 0%, rgba(5, 12, 17, 0.82) 42%, rgba(5, 12, 17, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 12, 17, 0.18), rgba(5, 12, 17, 0.74));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #9ce3d9;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
}

h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.12;
}

h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.22;
}

p {
  line-height: 1.58;
}

.hero-lead {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
  max-width: 690px;
}

.hero-actions,
.next-step {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
}

.button.primary {
  color: #071317;
  background: #9ce3d9;
}

.button.primary.dark {
  color: #fff;
  background: var(--steel);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
  max-width: 650px;
}

.quick-stats article {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.quick-stats strong {
  display: block;
  font-size: 29px;
}

.quick-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.cosmic-hero {
  min-height: 100svh;
  align-items: stretch;
  padding: 82px 40px 24px;
  background: #071527;
}

.cosmic-hero .hero-image {
  object-position: center center;
  filter: saturate(1.12) contrast(1.08);
}

.cosmic-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 13, 27, 0.84) 0%, rgba(4, 18, 36, 0.58) 43%, rgba(4, 18, 36, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 16, 34, 0.05), rgba(4, 17, 34, 0.52));
}

.hero-attractor {
  position: absolute;
  right: 10%;
  top: 22%;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.9) 0 16%, rgba(0, 0, 0, 0) 17%),
    conic-gradient(from 20deg, rgba(62, 204, 255, 0), rgba(62, 204, 255, 0.42), rgba(255, 188, 92, 0.8), rgba(255, 69, 196, 0.32), rgba(62, 204, 255, 0));
  opacity: 0.62;
  mix-blend-mode: screen;
  filter: blur(1px);
  animation: attractor-spin 18s linear infinite;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  min-height: calc(100svh - 126px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
  gap: 28px;
  align-items: center;
}

.hero-grid > * {
  min-width: 0;
}

.mission-stage {
  position: relative;
  z-index: 2;
  width: min(1480px, 100%);
  min-height: calc(100svh - 106px);
  margin: 0 auto;
}

.mission-head {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: min(430px, calc(100% - 32px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(124, 224, 255, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(8, 31, 53, 0.82), rgba(16, 59, 82, 0.46));
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mission-head h1 {
  width: 100%;
  font-size: clamp(27px, 2.45vw, 38px);
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.mission-head p:not(.eyebrow) {
  width: 100%;
  margin: 0;
  color: rgba(239, 249, 255, 0.78);
  font-size: 15px;
  line-height: 1.42;
}

.mission-dock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 4px;
}

.mission-dock .quick-stats {
  display: none;
}

.hero-copy {
  max-width: 670px;
  min-width: 0;
  padding-top: 10px;
}

.hero-copy h1 {
  font-size: clamp(48px, 5.2vw, 86px);
  line-height: 0.95;
  text-wrap: balance;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.hero-copy .hero-lead {
  max-width: 610px;
  font-size: 22px;
}

.hero-microflow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.hero-microflow span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(124, 224, 255, 0.34);
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(5, 26, 42, 0.62);
  box-shadow: 0 0 24px rgba(55, 203, 255, 0.16);
  font-weight: 700;
}

.hero-microflow i {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #46d9ff, #f5bb5c);
  box-shadow: 0 0 18px rgba(70, 217, 255, 0.74);
}

.cosmic-hero .quick-stats {
  max-width: 640px;
  margin-top: 28px;
}

.cosmic-hero .quick-stats article {
  min-height: 116px;
  border-color: rgba(81, 211, 255, 0.24);
  background: linear-gradient(145deg, rgba(5, 26, 42, 0.82), rgba(18, 8, 34, 0.52));
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cosmic-hero .hero-actions {
  margin-top: 24px;
}

.hero-system-map {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-width: 0;
  width: 100%;
  height: calc(100svh - 106px);
  min-height: 690px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  overflow: clip;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  background:
    linear-gradient(rgba(124, 224, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 224, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 47%, rgba(255, 190, 91, 0.26), transparent 23%),
    radial-gradient(circle at 50% 47%, rgba(72, 214, 255, 0.24), transparent 46%),
    linear-gradient(135deg, rgba(8, 45, 72, 0.34), rgba(20, 20, 55, 0.24));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  mask-image: radial-gradient(ellipse at center, #000 0 78%, transparent 100%);
}

.hero-system-map::before,
.hero-system-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(78vw, 960px);
  height: min(46vw, 570px);
  border: 1px solid rgba(124, 224, 255, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  pointer-events: none;
  box-shadow: 0 0 60px rgba(55, 203, 255, 0.12);
}

.hero-system-map::after {
  width: min(60vw, 720px);
  height: min(34vw, 420px);
  border-color: rgba(255, 190, 91, 0.26);
  transform: translate(-50%, -50%) rotate(18deg);
}

.space-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(46vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(124, 224, 255, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 36px rgba(55, 203, 255, 0.18);
  animation: space-pulse 5.4s ease-in-out infinite;
}

.ring-b {
  width: min(62vw, 880px);
  border-color: rgba(255, 190, 91, 0.28);
  animation-delay: 1.2s;
}

.space-ray {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(124, 224, 255, 0.95), rgba(255, 190, 91, 0.44), transparent);
  box-shadow: 0 0 18px rgba(55, 203, 255, 0.52);
}

.ray-one {
  transform: rotate(-34deg);
}

.ray-two {
  transform: rotate(18deg);
  width: 36%;
}

.ray-three {
  transform: rotate(92deg);
}

.signal-packet {
  position: absolute;
  z-index: 3;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #66e8ff;
  box-shadow: 0 0 0 10px rgba(102, 232, 255, 0.13), 0 0 28px rgba(102, 232, 255, 0.85);
  animation: packet-fly 5.8s ease-in-out infinite;
}

.packet-one {
  left: 20%;
  top: 28%;
}

.packet-two {
  left: 72%;
  top: 63%;
  background: #ffc96a;
  box-shadow: 0 0 0 10px rgba(255, 201, 106, 0.14), 0 0 28px rgba(255, 201, 106, 0.78);
  animation-delay: 1.6s;
}

.packet-three {
  left: 34%;
  top: 76%;
  animation-delay: 3.1s;
}

.hero-node,
.hero-core-node,
.phone-panel {
  position: absolute;
  z-index: 4;
  color: #fff;
  border: 1px solid rgba(124, 224, 255, 0.36);
  background:
    radial-gradient(circle at 18% 16%, rgba(124, 224, 255, 0.34), transparent 32%),
    linear-gradient(145deg, rgba(13, 54, 82, 0.84), rgba(24, 21, 55, 0.66));
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-core-node {
  left: 50%;
  top: 48%;
  width: min(360px, 38%);
  aspect-ratio: 1.38;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  border-radius: 32px;
  transform: translate(-50%, -50%);
  border-color: rgba(255, 205, 108, 0.56);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 205, 108, 0.32), transparent 52%),
    linear-gradient(145deg, rgba(18, 67, 89, 0.94), rgba(23, 19, 52, 0.9));
  animation: core-breathe 3.6s ease-in-out infinite;
}

.hero-core-node span,
.hero-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 40px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #041019;
  background: #83ecff;
  font-size: 12px;
  font-weight: 900;
}

.hero-core-node span {
  background: #ffc96a;
}

.hero-core-node strong {
  font-size: 36px;
  line-height: 1.05;
}

.hero-core-node small,
.hero-node small,
.phone-panel small {
  color: rgba(229, 246, 255, 0.74);
  line-height: 1.32;
}

.hero-node {
  width: 225px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 999px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.hero-node strong {
  font-size: 18px;
  line-height: 1.14;
}

.hero-node:hover,
.hero-node:focus-visible,
.hero-core-node:hover,
.hero-core-node:focus-visible {
  outline: none;
  border-color: rgba(255, 205, 108, 0.76);
  background: linear-gradient(145deg, rgba(10, 60, 86, 0.95), rgba(37, 13, 62, 0.9));
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.42), 0 0 36px rgba(102, 232, 255, 0.22);
}

.hero-node:hover,
.hero-node:focus-visible {
  transform: translateY(-8px) scale(1.02);
}

.hero-core-node:hover,
.hero-core-node:focus-visible {
  transform: translate(-50%, calc(-50% - 8px)) scale(1.02);
}

.object-core {
  padding-top: 82px;
}

.object-node {
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  text-align: center;
  padding: 74px 18px 18px;
}

.hero-node.object-node {
  min-height: 158px;
}

.hero-node .object-icon,
.hero-core-node .object-icon {
  position: absolute;
  z-index: 1;
  display: block;
  min-width: 0;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.object-node .object-icon {
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
}

.object-core .object-icon {
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.object-node > span:not(.object-icon) {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 14px;
}

.object-node strong,
.object-node small,
.object-core strong,
.object-core small {
  position: relative;
  z-index: 2;
}

.object-file {
  width: 196px;
  min-height: 188px;
  border-radius: 14px 36px 18px 14px;
}

.object-radar {
  width: 180px;
  min-height: 180px;
  border-radius: 50%;
}

.object-laptop {
  width: 282px;
  min-height: 162px;
  border-radius: 22px 22px 12px 12px;
}

.object-laptop::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -12px;
  height: 14px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(90deg, rgba(102, 232, 255, 0.3), rgba(255, 201, 106, 0.22));
  border: 1px solid rgba(124, 224, 255, 0.28);
  border-top: 0;
}

.object-phone {
  width: 172px;
  min-height: 238px;
  border-radius: 34px;
  padding-top: 82px;
}

.object-satellite {
  width: 244px;
  min-height: 142px;
  border-radius: 999px;
}

.object-rocket {
  width: 188px;
  min-height: 206px;
  border-radius: 44% 44% 30px 30px;
  padding-top: 84px;
}

.file-object {
  width: 46px;
  height: 56px;
  border: 2px solid #83ecff;
  border-radius: 8px 18px 8px 8px;
  background: linear-gradient(145deg, rgba(131, 236, 255, 0.18), rgba(255, 201, 106, 0.1));
}

.file-object::before {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-left: 2px solid rgba(131, 236, 255, 0.9);
  border-bottom: 2px solid rgba(131, 236, 255, 0.9);
  border-radius: 0 16px 0 6px;
  background: rgba(255, 201, 106, 0.22);
}

.file-object i,
.file-object::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.file-object i {
  top: 28px;
}

.file-object::after {
  top: 38px;
}

.radar-object {
  width: 62px;
  height: 62px;
  border: 2px solid #83ecff;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(131, 236, 255, 0.85) 0 4px, transparent 5px),
    conic-gradient(from 20deg, rgba(131, 236, 255, 0.32), transparent 34%, rgba(255, 201, 106, 0.24), transparent 60%);
  box-shadow: 0 0 26px rgba(102, 232, 255, 0.28);
}

.radar-object i {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 28px;
  height: 2px;
  background: #ffc96a;
  transform-origin: left center;
  animation: radar-sweep 3.2s linear infinite;
}

.radar-object::after {
  content: "";
  position: absolute;
  left: 19px;
  bottom: -10px;
  width: 24px;
  height: 10px;
  border-radius: 0 0 14px 14px;
  background: rgba(131, 236, 255, 0.28);
}

.laptop-object {
  width: 74px;
  height: 48px;
  border: 2px solid #83ecff;
  border-radius: 8px;
  background:
    linear-gradient(rgba(131, 236, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 236, 255, 0.14) 1px, transparent 1px),
    rgba(6, 23, 38, 0.72);
  background-size: 12px 12px, 12px 12px, auto;
}

.laptop-object::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -12px;
  height: 10px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(90deg, rgba(131, 236, 255, 0.52), rgba(255, 201, 106, 0.36));
}

.laptop-object i {
  position: absolute;
  left: 20px;
  top: 17px;
  width: 32px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 201, 106, 0.7);
}

.phone-object {
  width: 36px;
  height: 62px;
  border: 2px solid #83ecff;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 38, 62, 0.9), rgba(25, 11, 46, 0.9));
  box-shadow: 0 0 26px rgba(102, 232, 255, 0.26);
}

.phone-object::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 7px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.phone-object::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc96a;
}

.phone-object i {
  position: absolute;
  left: 8px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 120, 214, 0.78);
  box-shadow: 0 0 18px rgba(255, 120, 214, 0.42);
}

.satellite-object {
  width: 82px;
  height: 50px;
}

.satellite-object::before,
.satellite-object::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 28px;
  height: 24px;
  border: 2px solid rgba(131, 236, 255, 0.82);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(131, 236, 255, 0.45) 46% 54%, transparent 55%),
    linear-gradient(rgba(131, 236, 255, 0.2), rgba(15, 42, 67, 0.55));
}

.satellite-object::before {
  left: 0;
  transform: rotate(-18deg);
}

.satellite-object::after {
  right: 0;
  transform: rotate(18deg);
}

.satellite-object i {
  position: absolute;
  left: 34px;
  top: 15px;
  width: 14px;
  height: 20px;
  border-radius: 5px;
  background: #ffc96a;
  box-shadow: 0 0 22px rgba(255, 201, 106, 0.42);
}

.rocket-object {
  width: 42px;
  height: 68px;
  border-radius: 50% 50% 16px 16px;
  background: linear-gradient(180deg, #e8fbff, #83ecff 54%, #26506b);
  box-shadow: 0 0 26px rgba(102, 232, 255, 0.3);
}

.rocket-object::before,
.rocket-object::after {
  content: "";
  position: absolute;
}

.rocket-object::before {
  left: -10px;
  bottom: 10px;
  width: 12px;
  height: 22px;
  border-radius: 12px 0 10px 12px;
  background: #ffc96a;
  box-shadow: 50px 0 0 #ffc96a;
}

.rocket-object::after {
  left: 12px;
  bottom: -17px;
  width: 18px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(#ff78d6, #ffc96a, transparent);
  filter: blur(0.2px);
}

.rocket-object i {
  position: absolute;
  left: 13px;
  top: 21px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #071317;
  border: 3px solid rgba(255, 255, 255, 0.82);
}

.database-object {
  width: 72px;
  height: 58px;
}

.database-object i,
.database-object::before,
.database-object::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 18px;
  border: 2px solid #ffc96a;
  border-radius: 50%;
  background: rgba(255, 201, 106, 0.12);
  box-shadow: 0 0 20px rgba(255, 201, 106, 0.18);
}

.database-object::before {
  top: 2px;
}

.database-object i:nth-child(1) {
  top: 18px;
}

.database-object i:nth-child(2) {
  top: 34px;
}

.database-object i:nth-child(3) {
  display: none;
}

.hero-node .file-object {
  border-radius: 8px 18px 8px 8px;
  background: linear-gradient(145deg, rgba(131, 236, 255, 0.18), rgba(255, 201, 106, 0.1));
}

.hero-node .radar-object {
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(131, 236, 255, 0.85) 0 4px, transparent 5px),
    conic-gradient(from 20deg, rgba(131, 236, 255, 0.32), transparent 34%, rgba(255, 201, 106, 0.24), transparent 60%);
}

.hero-node .laptop-object {
  border-radius: 8px;
  background:
    linear-gradient(rgba(131, 236, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 236, 255, 0.14) 1px, transparent 1px),
    rgba(6, 23, 38, 0.72);
  background-size: 12px 12px, 12px 12px, auto;
}

.hero-node .phone-object {
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 38, 62, 0.9), rgba(25, 11, 46, 0.9));
}

.hero-node .rocket-object {
  border-radius: 50% 50% 16px 16px;
  background: linear-gradient(180deg, #e8fbff, #83ecff 54%, #26506b);
}

.hero-node .satellite-object i {
  background: #ffc96a;
}

.hero-core-node .database-object i,
.hero-core-node .database-object::before,
.hero-core-node .database-object::after {
  background: rgba(255, 201, 106, 0.12);
}

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

.node-files {
  left: 9%;
  top: 32%;
}

.node-check {
  left: 12%;
  bottom: 18%;
}

.node-manager {
  right: 10%;
  top: 22%;
}

.node-phone {
  right: 6%;
  top: 42%;
}

.node-api {
  right: 12%;
  bottom: 17%;
  z-index: 5;
}

.node-plan {
  left: 39%;
  bottom: 7%;
}

.phone-panel {
  left: 45%;
  top: 8%;
  width: 230px;
  min-height: 132px;
  padding: 16px;
  border-radius: 26px;
  border-color: rgba(255, 126, 210, 0.38);
  background: linear-gradient(145deg, rgba(65, 21, 76, 0.84), rgba(12, 48, 70, 0.78));
  animation: phone-hover 4.8s ease-in-out infinite;
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-top span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff78d6, #ffc96a);
  box-shadow: 0 0 24px rgba(255, 120, 214, 0.44);
}

.phone-top b {
  font-size: 13px;
  color: #ffe8fb;
}

.phone-panel p {
  margin: 14px 0 3px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
}

.phone-panel strong {
  display: block;
  font-size: 20px;
  line-height: 1.16;
}

.promise-section {
  background: #eef6f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.promise-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(23, 155, 155, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 23, 28, 0.07);
}

.promise-grid span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.promise-grid h3 {
  margin-top: 22px;
}

.promise-grid p {
  color: var(--muted);
}

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

@keyframes space-pulse {
  0%, 100% {
    opacity: 0.38;
    transform: translate(-50%, -50%) scale(0.96) rotate(0deg);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.06) rotate(6deg);
  }
}

@keyframes packet-fly {
  0%, 100% {
    opacity: 0.35;
    transform: translate3d(-30px, 8px, 0) scale(0.8);
  }
  45% {
    opacity: 1;
    transform: translate3d(82px, -34px, 0) scale(1.22);
  }
}

@keyframes core-breathe {
  0%, 100% {
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32), 0 0 0 rgba(255, 201, 106, 0);
  }
  50% {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 44px rgba(255, 201, 106, 0.22);
  }
}

@keyframes phone-hover {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.page-section {
  padding: 82px 0;
}

.intro {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.two-col,
.import-layout,
.security-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: start;
}

.intro-grid p,
.section-head p,
.page-hero p,
.simple-list p,
.load-card p,
.next-step p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-head {
  width: min(740px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-head.light h2,
.section-head.light p {
  color: #fff;
}

.scheme-section {
  color: #fff;
  padding-top: 150px;
  background:
    radial-gradient(circle at 22% 20%, rgba(156, 227, 217, 0.16), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(216, 149, 39, 0.13), transparent 26%),
    #101922;
}

.scheme-section .section-kicker {
  color: #9ce3d9;
}

.animated-scheme {
  position: relative;
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.animated-scheme::before,
.animated-scheme::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(156, 227, 217, 0.9), rgba(216, 149, 39, 0.8), transparent);
  transform: translate(-50%, -50%);
  opacity: 0.75;
}

.animated-scheme::after {
  width: 3px;
  height: 72%;
}

.scheme-block,
.scheme-core {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.scheme-block {
  width: 245px;
  min-height: 128px;
  padding: 20px;
}

.scheme-core {
  left: 50%;
  top: 50%;
  width: min(360px, 42%);
  min-height: 190px;
  padding: 28px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(23, 74, 80, 0.96), rgba(14, 25, 34, 0.96));
  border-color: rgba(156, 227, 217, 0.36);
}

.scheme-block:hover,
.scheme-core:hover,
.scheme-block:focus-visible,
.scheme-core:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(156, 227, 217, 0.72);
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.scheme-core:hover,
.scheme-core:focus-visible {
  transform: translate(-50%, calc(-50% - 6px));
}

.scheme-block span,
.scheme-core span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 36px;
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  color: #061214;
  background: #9ce3d9;
  font-weight: 800;
  font-size: 13px;
}

.scheme-core span {
  align-self: center;
  background: #f1c878;
}

.scheme-block strong,
.scheme-core strong {
  font-size: 21px;
  line-height: 1.2;
}

.scheme-core strong {
  font-size: 28px;
}

.scheme-block small,
.scheme-core small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.35;
}

.scheme-block.source {
  left: 8%;
  top: 11%;
}

.scheme-block.check {
  left: 8%;
  bottom: 14%;
}

.scheme-block.manager {
  right: 8%;
  top: 11%;
}

.scheme-block.api {
  right: 8%;
  bottom: 14%;
}

.scheme-block.plan {
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

.scheme-block.plan:hover,
.scheme-block.plan:focus-visible {
  transform: translate(-50%, -6px);
}

.pulse-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(156, 227, 217, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 4.8s ease-in-out infinite;
}

.ring-two {
  width: 360px;
  height: 360px;
  border-color: rgba(216, 149, 39, 0.18);
  animation-delay: 1.1s;
}

.moving-dot {
  position: absolute;
  z-index: 1;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #9ce3d9;
  box-shadow: 0 0 0 10px rgba(156, 227, 217, 0.12);
  animation: move-dot 7s linear infinite;
}

.dot-one {
  left: 12%;
  top: 51%;
}

.dot-two {
  right: 13%;
  top: 49%;
  background: #f1c878;
  box-shadow: 0 0 0 10px rgba(241, 200, 120, 0.12);
  animation-delay: 2s;
}

.dot-three {
  left: 50%;
  top: 82%;
  animation-delay: 3.5s;
}

@keyframes pulse-ring {
  0%, 100% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(0.94);
  }
  50% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes move-dot {
  0% {
    transform: translateX(-18px) translateY(0);
    opacity: 0.25;
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    transform: translateX(260px) translateY(-4px);
    opacity: 0.25;
  }
}

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

.link-card,
.role-card,
.price-card,
.step-list article,
.benefit-row article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(18, 23, 28, 0.06);
}

.link-card {
  min-height: 250px;
  padding: 24px;
}

.link-card:hover {
  border-color: rgba(23, 155, 155, 0.45);
  box-shadow: var(--shadow);
}

.link-card span,
.role-card span,
.price-card span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.link-card h3,
.role-card h2,
.price-card h2,
.step-list h3 {
  margin-top: 20px;
}

.link-card p,
.role-card li,
.price-card p,
.step-list p,
.benefit-row p {
  color: var(--muted);
}

.subpage {
  padding-top: 70px;
}

.page-hero {
  padding: 82px 0;
  background: #fff;
}

.page-hero.compact {
  text-align: center;
}

.page-hero.compact .container {
  width: min(860px, calc(100% - 80px));
}

.mini-dashboard,
.wide-mock {
  color: #fff;
  border-radius: 8px;
  background: #0d1821;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.window-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: #172838;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #607487;
}

.mini-dashboard {
  padding-bottom: 22px;
}

.search-box,
.result-pill,
.result-row {
  margin: 18px 22px 0;
  border-radius: 6px;
}

.search-box {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(156, 227, 217, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.result-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  background: rgba(23, 155, 155, 0.28);
}

.result-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.result-row span {
  color: #f4c879;
}

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

.flow article {
  position: relative;
  min-height: 235px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.flow article::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 14px;
  height: 3px;
  background: var(--teal);
}

.flow article:last-child::after {
  display: none;
}

.flow span,
.step-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--steel);
  font-weight: 800;
}

.flow h3,
.flow p {
  margin-top: 18px;
}

.soft {
  background: #eaf1f2;
}

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

.simple-list p {
  padding: 18px;
  border-left: 4px solid var(--teal);
  background: #fff;
  border-radius: 6px;
}

.module-page-grid,
.price-grid,
.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.role-card,
.price-card,
.benefit-row article {
  min-height: 315px;
  padding: 26px;
}

.role-card.dark,
.role-card.accent {
  color: #fff;
  background: #132331;
  border-color: rgba(255, 255, 255, 0.12);
}

.role-card.accent {
  background: #17474b;
}

.role-card ul {
  margin: 20px 0 0;
  padding-left: 18px;
}

.role-card li + li {
  margin-top: 11px;
}

.role-card.dark li,
.role-card.accent li {
  color: rgba(255, 255, 255, 0.78);
}

.wide-mock {
  max-width: 980px;
  margin: 0 auto;
}

.mock-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 18px;
  padding: 24px;
}

.mock-search,
.mock-side,
.mock-table {
  border: 1px solid rgba(156, 227, 217, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.mock-search {
  grid-column: 1 / -1;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.mock-side {
  min-height: 220px;
}

.mock-table {
  min-height: 220px;
  padding: 16px;
}

.mock-table div {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.8fr;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.step-list {
  display: grid;
  gap: 14px;
}

.step-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 18px;
  min-height: 132px;
  padding: 22px;
}

.step-list span {
  grid-row: 1 / span 2;
}

.step-list h3,
.step-list p {
  margin: 0;
}

.load-card {
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #11202c, #17474b);
  box-shadow: var(--shadow);
}

.load-card .section-kicker,
.load-card p {
  color: rgba(255, 255, 255, 0.78);
}

.load-bars {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.load-bars span {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.load-bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: rgba(156, 227, 217, 0.22);
}

.load-bars span {
  z-index: 1;
}

.benefit-row article {
  min-height: 180px;
}

.benefit-row strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
}

.security-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: center;
}

.security-flow article {
  min-height: 170px;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 23, 28, 0.06);
}

.security-flow article.gate {
  color: #fff;
  background: #132331;
}

.security-flow span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.security-flow strong {
  font-size: 22px;
  line-height: 1.25;
}

.arrow-line {
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}

.price-card strong {
  display: block;
  margin-top: 24px;
  color: #2f7d50;
  font-size: 21px;
  line-height: 1.3;
}

.price-card.featured {
  border-color: rgba(23, 155, 155, 0.45);
  box-shadow: var(--shadow);
}

.next-step {
  justify-content: space-between;
}

.next-step > div {
  max-width: 760px;
}

@media (max-width: 1240px) {
  .cosmic-hero {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mission-stage {
    min-height: calc(100svh - 106px);
  }

  .mission-head h1 {
    font-size: 34px;
  }

  .mission-dock {
    grid-template-columns: auto 1fr auto;
  }

  .hero-grid {
    grid-template-columns: minmax(330px, 0.8fr) minmax(560px, 1.2fr);
    gap: 22px;
  }

  .hero-node {
    width: 198px;
    min-height: 108px;
    padding: 14px;
  }

  .hero-node strong {
    font-size: 16px;
  }

  .phone-panel {
    width: 198px;
  }

  .node-files { left: 5%; }
  .node-check { left: 7%; }
  .node-manager { right: 5%; }
  .node-phone { right: 4%; }
  .node-api { right: 7%; }
}

@media (max-width: 1040px) {
  .nav {
    display: none;
  }

  .container,
  .page-hero.compact .container {
    width: min(100% - 44px, 860px);
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .cosmic-hero {
    min-height: auto;
    padding: 96px 22px 44px;
  }

  .hero-attractor {
    right: -8%;
    top: 12%;
    width: 70vw;
  }

  .mission-stage {
    min-height: auto;
  }

  .mission-head {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }

  .mission-head h1 {
    font-size: 42px;
  }

  .mission-head p:not(.eyebrow) {
    width: min(620px, 100%);
    margin-top: 14px;
  }

  .mission-dock {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .mission-dock .quick-stats {
    display: grid;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

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

  .hero-copy h1 {
    font-size: 48px;
    max-width: 780px;
  }

  .hero-system-map {
    height: 720px;
    min-height: 720px;
    transform: none;
  }

  .hero-core-node {
    width: min(330px, 42%);
  }

  .intro-grid,
  .two-col,
  .import-layout,
  .security-layout,
  .next-step {
    grid-template-columns: 1fr;
  }

  .link-grid,
  .flow,
  .module-page-grid,
  .promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .animated-scheme {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 18px;
  }

  .animated-scheme::before,
  .animated-scheme::after,
  .pulse-ring,
  .moving-dot {
    display: none;
  }

  .scheme-block,
  .scheme-core,
  .scheme-block.source,
  .scheme-block.check,
  .scheme-block.manager,
  .scheme-block.api,
  .scheme-block.plan {
    position: static;
    width: auto;
    min-height: 118px;
    transform: none;
  }

  .scheme-core {
    order: 3;
    text-align: left;
  }

  .scheme-block.source {
    order: 1;
  }

  .scheme-block.check {
    order: 2;
  }

  .scheme-block.manager {
    order: 4;
  }

  .scheme-block.api {
    order: 5;
  }

  .scheme-block.plan {
    order: 6;
  }

  .scheme-core span {
    align-self: flex-start;
  }

  .scheme-block:hover,
  .scheme-core:hover,
  .scheme-block:focus-visible,
  .scheme-core:focus-visible,
  .scheme-block.plan:hover,
  .scheme-block.plan:focus-visible {
    transform: translateY(-4px);
  }

  .flow article::after {
    display: none;
  }

  .price-grid,
  .benefit-row {
    grid-template-columns: 1fr;
  }

  .topbar {
    padding: 14px 22px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding: 100px 22px 44px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(5, 12, 17, 0.9), rgba(5, 12, 17, 0.96));
  }

  .cosmic-hero {
    padding: 92px 16px 34px;
  }

  .cosmic-hero .hero-image {
    object-position: 58% center;
  }

  .cosmic-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 6, 13, 0.76), rgba(2, 6, 13, 0.98) 62%),
      linear-gradient(90deg, rgba(2, 6, 13, 0.84), rgba(2, 6, 13, 0.24));
  }

  .hero-attractor {
    display: none !important;
  }

  .hero-copy h1 {
    font-size: 33px;
    line-height: 1.02;
  }

  .mission-stage {
    gap: 18px;
  }

  .mission-head {
    padding: 14px;
    border-radius: 16px;
  }

  .mission-head h1 {
    font-size: 31px;
    line-height: 1.05;
  }

  .mission-head p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-copy .hero-lead {
    font-size: 17px;
  }

  .hero-microflow {
    gap: 7px;
  }

  .hero-microflow span {
    min-height: 31px;
    padding: 0 9px;
    font-size: 13px;
  }

  .hero-microflow i {
    width: 16px;
  }

  .hero-system-map {
    min-height: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    transform: none;
    mask-image: none;
  }

  .hero-system-map::before,
  .hero-system-map::after,
  .space-ring,
  .space-ray,
  .signal-packet {
    display: none;
  }

  .hero-node,
  .hero-core-node,
  .phone-panel,
  .node-files,
  .node-check,
  .node-manager,
  .node-phone,
  .node-api,
  .node-plan {
    position: static;
    width: auto;
    min-height: auto;
    transform: none;
  }

  .hero-core-node {
    order: 1;
    align-items: flex-start;
    text-align: left;
  }

  .phone-panel {
    order: 2;
  }

  .node-files {
    order: 3;
  }

  .node-check {
    order: 4;
  }

  .node-manager {
    order: 5;
  }

  .node-phone {
    order: 6;
  }

  .node-api {
    order: 7;
  }

  .node-plan {
    order: 8;
  }

  .hero-core-node:hover,
  .hero-core-node:focus-visible,
  .hero-node:hover,
  .hero-node:focus-visible {
    transform: translateY(-4px);
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-lead,
  .intro-grid p,
  .section-head p,
  .page-hero p,
  .simple-list p,
  .load-card p,
  .next-step p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .quick-stats,
  .link-grid,
  .flow,
  .module-page-grid,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .quick-stats article,
  .link-card,
  .role-card,
  .price-card {
    min-height: auto;
  }

  .page-section,
  .page-hero {
    padding: 58px 0;
  }

  .mock-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .mock-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .security-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .arrow-line {
    width: 4px;
    height: 36px;
    justify-self: center;
  }
}

.mission-page {
  background: #eef7f8;
}

.sub-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #123b58;
}

.sub-hero-image,
.sub-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sub-hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.2) contrast(1.08) brightness(1.08);
}

.sub-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 22, 39, 0.72), rgba(8, 39, 66, 0.42) 45%, rgba(8, 39, 66, 0.06)),
    linear-gradient(180deg, rgba(6, 24, 44, 0), rgba(8, 39, 66, 0.46));
}

.sub-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(560px, 1.24fr);
  gap: 44px;
  align-items: center;
  padding: 54px 0;
}

.sub-hero-copy {
  min-width: 0;
}

.sub-hero-copy h1 {
  font-size: clamp(42px, 4.3vw, 72px);
  line-height: 0.98;
  text-wrap: balance;
}

.sub-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(238, 247, 255, 0.78);
  font-size: 20px;
}

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

.orbit-console,
.role-station,
.etl-console,
.shield-console,
.launch-map,
.wide-console {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(124, 224, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(rgba(124, 224, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 224, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 70% 20%, rgba(255, 201, 106, 0.2), transparent 35%),
    linear-gradient(145deg, rgba(18, 82, 116, 0.64), rgba(38, 59, 104, 0.48));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 30px 80px rgba(5, 18, 34, 0.26), inset 0 0 70px rgba(55, 203, 255, 0.14);
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(124, 224, 255, 0.26);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  animation: space-pulse 5.8s ease-in-out infinite;
}

.ring-wide {
  width: 86%;
  height: 58%;
}

.ring-tight {
  width: 54%;
  height: 36%;
  border-color: rgba(255, 201, 106, 0.28);
  animation-delay: 1.4s;
}

.orbit-core,
.station-core,
.launch-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(260px, 38%);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px;
  text-align: center;
  border: 1px solid rgba(255, 201, 106, 0.52);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, rgba(18, 72, 94, 0.9), rgba(28, 24, 60, 0.86));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  transform: translate(-50%, -50%);
}

.orbit-core span,
.station-core span,
.launch-core span,
.orbit-node b,
.station-role span,
.shield-node span,
.shield-gate span,
.launch-step span,
.price-missions span,
.mission-steps span,
.role-lanes span,
.conveyor span,
.security-rules span {
  color: #041019;
  background: #83ecff;
  border-radius: 999px;
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.orbit-core span,
.station-core span,
.launch-core span,
.shield-gate span {
  align-self: center;
  background: #ffc96a;
}

.orbit-core strong,
.station-core strong,
.launch-core strong {
  font-size: 29px;
  line-height: 1.06;
}

.orbit-core small,
.station-core small,
.launch-core small,
.orbit-node small,
.station-role p,
.shield-gate small,
.etl-file small,
.etl-output small {
  color: rgba(235, 247, 255, 0.72);
}

.orbit-node,
.station-role,
.shield-node,
.launch-step {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(124, 224, 255, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 12%, rgba(124, 224, 255, 0.28), transparent 30%),
    linear-gradient(145deg, rgba(15, 58, 86, 0.82), rgba(29, 23, 58, 0.66));
  backdrop-filter: blur(15px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.orbit-node {
  width: 176px;
}

.orbit-node b {
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 19px;
}

.node-a { left: 8%; top: 15%; }
.node-b { left: 6%; bottom: 18%; }
.node-c { right: 8%; top: 15%; }
.node-d { right: 4%; bottom: 14%; }
.node-e { left: 38%; bottom: 7%; }

.data-comet {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #66e8ff;
  box-shadow: 0 0 0 11px rgba(102, 232, 255, 0.12), 0 0 28px rgba(102, 232, 255, 0.8);
  animation: packet-fly 5.5s ease-in-out infinite;
}

.comet-one { left: 17%; top: 58%; }
.comet-two { right: 23%; top: 36%; background: #ffc96a; animation-delay: 1.7s; }

.role-station {
  min-height: 540px;
}

.station-role {
  width: 205px;
  min-height: 126px;
  padding: 16px;
}

.station-role strong,
.launch-step strong,
.shield-node strong {
  font-size: 21px;
  line-height: 1.14;
}

.station-role p,
.launch-step p {
  margin: 0;
  line-height: 1.38;
}

.role-manager { left: 2%; top: 9%; }
.role-admin { right: 2%; top: 10%; }
.role-lead { left: 3%; bottom: 8%; }
.role-api { right: 3%; bottom: 8%; }

.etl-console {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(260px, 1fr) minmax(190px, 0.75fr);
  gap: 20px;
  align-items: center;
  padding: 34px;
}

.etl-file,
.etl-output {
  min-width: 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(124, 224, 255, 0.3);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(15, 58, 86, 0.84), rgba(27, 23, 58, 0.68));
  overflow-wrap: normal;
  word-break: normal;
}

.etl-file span,
.etl-output span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #061214;
  background: #ffc96a;
  font-size: 12px;
  font-weight: 900;
}

.etl-file strong,
.etl-output strong {
  font-size: 22px;
  line-height: 1.15;
  hyphens: none;
}

.etl-pipe {
  display: grid;
  gap: 18px;
}

.etl-pipe span {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(124, 224, 255, 0.22);
  font-weight: 800;
}

.etl-pipe span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: linear-gradient(90deg, rgba(102, 232, 255, 0.34), rgba(255, 201, 106, 0.22));
}

.etl-pipe span {
  isolation: isolate;
}

.shield-console {
  min-height: 500px;
}

.shield-console::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #66e8ff, #ffc96a, #66e8ff);
  box-shadow: 0 0 22px rgba(102, 232, 255, 0.55);
}

.shield-node {
  width: 195px;
  min-height: 130px;
  justify-content: center;
}

.shield-node.site { left: 3%; top: 35%; }
.shield-node.base { right: 3%; top: 35%; }

.shield-gate {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 260px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 201, 106, 0.56);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 201, 106, 0.3), transparent 55%),
    linear-gradient(145deg, rgba(20, 72, 92, 0.92), rgba(27, 23, 58, 0.88));
  transform: translate(-50%, -50%);
}

.shield-gate strong {
  font-size: 27px;
  line-height: 1.1;
}

.shield-log {
  position: absolute;
  left: 50%;
  bottom: 9%;
  z-index: 4;
  width: 260px;
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(255, 120, 214, 0.32);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(66, 25, 78, 0.78), rgba(15, 54, 76, 0.68));
  transform: translateX(-50%);
}

.shield-log p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.launch-map {
  min-height: 540px;
}

.launch-map::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, #66e8ff, #ffc96a, #ff78d6);
  box-shadow: 0 0 26px rgba(102, 232, 255, 0.48);
  transform: rotate(-12deg);
}

.launch-core {
  top: 47%;
}

.launch-step {
  width: 220px;
  min-height: 128px;
}

.step-one { left: 4%; bottom: 7%; }
.step-two { left: 34%; top: 4%; }
.step-three { right: 4%; bottom: 7%; }

.dark-band {
  color: #081927;
  background:
    linear-gradient(rgba(23, 155, 155, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 155, 155, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 15% 20%, rgba(102, 232, 255, 0.18), transparent 32%),
    #eaf7fb;
  background-size: 32px 32px, 32px 32px, auto;
}

.mission-steps,
.role-lanes,
.conveyor,
.security-rules,
.price-missions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.mission-steps article,
.role-lanes article,
.conveyor article,
.security-rules article,
.price-missions article {
  min-height: 240px;
  padding: 26px;
  border: 1px solid rgba(23, 155, 155, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(228, 249, 252, 0.78));
  box-shadow: 0 18px 46px rgba(6, 24, 42, 0.08);
}

.mission-steps h2,
.role-lanes h2,
.conveyor h2,
.security-rules h2,
.price-missions h2 {
  margin-top: 24px;
  font-size: 28px;
}

.mission-steps p,
.role-lanes p,
.conveyor p,
.security-rules p,
.price-missions p {
  color: #506976;
}

.price-missions strong {
  display: block;
  margin-top: 22px;
  color: #a07112;
  font-size: 21px;
  line-height: 1.3;
}

.light-map {
  background:
    linear-gradient(rgba(23, 155, 155, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 155, 155, 0.05) 1px, transparent 1px),
    #f3f8f8;
  background-size: 32px 32px, 32px 32px, auto;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
}

.split-showcase > div:first-child p {
  color: var(--muted);
  font-size: 18px;
}

.signal-list,
.data-meter,
.access-panel {
  display: grid;
  gap: 14px;
}

.signal-list article,
.data-meter article,
.access-panel div {
  padding: 24px;
  border: 1px solid rgba(23, 155, 155, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 23, 28, 0.07);
}

.signal-list strong,
.data-meter strong,
.access-panel strong {
  display: block;
  font-size: 26px;
  line-height: 1.12;
}

.signal-list p,
.data-meter p {
  color: var(--muted);
}

.access-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.wide-console {
  max-width: 1060px;
  min-height: auto;
  margin: 0 auto;
  color: #fff;
}

.console-top {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: rgba(4, 13, 24, 0.72);
}

.console-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #668094;
}

.console-top b {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.82);
}

.console-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  gap: 16px;
  padding: 22px;
}

.console-search,
.console-result,
.console-table,
.console-side {
  border: 1px solid rgba(124, 224, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.console-search,
.console-result {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-weight: 800;
}

.console-result.good {
  color: #071317;
  background: #9ce3d9;
}

.console-table {
  grid-row: span 2;
  padding: 16px;
}

.console-table div {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.7fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.console-side {
  padding: 18px;
}

.console-side p {
  color: rgba(255, 255, 255, 0.72);
}

.mission-next {
  align-items: center;
}

@media (max-width: 1040px) {
  .sub-hero {
    min-height: auto;
  }

  .sub-hero-grid,
  .split-showcase {
    grid-template-columns: 1fr;
  }

  .sub-hero-copy h1 {
    font-size: 46px;
  }

  .orbit-console,
  .role-station,
  .etl-console,
  .shield-console,
  .launch-map {
    min-height: 600px;
  }

  .mission-steps,
  .role-lanes,
  .conveyor,
  .security-rules,
  .price-missions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sub-hero-grid {
    padding: 36px 0;
    gap: 26px;
  }

  .sub-hero-copy h1 {
    font-size: 34px;
  }

  .sub-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .orbit-console,
  .role-station,
  .etl-console,
  .shield-console,
  .launch-map {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .orbit-ring,
  .data-comet,
  .shield-console::before,
  .launch-map::before {
    display: none;
  }

  .orbit-core,
  .station-core,
  .launch-core,
  .orbit-node,
  .station-role,
  .shield-node,
  .shield-gate,
  .shield-log,
  .launch-step,
  .node-a,
  .node-b,
  .node-c,
  .node-d,
  .node-e,
  .role-manager,
  .role-admin,
  .role-lead,
  .role-api,
  .shield-node.site,
  .shield-node.base,
  .step-one,
  .step-two,
  .step-three {
    position: static;
    width: auto;
    min-height: auto;
    transform: none;
  }

  .orbit-core,
  .station-core,
  .launch-core,
  .shield-gate {
    align-items: flex-start;
    text-align: left;
  }

  .orbit-core span,
  .station-core span,
  .launch-core span,
  .shield-gate span {
    align-self: flex-start;
  }

  .etl-console {
    grid-template-columns: 1fr;
  }

  .etl-file,
  .etl-output {
    min-height: auto;
  }

  .mission-steps,
  .role-lanes,
  .conveyor,
  .security-rules,
  .price-missions,
  .console-grid {
    grid-template-columns: 1fr;
  }

  .mission-steps article,
  .role-lanes article,
  .conveyor article,
  .security-rules article,
  .price-missions article {
    min-height: auto;
  }

  .console-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .hero-node.object-node,
  .hero-core-node.object-core {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }

  .hero-node.object-node {
    padding: 76px 18px 18px;
  }

  .hero-core-node.object-core {
    padding: 82px 18px 22px;
  }
}
