/* Honeypot field — invisible to real visitors, catches bots that
   auto-fill every input. Off-screen instead of display:none because
   some bots specifically skip display:none/hidden fields. */
.hp-field{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}
