/*
  Pixera Coming Soon — Exact Production Colour Match

  Exact production palette:
  Dark navy: #020713
  Main navy: #0F172A
  Bright blue: #2667FF
  Cyan: #00D9FF
  Soft purple: #7C3CFF
  White: #FFFFFF
  Light: #F8FAFC
  Text gray: #475569
*/

:root {
  --pixera-dark: #020713;
  --pixera-navy: #0F172A;
  --pixera-blue: #2667FF;
  --pixera-cyan: #00D9FF;
  --pixera-purple: #7C3CFF;
  --pixera-white: #FFFFFF;
  --pixera-light: #F8FAFC;
  --pixera-gray: #475569;
}

html {
  scroll-behavior: smooth;
}

body.launch-page {
  overflow-x: hidden;
  color: var(--pixera-light);
  background:
    radial-gradient(circle at 15% 8%, rgba(0,217,255,.20), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(124,60,255,.22), transparent 31%),
    radial-gradient(circle at 50% 55%, rgba(38,103,255,.12), transparent 42%),
    linear-gradient(180deg, #020713 0%, #06142b 48%, #020713 100%) !important;
}

body.launch-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 0 20%,
      rgba(0,217,255,.045) 21%,
      transparent 22% 55%,
      rgba(124,60,255,.045) 56%,
      transparent 57%
    ),
    radial-gradient(circle at 50% 0%, rgba(0,217,255,.09), transparent 36%);
}

.launch-page .promo {
  background: linear-gradient(90deg, #00D9FF, #2667FF, #7C3CFF) !important;
  color: #F8FAFC !important;
  text-shadow: 0 1px 14px rgba(0,0,0,.25);
}

.launch-page .nav {
  background: rgba(2,7,19,.86) !important;
  border-bottom: 1px solid rgba(0,217,255,.18) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}

.launch-page .brand {
  color: #F8FAFC !important;
  text-shadow: 0 0 18px rgba(0,217,255,.2);
}

.launch-page .nav-links a,
.launch-page .nav-cta,
.launch-page .menu-toggle {
  color: #F8FAFC !important;
}

.launch-page .nav-links a:hover,
.launch-page .nav-links a:focus-visible {
  color: #00D9FF !important;
}

.launch-page .nav-cta {
  border-color: rgba(0,217,255,.22) !important;
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.12),
    rgba(38,103,255,.14),
    rgba(124,60,255,.10)
  ) !important;
}

.launch-page .nav-cta:hover {
  border-color: rgba(0,217,255,.48) !important;
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.18),
    rgba(38,103,255,.20),
    rgba(124,60,255,.14)
  ) !important;
}

.launch-page .hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(0,217,255,.16), transparent 28%),
    radial-gradient(circle at 30% 50%, rgba(124,60,255,.11), transparent 35%) !important;
}

.launch-hero::before,
.launch-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.launch-hero::before {
  width: 34rem;
  height: 34rem;
  top: -14rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(0,217,255,.16), transparent 68%);
}

.launch-hero::after {
  width: 28rem;
  height: 28rem;
  bottom: -16rem;
  left: -7rem;
  background: radial-gradient(circle, rgba(124,60,255,.11), transparent 70%);
}

.launch-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.launch-hero h1,
.launch-preview h2,
.launch-page h2,
.launch-page h3 {
  color: #FFFFFF;
}

.launch-page .lead,
.launch-page .muted,
.launch-page .section-heading p,
.launch-page .footer p,
.launch-page .privacy-note {
  color: #cfe0f2 !important;
}

.launch-page .eyebrow {
  border: 1px solid rgba(0,217,255,.35) !important;
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.10),
    rgba(124,60,255,.08)
  ) !important;
  color: #8BE9FF !important;
}

.launch-page .btn-primary {
  background: linear-gradient(135deg, #00D9FF, #2667FF 55%, #7C3CFF) !important;
  color: #FFFFFF !important;
  box-shadow:
    0 16px 42px rgba(0,217,255,.20),
    0 0 28px rgba(124,60,255,.14) !important;
}

.launch-page .btn-primary:hover {
  filter: brightness(1.05);
  box-shadow:
    0 20px 48px rgba(0,217,255,.24),
    0 0 34px rgba(124,60,255,.18) !important;
}

.launch-page .btn-ghost {
  border-color: rgba(0,217,255,.22) !important;
  background: rgba(11,29,58,.58) !important;
  color: #FFFFFF !important;
}

.launch-page .btn-ghost:hover {
  border-color: rgba(0,217,255,.5) !important;
  background: rgba(0,217,255,.08) !important;
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1.25rem;
  padding: .58rem .85rem;
  border: 1px solid rgba(0,217,255,.22);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.08),
    rgba(124,60,255,.07)
  );
  color: #dcecff;
  font-size: .82rem;
  font-weight: 800;
}

.launch-status-dot {
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: #00D9FF;
  box-shadow:
    0 0 0 .35rem rgba(0,217,255,.10),
    0 0 1.5rem rgba(0,217,255,.65);
}

.launch-preview,
.launch-page .card,
.launch-page .aligned-card,
.launch-page .process-card,
.launch-page .mini-stat {
  border-color: rgba(115,205,255,.18) !important;
  background: linear-gradient(
    180deg,
    rgba(15,43,84,.76),
    rgba(5,16,37,.66)
  ) !important;
  box-shadow:
    0 20px 58px rgba(0,10,35,.38),
    inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.launch-preview {
  overflow: hidden;
  border: 1px solid rgba(115,205,255,.18);
  border-radius: 1.45rem;
}

.launch-preview-top {
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.15rem;
  border-bottom: 1px solid rgba(0,217,255,.14);
  background: rgba(2,7,19,.34);
  color: #9cb3cb;
  font-size: .78rem;
}

.launch-preview-top strong {
  color: #00D9FF;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch-preview-body {
  padding: clamp(1.5rem, 4vw, 2.2rem);
}

.launch-preview-body h2 {
  margin-bottom: .85rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.launch-preview-body > p {
  margin-bottom: 1.6rem;
  color: #cfe0f2;
}

.launch-progress {
  display: grid;
  gap: .75rem;
  margin-top: 1.25rem;
}

.launch-progress-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #cfe0f2;
  font-size: .82rem;
}

.launch-progress-row strong {
  color: #FFFFFF;
  font-size: .8rem;
}

.launch-progress-track {
  height: .48rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
}

.launch-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00D9FF, #2667FF 60%, #7C3CFF);
  box-shadow: 0 0 1.2rem rgba(0,217,255,.28);
}

.launch-preview-note {
  display: grid;
  gap: .25rem;
  margin-top: 1.6rem;
  padding: 1rem;
  border: 1px solid rgba(0,217,255,.22);
  border-radius: .9rem;
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.08),
    rgba(124,60,255,.06)
  );
}

.launch-preview-note strong {
  color: #FFFFFF;
}

.launch-preview-note span {
  color: #cfe0f2;
  font-size: .84rem;
}

.launch-page .card:hover,
.launch-page .process-card:hover,
.launch-page .mini-stat:hover {
  border-color: rgba(0,217,255,.42) !important;
  box-shadow:
    0 22px 65px rgba(0,217,255,.08),
    0 18px 55px rgba(0,0,0,.34) !important;
}

.launch-page .icon,
.launch-page .process-card > span,
.launch-page .mini-stat strong {
  color: #8BE9FF !important;
}

.launch-page .icon,
.launch-page .process-card > span {
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.16),
    rgba(124,60,255,.14)
  ) !important;
}

.launch-page .features li::before,
.launch-page .plan-start strong,
.launch-page .mini-response,
.launch-plan-label,
.launch-direct-contact a,
.launch-page .text-link {
  color: #00D9FF !important;
}

.launch-page .badge {
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.12),
    rgba(124,60,255,.10)
  ) !important;
  color: #8BE9FF !important;
  border: 1px solid rgba(0,217,255,.22) !important;
}

.launch-page .highlight,
.launch-page .recommended-mini {
  outline-color: rgba(0,217,255,.52) !important;
  border-color: rgba(0,217,255,.38) !important;
  background: linear-gradient(
    180deg,
    rgba(0,217,255,.12),
    rgba(38,103,255,.08),
    rgba(255,255,255,.03)
  ) !important;
}

.launch-page .light-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(0,217,255,.08), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(124,60,255,.08), transparent 30%),
    rgba(2,7,19,.40) !important;
  border-top: 1px solid rgba(0,217,255,.12);
  border-bottom: 1px solid rgba(0,217,255,.12);
}

.launch-page .soft-card,
.launch-page .dark-card,
.launch-page .form-card,
.launch-page .industries-panel {
  background: linear-gradient(
    180deg,
    rgba(15,43,84,.76),
    rgba(5,16,37,.66)
  ) !important;
  border-color: rgba(115,205,255,.18) !important;
}

.launch-page .quick-points span,
.launch-page .chips span,
.launch-page .industry-chips span {
  border: 1px solid rgba(0,217,255,.22) !important;
  background: linear-gradient(
    135deg,
    rgba(0,217,255,.08),
    rgba(124,60,255,.06)
  ) !important;
  color: #dcecff !important;
}

.launch-page .clean-list .icon {
  color: #00D9FF !important;
}

.launch-page .form-card label {
  color: #FFFFFF !important;
}

.launch-page .field input,
.launch-page .field select,
.launch-page .field textarea {
  border-color: rgba(115,205,255,.20) !important;
  background: rgba(2,7,19,.66) !important;
  color: #FFFFFF !important;
}

.launch-page .field input::placeholder,
.launch-page .field textarea::placeholder {
  color: #8fa4bc !important;
}

.launch-page .field input:focus,
.launch-page .field select:focus,
.launch-page .field textarea:focus {
  border-color: rgba(0,217,255,.55) !important;
  box-shadow: 0 0 0 4px rgba(0,217,255,.08) !important;
  outline: none;
}

.launch-page .footer {
  background: rgba(2,7,19,.92) !important;
  border-top: 1px solid rgba(0,217,255,.16) !important;
}

.launch-page .footer h3,
.launch-page .footer a {
  color: #FFFFFF;
}

.launch-page .footer a:hover {
  color: #00D9FF;
}

.launch-intro-card {
  position: relative;
  overflow: hidden;
}

.launch-intro-card::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: -9rem;
  top: -9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,217,255,.14), transparent 70%);
  pointer-events: none;
}

.launch-plan-label {
  display: inline-flex;
  margin-bottom: .55rem;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.launch-contact-grid {
  align-items: start;
}

.launch-contact-chips {
  margin-top: 1rem;
}

.launch-direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
  margin-top: 1.4rem;
}

.launch-direct-contact a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .launch-hero-grid {
    grid-template-columns: 1fr;
  }

  .launch-preview {
    max-width: 48rem;
  }
}

@media (max-width: 720px) {
  .launch-status {
    align-items: flex-start;
    border-radius: 1rem;
  }

  .launch-preview-top {
    min-height: 3.25rem;
  }

  .launch-preview-body {
    padding: 1.35rem;
  }

  .launch-progress-row {
    align-items: flex-start;
  }
}
