/* Temporary pre-launch state */
body::before {
  content: "LAUNCHING SOON";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-24deg);
  font-size: clamp(3.5rem, 11vw, 11rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: rgba(37, 99, 235, 0.105);
  text-align: center;
  white-space: nowrap;
}
body::after {
  content: "Launching Soon · Join the waitlist";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  background: linear-gradient(90deg, #2563EB, #7C3AED);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 14px;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.20);
}
body { padding-top: 42px; }
.launch-note {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #1e3a8a;
  border-radius: 14px;
  padding: 14px 18px;
  margin-top: 18px;
  font-size: 0.95rem;
}
.launch-note strong { color: #1e3a8a; }
