/* Coming-soon / preview gate (standalone; not part of main SCSS build) */

.preview-gate-body {
  margin: 0;
  min-height: 100vh;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  background: linear-gradient(145deg, #0f2433 0%, #103755 45%, #187a99 100%);
}

.preview-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  text-align: center;
  color: #fff;
}

.preview-gate__inner {
  max-width: 36rem;
}

.preview-gate__logo img {
  max-width: min(280px, 85vw);
  height: auto;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
}

.preview-gate__eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}

.preview-gate__title {
  font-family: "Red Hat Display", "DM Sans", sans-serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.preview-gate__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  opacity: 0.92;
  margin: 0 0 1.5rem;
}

.preview-gate__contact {
  margin: 0 0 2rem;
  font-size: 1rem;
}

.preview-gate__contact a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.preview-gate__contact i {
  margin-right: 0.35rem;
}

.preview-gate__login-btn {
  min-width: 12rem;
}

.preview-gate-modal .modal-content {
  border: none;
  border-radius: 12px;
  color: #141416;
  background: #fff;
}

.preview-gate-modal .modal-header,
.preview-gate-modal .modal-body,
.preview-gate-modal .modal-footer {
  color: #141416;
}

.preview-gate-modal .modal-title {
  color: #141416;
}

.preview-gate-modal .form-label {
  color: #1c2539;
  font-weight: 600;
}

.preview-gate-modal .form-control {
  color: #141416;
  background-color: #fff;
  border-color: #c5cdd6;
}

.preview-gate-modal .form-control::placeholder {
  color: #5d666f;
}

.preview-gate-modal__hint {
  color: #5d666f;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.preview-gate-modal .rts-btn.btn-border {
  background: transparent;
  border: 1px solid #ddd8f9;
  color: #141416;
}

.preview-gate-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  text-align: center;
  background: #103755;
  color: #fff;
}

.preview-gate-bar a {
  color: #fff;
  font-weight: 600;
  margin-left: 0.5rem;
}
