WhatsApp /* ANULA fondo global que pusimos por error */ html, body { background: unset !important; background-color: transparent !important; } /* Asegura que el footer conserve su diseño oscuro */ .footer { background: linear-gradient(180deg,#050506 0%, #121214 100%) !important; color: #e9eef2; border-top: 1px solid rgba(255,255,255,0.03); box-shadow: 0 -6px 24px rgba(0,0,0,0.6); }