:root {
  --pw-bg-1: #07111f;
  --pw-bg-2: #14213f;
  --pw-ice: #eef9ff;
  --pw-soft: rgba(255, 255, 255, 0.8);
  --pw-panel: rgba(255, 255, 255, 0.12);
  --pw-border: rgba(255, 255, 255, 0.24);
}

html,
body {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(79, 216, 255, 0.35), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(179, 118, 255, 0.28), transparent 26%),
    linear-gradient(135deg, var(--pw-bg-1), var(--pw-bg-2));
  color: var(--pw-ice);
}

.fw-black {
  font-weight: 900;
}

.hero-card {
  border: 1px solid var(--pw-border);
  border-radius: 2rem;
  background: var(--pw-panel);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pw-soft);
}

.lead {
  max-width: 58rem;
  color: var(--pw-soft);
}

.btn {
  min-height: 52px;
  border-radius: 999px;
  font-weight: 700;
}

.footer-note {
  color: rgba(255, 255, 255, 0.72);
}
