:root {
  color-scheme: dark;
  --ink: #f5f7ff;
  --muted: #adb8cb;
  --subtle: #748096;
  --line: rgba(202, 214, 255, 0.14);
  --line-strong: rgba(218, 226, 255, 0.27);
  --surface: #05060b;
  --surface-2: #0b0f1a;
  --panel: rgba(14, 18, 31, 0.72);
  --panel-strong: rgba(18, 23, 39, 0.92);
  --accent: #8fb7ff;
  --accent-strong: #d5deff;
  --violet: #bda7ff;
  --gold: #d6c69b;
  --danger: #ff9c8a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 74% 10%, rgba(143, 183, 255, 0.14), transparent 34rem),
    radial-gradient(circle at 14% 34%, rgba(189, 167, 255, 0.10), transparent 30rem),
    linear-gradient(180deg, #04050a 0%, #090d17 44%, #05060b 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  margin: 0;
  min-height: 100vh;
}

body::before {
  background-image:
    linear-gradient(rgba(213, 222, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 222, 255, 0.032) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.home-page {
  overflow-x: hidden;
}

.network-canvas,
.ambient-field {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -2;
}

.network-canvas {
  opacity: 0.9;
}

.ambient-field {
  background:
    radial-gradient(circle at 50% 10%, rgba(143, 183, 255, 0.10), transparent 32rem),
    radial-gradient(circle at 70% 62%, rgba(189, 167, 255, 0.08), transparent 28rem);
  overflow: hidden;
}

.light-streak {
  background: linear-gradient(90deg, transparent, rgba(213, 222, 255, 0.26), transparent);
  display: block;
  filter: blur(1px);
  height: 1px;
  position: absolute;
  transform: rotate(-12deg);
  width: 46vw;
}

.streak-one {
  animation: drift-streak 16s ease-in-out infinite;
  left: -12vw;
  top: 18vh;
}

.streak-two {
  animation: drift-streak 21s ease-in-out 4s infinite;
  right: -18vw;
  top: 48vh;
}

.streak-three {
  animation: drift-streak 19s ease-in-out 8s infinite;
  left: 12vw;
  top: 78vh;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 24px;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(5, 7, 11, 0.64);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.language-switcher {
  margin-left: auto;
}

.language-switcher select {
  appearance: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(9, 12, 20, 0.88);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
  min-height: 40px;
  min-width: 168px;
  padding: 8px 34px 8px 12px;
}

.language-switcher select:focus-visible {
  outline: 2px solid rgba(213, 222, 255, 0.65);
  outline-offset: 2px;
}

.site-header a,
.site-footer a,
.text-link {
  color: var(--accent-strong);
  font-weight: 760;
  text-decoration: none;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 1.02rem;
  font-weight: 860;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  background:
    linear-gradient(135deg, rgba(143, 183, 255, 0.95), rgba(189, 167, 255, 0.85)),
    #111;
  border-radius: 6px;
  box-shadow: 0 0 26px rgba(143, 183, 255, 0.28);
  display: inline-block;
  height: 18px;
  width: 18px;
}

main {
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 24px 64px;
}

.hero,
.product-hero {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  min-height: calc(100vh - 112px);
  padding: 54px 0 44px;
}

.product-hero {
  min-height: 560px;
}

.premium-hero {
  position: relative;
}

.hub-hero {
  align-items: center;
  display: grid;
  gap: 22px;
  min-height: calc(100vh - 100px);
  padding: 42px 0 40px;
  position: relative;
}

.hub-hero::before {
  background:
    linear-gradient(180deg, transparent 0%, rgba(10, 14, 24, 0.24) 42%, transparent 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(315deg, rgba(143, 183, 255, 0.14), transparent 36%);
  border: 1px solid rgba(218, 226, 255, 0.16);
  border-radius: 8px;
  content: "";
  inset: 58px -18px 18px;
  opacity: 0.30;
  position: absolute;
  transform: skewY(-1.8deg);
  z-index: -1;
}

.hero-copy {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.hub-copy {
  animation: rise-in 720ms ease-out both;
  margin: 0 auto;
  max-width: 1040px;
  text-align: center;
}

.hub-copy h1 {
  font-size: clamp(3rem, 4.8vw, 4.55rem);
}

.hub-copy .lede {
  margin-top: 18px;
}

.holo-stage {
  isolation: isolate;
  min-height: 320px;
  overflow: clip;
  position: relative;
}

.holo-stage::before {
  background:
    radial-gradient(circle at 14% 42%, rgba(213, 222, 255, 0.22), transparent 13rem),
    radial-gradient(circle at 78% 52%, rgba(189, 167, 255, 0.18), transparent 16rem),
    linear-gradient(90deg, transparent, rgba(34, 43, 70, 0.62) 18%, rgba(15, 21, 39, 0.76) 52%, transparent);
  content: "";
  filter: blur(1px);
  height: 190px;
  inset: 54px -9vw auto;
  opacity: 0.82;
  position: absolute;
  transform: perspective(900px) rotateX(58deg) rotateZ(-2deg);
  z-index: -2;
}

.holo-stage::after {
  background-image:
    linear-gradient(90deg, rgba(213, 222, 255, 0.10) 1px, transparent 1px),
    linear-gradient(rgba(213, 222, 255, 0.09) 1px, transparent 1px);
  background-size: 44px 24px;
  content: "";
  height: 174px;
  inset: 72px -6vw auto;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.45;
  position: absolute;
  transform: perspective(900px) rotateX(59deg) rotateZ(-2deg);
  z-index: -1;
}

.data-membrane {
  height: 210px;
  inset: 72px -8vw auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.data-membrane::before,
.data-membrane::after {
  border-radius: 999px;
  content: "";
  position: absolute;
}

.data-membrane::before {
  animation: membrane-drift 12s ease-in-out infinite;
  background:
    radial-gradient(circle, rgba(245, 247, 255, 0.85) 0 2px, transparent 3px) 4% 34% / 140px 64px,
    radial-gradient(circle, rgba(189, 167, 255, 0.65) 0 1px, transparent 3px) 12% 50% / 180px 76px;
  height: 100%;
  inset: 0;
  opacity: 0.48;
}

.data-membrane::after {
  background: linear-gradient(90deg, transparent, rgba(213, 222, 255, 0.32), transparent);
  filter: blur(16px);
  height: 34px;
  left: 14%;
  opacity: 0.52;
  top: 74px;
  transform: rotate(-4deg);
  width: 72%;
}

.membrane-line {
  border: 1px solid rgba(213, 222, 255, 0.20);
  border-color: rgba(213, 222, 255, 0.20) transparent transparent transparent;
  border-radius: 50%;
  display: block;
  height: 118px;
  left: -6%;
  position: absolute;
  top: 58px;
  transform: rotate(-6deg);
  width: 112%;
}

.membrane-line::before {
  background: linear-gradient(90deg, transparent, rgba(189, 167, 255, 0.46), rgba(213, 222, 255, 0.34), transparent);
  content: "";
  filter: blur(3px);
  height: 2px;
  left: 10%;
  position: absolute;
  top: 17px;
  width: 80%;
}

.membrane-line-one {
  animation: membrane-wave 9s ease-in-out infinite;
}

.membrane-line-two {
  animation: membrane-wave 11s ease-in-out 1.4s infinite;
  height: 142px;
  opacity: 0.76;
  top: 82px;
  transform: rotate(4deg);
}

.membrane-line-three {
  animation: membrane-wave 13s ease-in-out 2.2s infinite;
  height: 92px;
  opacity: 0.62;
  top: 38px;
  transform: rotate(-2deg);
}

.hero-visual {
  align-items: center;
  aspect-ratio: 16 / 11;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  isolation: isolate;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.hero-visual::after {
  background: linear-gradient(90deg, rgba(5, 7, 6, 0.64), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  max-width: 900px;
}

h2 {
  font-size: clamp(2.1rem, 4.7vw, 4.15rem);
}

h3 {
  font-size: 1.35rem;
}

.lede {
  color: var(--muted);
  font-size: 1.18rem;
  margin: 24px 0 0;
  max-width: 710px;
}

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

.button {
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 840;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.button.primary {
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  border-color: rgba(213, 222, 255, 0.72);
  color: #06101f;
}

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

.metrics-strip,
.division-grid,
.pricing-grid,
.product-entry-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-entry-grid {
  align-items: stretch;
  gap: 18px;
  perspective: 1200px;
  position: relative;
  z-index: 2;
}

.metrics-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.metrics-strip > div,
.division-card,
.price-card,
.product-panel,
.policy-box,
.product-entry-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.product-entry-card {
  animation: rise-in 760ms ease-out both;
  animation-delay: var(--entry-delay, 0ms);
  backdrop-filter: blur(22px) saturate(132%);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.038) 44%, rgba(143, 183, 255, 0.10)),
    rgba(12, 16, 28, 0.54);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.48),
    0 0 60px rgba(143, 183, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    inset 0 -1px 0 rgba(143, 183, 255, 0.11);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 274px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  text-decoration: none;
  transform: translateY(16px);
  transition: border-color 300ms ease-out, box-shadow 300ms ease-out, transform 300ms ease-out;
}

.product-entry-card::before {
  background:
    radial-gradient(circle at 24% 20%, rgba(213, 222, 255, 0.18), transparent 12rem),
    linear-gradient(135deg, transparent 28%, rgba(143, 183, 255, 0.13), transparent 58%);
  content: "";
  inset: 0;
  opacity: 0.7;
  position: absolute;
  transition: opacity 300ms ease-out;
}

.product-entry-card:hover,
.product-entry-card:focus-visible {
  border-color: rgba(213, 222, 255, 0.42);
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.5),
    0 0 42px rgba(143, 183, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  outline: 0;
  transform: translateY(-8px) scale(1.015);
}

.product-entry-card:hover::before,
.product-entry-card:focus-visible::before {
  opacity: 1;
}

.entry-orbit {
  border: 1px solid rgba(213, 222, 255, 0.22);
  border-radius: 50%;
  height: 156px;
  position: absolute;
  right: -46px;
  top: -42px;
  width: 156px;
}

.entry-orbit::before,
.entry-orbit::after {
  border-radius: 50%;
  content: "";
  position: absolute;
}

.entry-orbit::before {
  background: rgba(213, 222, 255, 0.72);
  box-shadow: 0 0 28px rgba(143, 183, 255, 0.44);
  height: 7px;
  left: 32px;
  top: 22px;
  width: 7px;
}

.entry-orbit::after {
  border: 1px solid rgba(189, 167, 255, 0.18);
  inset: 32px;
}

.status-badge,
.entry-kicker,
.entry-cta,
.entry-footnote {
  position: relative;
  z-index: 1;
}

.status-badge {
  align-self: flex-start;
  background: rgba(213, 222, 255, 0.09);
  border: 1px solid rgba(213, 222, 255, 0.22);
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 840;
  margin-bottom: 24px;
  padding: 7px 10px;
}

.is-upcoming .status-badge {
  color: #cfc5ff;
}

.entry-kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 840;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-entry-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.62rem);
  position: relative;
  z-index: 1;
}

.product-entry-card p {
  color: var(--muted);
  margin: 16px 0 0;
  max-width: 28ch;
  position: relative;
  z-index: 1;
}

.entry-cta {
  color: var(--accent-strong);
  display: inline-flex;
  font-weight: 860;
  margin-top: auto;
  padding-top: 24px;
}

.entry-footnote {
  border-top: 1px solid rgba(213, 222, 255, 0.12);
  color: var(--subtle);
  display: none;
  font-size: 0.82rem;
  margin-top: 18px;
  padding-top: 14px;
}

.metrics-strip > div {
  padding: 18px;
}

.metric,
.division-code {
  color: var(--gold);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.metrics-strip p,
.division-card p,
.price-card p,
.split p,
.policy-box p,
.policy-box li,
.checkout-note {
  color: var(--muted);
}

.section {
  border-top: 1px solid var(--line);
  padding: 72px 0;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading.wide {
  max-width: 850px;
}

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

.division-card,
.price-card {
  min-height: 260px;
  padding: 24px;
}

.division-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.division-card.active,
.price-card.featured {
  background:
    linear-gradient(180deg, rgba(143, 183, 255, 0.13), rgba(189, 167, 255, 0.06)),
    var(--panel-strong);
  border-color: rgba(213, 222, 255, 0.32);
}

.compact-grid .division-card {
  min-height: 230px;
}

.split {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.feature-band {
  border-bottom: 1px solid var(--line);
}

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

.funnel-list p {
  border-left: 2px solid rgba(143, 183, 255, 0.4);
  margin: 0;
  padding-left: 16px;
}

.product-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.stat {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: block;
  font-weight: 760;
  padding-top: 14px;
}

.stat:first-child {
  border-top: 0;
  padding-top: 0;
}

.policy-box {
  margin: 24px 0;
  padding: 28px;
}

.policy-box.compact {
  margin: 0;
}

.policy-box h2 {
  font-size: 1.46rem;
  margin-top: 30px;
}

.policy-box h2:first-child {
  margin-top: 0;
}

.policy-box a {
  color: var(--accent-strong);
}

.refund-clarity p {
  margin-bottom: 12px;
}

.acknowledgment-check {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.acknowledgment-check input {
  margin-top: 4px;
}

.checkout-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  position: fixed;
  z-index: 30;
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal-backdrop {
  background: rgba(1, 3, 8, 0.72);
  inset: 0;
  position: absolute;
}

.checkout-modal-card {
  background: linear-gradient(180deg, rgba(20, 26, 41, 0.98), rgba(10, 13, 22, 0.98));
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  width: min(92vw, 560px);
  z-index: 1;
}

.modal-close {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 14px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
}

.pricing-grid {
  align-items: stretch;
}

.screenshot-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.screenshot-grid figure {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-column: span 2;
  margin: 0;
  overflow: hidden;
}

.screenshot-grid figure:nth-child(4),
.screenshot-grid figure:nth-child(5) {
  grid-column: span 3;
}

.screenshot-grid img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.screenshot-grid figcaption {
  color: var(--muted);
  font-weight: 760;
  padding: 12px 14px 14px;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-card ul {
  color: var(--muted);
  margin: 0 0 8px;
  padding-left: 20px;
}

.price-card .button {
  margin-top: auto;
  width: 100%;
}

.checkout-note {
  min-height: 28px;
}

.license-output {
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  font: 0.88rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  min-height: 150px;
  padding: 14px;
  resize: vertical;
  width: 100%;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift-streak {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(-4vw, 0, 0) rotate(-12deg);
  }

  45% {
    opacity: 1;
  }

  70% {
    opacity: 0.35;
    transform: translate3d(24vw, 3vh, 0) rotate(-12deg);
  }
}

@keyframes membrane-wave {
  0%,
  100% {
    transform: translate3d(-1.4vw, 0, 0) rotate(-4deg) scaleX(1);
  }

  50% {
    transform: translate3d(1.6vw, -10px, 0) rotate(2deg) scaleX(1.04);
  }
}

@keyframes membrane-drift {
  0%,
  100% {
    transform: translate3d(-16px, 0, 0);
  }

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

@media (max-width: 900px) {
  .hero,
  .product-hero,
  .split,
  .metrics-strip,
  .division-grid,
  .pricing-grid,
  .product-entry-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-grid figure,
  .screenshot-grid figure:nth-child(4),
  .screenshot-grid figure:nth-child(5) {
    grid-column: auto;
  }

  .hero,
  .product-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hub-hero {
    min-height: auto;
    padding-top: 54px;
  }

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

  .holo-stage::before,
  .holo-stage::after,
  .data-membrane {
    inset-inline: -18px;
  }

  .product-entry-card {
    min-height: 290px;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  main {
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  .hub-copy {
    text-align: left;
  }

  .language-switcher {
    margin-left: 0;
  }

  .language-switcher select {
    min-width: 100%;
  }

  .hub-hero::before {
    inset-inline: -10px;
  }

  .product-entry-card {
    padding: 20px;
  }

  .data-membrane {
    top: 190px;
  }

  .holo-stage::before,
  .holo-stage::after {
    top: 176px;
  }
}

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

  .network-canvas {
    display: none;
  }
}
