:root {
  --cy-hero-bg: #020409;
  --cy-hero-text: #ecfbff;
  --cy-hero-cyan: #2ee7ff;
  --cy-hero-blue: #1768ff;
}

body {
  background: var(--cy-hero-bg);
}

.launch-page {
  position: relative;
  isolation: isolate;
  min-height: 84vh;
  color: var(--cy-hero-text);
  background:
    radial-gradient(circle at 73% 45%, rgba(20, 141, 255, 0.19), transparent 26rem),
    radial-gradient(circle at 88% 26%, rgba(126, 76, 255, 0.08), transparent 20rem),
    radial-gradient(circle at 18% 78%, rgba(38, 216, 255, 0.08), transparent 22rem),
    linear-gradient(135deg, #020409 0%, #07101a 48%, #020409 100%);
}

.launch-page::before {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 70% 48%, rgba(27, 171, 255, calc(0.1 + var(--thought-pulse, 0) * 0.04)), transparent 34rem),
    radial-gradient(circle at 30% 56%, rgba(55, 221, 255, 0.035), transparent 32rem),
    linear-gradient(90deg, rgba(2, 4, 9, 0.9) 0%, rgba(2, 4, 9, 0.78) 27%, rgba(2, 4, 9, 0.34) 53%, rgba(2, 4, 9, 0.08) 100%);
  animation: none;
  mask-image: none;
}

.launch-page::after {
  display: none;
}

.brand,
.logo-mark {
  position: relative;
  z-index: 3;
  gap: 0.72rem;
  color: rgba(232, 251, 255, 0.92);
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logo-mark {
  display: flex;
  width: fit-content;
  margin-bottom: 1.7rem;
}

.brand-mark,
.logo-symbol {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 2.18rem;
  height: 2.18rem;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  filter: drop-shadow(0 0 calc(0.76rem + var(--thought-pulse, 0) * 0.18rem) rgba(52, 205, 255, 0.55));
}

.cyputex-c-logo,
.logo-fallback {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-fallback {
  position: absolute;
  inset: 0;
  display: none;
}

.nav-pill {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  z-index: 3;
  width: 100%;
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(18rem, 0.74fr) minmax(28rem, 1.26fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6.5rem);
  margin: 0;
  padding: clamp(2rem, 4.5vw, 4.5rem) clamp(1.4rem, 5vw, 4.5rem);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 28rem;
  text-shadow:
    0 0 2rem rgba(2, 4, 9, 0.92),
    0 0 4rem rgba(2, 4, 9, 0.82);
}

.eyebrow {
  display: flex;
  width: fit-content;
  margin-bottom: 1.5rem;
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(97, 219, 255, 0.28);
  border-radius: 999px;
  background: rgba(28, 176, 255, 0.08);
  color: #7beaff;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-line {
  display: none;
}

h1 {
  max-width: 10.5ch;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.7vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: #fff;
}

.description {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: rgba(220, 241, 248, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.actions {
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.btn,
.waitlist button,
.waitlist input {
  min-height: 2.8rem;
  border-radius: 0.45rem;
}

.btn {
  cursor: default;
  border: 1px solid rgba(105, 229, 255, 0.36);
  padding: 0 1.05rem;
  color: #eefdff;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cy-hero-cyan), var(--cy-hero-blue));
  box-shadow: 0 0 2.4rem rgba(41, 170, 255, 0.26);
}

.btn-secondary {
  background: rgba(7, 24, 38, 0.72);
  border-color: rgba(105, 229, 255, 0.36);
}

.waitlist {
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 31rem;
  margin-top: 1.6rem;
  padding: 0.32rem;
  border: 1px solid rgba(95, 219, 255, 0.22);
  border-radius: 0.55rem;
  background: rgba(2, 11, 19, 0.66);
  backdrop-filter: none;
}

.waitlist input {
  flex: 1 1 14rem;
  min-width: 0;
  height: auto;
  border: 0;
  padding: 0 0.9rem;
  color: #eefdff;
  background: transparent;
}

.waitlist button {
  height: auto;
  border: 1px solid rgba(105, 229, 255, 0.36);
  padding: 0 1.05rem;
  background: rgba(28, 157, 255, 0.18);
  color: #eefdff;
}

.visual {
  position: absolute;
  --thought-pulse: 0;
  --creation-pulse: 0;
  inset: -8vh -6vw;
  z-index: 0;
  min-height: 0;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at 73% 49%, rgba(45, 194, 255, calc(0.08 + var(--thought-pulse, 0) * 0.05)), transparent 24rem),
    radial-gradient(circle at 43% 55%, rgba(83, 218, 255, 0.026), transparent 29rem),
    radial-gradient(circle at 82% 28%, rgba(135, 86, 255, 0.055), transparent 21rem);
  overflow: visible;
}

.cyputex-visual-panel {
  position: absolute;
  inset: -8vh -6vw;
  min-height: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-product-preview {
  grid-column: 2;
  position: relative;
  z-index: 4;
}

#cyputex-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

.network-overlay {
  display: none;
}

.phenomenon-title {
  display: none;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 0.38rem;
  width: min(90%, 34rem);
  color: rgba(239, 254, 255, 0.94);
  text-align: center;
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 1.46vw, 1.42rem);
  font-weight: 650;
  letter-spacing: 0.43em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 0 0.8rem rgba(145, 242, 255, calc(0.18 + var(--thought-pulse, 0) * 0.12 + var(--creation-pulse, 0) * 0.24)),
    0 0 3.4rem rgba(38, 155, 255, calc(0.14 + var(--thought-pulse, 0) * 0.14 + var(--creation-pulse, 0) * 0.22));
  opacity: calc(0.78 + var(--creation-pulse, 0) * 0.2);
}

.phenomenon-title span {
  display: block;
}

.phenomenon-title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: calc(22rem + var(--thought-pulse, 0) * 4rem);
  height: calc(12rem + var(--thought-pulse, 0) * 3rem);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(118, 239, 255, calc(0.09 + var(--thought-pulse, 0) * 0.1 + var(--creation-pulse, 0) * 0.08)), transparent 17%),
    radial-gradient(circle, rgba(40, 141, 255, calc(0.08 + var(--thought-pulse, 0) * 0.08 + var(--creation-pulse, 0) * 0.08)), transparent 62%);
  filter: blur(1.65rem);
}

.visual-glow,
.robot,
.signal-card {
  display: none;
}

.footer {
  position: relative;
  z-index: 4;
}

@media (max-width: 900px) {
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2rem 1rem 2.6rem;
  }

  h1 {
    font-size: clamp(2.2rem, 9vw, 3.35rem);
  }

  .hero-product-preview {
    grid-column: 1;
  }

  .visual {
    inset: -6vh -18vw -8vh -18vw;
    min-height: 34rem;
    order: initial;
  }

  .phenomenon-title {
    left: 50%;
    top: 68%;
  }

  .brand-mark,
  .logo-symbol {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.2rem, 11vw, 3.05rem);
  }

  .description {
    font-size: 1rem;
  }

  .waitlist {
    grid-template-columns: 1fr;
  }

  .waitlist button {
    width: 100%;
  }

  .phenomenon-title {
    display: none;
  }

  .brand-mark,
  .logo-symbol {
    width: 1.86rem;
    height: 1.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cyputex-c-logo {
    display: none;
  }

  .logo-fallback {
    display: block;
  }
}
