/* ==================================================================
   Alpine Elite Detailling — global.css
   Minimal reset commun à toutes les pages (vitrine + admin).
   Toutes les styles design sont dans app.css.
   ================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, sans-serif; background: #0A0E1A; color: #F5F7FA; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
