/*
Theme Name: Alcyde B2B Showcase
Theme URI: https://alcyde.net
Author: Antigravity AI
Author URI: https://alcyde.net
Description: Thème WordPress sur-mesure B2B Industriel pour Alcyde, généré à partir de Stitch.
Version: 1.0.0
Text Domain: alcyde
*/

/* Le framework Tailwind CSS gère le reste du style via le CDN dans ce setup rapide. */
body {
    font-family: 'Inter', sans-serif;
}
.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.glow-button:hover {
    box-shadow: 0 0 20px rgba(8, 112, 181, 0.4);
}
