/* coming-soon.css — shared coming-soon layout */

.cs-main {
  min-height: calc(100vh - 63px);
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.cs-container {
  max-width: 520px;
  width: 100%;
  text-align: center;
}

.cs-icon {
  width: 56px;
  height: 56px;
  background: rgba(180, 22, 22, 0.06);
  border: 1px solid rgba(180, 22, 22, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b41616;
  margin: 0 auto 1.75rem;
}

.cs-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #b41616;
  margin-bottom: 0.75rem;
}

.cs-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.cs-subtitle {
  font-size: 0.975rem;
  color: #777;
  line-height: 1.75;
  margin-bottom: 2.25rem;
}

.cs-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .cs-title { font-size: 2rem; }
  .cs-actions { flex-direction: column; }
  .cs-actions .btn { width: 100%; text-align: center; justify-content: center; }
}
