:root {
  --bg: #06111f;
  --bg-2: #0a182a;
  --panel: rgba(10, 23, 39, 0.78);
  --panel-2: rgba(14, 30, 48, 0.92);
  --border: rgba(184, 221, 255, 0.14);
  --text: #eff8ff;
  --text-soft: #aac3d7;
  --text-dim: #7f9ab0;
  --accent: #65d8ff;
  --accent-2: #72efc2;
  --accent-3: #ffc987;
  --danger: #ff9f8f;
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(1100px 640px at -8% -10%, rgba(49, 128, 186, 0.34), transparent 62%),
    radial-gradient(920px 560px at 108% 2%, rgba(44, 115, 98, 0.28), transparent 52%),
    linear-gradient(160deg, #04111f 0%, #071425 42%, #0a182a 100%);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

.site-bg,
.site-grid,
.site-orb {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site-bg {
  z-index: 0;
}

.site-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 100%);
}

.site-orb {
  filter: blur(48px);
  opacity: 0.62;
}

.orb-a {
  inset: auto auto 72% -8%;
  width: 360px;
  height: 360px;
  background: rgba(101, 216, 255, 0.22);
}

.orb-b {
  inset: 10% -10% auto auto;
  width: 360px;
  height: 360px;
  background: rgba(114, 239, 194, 0.18);
}

.orb-c {
  inset: auto 12% 4% auto;
  width: 320px;
  height: 320px;
  background: rgba(255, 201, 135, 0.12);
}

.site-header,
.site-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 800 13px/1 "Sora", "Segoe UI", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-brand-mark {
  width: 40px;
  height: 18px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.24)),
    linear-gradient(90deg, rgba(101, 216, 255, 0.86), rgba(114, 239, 194, 0.42));
  box-shadow: 0 0 28px rgba(101, 216, 255, 0.28);
}

.site-nav,
.site-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a,
.site-link-muted {
  color: var(--text-soft);
  font-size: 14px;
}

.site-shell {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 36px 0 64px;
  display: grid;
  gap: 28px;
}

.hero,
.showcase-band,
.features,
.workflow,
.launch {
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 24px;
  min-height: calc(100svh - 124px);
  align-items: center;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font: 700 11px/1 "Sora", "Segoe UI", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.showcase-copy h2,
.workflow .section-head h2,
.launch h2 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.94;
}

.hero-subtitle,
.launch-copy p,
.showcase-copy p,
.section-head p,
.workflow-step p,
.feature-card p,
.showcase-card p,
.stage-card p {
  margin: 0;
  color: #c8dceb;
  line-height: 1.62;
}

.hero-trust,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: #eef8ff;
  font-size: 13px;
}

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(101, 216, 255, 0.24);
  background: linear-gradient(135deg, rgba(101, 216, 255, 0.32), rgba(255, 201, 135, 0.22));
  color: #07111f;
  font-weight: 800;
  cursor: pointer;
}

.site-btn.ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: var(--border);
}

.hero-stage-shell,
.showcase-band,
.feature-card,
.workflow-step,
.launch-card {
  border-radius: 28px;
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(13, 28, 46, 0.88), rgba(7, 17, 31, 0.88)),
    rgba(10, 23, 39, 0.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-stage-shell {
  padding: 20px;
  min-height: 560px;
  display: grid;
  gap: 16px;
}

.stage-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #eaf7ff;
  font: 700 11px/1 "Sora", "Segoe UI", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stage-canvas {
  position: relative;
  min-height: 300px;
  border-radius: 22px;
  border: 1px solid rgba(184, 221, 255, 0.12);
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 159, 143, 0.14), transparent 24%),
    radial-gradient(circle at 26% 28%, rgba(101, 216, 255, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(8, 18, 30, 0.92), rgba(5, 12, 23, 0.92));
  overflow: hidden;
}

.stage-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
}

.stage-zone {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #f8fcff;
  font: 700 11px/1 "Sora", "Segoe UI", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stage-zone.hot {
  background: rgba(255, 159, 143, 0.18);
  border: 1px solid rgba(255, 159, 143, 0.24);
}

.stage-zone.warm {
  background: rgba(255, 201, 135, 0.16);
  border: 1px solid rgba(255, 201, 135, 0.24);
}

.stage-zone.cool {
  background: rgba(101, 216, 255, 0.16);
  border: 1px solid rgba(101, 216, 255, 0.24);
}

.stage-zone.neutral {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.stage-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.stage-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 221, 255, 0.12);
}

.stage-card span,
.showcase-card span,
.feature-card h3,
.workflow-step span {
  font-family: "Sora", "Segoe UI", sans-serif;
}

.stage-card span,
.showcase-card span {
  display: block;
  color: var(--text-dim);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stage-card strong,
.showcase-card strong {
  display: block;
  margin-top: 10px;
  font: 700 20px/1.08 "Sora", "Segoe UI", sans-serif;
  color: var(--text);
}

.showcase-band,
.launch {
  padding: 24px;
}

.showcase-band {
  display: grid;
  gap: 18px;
}

.showcase-copy {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.showcase-copy h2,
.section-head h2,
.launch h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
}

.showcase-grid,
.feature-grid,
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.showcase-card,
.feature-card,
.workflow-step {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.16;
}

.features,
.workflow {
  display: grid;
  gap: 18px;
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.section-head.narrow {
  max-width: 700px;
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(184, 221, 255, 0.18);
  font: 700 14px/1 "Sora", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
}

.workflow-step h3 {
  margin: 18px 0 10px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 20px;
}

.launch {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 18px;
  align-items: start;
}

.launch-copy {
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.launch-card {
  padding: 20px;
  display: grid;
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: #d6e7f3;
  font-size: 13px;
  font-weight: 700;
}

.field input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(184, 221, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  outline: none;
}

.field input::placeholder {
  color: #7f96aa;
}

.field input:focus {
  border-color: rgba(101, 216, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(101, 216, 255, 0.08);
}

.launch-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(180px, 1.1fr);
  gap: 14px;
}

.field-action {
  align-content: start;
}

.mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mode-option {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(184, 221, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mode-option.active {
  background: linear-gradient(135deg, rgba(101, 216, 255, 0.2), rgba(255, 201, 135, 0.14));
  color: var(--text);
  border-color: rgba(101, 216, 255, 0.24);
}

.site-btn.submit {
  width: 100%;
}

.launch-status {
  min-height: 22px;
  margin: 0;
  color: var(--text-soft);
  line-height: 1.45;
}

.launch-status.error {
  color: #ffb1a5;
}

.launch-status.success {
  color: #9bf0ca;
}

@media (max-width: 1120px) {
  .site-header,
  .site-shell {
    width: min(100%, calc(100% - 28px));
  }

  .hero,
  .launch {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .showcase-grid,
  .feature-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .site-header {
    padding-top: 18px;
    flex-wrap: wrap;
  }

  .site-nav,
  .site-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(34px, 12vw, 58px);
  }

  .stage-cards,
  .showcase-grid,
  .feature-grid,
  .workflow-grid,
  .launch-row {
    grid-template-columns: 1fr;
  }

  .site-shell {
    gap: 22px;
    padding: 28px 0 46px;
  }

  .showcase-band,
  .launch,
  .launch-card,
  .hero-stage-shell {
    padding: 18px;
  }
}

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

  .site-header-actions {
    justify-content: flex-start;
  }

  .hero-actions,
  .site-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-btn,
  .site-btn.ghost {
    width: 100%;
  }
}
