/* --- VARIABLES NEUMORPHIC --- */
:root {
    --bg-color: #e0e5ec;          /* Gris bleuté très doux */
    --text-main: #2d3748;         /* Anthracite lisible */
    --text-muted: #718096;
    --shadow-light: #ffffff;      /* Ombre de lumière */
    --shadow-dark: #a3b1c6;       /* Ombre portée douce */
    --gradient-accent: linear-gradient(135deg, #3b82f6, #8b5cf6); /* Bleu vers Violet */
    --container-width: 1200px;
}

* {
    box-sizing: border-box;
}
body, html { /* J'ai ajouté html ici aussi par sécurité */
    font-family: 'Inter', system-ui, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 🔒 EMPÊCHE LE SCROLL HORIZONTAL */
}

/* --- HEADER "LIQUID GLASS" (Pilule flottante) --- */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* Positionnement flottant */
    position: sticky;
    top: 25px; /* Décollé du haut de l'écran */
    z-index: 100;
    
    /* Forme de "Pilule" centrée */
    max-width: 1000px; /* Largeur maximale pour ne pas toucher les bords */
    margin: 0 auto; /* Centre la barre horizontalement */
    padding: 1rem 2.5rem; /* Espace intérieur aéré */
    border-radius: 40px; /* Bords complètement arrondis */
    
    /* Effet Verre Liquide (Glassmorphism) */
    background: rgba(255, 255, 255, 0.4); /* Blanc semi-transparent */
    backdrop-filter: blur(24px); /* Le flou puissant qui crée l'effet verre */
    -webkit-backdrop-filter: blur(24px); /* Pour Safari */
    
    /* Détails de haute fidélité (Fidelity Details du prompt) */
    border: 1px solid rgba(255, 255, 255, 0.6); /* Ligne extérieure subtile */
    box-shadow: 
        0 15px 35px rgba(163, 177, 198, 0.25), /* Ombre douce sous la pilule */
        inset 0 4px 6px rgba(255, 255, 255, 0.6); /* Reflet lumineux à l'intérieur en haut */
        
    /* Petite transition fluide si ça bouge */
    transition: all 0.3s ease;
}

/* Petit ajustement pour mobile pour que la pilule ne touche pas les bords de l'écran */
@media (max-width: 850px) {
    header {
        top: 15px;
        margin: 0 1rem;
        padding: 1rem 1.5rem;
        border-radius: 25px;
        flex-direction: column;
        gap: 1rem;
    }
    nav a { margin-left: 0.5rem; margin-right: 0.5rem; }
}

/* --- HEADER NEUMORPHIC --- 
header {
    padding: 1.5rem 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--bg-color);
    box-shadow: 0 4px 15px rgba(163, 177, 198, 0.2);
}
*/
.logo {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--text-main);
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

nav a {
    margin-left: 2rem;
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 12px;
}

nav a:hover, nav a.active {
    color: #3b82f6;
    /* Effet bouton creusé au survol */
    box-shadow: inset 3px 3px 6px var(--shadow-dark), 
                inset -3px -3px 6px var(--shadow-light);
}

/* --- LAYOUT --- */
main {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.hero {
    padding: 6rem 0 4rem 0;
    text-align: center;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 800;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 900px;
    margin: 0 auto 1rem auto;
}

/* --- CARTES NEUMORPHIQUES (BENTO GRID) --- */
.grid-choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 6rem;
}

.choice-card {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 24px;
    text-decoration: none;
    color: inherit;
    /* L'ombre Neumorphique : une claire en haut à gauche, une sombre en bas à droite */
    box-shadow: 9px 9px 16px var(--shadow-dark), 
               -9px -9px 16px var(--shadow-light);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.choice-card:hover {
    transform: translateY(-5px);
    /* Au survol, l'ombre s'élargit pour donner l'impression de léviter */
    box-shadow: 12px 12px 20px var(--shadow-dark), 
               -12px -12px 20px var(--shadow-light);
}

/* --- ANIMATION LIQUID (MICRO-INTERACTION) --- */
@keyframes liquid-morph {
    0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

.card-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    background: var(--gradient-accent);
    color: white;
    /* Forme organique qui bouge toute seule */
    animation: liquid-morph 5s ease-in-out infinite;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.choice-card h2 {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    color: var(--text-main);
}

/* --- BOUTONS / LIENS (Fini les textes en gras) --- */
.btn-neumorphic {
    margin-top: auto;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3b82f6;
    background: var(--bg-color);
    box-shadow: 5px 5px 10px var(--shadow-dark), 
               -5px -5px 10px var(--shadow-light);
    transition: all 0.2s ease;
}

.choice-card:hover .btn-neumorphic {
    /* Le bouton s'enfonce quand on survole la carte */
    box-shadow: inset 4px 4px 8px var(--shadow-dark), 
                inset -4px -4px 8px var(--shadow-light);
    color: #8b5cf6;
}

/* --- RESPONSIVE --- */
@media (max-width: 850px) {
    h1 { font-size: 2.2rem; }
    .grid-choices { grid-template-columns: 1fr; gap: 2rem; }
    .choice-card { padding: 2rem; }
}

/* --- BENTO GRID INTÉLLIGENTE (Page Outils) --- */
.bento-grid {
    display: grid;
    /* La grille auto-adaptable : au moins 340px de large par carte */
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2.5rem;
    margin-bottom: 6rem;
}

/* Le Hub prend toute la largeur sur la première ligne */
.hub-card {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
}

/* Les réglages internes spécifiques au Hub */
.hub-card .card-icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    font-size: 3rem;
    margin-bottom: 0;
}

.hub-card .btn-neumorphic {
    margin-top: 0;
    margin-left: auto; /* Pousse le bouton complètement à droite */
}

/* Responsive : Passage en colonne sur les petits écrans */
@media (max-width: 900px) {
    .hub-card { flex-direction: column; text-align: left; align-items: flex-start; gap: 1.5rem; }
    .hub-card .btn-neumorphic { margin-left: 0; margin-top: auto; }
}

/* --- SECTION PARCOURS / CV --- */
.timeline-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
}

/* On utilise la base de choice-card mais on adapte l'intérieur */
.experience-card {
    width: 100%;
    /* On annule la direction colonne par défaut des choice-cards */
    display: block; 
    padding: 3rem;
}

.exp-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(163, 177, 198, 0.3);
    padding-bottom: 1.5rem;
}

.company-logo {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    object-fit: contain;
    background: white; /* Fond blanc au cas où le logo soit transparent */
    box-shadow: inset 2px 2px 5px var(--shadow-dark), inset -2px -2px 5px var(--shadow-light);
    padding: 8px;
}

.exp-meta {
    font-size: 0.95rem;
    font-weight: 600;
    color: #3b82f6; /* Accent bleu */
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.exp-content ul {
    margin-top: 1rem;
    padding-left: 1.5rem;
}

.exp-content li {
    margin-bottom: 0.5rem;
    color: var(--text-muted);
}

/* Les fameuses "Pilules" de compétences */
.skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.skill-pill {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: var(--text-main);
    background: var(--bg-color);
    /* Effet Neumorphic sortant */
    box-shadow: 3px 3px 6px var(--shadow-dark), -3px -3px 6px var(--shadow-light);
    transition: all 0.2s ease;
}

.skill-pill:hover {
    color: #8b5cf6;
    /* Effet creusé au survol */
    box-shadow: inset 3px 3px 6px var(--shadow-dark), inset -3px -3px 6px var(--shadow-light);
}

@media (max-width: 768px) {
    .experience-card { padding: 2rem; }
    .exp-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

/* --- COMPTEURS ANIMÉS --- */
.stats-container {
    margin-top: 2rem;
}
.stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.stat-label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

/* --- BARRES DE COMPÉTENCES NEUMORPHIQUES --- */
.skill-row {
    margin-bottom: 1.5rem;
}
.skill-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-main);
}
.skill-track {
    width: 100%;
    height: 12px;
    background: var(--bg-color);
    border-radius: 10px;
    /* L'effet de piste creusée dans la matière */
    box-shadow: inset 3px 3px 6px var(--shadow-dark), inset -3px -3px 6px var(--shadow-light);
    overflow: hidden;
}
.skill-fill {
    height: 100%;
    width: 0; /* À 0 par défaut, rempli par le JS */
    background: var(--gradient-accent);
    border-radius: 10px;
    transition: width 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- SCHÉMA DYNAMIQUE PDCA --- */
.dynamic-schema {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    border: 1px dashed var(--shadow-dark);
}
.pdca-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
}
.pdca-step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.pdca-step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-color);
    box-shadow: 4px 4px 8px var(--shadow-dark), -4px -4px 8px var(--shadow-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #3b82f6;
}
.pdca-step span {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-muted);
}
.pdca-line {
    height: 3px;
    flex-grow: 1;
    margin: 0 10px;
    margin-bottom: 20px; /* Aligné avec les cercles */
    background: var(--shadow-dark);
    position: relative;
    overflow: hidden;
}
/* Animation du schéma gérée par JS */
.reveal-step {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}
.reveal-step.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- FLUX D'INTERVENTION (SCOPE FLOW) --- */
.scope-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.scope-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    flex: 0 0 auto;
    width: 130px;
    
    /* État initial caché pour l'animation JS */
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scope-node.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.node-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 50%;
    background: var(--bg-color);
    /* Bouton Neumorphic bombé */
    box-shadow: 6px 6px 12px var(--shadow-dark), -6px -6px 12px var(--shadow-light);
    color: var(--text-main);
    transition: transform 0.3s;
}

.scope-node:hover .node-icon {
    transform: translateY(-5px);
    color: #3b82f6;
}

.scope-node span {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-muted);
    line-height: 1.3;
}

.scope-line {
    height: 8px;
    flex: 1;
    margin: 0 10px;
    margin-bottom: 30px; /* Pour l'aligner avec le centre des cercles */
    background: var(--bg-color);
    /* Ligne Neumorphic creusée */
    box-shadow: inset 2px 2px 4px var(--shadow-dark), inset -2px -2px 4px var(--shadow-light);
    border-radius: 4px;
    
    /* Animation de la ligne */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.scope-line.visible {
    opacity: 1;
}

/* Version Mobile : On passe en grille pour que ça rentre */
@media (max-width: 800px) {
    .scope-flow { flex-wrap: wrap; justify-content: center; gap: 2rem; }
    .scope-line { display: none; } /* On cache les lignes sur mobile */
    .scope-node { width: 40%; }
}

/* --- INTERACTIVITÉ DU FLUX --- */
.scope-node.interactive {
    cursor: pointer;
}

/* Quand la bulle est cliquée/active, elle s'enfonce et change de couleur */
.scope-node.active .node-icon {
    box-shadow: inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);
    color: #3b82f6;
    transform: scale(0.95);
}

.scope-node.active span {
    color: #3b82f6;
}

/* Le panneau d'affichage des détails */
.scope-details-panel {
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    background: var(--bg-color);
    border-radius: 16px;
    box-shadow: inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);
    min-height: 100px;
    transition: opacity 0.3s ease;
    text-align: center; /* <-- C'est ça qui centre parfaitement le texte */
    width: 100%;
}

.scope-details-panel h4 {
    margin: 0 0 0.8rem 0;
    color: var(--accent); /* On passe le titre en bleu pour qu'il ressorte */
    font-size: 1.15rem;
}

/* --- BANDEAU PARTENAIRES (PREUVE SOCIALE) --- */
.logos-track {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    background: var(--bg-color);
    border-radius: 20px;
    /* L'effet Neumorphic inversé (creusé) */
    box-shadow: inset 5px 5px 10px var(--shadow-dark), inset -5px -5px 10px var(--shadow-light);
}

.partner-logo {
    height: 45px;          /* Hauteur fixe pour que tous les logos soient alignés */
    max-width: 140px;      /* Largeur max pour les logos très allongés */
    object-fit: contain;
    /* L'astuce pro : gris clair par défaut */
    filter: grayscale(100%) opacity(0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.partner-logo:hover {
    /* Au survol, la couleur revient et le logo zoome un peu */
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Sur mobile, on réduit un peu la taille et les espaces */
@media (max-width: 768px) {
    .logos-track { padding: 1.5rem; gap: 1.5rem; }
    .partner-logo { height: 35px; }
}

/* --- BOUTON SWITCH (TIMELINE) --- */
.timeline-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.toggle-label {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.3s ease;
}

.toggle-label.active {
    color: var(--accent);
}

.neumorphic-toggle {
    width: 70px;
    height: 36px;
    background: var(--bg-color);
    border-radius: 18px;
    /* La piste creusée */
    box-shadow: inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);
    position: relative;
    cursor: pointer;
}

.toggle-slider {
    width: 28px;
    height: 28px;
    background: var(--gradient-accent);
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    /* Le bouton qui ressort */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* L'état quand on clique */
.neumorphic-toggle.toggled .toggle-slider {
    transform: translateX(34px);
    background: linear-gradient(135deg, #10b981, #059669); /* Passe au vert pour les projets */
}

/* Animation de fondu pour les timelines */
.timeline-wrapper {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- BOUTONS DE FILTRE NEUMORPHIQUES (Version Premium) --- */
.filter-btn {
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    border: none;
    outline: none; /* Supprime le contour bleu par défaut des navigateurs */
    background: var(--bg-color);
    color: var(--text-muted);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    /* Ombre Neumorphique classique (bombée) */
    box-shadow: 6px 6px 12px var(--shadow-dark), 
               -6px -6px 12px var(--shadow-light);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: inherit;
}

.filter-btn:hover {
    color: #3b82f6;
    /* L'ombre s'élargit un peu au survol pour un effet de lévitation */
    box-shadow: 8px 8px 15px var(--shadow-dark), 
               -8px -8px 15px var(--shadow-light);
    transform: translateY(-2px);
}

.filter-btn.active {
    /* Le bouton s'enfonce franchement dans la matière */
    box-shadow: inset 5px 5px 10px var(--shadow-dark), 
                inset -5px -5px 10px var(--shadow-light);
    color: #3b82f6;
    transform: translateY(0); /* Annule le soulèvement du hover */
}

/* --- EFFET VERRE GIVRÉ (GLASSMORPHISM) --- */
.glass-card {
    background: rgba(224, 229, 236, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 7px 7px 20px rgba(163, 177, 198, 0.7), 
               -7px -7px 20px rgba(255, 255, 255, 0.8) !important;
}

.choice-card.glass-card:hover {
    background: rgba(224, 229, 236, 0.8) !important; 
    box-shadow: 10px 10px 25px rgba(163, 177, 198, 0.8), 
               -10px -10px 25px rgba(255, 255, 255, 0.9) !important;
}

/* --- TRANSITION FLUIDE DES FILTRES (Technique à 2 classes) --- */
.tool-card {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
    transition: opacity 0.35s ease, transform 0.35s ease; 
    will-change: opacity, transform;
}

/* Étape 1 : Animation visuelle (Disparition) */
.tool-card.hidden-anim {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none; 
}

/* Étape 2 : Retrait physique de la grille (Saut de layout) */
.tool-card.hidden-layout {
    display: none !important;
}

/* ==========================================================================
   SECTION HERO 3D (BUREAU / DESKTOP PAR DÉFAUT)
   ========================================================================== */
.hero-3d-layout {
    display: flex;
    flex-direction: row; /* Côte à côte sur grand écran */
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 6rem 0 4rem 0;
    width: 100%;
}

.hero-text-content {
    flex: 1; /* Le texte prend la moitié gauche */
    text-align: left;
}

.hero-text-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 800;
    /* Le fameux dégradé bleu/violet est de retour ! */
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text-content p {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

/* L'orbe flottante (PC) */
.hero-orb-container {
    flex: 0 0 400px; /* Taille fixe de l'orbe sur grand écran */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float-orb 6s ease-in-out infinite;
}

.floating-orb {
    width: 100%;
    height: auto;
    pointer-events: none; 
    filter: hue-rotate(-60deg) saturate(150%) brightness(1.1) contrast(1.1);
    mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen; 
}

@keyframes float-orb {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* ==========================================================================
   ADAPTATION POUR MOBILE (La fameuse bulle de protection)
   ========================================================================== */
@media (max-width: 850px) {
    
    /* 1. Menu Mobile */
    header {
        flex-direction: column; 
        gap: 1.2rem;            
        padding: 1.5rem 5%;     
    }
    nav {
        display: flex;
        flex-wrap: wrap;        
        justify-content: center; 
        gap: 0.8rem;            
    }
    nav a {
        margin-left: 0;         
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
        white-space: nowrap;    
    }

    /* 2. Hero 3D Mobile */
    .hero-3d-layout {
        flex-direction: column !important; /* Ici, on dit d'empiler uniquement sur mobile */
        padding: 2rem 0 4rem 0 !important;
        gap: 2rem !important;
    }
    
    .hero-text-content {
        text-align: center; /* Centre le texte sur mobile */
        padding: 0 5%;
    }
    
    .hero-text-content h1 {
        font-size: 2.4rem !important; /* Titre plus petit pour le tel */
        word-wrap: break-word; 
    }

/* On masque complètement l'orbe sur mobile pour la perf et l'UX */
    .hero-orb-container {
        display: none !important;
    }
    
    /* 3. Grille Bento Mobile */
    .grid-choices { grid-template-columns: 1fr; gap: 2rem; }
    .choice-card { padding: 2rem; }
}
/* --- BADGE NOUVEAU --- */
    .badge-new {
        display: inline-block;
        font-size: 0.65rem;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 0.05rem;
        color: white;
        /* Un vert émeraude qui inspire la validation/nouveauté, ou ton bleu #3b82f6 */
        background: linear-gradient(135deg, #10b981, #059669); 
        padding: 0.2rem 0.6rem;
        border-radius: 12px;
        margin-left: 0.8rem;
        vertical-align: middle;
        /* Animation de pulsation douce */
        animation: pulse-soft 2s infinite;
    }

    @keyframes pulse-soft {
        0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
        70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
        100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
    }
