        @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800&display=swap');
        body { font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
        .glass { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); }
        .hero-gradient { background: radial-gradient(circle at top right, #779deb 0%, #ffffff 100%); }

        /* Ocultar barra de scroll en categorías para móvil */
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        
        /* Estilo para FAQs */
        .faq-pill:hover { background-color: #f8fafc; }
        details > summary { list-style: none; }
        details > summary::-webkit-details-marker { display: none; }