.coming-soon__card {
  max-width: 40rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  background-color: rgba(15, 23, 42, 0.72);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.35);
}

.coming-soon__badge {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #bfdbfe;
  background-color: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(147, 197, 253, 0.3);
}
