/* Lead Gate (Downloads) - ajustes visuais do modal para combinar com o tema */

.lead-gate-modal {
  border-radius: 18px;
  overflow: hidden;
}

.lead-gate-modal .modal-header {
  background: var(--theme);
  border-bottom: 0;
}

.lead-gate-modal .modal-title {
  font-weight: 700;
  color: #fff;
}

.lead-gate-modal .btn-close {
  filter: invert(1);
  opacity: .9;
}

.lead-gate-subtitle {
  margin: 0 0 14px;
  opacity: 0.8;
}

.lead-gate-modal .form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.lead-gate-modal .form-control {
  height: 46px;
  border-radius: 12px;
}

.lead-gate-msg {
  font-size: 14px;
  line-height: 1.2;
}

.lead-gate-msg.is-ok { color: #198754; }
.lead-gate-msg.is-err { color: #dc3545; }
