/* ── MSSU Enquiry Form — add to your shared CSS file ────────────────────────
   e.g. /assets/css/style.css
   ──────────────────────────────────────────────────────────────────────────── */

/* Honeypot trap — invisible to real users, bots fill it */
.form-trap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  overflow: hidden;
}
