/* Champ piège : multi-couches de masquage pour échapper aux heuristiques
 * de bots qui ignorent un simple display:none. Restera invisible et
 * inaccessible aux humains (clavier + lecteurs d'écran). */
.arssans-hp-trap {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.arssans-hp-trap input,
.arssans-hp-trap label {
    visibility: hidden !important;
}
