/* Lead capture modal — Sprint PSU-MG */
html {
  scroll-behavior: smooth;
}

.sprint-lead-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.sprint-lead-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.sprint-lead-modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  padding: 36px 32px 32px;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.22s ease;
}

.sprint-lead-overlay.is-open .sprint-lead-modal {
  transform: translateY(0) scale(1);
}

.sprint-lead-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.sprint-lead-close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.sprint-lead-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sprint-lead-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sprint-lead-field label {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}

.sprint-lead-field label .req {
  color: #ef4444;
  margin-left: 2px;
}

.sprint-lead-field input {
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  padding: 0 16px;
  border: 1.5px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 15px;
  color: #0f172a;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sprint-lead-field input::placeholder {
  color: #94a3b8;
}

.sprint-lead-field input:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.sprint-lead-field input.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.sprint-lead-error {
  min-height: 16px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ef4444;
}

.sprint-lead-submit {
  margin-top: 6px;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: #22c55e;
  color: #fff;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.sprint-lead-submit:hover {
  background: #16a34a;
}

.sprint-lead-submit:active {
  transform: translateY(1px);
}

.sprint-lead-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.sprint-lead-success {
  display: none;
  text-align: center;
  padding: 24px 8px 8px;
}

.sprint-lead-success.is-visible {
  display: block;
}

.sprint-lead-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.sprint-lead-success p {
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1e293b;
  font-weight: 500;
}

body.sprint-lead-locked {
  overflow: hidden;
}

@media (max-width: 480px) {
  .sprint-lead-modal {
    padding: 28px 20px 24px;
    border-radius: 22px;
  }
}

/* Compact investment block after price removal */
.elementor-377 .elementor-element.elementor-element-441cf901 {
  --margin-bottom: 32px;
  margin-bottom: 32px;
}
.elementor-377 .elementor-element.elementor-element-2e9999b0 {
  --padding-bottom: 24px;
  padding-bottom: 24px;
}
