/* Minimal pre-launch page — civic tone for .vote registry visibility */

.coming-soon {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 56px;
  box-sizing: border-box;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(
      to bottom left,
      rgba(15, 28, 45, 0.38) 0%,
      rgba(15, 28, 45, 0.12) 32%,
      transparent 58%
    ),
    linear-gradient(
      to top left,
      rgba(205, 222, 244, 0.55) 0%,
      rgba(148, 178, 218, 0.28) 26%,
      transparent 54%
    ),
    linear-gradient(165deg, var(--navy900) 0%, #344e6f 48%, #2f4a66 100%);
}

.coming-soon__inner {
  max-width: 36rem;
}

.coming-soon__brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(18px, 2.5vw, 22px);
  letter-spacing: 0.1em;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 28px;
}

.coming-soon__eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(11px, 1.1vw, 13px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-accent);
  margin: 0 0 16px;
}

.coming-soon h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.coming-soon__lead {
  margin: 0 0 28px;
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.92);
}

.coming-soon__apps {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.88);
}

.coming-soon__foot {
  margin: 32px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(248, 250, 252, 0.62);
}

.coming-soon__links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon__links a {
  color: var(--gold-accent);
  text-decoration: none;
}

.coming-soon__links a:hover {
  text-decoration: underline;
}

.coming-soon__dot {
  color: rgba(248, 250, 252, 0.35);
  font-weight: 400;
}
