/*
Theme Name: AS Lavandería Pro Gold
Author: Tu Desarrollador
Description: Tema blindado con estética High-End para servicios de limpieza. Full Elementor.
Version: 3.0
*/

:root {
    --primary: #FFD700; /* Amarillo Logo/Botones */
    --bg-dark: #0a0a0a;
    --text-light: #ffffff;
    --accent: #d4af37;
}

body { font-family: 'Inter', sans-serif; background-color: var(--bg-dark); color: var(--text-light); margin: 0; overflow-x: hidden; }

/* Header Estilo Portalaseo.cl */
.site-header { background: rgba(0,0,0,0.95); border-bottom: 2px solid var(--primary); padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; position: fixed; width: 100%; top: 0; z-index: 9999; }
.logo-container img { height: 50px; width: auto; }
.nav-menu ul { list-style: none; display: flex; gap: 20px; margin: 0; }
.nav-menu a { color: #fff; text-decoration: none; font-weight: 600; text-transform: uppercase; font-size: 0.8rem; }
.btn-whatsapp-top { background: var(--primary); color: #000; padding: 10px 20px; border-radius: 5px; font-weight: bold; text-decoration: none; display: flex; align-items: center; gap: 8px; }

/* Ajuste para Elementor Canvas */
.elementor-page .site-header { position: relative; }
