@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #020207;
  --bg-2: #070817;
  --surface: #0b0d22;
  --surface-2: #101431;
  --line: rgba(150, 190, 255, 0.18);
  --text: #f6f8ff;
  --muted: #aab3d4;
  --cyan: #35eaff;
  --blue: #3b7cff;
  --violet: #8b4dff;
  --magenta: #e94cff;
  --dark: #000005;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(53, 234, 255, 0.09), transparent 34%),
    linear-gradient(225deg, rgba(233, 76, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #000 0%, var(--bg) 42%, var(--bg-2) 100%);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.65) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(53,234,255,.6) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(233,76,255,.5) 0 1px, transparent 1.5px);
  background-size: 190px 190px, 260px 260px, 330px 330px;
  background-position: 24px 38px, 90px 130px, 170px 20px;
  opacity: .2;
}

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

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 8, 0.78);
  border-bottom: 1px solid var(--line);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(53, 234, 255, 0.55);
  box-shadow: 0 0 22px rgba(53, 234, 255, 0.28), 0 0 30px rgba(233, 76, 255, 0.12);
  background: #000;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  transform: scale(1.55);
}

.nav-links {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}
.nav-links a:hover { color: var(--cyan); }

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% -20%;
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(59, 124, 255, .24), transparent 62%);
  pointer-events: none;
}

.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 76px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.eyebrow, .section-label, .product-kicker, .panel-label {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(53, 234, 255, .45);
}

h1, h2 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.05;
  margin: 0;
}

h1 {
  font-size: clamp(52px, 6.3vw, 88px);
  max-width: 820px;
  letter-spacing: 0;
  background: linear-gradient(100deg, #fff 8%, #75f3ff 36%, #8178ff 64%, #f15dff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: 0;
}

.hero-text {
  max-width: 690px;
  color: var(--muted);
  font-size: 19px;
  margin: 28px 0 34px;
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: linear-gradient(100deg, var(--cyan), var(--blue) 48%, var(--magenta));
  color: #03030a;
  box-shadow: 0 0 28px rgba(53, 234, 255, .22), 0 0 34px rgba(233, 76, 255, .14);
}
.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255,255,255,.035);
}
.button.secondary:hover { border-color: rgba(53, 234, 255, .6); }
.button.light { border-color: rgba(255,255,255,.35); }

.logo-stage {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  max-width: 500px;
  margin: auto;
}
.logo-stage::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53,234,255,.2), rgba(139,77,255,.12) 42%, transparent 68%);
  filter: blur(10px);
}
.logo-stage img {
  width: min(100%, 500px);
  border-radius: 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 60px rgba(53,234,255,.16), 0 0 80px rgba(233,76,255,.16);
}
.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(53, 234, 255, .38);
  border-radius: 50%;
  transform: rotate(-16deg);
  box-shadow: 0 0 22px rgba(53, 234, 255, .16);
}
.orbit-one { inset: 8% 0; animation: pulse 5s ease-in-out infinite; }
.orbit-two {
  inset: 18% -4%;
  border-color: rgba(233, 76, 255, .4);
  transform: rotate(18deg);
  animation: pulse 5s ease-in-out infinite reverse;
}

.glow {
  position: absolute;
  filter: blur(44px);
  opacity: .24;
  pointer-events: none;
}
.glow-one {
  width: 520px;
  height: 120px;
  right: 4%;
  top: 28%;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(233,76,255,.72), transparent);
}
.glow-two {
  width: 480px;
  height: 110px;
  left: 7%;
  bottom: 10%;
  transform: rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(53,234,255,.68), transparent);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
.section + .section { border-top: 1px solid var(--line); }
.two-column {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  margin-top: 36px;
}
.two-column p {
  color: var(--muted);
  font-size: 18px;
  margin-top: 0;
}

.products-section { padding-bottom: 130px; }
.product-card {
  margin-top: 36px;
  padding: 54px;
  border-radius: 8px;
  border: 1px solid rgba(150, 190, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(16,20,49,.96), rgba(3,3,12,.98)),
    radial-gradient(circle at 16% 18%, rgba(53,234,255,.12), transparent 30%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 80px rgba(0,0,0,.28);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 54px;
}
.product-copy p {
  color: var(--muted);
  font-size: 18px;
}
.product-copy ul {
  color: var(--muted);
  padding-left: 20px;
  margin: 26px 0 34px;
}
.product-panel {
  border-radius: 8px;
  min-height: 340px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background:
    radial-gradient(circle at 25% 20%, rgba(53,234,255,.2), transparent 34%),
    linear-gradient(180deg, rgba(139,77,255,.22), rgba(233,76,255,.09)),
    var(--surface);
  border: 1px solid rgba(139, 77, 255, .36);
}
.product-panel strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
}
.panel-arrow { font-size: 40px; color: var(--magenta); margin: 16px 0; }

.compact { padding: 76px 0 100px; }
.cta {
  border-radius: 8px;
  padding: 46px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background:
    linear-gradient(100deg, rgba(53,234,255,.18), rgba(59,124,255,.14) 50%, rgba(233,76,255,.18)),
    #080916;
  border: 1px solid rgba(150, 190, 255, .26);
  box-shadow: 0 20px 80px rgba(59,124,255,.12);
}

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  position: relative;
  z-index: 1;
}
footer p { margin: 4px 0 0; }
.footer-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 6px;
}

@keyframes pulse {
  0%, 100% { transform: scale(1) rotate(var(--orbit-rotation, -16deg)); opacity: .42; }
  50% { transform: scale(1.04) rotate(var(--orbit-rotation, -16deg)); opacity: .85; }
}
.orbit-two { --orbit-rotation: 18deg; }

@media (max-width: 850px) {
  .nav-links { display: none; }
  .brand { letter-spacing: .12em; }
  .hero { min-height: auto; padding: 110px 0 90px; }
  .hero-grid, .two-column, .product-card {
    grid-template-columns: 1fr;
  }
  .hero-grid { gap: 56px; }
  .logo-stage { width: min(100%, 440px); }
  .logo-stage img { border-radius: 14px; }
  .two-column { gap: 28px; }
  .product-card { padding: 32px; }
  .cta, footer { flex-direction: column; align-items: flex-start; }
  .footer-right { text-align: left; }
}
