.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: 12px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8faf7;
}

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

.svaasthy-lead-form__status {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 700;
  color: #166534;
  background: rgba(22, 101, 52, 0.08);
}

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

.svaasthy-lead-form__status[data-state="error"] {
  color: #b91c1c;
  background: rgba(185, 28, 28, 0.08);
}

.svaasthy-lead-form__status[data-state="success"] {
  color: #166534;
  background: rgba(22, 101, 52, 0.08);
}

.svaasthy-lead-form__status[data-state="info"] {
  color: #14532d;
  background: rgba(20, 83, 45, 0.08);
}

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