:root {
  --bg: #04050d;
  --bg2: #080b18;
  --bg3: #0b1020;
  --panel: rgba(10, 15, 35, 0.56);
  --panel-2: rgba(12, 20, 46, 0.76);
  --white: #f4f9ff;
  --text: #e9f3ff;
  --muted: #94a7c7;
  --cyan: #5ff6ff;
  --cyan2: #8cf9ff;
  --blue: #4c7dff;
  --violet: #8b5cf6;
  --pink: #ff46d6;
  --green: #68ffc8;
  --yellow: #ffd166;
  --red: #ff6482;
  --line: rgba(255, 255, 255, 0.08);
  --line2: rgba(95, 246, 255, 0.22);
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  --glow-cyan:
    0 0 18px rgba(95, 246, 255, 0.35), 0 0 60px rgba(95, 246, 255, 0.12);
  --glow-pink:
    0 0 18px rgba(255, 70, 214, 0.25), 0 0 60px rgba(255, 70, 214, 0.12);
  --radius: 28px;
  --radius2: 22px;
  --container: min(1240px, 92vw);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(95, 246, 255, 0.12),
      transparent 24%
    ),
    radial-gradient(
      circle at 82% 14%,
      rgba(255, 70, 214, 0.1),
      transparent 22%
    ),
    radial-gradient(
      circle at 50% 60%,
      rgba(76, 125, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #020307 0%, #050710 32%, #070b16 100%);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

body.loading {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:
    radial-gradient(
      circle at center,
      rgba(95, 246, 255, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #020307, #050711 60%, #020307);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.page-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader-core {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.loader-core::before,
.loader-core::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(95, 246, 255, 0.2);
  box-shadow: var(--glow-cyan);
  animation: spin 2.2s linear infinite;
}

.loader-core::after {
  inset: 14px;
  border-color: rgba(255, 70, 214, 0.22);
  animation-direction: reverse;
  animation-duration: 1.6s;
}

.loader-mid {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(95, 246, 255, 0.4),
      transparent 35%
    ),
    linear-gradient(135deg, rgba(95, 246, 255, 0.16), rgba(255, 70, 214, 0.16)),
    rgba(10, 16, 38, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--glow-cyan), var(--glow-pink);
  transform: rotate(45deg);
  animation: pulseCore 1.4s ease-in-out infinite;
}

.loader-text {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.8rem;
  color: #d7ecff;
}

.loader-bar {
  width: min(320px, 72vw);
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
}

.loader-bar span {
  position: absolute;
  inset: 0;
  width: 40%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--cyan),
    var(--pink),
    transparent
  );
  filter: blur(0.4px);
  animation: loadingBar 1.3s linear infinite;
}

@keyframes loadingBar {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(320%);
  }
}

@keyframes pulseCore {
  0%,
  100% {
    transform: rotate(45deg) scale(1);
  }

  50% {
    transform: rotate(45deg) scale(1.14);
  }
}

.bg-grid,
.bg-grid-2,
.noise,
.scanlines,
.vignette,
.stars,
.beams,
.orbs,
.hud-lines {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-grid {
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85),
    rgba(255, 255, 255, 0.15)
  );
}

.bg-grid-2 {
  z-index: 0;
  background-image:
    linear-gradient(rgba(95, 246, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 246, 255, 0.04) 1px, transparent 1px);
  background-size: 180px 180px;
  transform: perspective(900px) rotateX(78deg) scale(1.7);
  transform-origin: center bottom;
  opacity: 0.32;
  top: 35%;
}

.noise {
  z-index: 1;
  opacity: 0.05;
  background-image:
    radial-gradient(circle at 25% 25%, #fff 0.7px, transparent 1px),
    radial-gradient(circle at 75% 75%, #fff 0.7px, transparent 1px);
  background-size: 24px 24px;
  animation: noiseMove 8s linear infinite;
}

.scanlines {
  z-index: 2;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.026) 0px,
    rgba(255, 255, 255, 0.026) 1px,
    transparent 2px,
    transparent 5px
  );
  mix-blend-mode: soft-light;
  opacity: 0.18;
}

.vignette {
  z-index: 3;
  background: radial-gradient(
    circle at center,
    transparent 45%,
    rgba(0, 0, 0, 0.32) 100%
  );
}

.stars {
  z-index: 1;
  overflow: hidden;
}

.stars i {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
  animation: twinkle 4s ease-in-out infinite;
}

.beams {
  z-index: 1;
  overflow: hidden;
  filter: blur(34px);
  opacity: 0.8;
}

.beams span {
  position: absolute;
  width: 42vw;
  height: 540px;
  background: linear-gradient(
    180deg,
    rgba(95, 246, 255, 0.14),
    rgba(95, 246, 255, 0)
  );
  transform: rotate(26deg);
  animation: beamFloat 10s ease-in-out infinite;
}

.beams span:nth-child(1) {
  top: -120px;
  left: -120px;
}

.beams span:nth-child(2) {
  top: 120px;
  right: -150px;
  background: linear-gradient(
    180deg,
    rgba(255, 70, 214, 0.12),
    rgba(255, 70, 214, 0)
  );
  transform: rotate(-24deg);
  animation-delay: -3s;
}

.beams span:nth-child(3) {
  bottom: -160px;
  left: 24%;
  background: linear-gradient(
    180deg,
    rgba(76, 125, 255, 0.1),
    rgba(76, 125, 255, 0)
  );
  transform: rotate(10deg);
  animation-delay: -6s;
}

.orbs {
  z-index: 1;
  filter: blur(55px);
  opacity: 0.62;
}

.orbs span {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  animation: orbFloat 18s ease-in-out infinite;
}

.orbs span:nth-child(1) {
  width: 340px;
  height: 340px;
  top: 6%;
  left: 6%;
  background: rgba(95, 246, 255, 0.16);
}

.orbs span:nth-child(2) {
  width: 360px;
  height: 360px;
  top: 14%;
  right: 8%;
  background: rgba(255, 70, 214, 0.12);
  animation-delay: -4s;
}

.orbs span:nth-child(3) {
  width: 280px;
  height: 280px;
  bottom: 8%;
  left: 22%;
  background: rgba(104, 255, 200, 0.1);
  animation-delay: -8s;
}

.orbs span:nth-child(4) {
  width: 420px;
  height: 420px;
  bottom: -6%;
  right: 18%;
  background: rgba(76, 125, 255, 0.1);
  animation-delay: -11s;
}

.hud-lines {
  z-index: 2;
  opacity: 0.18;
  overflow: hidden;
}

.hud-lines::before,
.hud-lines::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(95, 246, 255, 0.22);
  border-radius: 50%;
  top: 8%;
  right: -90px;
  box-shadow: 0 0 40px rgba(95, 246, 255, 0.08);
  animation: spin 28s linear infinite;
}

.hud-lines::after {
  width: 520px;
  height: 520px;
  top: auto;
  bottom: -140px;
  left: -140px;
  right: auto;
  border-color: rgba(255, 70, 214, 0.16);
  animation-direction: reverse;
}

.cursor-glow {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(95, 246, 255, 0.15) 0%,
    rgba(95, 246, 255, 0.06) 34%,
    rgba(95, 246, 255, 0) 70%
  );
  mix-blend-mode: screen;
}

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

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

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.12;
    transform: scale(0.7);
  }

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

@keyframes noiseMove {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-8px, 4px);
  }

  50% {
    transform: translate(5px, -7px);
  }

  75% {
    transform: translate(8px, 6px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes beamFloat {
  0%,
  100% {
    transform: translateY(0) rotate(26deg);
  }

  50% {
    transform: translateY(30px) rotate(22deg);
  }
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  25% {
    transform: translate3d(30px, -24px, 0) scale(1.06);
  }

  50% {
    transform: translate3d(-18px, 24px, 0) scale(0.94);
  }

  75% {
    transform: translate3d(22px, 18px, 0) scale(1.02);
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    to bottom,
    rgba(3, 5, 12, 0.82),
    rgba(3, 5, 12, 0.42)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav {
  width: var(--container);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.logo-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(95, 246, 255, 0.4));
}

.logo-box {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(95, 246, 255, 0.22), rgba(255, 70, 214, 0.18)),
    rgba(10, 16, 38, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--glow-cyan), var(--glow-pink);
  overflow: hidden;
}

.logo-box::before,
.logo-box::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(95, 246, 255, 0.22);
  border-radius: 12px;
  transform: rotate(45deg);
}

.logo-box::after {
  inset: 14px;
  border-color: rgba(255, 70, 214, 0.24);
}

.logo span {
  color: var(--cyan);
  text-shadow: 0 0 24px rgba(95, 246, 255, 0.28);
}

.nav-links {
  display: flex;
  gap: 26px;
  align-items: center;
  color: var(--muted);
}

.nav-links a {
  position: relative;
  transition: 0.25s ease;
  font-weight: 600;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  transition: width 0.25s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a:hover::after {
  width: 100%;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 18px;
  font-weight: 800;
  border: 1px solid transparent;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
  cursor: pointer;
  overflow: hidden;
}

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

.btn::before {
  content: "";
  position: absolute;
  inset: -120% auto auto -40%;
  width: 40%;
  height: 300%;
  transform: rotate(22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.34),
    transparent
  );
  transition: transform 0.8s ease;
}

.btn:hover::before {
  transform: translateX(380%) rotate(22deg);
}

.btn-primary {
  color: #05111d;
  background: linear-gradient(135deg, #7ff7ff 0%, #9ef9ff 45%, #d7feff 100%);
  box-shadow: 0 16px 36px rgba(95, 246, 255, 0.26);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(95, 246, 255, 0.18);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.btn-pink {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 70, 214, 0.18),
    rgba(139, 92, 246, 0.24)
  );
  border-color: rgba(255, 70, 214, 0.24);
  box-shadow: 0 14px 28px rgba(255, 70, 214, 0.1);
}

.section {
  position: relative;
  padding: 120px 0;
  z-index: 5;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(10, 16, 38, 0.5);
  border: 1px solid rgba(95, 246, 255, 0.18);
  box-shadow: var(--glow-cyan);
  color: #d9fbff;
  font-size: 0.9rem;
}

.badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 14px rgba(95, 246, 255, 0.7);
  animation: badgePulse 1.5s ease-in-out infinite;
}

@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

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

.hero {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  padding: 80px 0 50px;
  position: relative;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 7;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 6vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 18px 0 20px;
  font-weight: 950;
}

.hero-copy p {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 720px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.glow-text {
  background: linear-gradient(135deg, #ffffff 0%, #98f6ff 40%, #ffd0fb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px rgba(95, 246, 255, 0.1);
}

.glitch {
  position: relative;
  display: inline-block;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.45;
}

.glitch::before {
  color: #7ff7ff;
  transform: translate(2px, 0);
  animation: glitchA 2.5s infinite linear alternate-reverse;
}

.glitch::after {
  color: #ff84ea;
  transform: translate(-2px, 0);
  animation: glitchB 2.1s infinite linear alternate-reverse;
}

@keyframes glitchA {
  0% {
    clip-path: inset(0 0 84% 0);
  }

  20% {
    clip-path: inset(24% 0 44% 0);
  }

  40% {
    clip-path: inset(60% 0 10% 0);
  }

  60% {
    clip-path: inset(10% 0 72% 0);
  }

  80% {
    clip-path: inset(40% 0 22% 0);
  }

  100% {
    clip-path: inset(74% 0 4% 0);
  }
}

@keyframes glitchB {
  0% {
    clip-path: inset(74% 0 6% 0);
  }

  20% {
    clip-path: inset(12% 0 64% 0);
  }

  40% {
    clip-path: inset(42% 0 24% 0);
  }

  60% {
    clip-path: inset(60% 0 12% 0);
  }

  80% {
    clip-path: inset(8% 0 76% 0);
  }

  100% {
    clip-path: inset(48% 0 18% 0);
  }
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
}

.metric-card,
.glass,
.panel,
.feature-card,
.stat-card,
.price-card,
.testimonial,
.contact-card,
.contact-form,
.ui-panel,
.stack-card {
  background: rgba(10, 16, 38, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.metric-card {
  padding: 18px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(95, 246, 255, 0.06),
    rgba(255, 70, 214, 0.05),
    transparent 70%
  );
  pointer-events: none;
}

.metric-card strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 4px;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reactor {
  position: relative;
  width: min(600px, 92vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.reactor-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(95, 246, 255, 0.14);
  box-shadow:
    0 0 40px rgba(95, 246, 255, 0.05),
    inset 0 0 20px rgba(95, 246, 255, 0.02);
}

.reactor-ring.r1 {
  inset: 0;
  animation: spin 22s linear infinite;
}

.reactor-ring.r2 {
  inset: 6%;
  border-color: rgba(255, 70, 214, 0.14);
  animation: spin 16s linear infinite reverse;
}

.reactor-ring.r3 {
  inset: 14%;
  animation: spin 10s linear infinite;
}

.reactor-ring.r4 {
  inset: 24%;
  border-color: rgba(104, 255, 200, 0.16);
  animation: spin 8s linear infinite reverse;
}

.reactor-grid {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background-image:
    linear-gradient(rgba(95, 246, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 246, 255, 0.045) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.15)
  );
  animation: spin 18s linear infinite reverse;
}

.reactor-core {
  width: 48%;
  aspect-ratio: 1/1;
  border-radius: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 28% 20%,
      rgba(95, 246, 255, 0.28),
      transparent 24%
    ),
    radial-gradient(
      circle at 70% 78%,
      rgba(255, 70, 214, 0.18),
      transparent 24%
    ),
    linear-gradient(145deg, rgba(9, 14, 33, 0.95), rgba(15, 24, 58, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(95, 246, 255, 0.08),
    inset 0 0 30px rgba(95, 246, 255, 0.08);
}

.reactor-core::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: conic-gradient(
    from 0deg,
    rgba(95, 246, 255, 0) 0deg,
    rgba(95, 246, 255, 0.16) 60deg,
    rgba(255, 70, 214, 0.12) 140deg,
    rgba(95, 246, 255, 0) 220deg,
    rgba(95, 246, 255, 0.16) 300deg,
    rgba(95, 246, 255, 0) 360deg
  );
  animation: spin 10s linear infinite;
}

.reactor-core::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.core-content {
  position: relative;
  z-index: 2;
  padding: 22px;
}

.core-content .tiny {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  color: #b9daff;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.core-content h3 {
  font-size: 3rem;
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.core-content p {
  color: var(--muted);
  max-width: 280px;
  margin: 0 auto;
}

.floating-module {
  position: absolute;
  min-width: 190px;
  border-radius: 20px;
  padding: 16px 18px;
  background: rgba(7, 12, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    var(--shadow),
    0 0 28px rgba(95, 246, 255, 0.08);
  backdrop-filter: blur(16px);
  animation: floatModule 6s ease-in-out infinite;
}

.floating-module strong {
  display: block;
  margin-bottom: 6px;
}

.floating-module small {
  color: var(--muted);
  display: block;
}

.floating-module.m1 {
  top: 6%;
  left: -3%;
  animation-delay: -0.6s;
}

.floating-module.m2 {
  top: 18%;
  right: -5%;
  animation-delay: -2s;
}

.floating-module.m3 {
  bottom: 20%;
  left: 1%;
  animation-delay: -3.5s;
}

.floating-module.m4 {
  bottom: 10%;
  right: -2%;
  animation-delay: -1.4s;
}

.floating-module.m5 {
  top: 44%;
  left: -8%;
  animation-delay: -4.8s;
}

.floating-module.m6 {
  top: 58%;
  right: -8%;
  animation-delay: -2.8s;
}

@keyframes floatModule {
  0%,
  100% {
    transform: translateY(0px);
  }

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

.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 58px;
}

.section-header h2 {
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin: 16px 0 12px;
}

.section-header p {
  color: var(--muted);
  font-size: 1.04rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  position: relative;
  padding: 28px;
  border-radius: 26px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(95, 246, 255, 0.08),
    rgba(255, 70, 214, 0.06),
    transparent 75%
  );
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(95, 246, 255, 0.24);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(95, 246, 255, 0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  background: linear-gradient(
    135deg,
    rgba(95, 246, 255, 0.16),
    rgba(255, 70, 214, 0.12)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--glow-cyan);
}

.feature-card h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--muted);
}

.marquee-wrap {
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  padding: 18px 0;
}

.marquee {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: marquee 28s linear infinite;
}

.chip {
  white-space: nowrap;
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dcedff;
}

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

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

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-card {
  padding: 28px 22px;
  border-radius: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -40% -30%;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(95, 246, 255, 0.16),
    transparent 70%
  );
}

.stat-card:nth-child(2)::before {
  background: radial-gradient(
    circle,
    rgba(255, 70, 214, 0.16),
    transparent 70%
  );
}

.stat-card:nth-child(3)::before {
  background: radial-gradient(
    circle,
    rgba(76, 125, 255, 0.14),
    transparent 70%
  );
}

.stat-card:nth-child(4)::before {
  background: radial-gradient(
    circle,
    rgba(104, 255, 200, 0.14),
    transparent 70%
  );
}

.stat-num {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff, #94f4ff 45%, #ffd2fb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-card p {
  color: var(--muted);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.panel {
  border-radius: 28px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(95, 246, 255, 0.06),
    rgba(255, 70, 214, 0.05),
    transparent 62%
  );
  pointer-events: none;
}

.panel h3 {
  font-size: 1.7rem;
  line-height: 1.05;
  margin-bottom: 16px;
}

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

.stack {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.stack-card {
  padding: 18px;
  border-radius: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.stack-no {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cyan), #d4ffff);
  color: #05111b;
  font-weight: 900;
}

.stack-card strong {
  display: block;
  margin-bottom: 6px;
}

.showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.screen {
  border-radius: 32px;
  padding: 28px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(95, 246, 255, 0.1),
      transparent 22%
    ),
    radial-gradient(
      circle at 78% 24%,
      rgba(255, 70, 214, 0.08),
      transparent 18%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01)
    );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(95, 246, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 246, 255, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85),
    rgba(255, 255, 255, 0.2)
  );
  pointer-events: none;
}

.screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.screen-dots {
  display: flex;
  gap: 8px;
}

.screen-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.screen-tag {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #c6e6ff;
  font-size: 0.84rem;
}

.screen-canvas {
  position: relative;
  min-height: 440px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(95, 246, 255, 0.12),
      transparent 22%
    ),
    radial-gradient(
      circle at 82% 20%,
      rgba(255, 70, 214, 0.1),
      transparent 18%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.02)
    );
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: inset 0 0 36px rgba(95, 246, 255, 0.04);
}

.ui-panel {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  animation: floatModule 7s ease-in-out infinite;
}

.ui-panel.p1 {
  left: 24px;
  top: 24px;
  width: 58%;
  height: 170px;
}

.ui-panel.p2 {
  right: 18px;
  top: 42px;
  width: 28%;
  height: 250px;
  animation-delay: -2.2s;
}

.ui-panel.p3 {
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 126px;
  animation-delay: -3.6s;
}

.ui-panel.p4 {
  left: 22%;
  top: 220px;
  width: 34%;
  height: 120px;
  animation-delay: -1.4s;
}

.demo-line,
.demo-pill,
.demo-box {
  background: linear-gradient(
    90deg,
    rgba(95, 246, 255, 0.24),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 999px;
}

.demo-line {
  height: 10px;
  margin-bottom: 10px;
}

.demo-line.short {
  width: 56%;
}

.demo-line.mid {
  width: 72%;
}

.demo-line.long {
  width: 92%;
}

.demo-pill {
  display: inline-block;
  width: 110px;
  height: 32px;
  margin-right: 8px;
  margin-top: 12px;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.demo-box {
  height: 54px;
  border-radius: 16px;
}

.side-cards {
  display: grid;
  gap: 16px;
}

.side-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(10, 16, 38, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.side-card h4 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.side-card p {
  color: var(--muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.price-card {
  padding: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.price-card:hover {
  transform: translateY(-10px);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(95, 246, 255, 0.08),
    rgba(255, 70, 214, 0.05),
    transparent 68%
  );
  pointer-events: none;
}

.price-card.featured {
  border-color: rgba(95, 246, 255, 0.24);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(95, 246, 255, 0.11);
}

.tag {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  margin-bottom: 18px;
  color: #dcefff;
}

.price-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
}

.price span {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 700;
}

.price-card p {
  color: var(--muted);
}

.price-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

.price-card li {
  position: relative;
  padding-left: 22px;
  color: #deebff;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 12px rgba(95, 246, 255, 0.5);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial {
  padding: 28px;
  border-radius: 26px;
  position: relative;
}

.testimonial::before {
  content: "“";
  position: absolute;
  right: 18px;
  top: 4px;
  font-size: 5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  font-family: Georgia, serif;
}

.testimonial p {
  color: #dbe9ff;
  margin-bottom: 18px;
}

.testimonial .meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.mega-cta {
  border-radius: 34px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 25%,
      rgba(95, 246, 255, 0.12),
      transparent 24%
    ),
    radial-gradient(
      circle at 85% 18%,
      rgba(255, 70, 214, 0.12),
      transparent 24%
    ),
    linear-gradient(145deg, rgba(8, 13, 30, 0.92), rgba(14, 20, 46, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(95, 246, 255, 0.06);
}

.mega-cta::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -10%;
  width: 36%;
  height: 220%;
  transform: rotate(24deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
  animation: ctaSweep 7s linear infinite;
}

@keyframes ctaSweep {
  from {
    transform: translateX(-10%) rotate(24deg);
  }

  to {
    transform: translateX(320%) rotate(24deg);
  }
}

.mega-cta-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: center;
}

.mega-cta h2 {
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 16px 0 14px;
}

.mega-cta p {
  color: var(--muted);
  max-width: 720px;
}

.cta-radar {
  min-height: 320px;
  position: relative;
  display: grid;
  place-items: center;
}

.radar {
  position: relative;
  width: min(360px, 80vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(95, 246, 255, 0.14);
  box-shadow: var(--glow-cyan);
}

.radar::before,
.radar::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.radar::after {
  inset: 26%;
}

.radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(95, 246, 255, 0),
    rgba(95, 246, 255, 0.22),
    rgba(95, 246, 255, 0) 28%
  );
  animation: spin 4.8s linear infinite;
  mask-image: radial-gradient(circle at center, transparent 14%, #fff 15%);
}

.radar-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(95, 246, 255, 0.8);
  animation: dotBlink 1.8s ease-in-out infinite;
}

.radar-dot.d1 {
  top: 26%;
  left: 58%;
}

.radar-dot.d2 {
  top: 58%;
  left: 24%;
  animation-delay: -0.6s;
}

.radar-dot.d3 {
  top: 70%;
  left: 68%;
  animation-delay: -1.1s;
}

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

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

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
}

.contact-card,
.contact-form {
  padding: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.contact-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(95, 246, 255, 0.06),
    rgba(255, 70, 214, 0.05),
    transparent 68%
  );
  pointer-events: none;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.contact-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-item strong {
  display: block;
  margin-bottom: 6px;
}

.alert {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
  border: 1px solid transparent;
}

.alert-success {
  background: rgba(104, 255, 200, 0.12);
  color: #c7ffe8;
  border-color: rgba(104, 255, 200, 0.24);
}

.alert-error {
  background: rgba(255, 100, 130, 0.1);
  color: #ffd0da;
  border-color: rgba(255, 100, 130, 0.24);
}

.form-grid {
  display: grid;
  gap: 16px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  color: #e6f2ff;
}

input,
textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
  padding: 16px 18px;
  border-radius: 18px;
  font-size: 1rem;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

input:focus,
textarea:focus {
  border-color: rgba(95, 246, 255, 0.28);
  box-shadow:
    0 0 0 4px rgba(95, 246, 255, 0.08),
    0 0 24px rgba(95, 246, 255, 0.08);
  transform: translateY(-1px);
}

textarea {
  min-height: 160px;
  resize: vertical;
}

footer {
  position: relative;
  z-index: 5;
  padding: 40px 0 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
}

.footer-row {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tilt {
  transform-style: preserve-3d;
  will-change: transform;
}

@media (max-width: 1120px) {
  .hero-layout,
  .split-grid,
  .showcase,
  .mega-cta-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .pricing-grid,
  .testimonials,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: 620px;
  }
}

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

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

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-metrics,
  .feature-grid,
  .pricing-grid,
  .testimonials,
  .stats-grid {
    grid-template-columns: 1fr;
  }

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

  .reactor {
    width: min(420px, 94vw);
  }

  .floating-module {
    min-width: 150px;
    padding: 14px;
  }

  .core-content h3 {
    font-size: 2rem;
  }

  .section {
    padding: 88px 0;
  }

  .mega-cta {
    padding: 28px;
  }
}
