/* Honeypot + Turnstile (lead security layer) */
.bm-hp-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.bm-turnstile-wrap {
  margin: 1rem 0 0;
}

.chatbot-form .bm-turnstile-wrap {
  margin: 0.75rem 0 0;
}

.book-demo-form .bm-turnstile-wrap,
.demo-form .bm-turnstile-wrap,
#contact-form .bm-turnstile-wrap {
  margin-top: 1rem;
}

.lc-form .bm-turnstile-wrap {
  margin-top: 0.5rem;
}
