body.page-template-page-coming-soon {
  background: linear-gradient(135deg, #0f141c 0%, #17212d 50%, #111111 100%) !important;
  color: #ffffff;
}
body.page-template-page-coming-soon .wp-site-blocks,
body.page-template-page-coming-soon .wp-site-blocks > * {
  max-width: 100% !important;
}
.fmr-coming-soon {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
.fmr-coming-soon__card {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 32px;
  padding: clamp(32px, 5vw, 64px);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.fmr-coming-soon__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
}
.fmr-coming-soon h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
}
.fmr-coming-soon p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}
.fmr-coming-soon__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.fmr-coming-soon__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-weight: 600;
}
.fmr-coming-soon__button--ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.2);
}
@media (max-width: 640px) {
  .fmr-coming-soon h1 { font-size: 38px; }
  .fmr-coming-soon p { font-size: 16px; }
  .fmr-coming-soon__button { width: 100%; }
}
