/* Hide any accidental dev controls after footer (SEO+UX safety) */
footer ~ form,
footer ~ label,
footer ~ input,
footer ~ button,
footer ~ section.dev-forms,
footer ~ .dev-forms { display:none !important; }
