/* ============================================
   BASE/RESET_V2.CSS
   Reset universal, body, headings (SMACSS base)
   AD LASER WON — SMACSS Modular V2
   Generated: 18 Mei 2026
   PATENT RULE Compliance
   ============================================ */

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Arial, sans-serif; -webkit-tap-highlight-color: transparent; }

body { background-color: var(--bg-halaman); color: #000; overflow-x: hidden; }
