/* Main-page plan callout. */
.launch {
  padding: clamp(56px, 8vw, 96px) 20px;
  overflow: hidden;
  background:
    radial-gradient(700px 360px at 50% 7%, rgba(139, 92, 246, 0.14), transparent 68%),
    radial-gradient(520px 300px at 66% 45%, rgba(167, 139, 250, 0.07), transparent 72%);
}
.launch__hero { width: min(100%, 900px); margin: 0 auto; text-align: center; }
.launch__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  padding: 6px 12px;
  margin-bottom: 24px;
  border: 1px solid rgba(247, 244, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 244, 255, 0.82);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.launch__pill span { width: 9px; height: 9px; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.launch h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.launch__lead {
  max-width: 650px;
  margin: 22px auto 28px;
  color: rgba(247, 244, 255, 0.56);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.75;
}
