/* Page styles extracted from template-qui-sommes-nous.php. */

/* ═══ RESET & BASE ══════════════════════════════════════════ */
        :root { --primary: #2D5BFF; --accent: #e0005b; --text-main: #ffffff; --text-muted: #cccccc; --glass: rgba(255, 255, 255, 0.05); --glass-border: rgba(255, 255, 255, 0.15); --footer-bg: #050505; --card-bg: #080808; }
        html, body, #page, .site, .site-content, .entry-content, .content-area { background-color: transparent !important; background: transparent !important; margin: 0 !important; padding: 0 !important; }
        html { background-color: #000 !important; scroll-behavior: smooth; font-size: 16px !important; }
        body { color: var(--text-main); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; cursor: none; line-height: normal;}
        * { box-sizing: border-box; outline: none; }
        a, button, input, select, textarea, label { cursor: none; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; padding: 0; margin: 0; }
        .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

        /* ═══ CURSEUR MAGIQUE ════════════════════════════════════════ */
        .cursor-dot  { width:8px; height:8px; background:#fff; position:fixed; top:0; left:0; translate:-50% -50%; border-radius:50%; z-index:9999; pointer-events:none; box-shadow:0 0 10px #fff; }
        .cursor-ring { width:40px; height:40px; border:2px solid var(--accent); position:fixed; top:0; left:0; translate:-50% -50%; border-radius:50%; z-index:9998; pointer-events:none; transition:width .2s,height .2s,background .2s; box-shadow:0 0 20px rgba(224,0,91,.3); }
        body.hovering .cursor-ring { width:70px; height:70px; background:rgba(224,0,91,.08); border-color:#fff; mix-blend-mode:screen; }

        /* ═══ FOND VIDÉO TEXTURÉ ═════════════════════════════════════ */
        .global-video-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -10; overflow: hidden; }
        .global-video-container video { width: 100%; height: 100%; object-fit: cover; }
        .global-video-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5, 5, 5, 0.85); z-index: -9; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.07'/%3E%3C/svg%3E"); }

        /* ═══ HEADER ════════════════════════════════════════════════ */
        header { position:fixed; top:20px; left:50%; translate:-50% 0; width:96%; max-width:1400px; padding:10px 22px; background:rgba(20,20,20,.6) !important; backdrop-filter:blur(20px); border:1px solid var(--glass-border); border-radius:100px; display:flex; justify-content:space-between; align-items:center; z-index:1000; box-shadow:0 10px 30px rgba(0,0,0,.5); }
        .logo-img { max-height:38px; width:auto; display:block; }
        .desktop-nav ul { display:flex; gap:16px; }
        .desktop-nav a { color:#ccc; font-size:.8rem; font-weight:600; text-transform:uppercase; letter-spacing:.8px; position:relative; white-space:nowrap; }
        .desktop-nav a:hover, .desktop-nav a.active { color:#fff; }
        .desktop-nav a::after { content:''; position:absolute; bottom:-5px; left:0; width:0; height:2px; background:var(--accent); transition:.3s; }
        .desktop-nav a:hover::after { width: 100%; }
        
        /* CORRECTION DU MENU DÉROULANT */
        .desktop-nav li.dropdown { position: relative; }
        .dropdown-menu { position: fixed; top: 70px; left: 0; width: 100%; background: rgba(8,8,8,.97); backdrop-filter: blur(20px); border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); display: flex; flex-direction: row; justify-content: center; align-items: stretch; padding: 0; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; transform: translateY(-6px); z-index: 999; }
        .desktop-nav li.dropdown:hover .dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
        .desktop-nav li.dropdown::after { content: ''; position: absolute; top: 100%; left: -15px; width: calc(100% + 30px); height: 40px; background: transparent; z-index: 1; }
        
        .dropdown-menu li { width: auto; border-right: 1px solid rgba(255,255,255,.07); }
        .dropdown-menu li:last-child { border-right:none; }
        .dropdown-menu a { display:flex; align-items:center; padding:18px 26px; color:#888; font-size:.7rem; text-transform:uppercase; letter-spacing:1.5px; transition:.25s; white-space:nowrap; height:100%; }
        .dropdown-menu a::after { display:none; }
        .dropdown-menu a:hover { color:#fff; background:rgba(224,0,91,.07); }
        .dropdown-menu a.active { color:var(--accent); border-bottom:2px solid var(--accent); }
        .burger-btn { display:none; font-size:1.5rem; color:#fff; cursor:pointer; margin-left:15px; }
        
        .mobile-overlay { position:fixed; top:0; left:0; width:100%; height:100vh; background:rgba(8,8,8,.99); backdrop-filter:blur(15px); z-index:1001; display:flex; flex-direction:column; justify-content:center; align-items:center; opacity:0; visibility:hidden; pointer-events:none; transition:all .4s ease-in-out; }
        .mobile-overlay.active { opacity:1; visibility:visible; pointer-events:auto; }
        .mobile-close { position: absolute; top: 20px; right: 30px; font-size: 3.5rem; color: white; cursor: pointer; z-index: 1002; transition: 0.3s; line-height: 1; }
        .mobile-close:hover { color: var(--accent); rotate: 90deg; }
        .mobile-overlay ul { display: flex; flex-direction: column; gap: 30px; text-align: center; }
        .mobile-overlay a { font-family: 'Syne'; font-size: 2rem; color: white; text-transform: uppercase; }

        .cta-btn { background:#fff; color:#000; padding:10px 18px; border-radius:50px; font-weight:700; font-size:.75rem; transition:.4s; border:1px solid #fff; white-space:nowrap; animation:pulseCta 3s infinite; }
        @keyframes pulseCta { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.4)} 70%{box-shadow:0 0 0 10px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }
        .cta-btn:hover { background:var(--accent); border-color:var(--accent); color:#fff; box-shadow:0 0 20px rgba(224,0,91,.6); translate:0 -2px; animation:none; }

        /* ═══ UTILITAIRES ════════════════════════════════════════════ */
        .text-gradient { background:linear-gradient(135deg,#fff 0%,var(--accent) 45%,var(--primary) 80%,#fff 100%); background-size:200% auto; background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shine 6s linear infinite; }
        @keyframes shine { to { background-position:200% center; } }
        .section-label { font-size:.65rem; font-weight:700; text-transform:uppercase; letter-spacing:4px; color:var(--primary); margin-bottom:14px; display:block; }
        .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
        .reveal.active { opacity: 1; transform: translateY(0); }
        .in-text-link { color: #fff; font-weight: bold; text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 4px; transition: 0.3s; }
        .in-text-link:hover { color: var(--primary); background: rgba(45, 91, 255, 0.1); padding: 0 4px; border-radius: 4px; }
        
        .btn-primary { background:linear-gradient(45deg, var(--primary), var(--accent)); color:#fff; padding:14px 32px; border-radius:50px; font-weight:700; font-size:.85rem; text-transform:uppercase; letter-spacing:1px; transition:.35s; border:none; cursor:pointer; display:inline-flex; align-items:center; gap:8px; }
        .btn-primary:hover { translate:0 -3px; box-shadow:0 12px 30px rgba(224,0,91,.4); }
        .btn-outline { background:transparent; color:#fff; padding:14px 32px; border-radius:50px; font-weight:700; font-size:.85rem; text-transform:uppercase; letter-spacing:1px; transition:.35s; border:1px solid rgba(255,255,255,.25); display:inline-flex; align-items:center; gap:8px; }
        .btn-outline:hover { border-color:#fff; translate:0 -3px; }

        /* ═══ HERO ══════════════════════════════════════════════════ */
        .service-hero { padding: 180px 10% 80px; text-align: center; position: relative; z-index: 1; border-bottom: 1px solid var(--glass-border); }
        .service-tag { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; display: inline-block; background: linear-gradient(45deg, var(--primary), var(--accent)); padding: 5px 15px; border-radius: 50px; }
        .page-title { font-family: 'Syne'; font-size: clamp(2.8rem,7vw,6rem); text-transform: uppercase; margin-bottom: 30px; line-height: 1.1; letter-spacing: -0.02em; }
        .page-title em { font-style:normal; -webkit-text-fill-color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.3); }
        .service-intro { color: #ccc; font-size: 1.2rem; max-width: 800px; margin: 0 auto; line-height: 1.8; }
        .hero-ctas { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-top: 30px; }
        .text-glow-anim { background: linear-gradient(to right, #ffffff 20%, #e0005b 50%, #2D5BFF 80%, #ffffff 100%); background-size: 200% auto; color: #fff; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 5s linear infinite; }

        /* STATS PILULE ELASTIQUE */
        .hero-stats { display:inline-flex; justify-content:center; margin:50px auto 0; width:auto; max-width:95%; border:1px solid rgba(255,255,255,.08); border-radius:100px; backdrop-filter:blur(10px); background:rgba(255,255,255,.025); position:relative; z-index:1; }
        .hero-stat { padding:20px 30px; text-align:center; border-right:1px solid rgba(255,255,255,.07); display:flex; flex-direction:column; justify-content:center; align-items:center; }
        .hero-stat:last-child { border-right:none; }
        .hero-stat-num { font-family:'Syne',sans-serif; font-size:clamp(1.2rem, 2.2vw, 1.6rem); font-weight:800; background:linear-gradient(135deg,#fff,var(--accent)); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; line-height:1.2; text-align:center; white-space:nowrap; }
        .hero-stat-lbl { font-size:.65rem; text-transform:uppercase; letter-spacing:1px; color:#ccc; margin-top:5px; line-height:1.4; max-width:150px; text-align:center; }

        /* BOUTON EXPLORER LA TECHNIQUE RELATIF */
        .scroll-down { display:flex; flex-direction:column; align-items:center; gap:8px; color:#aaa; font-size:.65rem; text-transform:uppercase; letter-spacing:3px; animation:bounce 2s infinite; margin-top: 60px; cursor:pointer; }
        .scroll-down i { font-size: 1.2rem; color: var(--primary); }
        @keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }

        /* ═══ SECTION INTRO — PRODJEKT en 2 lignes ═════════════════ */
        .intro-section { padding:100px 5%; position:relative; z-index:1; max-width: 1450px; margin: 0 auto; }
        .intro-inner { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
        .intro-text h2 { font-family:'Syne',sans-serif; font-size:clamp(2rem,4vw,3.2rem); text-transform:uppercase; line-height:1.05; letter-spacing:-.02em; margin-bottom:24px; color: white; }
        .intro-text p { color:#bbb; font-size:.98rem; line-height:1.85; margin-bottom:16px; }
        .intro-text strong { color:#fff; }
        .intro-tagline { font-family:'Syne',sans-serif; font-size:1.4rem; color:var(--accent); font-style:italic; margin-top:28px; border-left:3px solid var(--accent); padding-left:20px; line-height:1.5; }
        .intro-mosaic { border-radius:24px; overflow:hidden; border:1px solid rgba(255,255,255,.08); box-shadow:0 30px 80px rgba(0,0,0,.7); aspect-ratio:4/3; width: 100%; }
        .intro-mosaic img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s; }
        .intro-mosaic:hover img { transform:scale(1.04); }

        /* ═══ POURQUOI NOUS — 6 piliers ════════════════════════════ */
        .why-section { padding:100px 5%; background:rgba(0,0,0,.35); border-top:1px solid var(--glass-border); border-bottom:1px solid var(--glass-border); position:relative; z-index:1; }
        .why-container { max-width: 1450px; margin: 0 auto; }
        .why-header { text-align:center; margin-bottom:60px; }
        .why-header h2 { font-family:'Syne',sans-serif; font-size:clamp(1.8rem,4vw,3rem); text-transform:uppercase; letter-spacing:-.02em; color: white;}
        .why-header p { color:#bbb; max-width:600px; margin:.8rem auto 0; font-size:.95rem; line-height:1.7; }
        .why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
        .why-card { background:rgba(255,255,255,.025); border:1px solid var(--glass-border); border-radius:20px; padding:36px 28px; position:relative; overflow:hidden; transition:.4s; display:flex; flex-direction:column; gap:14px; }
        .why-card::before { content:''; position:absolute; top:0; left:0; width:4px; height:100%; background:linear-gradient(180deg,var(--accent),transparent); opacity:0; transition:.4s; }
        .why-card:hover { background:rgba(255,255,255,.04); border-color:rgba(224,0,91,.25); translate:0 -6px; box-shadow:0 20px 50px rgba(0,0,0,.6); }
        .why-card:hover::before { opacity:1; }
        .why-icon { width:52px; height:52px; border-radius:14px; background:rgba(224,0,91,.1); border:1px solid rgba(224,0,91,.25); display:flex; align-items:center; justify-content:center; font-size:1.3rem; color:var(--accent); transition:.4s; flex-shrink:0; }
        .why-card:hover .why-icon { background:rgba(224,0,91,.18); }
        .why-card h3 { font-family:'Syne',sans-serif; font-size:1.1rem; text-transform:uppercase; letter-spacing:.5px; color:#fff; margin:0;}
        .why-card p { color:#aaa; font-size:.88rem; line-height:1.7; margin:0; }

        /* ═══ SLS GROUP ═════════════════════════════════════════════ */
        .group-section { padding:100px 5%; position:relative; z-index:1; }
        .group-container { max-width: 1450px; margin: 0 auto; }
        .group-header { text-align:center; margin-bottom:60px; }
        .group-header h2 { font-family:'Syne',sans-serif; font-size:clamp(1.8rem,4vw,3rem); text-transform:uppercase; color: white;}
        .group-header p { color:#bbb; max-width:650px; margin:.8rem auto 0; line-height:1.7; font-size:.95rem; }
        .group-brands { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
        .brand-card { background:rgba(255,255,255,.025); border:1px solid var(--glass-border); border-radius:20px; padding:30px 24px; text-align:center; transition:.4s; position:relative; overflow:hidden; }
        .brand-card::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(45,91,255,.05),rgba(224,0,91,.05)); opacity:0; transition:.4s; }
        .brand-card:hover { border-color:rgba(224,0,91,.3); translate:0 -6px; box-shadow:0 20px 50px rgba(0,0,0,.6); }
        .brand-card:hover::after { opacity:1; }
        .brand-icon { width:60px; height:60px; border-radius:16px; background:rgba(255,255,255,.07); border:1px solid var(--glass-border); display:flex; align-items:center; justify-content:center; font-size:1.4rem; margin:0 auto 18px; transition:.4s; color: white;}
        .brand-card:hover .brand-icon { background:rgba(224,0,91,.12); border-color:rgba(224,0,91,.3); color:var(--accent); }
        .brand-card h3 { font-family:'Syne',sans-serif; font-size:1.1rem; text-transform:uppercase; letter-spacing:1px; margin-bottom:8px; color: white;}
        .brand-meta { font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:2px; color:var(--accent); margin-bottom:12px; }
        .brand-card p { color:#aaa; font-size:.85rem; line-height:1.6; margin:0;}

        /* ═══ BLOCS DE CONTENU SEO (GRILLE ASYMÉTRIQUE IMMERSIVE) ════ */
        .seo-section { padding: 100px 5%; position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; }
        .content-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: center; margin-bottom: 120px; }
        .content-grid.reverse { direction: rtl; grid-template-columns: 1.3fr 1fr; }
        .content-grid.reverse > * { direction: ltr; }
        
        .seo-text h2 { font-family: 'Syne'; font-size: clamp(1.6rem, 4vw, 2.5rem); margin-bottom: 20px; color: white; text-transform: uppercase; line-height: 1.1; overflow-wrap: break-word; }
        .seo-text p { color: #aaa; font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; }
        .seo-text strong { color: white; }
        
        .seo-text ul { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
        .seo-text li { position: relative; padding-left: 24px; color: #bbb; font-size: 0.95rem; line-height: 1.6; display:block; margin:0;}
        .seo-text li::before { content: '\f058'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: var(--primary); font-size: 1rem; position: absolute; left: 0; top: 3px; }
        
        .seo-text .cta-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid transparent; transition: 0.3s; margin-top: 8px; align-self: flex-start; }
        .seo-text .cta-link:hover { border-bottom-color: var(--primary); gap: 12px; }

        .brands-logos { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
        .brand-tag { background:rgba(255,255,255,.05); border:1px solid var(--glass-border); border-radius:8px; padding:6px 12px; font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:#888; transition:.3s; cursor: pointer;}
        .brand-tag:hover { color:#fff; border-color:rgba(255,255,255,.2); }

        /* IMAGE WRAPPER MULTIPLE */
        .parc-gallery { display:flex; flex-direction:column; gap:10px; width: 100%;}
        .parc-img-main { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 80px rgba(0,0,0,0.7); aspect-ratio: 16/9; width: 100%; }
        .parc-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); opacity: 1 !important; visibility: visible !important; }
        .parc-img-main:hover img { transform: scale(1.05); }
        .parc-img-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
        .parc-img-row .sub-img-wrap { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); aspect-ratio: 16/9; }
        .parc-img-row img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s; }
        .parc-img-row .sub-img-wrap:hover img { transform:scale(1.05); }

        /* ÉQUIPE */
        .team-section { padding:100px 5%; background:rgba(0,0,0,.3); border-top:1px solid var(--glass-border); border-bottom:1px solid var(--glass-border); position:relative; z-index:1; }
        .team-container { max-width: 1450px; margin: 0 auto; }
        .team-header { text-align:center; margin-bottom:60px; }
        .team-header h2 { font-family:'Syne',sans-serif; font-size:clamp(1.8rem,4vw,3rem); text-transform:uppercase; color: white;}
        .team-header p { color:#bbb; max-width:600px; margin:.8rem auto 0; font-size:.95rem; line-height:1.7; }
        .team-label { font-family:'Syne',sans-serif; font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:4px; color:rgba(255,255,255,.2); margin:50px 0 24px; text-align:center; display:flex; align-items:center; gap:16px; }
        .team-label::before,.team-label::after { content:''; flex:1; height:1px; background:var(--glass-border); }
        .team-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:20px; }
        .team-card { background:rgba(255,255,255,.025); border:1px solid var(--glass-border); border-radius:18px; padding:28px 20px; text-align:center; transition:.4s; position:relative; overflow:hidden; }
        .team-card::before { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--accent),var(--primary)); opacity:0; transition:.4s; }
        .team-card:hover { translate:0 -6px; border-color:rgba(224,0,91,.2); box-shadow:0 18px 45px rgba(0,0,0,.5); }
        .team-card:hover::before { opacity:1; }
        .team-avatar { width:80px; height:80px; border-radius:50%; margin:0 auto 16px; background:rgba(255,255,255,.06); border:2px solid var(--glass-border); overflow:hidden; display:flex; align-items:center; justify-content:center; transition:.4s; }
        .team-card:hover .team-avatar { border-color:var(--accent); }
        .team-avatar img { width:100%; height:100%; object-fit:cover; display:block; filter:grayscale(30%); transition:.4s; }
        .team-card:hover .team-avatar img { filter:grayscale(0%); }
        .team-avatar-icon { font-size:2rem; color:#444; }
        .team-name { font-family:'Syne',sans-serif; font-size:.95rem; font-weight:700; text-transform:uppercase; letter-spacing:.5px; margin-bottom:6px; color: white;}
        .team-role { font-size:.72rem; text-transform:uppercase; letter-spacing:2px; color:var(--accent); font-weight:700; margin-bottom:8px; }
        .team-phone { font-size:.78rem; color:#555; transition:.3s; }
        .team-card:hover .team-phone { color:#888; }

        /* RSE & LABELS */
        .rse-section { padding:100px 5%; position:relative; z-index:1; }
        .rse-container { max-width: 1450px; margin: 0 auto; }
        .rse-header { text-align:center; margin-bottom:60px; }
        .rse-header h2 { font-family:'Syne',sans-serif; font-size:clamp(1.8rem,4vw,3rem); text-transform:uppercase; color: white;}
        .rse-header p { color:#bbb; max-width:600px; margin:.8rem auto 0; line-height:1.7; }
        .labels-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-bottom:60px; }
        .label-card { background:rgba(255,255,255,.025); border:1px solid var(--glass-border); border-radius:22px; padding:40px; display:flex; align-items:center; gap:36px; transition:.4s; }
        .label-card:hover { border-color:rgba(224,0,91,.25); translate:0 -4px; box-shadow:0 20px 50px rgba(0,0,0,.6); }
        .label-logo-box { width:120px; height:100px; background:#fff; border-radius:14px; display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:10px; }
        .label-logo-box img { max-width:100%; max-height:100%; object-fit:contain; }
        .label-info h3 { font-family:'Syne',sans-serif; font-size:1.15rem; text-transform:uppercase; margin-bottom:8px; color: white;}
        .label-info p { color:#bbb; font-size:.9rem; line-height:1.7; margin:0;}
        .label-badge { display:inline-block; background:rgba(224,0,91,.1); border:1px solid rgba(224,0,91,.3); color:var(--accent); font-size:.65rem; font-weight:700; text-transform:uppercase; letter-spacing:2px; padding:4px 12px; border-radius:50px; margin-top:10px; }

        /* MÉTHODOLOGIE */
        .method-section { background:rgba(0,0,0,.4); padding:100px 5%; border-top:1px solid var(--glass-border); border-bottom:1px solid var(--glass-border); position:relative; z-index:1; text-align:center; }
        .method-container { max-width: 1450px; margin: 0 auto; }
        .method-header { margin-bottom:60px; }
        .method-header h2 { font-family:'Syne',sans-serif; font-size:clamp(1.8rem,4vw,3rem); text-transform:uppercase; color: white;}
        .method-header p { color:#bbb; max-width:650px; margin:.8rem auto 0; line-height:1.7; }
        .steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; text-align:left; }
        .step-card { padding:32px 26px; background:rgba(255,255,255,.02); border:1px solid var(--glass-border); border-radius:18px; position:relative; transition:.4s; overflow:hidden; display: flex; flex-direction: column;}
        .step-card:hover { background:rgba(255,255,255,.05); border-color:rgba(224,0,91,.25); translate:0 -6px; }
        .step-num { font-family:'Syne',sans-serif; font-size:3.5rem; font-weight:800; color:rgba(255,255,255,.05); line-height:1; margin-bottom:16px; transition:.4s; }
        .step-card:hover .step-num { color:rgba(224,0,91,.2); }
        .step-card i { color:var(--accent); font-size:1.2rem; margin-bottom:14px; display:block; }
        .step-card h3 { font-family:'Syne',sans-serif; font-size:1rem; color:#fff; margin-bottom:10px; text-transform:uppercase; letter-spacing:1px; }
        .step-card p { color:#888; font-size:.85rem; line-height:1.6; margin:0;}

        /* GALERIE MASONRY */
        .gallery-section { padding:100px 5% 60px; position:relative; z-index:1; border-top:1px solid var(--glass-border); }
        .gallery-container { max-width: 1450px; margin: 0 auto; }
        .gallery-header { text-align:center; margin-bottom:50px; }
        .gallery-header h2 { font-family:'Syne',sans-serif; font-size:clamp(1.8rem,3.5vw,2.8rem); text-transform:uppercase; color: white;}
        .masonry { columns:4; gap:16px; }
        .masonry-item { break-inside:avoid; margin-bottom:16px; border-radius:16px; overflow:hidden; position:relative; cursor:zoom-in; border: 1px solid rgba(255,255,255,.1); }
        .masonry-item img { width:100%; display:block; transition:transform .5s,filter .5s; filter:brightness(.85) grayscale(15%); }
        .masonry-item:hover img { transform:scale(1.04); filter:brightness(1) grayscale(0%); }
        .masonry-item::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(224,0,91,.06),transparent); mix-blend-mode:screen; pointer-events:none; opacity:0; transition:.4s; }
        .masonry-item:hover::after { opacity:1; }

        /* ═══ FORMULAIRE AJAX ═══════════════════════════════════════ */
        .contact-section { padding: 80px 5%; display: flex; justify-content: center; align-items: center; position: relative; border-top: 1px solid var(--glass-border); }
        .glass-form-container { width: 100%; max-width: 1000px; background: rgba(10, 10, 10, 0.7); border: 1px solid var(--glass-border); border-radius: 30px; padding: 60px; position: relative; overflow: hidden; backdrop-filter: blur(30px); box-shadow: 0 20px 80px rgba(0,0,0,0.8); }
        .glass-form-container::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
        .form-header { text-align: center; margin-bottom: 50px; }
        .form-header h2 { font-family: 'Syne'; font-size: 2.5rem; margin-bottom: 10px; color: white;}
        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
        .full-width { grid-column: span 2; }
        .input-group { position: relative; margin-bottom: 10px; }
        .input-field { width: 100%; background: rgba(0,0,0,0.4); border: 1px solid #444; padding: 18px 20px; border-radius: 12px; color: white; font-size: 1rem; transition: 0.3s; position: relative; z-index: 50; font-family:'Space Grotesk',sans-serif; }
        input[type="date"] { color: white; }
        input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); cursor: pointer; z-index: 51; }
        .input-field:focus { border-color: var(--primary); background: rgba(45,91,255,0.05); }
        .input-label { position: absolute; left: 20px; top: 18px; color: #888; pointer-events: none; transition: 0.3s; font-size: 0.9rem; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; z-index: 55; }
        .input-group:focus-within .input-label, .input-group.has-content .input-label, .input-group.date-group .input-label { top: -12px; left: 10px; font-size: 0.75rem; color: var(--primary); background: #000; padding: 0 5px; border-radius: 3px; }
        
        .submit-btn { width: 100%; padding: 20px; margin-top: 20px; background: linear-gradient(45deg, var(--primary), var(--accent)); border: none; border-radius: 12px; color: white; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: 0.3s; z-index: 50; position: relative; display: flex; justify-content: center; align-items: center; gap: 10px; }
        .submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(45, 91, 255, 0.4); }
        #form-messages { padding: 15px 20px; border-radius: 10px; margin-top: 15px; font-weight: 600; display: none; text-align: center; }
        textarea.input-field { resize: vertical; min-height: 150px; }
        
        .btn-loader { display: none; width: 20px; height: 20px; border: 2px solid white; border-top-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; }
        @keyframes spin { to { transform: rotate(360deg); } }

        /* ═══ LIGHTBOX ═══════════════════════════════════════════════ */
        #img-lightbox { position:fixed; inset:0; background:rgba(0,0,0,.97); z-index:3000; justify-content:center; align-items:center; display:none; }
        #img-lightbox.open { display:flex; }
        #lightbox-img { max-width:90vw; max-height:90vh; border:2px solid var(--accent); border-radius:10px; object-fit:contain; }
        .lb-close { position:fixed; top:20px; right:28px; font-size:2.2rem; color:#fff; cursor:pointer; z-index:3001; transition:.3s; }
        .lb-close:hover { color:var(--accent); rotate:90deg; }

        /* ═══ FOOTER ════════════════════════════════════════════════ */
        footer { border-top: 1px solid var(--glass-border); padding: 80px 10% 40px; background: var(--footer-bg); color: var(--text-muted); font-size: 0.95rem; text-align: center; position: relative; z-index: 100; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 50px; margin-bottom: 60px; }
        .footer-col h4 { color: white; font-family: 'Syne'; margin-bottom: 25px; font-size: 1.2rem; }
        .footer-logo { max-width: 150px; margin: 0 auto 20px auto; display: block; }
        .contact-list { display: flex; flex-direction: column; align-items: center; padding: 0; }
        .contact-list li { display: flex; align-items: flex-start; justify-content: center; gap: 15px; margin-bottom: 15px; text-align: left; }
        .contact-list li i { color: var(--accent); font-size: 1rem; margin-top: 3px; flex-shrink: 0; }
        .social-links { display: flex; gap: 15px; justify-content: center; }
        .social-btn { width: 45px; height: 45px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: white; transition: 0.3s; }
        .social-btn:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
        .copyright { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; font-size: 0.8rem; opacity: 0.6; }

        /* ═══ RESPONSIVE MOBILE ═════════════════════════════════════ */
        @media (max-width: 768px) {
            header { width: 100%; padding: 10px 15px; border-radius: 0; top: 0; background: rgba(10, 10, 10, 0.9) !important; justify-content: space-between; }
            .logo-img { max-height: 30px; }
            .desktop-nav { display: none; }
            .burger-btn { display: block; }
            .page-title { font-size: 2.5rem; }
            
            .hero-stats { display:flex; flex-wrap: wrap; flex-direction:row; border-radius:20px; margin-top:30px; background:rgba(0,0,0,0.3); width:100%; max-width:100%; margin-left:auto; margin-right:auto; }
            .hero-stat { border-right:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); padding:20px; width:50%; }
            .hero-stat:nth-child(even) { border-right: none; }
            .hero-stat:nth-child(3), .hero-stat:nth-child(4) { border-bottom: none; }
            .hero-stat-lbl { max-width:100%; }
            
            .content-grid { grid-template-columns: 1fr; gap: 40px; margin-bottom: 60px; direction: ltr !important; }
            .seo-image-wrapper { aspect-ratio: 16/10; } 
            
            .intro-inner { grid-template-columns: 1fr; gap: 40px; }
            .why-grid, .group-brands, .steps-grid, .waste-grid { grid-template-columns: 1fr; }
            .team-grid { grid-template-columns: repeat(2, 1fr); }
            .masonry { columns: 2; }
            .label-card { flex-direction: column; text-align: center; gap: 20px; }
            .labels-grid { grid-template-columns: 1fr; gap: 20px; }
            .label-logo-box { width: 90px; height: 75px; margin: 0 auto; }
            .parc-img-row { grid-template-columns: 1fr; }
            .parc-img-main, .parc-img-row .sub-img-wrap { border-radius: 16px; }
            .content-grid.reverse { grid-template-columns: 1fr !important; direction: ltr !important; }
            .content-grid.reverse .seo-text { order: 1; text-align: left; }
            .content-grid.reverse .parc-gallery { order: 2; width: 100%; }

            .seo-section, .intro-section, .why-section, .group-section, .team-section, .rse-section, .method-section, .gallery-section { padding: 60px 5%; }
            
            .form-grid, .footer-grid { grid-template-columns: 1fr; }
            .full-width { grid-column: span 1; }
            .glass-form-container { padding: 24px; }
            .cursor-dot, .cursor-ring { display: none; }
            body, a, button, input, select, textarea, label { cursor: auto !important; }

            .intro-text h2, .intro-text .section-label { text-align: center; }
            .intro-text h2 br { display: none; }
        }

/* Additional inline styles extracted during refactor. */
.team-hierarchy { display: flex; flex-direction: column; gap: 40px; margin-top: 50px; }
                .level-1 { display: flex; justify-content: center; }
                .level-1 .team-card { max-width: 320px; width: 100%; border-color: rgba(224,0,91,0.3); background: rgba(224,0,91,0.05); }
                .level-1 .team-card:hover { border-color: var(--accent); box-shadow: 0 20px 50px rgba(224,0,91,0.2); }
                .level-1 .team-avatar { width: 120px; height: 120px; border-color: var(--accent); }
                
                .level-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 700px; margin: 0 auto; width: 100%; }
                
                .level-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }

                .team-role { line-height: 1.4; } /* Pour aérer les doubles fonctions */

                @media (max-width: 768px) {
                    .level-2 { grid-template-columns: 1fr; max-width: 320px; }
                }
