/* Dark theme for LANDING legal/info modal (#legalModalUniversal) */
#legalModalUniversal .modal-content {
  background: #091a32;
  color: #f1f5f9;
  border: 1px solid rgba(78, 115, 223, 0.4);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
}

#legalModalUniversal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.5);
}

#legalModalUniversal .modal-title {
  color: #fff !important;
  font-family: Orbitron, system-ui, sans-serif;
}

#legalModalUniversal .modal-body {
  color: #e2e8f0;
  font-family: Poppins, system-ui, sans-serif;
}

#legalModalUniversal .modal-body p {
  color: #e2e8f0;
}

#legalModalUniversal .modal-body .text-muted {
  color: #94a3b8 !important;
}

#legalModalUniversal .modal-body h6,
#legalModalUniversal .modal-body .h6 {
  color: #93c5fd !important;
}

#legalModalUniversal .modal-body .text-primary {
  color: #93c5fd !important;
}

/* Close control visible on dark panel */
#legalModalUniversal .btn-close {
  filter: invert(1) brightness(1.2);
  opacity: 0.85;
}

#legalModalUniversal .btn-close:hover {
  opacity: 1;
}

/* Footer payment / bank checklist strip (see landing-pay-strip in index.html) */
.landing-pay-strip {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.landing-pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.landing-pay-badge-ssl {
  background: rgba(22, 163, 74, 0.25);
  border: 1px solid rgba(74, 222, 128, 0.55);
  color: #bbf7d0;
}

.landing-pay-badge-sec {
  background: rgba(109, 40, 217, 0.28);
  border: 1px solid rgba(167, 139, 250, 0.55);
  color: #e9d5ff;
}

.landing-pay-cards {
  padding: 10px 18px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-pay-cards img {
  height: 24px;
  width: auto;
  display: block;
  opacity: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.landing-pay-cards .landing-pay-logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 768px) {
  .landing-pay-cards img {
    height: 28px;
  }
}

.landing-pay-disclaimer {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 11px;
  color: rgba(148, 163, 184, 0.95);
  letter-spacing: 0.01em;
}
