/* Honeypot field - completely hidden */
.newsletter-form input[name="website"] {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Loading state for submit button */
.newsletter-form button[type="submit"]:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
