.svaasthy-lead-form__trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.svaasthy-turnstile {
  margin-top: 14px;
}

.svaasthy-turnstile iframe {
  max-width: 100%;
}

.svaasthy-lead-form__status {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #166534;
}

.svaasthy-lead-form__status[hidden] {
  display: none;
}

.svaasthy-lead-form__status[data-state="error"] {
  color: #b91c1c;
}

.svaasthy-lead-form__status[data-state="success"] {
  color: #166534;
}

.svaasthy-lead-form__status[data-state="info"] {
  color: #14532d;
}

.lead-form__btn[disabled],
.submit-btn[disabled] {
  cursor: wait;
  opacity: 0.72;
}
