/* Скрытое поле-ловушка для ботов */
input[name="bot_trap"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}