/* * Styles spécifiques pour le widget Elementor "Hero À Propos" 
 * Ces classes s'ajoutent aux utilitaires Tailwind déjà chargés.
 */

 .lerno-about-hero-wrapper {
    --highlight-cyan: #59F3E5;
    font-family: 'Nunito Sans', sans-serif;
}

/* Glassmorphism Hero : Base noire, transparent, bordure 4 côtés */
.lerno-about-hero-wrapper .glass-hero {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    color: white;
}

.lerno-about-hero-wrapper .title-900 { 
    font-weight: 900; 
    letter-spacing: -0.03em; 
}

.lerno-about-hero-wrapper .subline-refined {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.9;
}

.lerno-about-hero-wrapper .accent-cyan {
    color: var(--highlight-cyan);
}

.lerno-about-hero-wrapper .bg-accent-cyan-bg {
    background-color: var(--highlight-cyan);
}

/* Réinitialisation de p au sein du WYSIWYG si besoin */
.lerno-about-hero-wrapper .hero-desc p {
    margin-bottom: 0;
}