/* "Coming soon" page for a flyer that exists in German but not yet in the
   visitor's language (FlyerController::comingSoon()). */

.flyer-soon-box {
  max-width: 560px;
  background: #04182f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 3rem 2.5rem;
}

.flyer-soon-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 136, 229, 0.14);
  color: #1e88e5;
  margin-bottom: 1.25rem;
}

.flyer-soon-box .flyer-soon-kicker {
  color: #1e88e5;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.flyer-soon-box h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.flyer-soon-box p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.flyer-soon-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.flyer-soon-secondary {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline !important;
}
.flyer-soon-secondary:hover { color: #fff !important; }

@media (max-width: 575.98px) {
  .flyer-soon-box { padding: 2.25rem 1.5rem; }
}
