:root {
  --navy-980: #040914;
  --navy-950: #071226;
  --navy-900: #0b1836;
  --gold-500: #bf9341;
  --gold-300: #f3e2b7;
  --text-strong: #f3f7ff;
  --text-muted: #a9b8d4;
  --line-soft: rgba(167, 189, 233, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Urbanist", "Segoe UI", sans-serif;
  color: var(--text-strong);
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(143, 174, 226, 0.16), transparent 58%),
    radial-gradient(720px 360px at 88% 100%, rgba(214, 176, 102, 0.12), transparent 62%),
    linear-gradient(180deg, #081229 0%, #040914 100%);
  overflow-x: hidden;
  overflow-y: auto;
}

.soon-shell {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}

.soon-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(143, 174, 226, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 174, 226, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.star-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.soon-card {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 30px;
  border: 1px solid rgba(167, 189, 233, 0.16);
  background:
    radial-gradient(300px 180px at 90% 0%, rgba(214, 176, 102, 0.15), transparent 68%),
    linear-gradient(180deg, rgba(12, 26, 56, 0.88), rgba(6, 14, 31, 0.96));
  box-shadow: 0 28px 72px rgba(1, 5, 16, 0.42);
  backdrop-filter: blur(18px);
}

.soon-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  height: clamp(54px, 10vw, 100px);
  width: auto;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.45)) drop-shadow(0 12px 22px rgba(0, 0, 0, 0.45));
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(8, 17, 36, 0.72);
  color: var(--gold-300);
  font-size: 0.88rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  max-width: 13ch;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.soon-sub {
  margin: 0.95rem 0 1.6rem;
  max-width: 42rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.72;
}

.count-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.count-box {
  padding: 1rem 0.85rem;
  border-radius: 20px;
  border: 1px solid rgba(167, 189, 233, 0.16);
  background: rgba(8, 17, 36, 0.56);
  text-align: center;
}

.count-box strong {
  display: block;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.count-box span {
  display: block;
  margin-top: 0.35rem;
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.soon-pills {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.soon-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 176, 102, 0.2);
  background: rgba(8, 17, 36, 0.54);
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 700;
}

.soon-note {
  margin: 1.2rem 0 0;
  color: var(--gold-300);
  font-size: 0.92rem;
}

.soon-connect {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.connect-card {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(167, 189, 233, 0.16);
  background: rgba(8, 17, 36, 0.5);
}

.connect-card h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  color: var(--text-strong);
}

.connect-card p {
  margin: 0.55rem 0 0;
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.newsletter-form {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
}

.newsletter-form input {
  flex: 1;
  min-height: 42px;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid var(--line-soft);
  background: rgba(7, 15, 32, 0.78);
  color: var(--text-strong);
}

.newsletter-form input::placeholder {
  color: #8ea3ca;
}

.newsletter-form button {
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(214, 176, 102, 0.28);
  background: linear-gradient(140deg, #b88937 0%, #d6b066 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.newsletter-note {
  margin-top: 0.55rem;
  color: var(--gold-300);
  font-size: 0.78rem;
}

.soon-social-links {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.soon-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 38px;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(7, 15, 32, 0.72);
  color: var(--text-strong);
  font-size: 0.82rem;
  font-weight: 600;
}

.soon-social-link img {
  width: 0.85rem;
  height: 0.85rem;
  filter: brightness(0) saturate(100%) invert(94%) sepia(15%) saturate(655%) hue-rotate(323deg) brightness(103%) contrast(91%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .soon-shell {
    padding: 1.4rem 0.9rem;
  }

  .soon-card {
    width: 100%;
  }

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

  .soon-connect {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .soon-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .back-link {
    width: 100%;
  }

  h1 {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .soon-sub {
    font-size: 0.98rem;
  }
}

@media (max-width: 480px) {
  .soon-card {
    padding: 1.2rem 1rem;
    border-radius: 22px;
  }

  .count-grid {
    grid-template-columns: 1fr;
  }

  .count-box {
    padding: 0.9rem 0.7rem;
  }

  .newsletter-form {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
