/* Modal captura móvil — calendario (día elegido / abandono) */
.fp-lead-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(15, 45, 52, 0.55);
  backdrop-filter: blur(3px);
}

.fp-lead-gate-modal {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  font-family: Montserrat, system-ui, sans-serif;
  color: #1a3d44;
}

.fp-lead-gate-modal[data-theme='pilates'] {
  border-top: 4px solid #7b2cbf;
}

.fp-lead-gate-modal[data-theme='fisio'] {
  border-top: 4px solid #1f707c;
}

.fp-lead-gate-modal h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
}

.fp-lead-gate-modal p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a5c60;
}

.fp-lead-gate-modal .fp-lead-trust {
  font-size: 0.78rem;
  color: #5a6b6e;
  margin-bottom: 14px;
}

.fp-lead-gate-modal label {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.fp-lead-gate-modal input[type='tel'] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #c5d5d8;
  border-radius: 10px;
  font-size: 1rem;
  margin-bottom: 14px;
}

.fp-lead-gate-modal input[type='tel']:focus {
  outline: none;
  border-color: #1f707c;
  box-shadow: 0 0 0 3px rgba(31, 112, 124, 0.15);
}

.fp-lead-gate-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fp-lead-gate-modal__primary {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  background: #1f707c;
  color: #fff;
}

.fp-lead-gate-modal[data-theme='pilates'] .fp-lead-gate-modal__primary {
  background: #7b2cbf;
}

.fp-lead-gate-modal__primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.fp-lead-gate-modal__skip {
  background: none;
  border: none;
  color: #5a6b6e;
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px;
  align-self: center;
}

.fp-lead-gate-modal__legal {
  margin: 12px 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #8a9598;
}

@media (max-width: 480px) {
  .fp-lead-gate-modal {
    padding: 18px 16px 14px;
  }
}
