/* Digipulse public pages (Contact / Privacy / Terms) — wbotify-style dark chrome */

body.lw-public-dark-page,
body.omx-login-page.lw-public-dark-page {
  background: #121412 !important;
  font-family: Poppins, Ubuntu, system-ui, sans-serif;
}
body.lw-public-dark-page .navbar-top,
body.lw-public-dark-page .header,
body.lw-public-dark-page footer.py-5,
body.lw-public-dark-page .main-content > footer {
  display: none !important;
}
body.lw-public-dark-page .main-content {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  background: #121412 !important;
}

.omx-public-page {
  padding: 110px 1rem 3rem;
  min-height: 70vh;
  background:
    radial-gradient(ellipse 50% 40% at 20% 0%, rgba(71, 182, 71, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 35% at 90% 10%, rgba(37, 211, 102, 0.08), transparent 50%),
    #121412;
}

.omx-public-container {
  max-width: 720px;
  margin: 0 auto;
}
.omx-public-container-wide {
  max-width: 960px;
}

.omx-public-card {
  background: #1a1c1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  color: #e5e7eb;
}
@media (min-width: 768px) {
  .omx-public-card {
    padding: 2.5rem 2.25rem;
  }
}

.omx-public-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.omx-public-lead {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.55;
}

.omx-public-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 1.25rem 0;
}

.omx-public-title {
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.omx-public-details {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.omx-public-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(71, 182, 71, 0.15);
  color: rgb(71, 182, 71);
  font-size: 1.35rem;
}

.omx-public-form .input-group-text {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 0;
  color: #9ca3af;
}
.omx-public-form .form-control {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  min-height: 46px;
}
.omx-public-form .input-group .form-control {
  border-left: 0;
}
.omx-public-form textarea.form-control {
  min-height: 160px;
}
.omx-public-form .form-control:focus {
  background: #151515;
  border-color: rgb(71, 182, 71);
  box-shadow: 0 0 0 3px rgba(71, 182, 71, 0.2);
  color: #fff;
}
.omx-public-form .form-control::placeholder {
  color: #6b7280;
}

.omx-public-btn {
  background: rgb(71, 182, 71) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 999px !important;
  padding: 0.7rem 1.75rem !important;
  box-shadow: none !important;
  text-transform: none;
}
.omx-public-btn:hover {
  filter: brightness(0.94);
  color: #fff !important;
}

.omx-public-prose {
  color: #d1d5db;
  font-size: 0.98rem;
  line-height: 1.7;
}
.omx-public-prose h1,
.omx-public-prose h2,
.omx-public-prose h3,
.omx-public-prose h4,
.omx-public-prose strong {
  color: #fff;
}
.omx-public-prose a {
  color: rgb(71, 182, 71);
}
