/* Page styles extracted from template-evenementiel-lille.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; scroll-padding-top: 110px; 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; transform: 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 ═════════════════════════════════════════════ */
        .global-video-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -10; }
        .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.90); z-index: -9; }

        /* ═══ HEADER ════════════════════════════════════════════════ */
        header { position: fixed; top: 20px; left: 50%; translate: -50% 0; width: 96%; max-width: 1400px; padding: 10px 22px; background: rgba(20, 20, 20, 0.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%; }
        .desktop-nav li.dropdown { position: static; }
        .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: fixed; top: 70px; left: 0; width: 100%; height: 20px; }
        .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: white; margin-left: 15px; }
        .cta-btn { background: white; color: black; padding: 10px 18px; border-radius: 50px; font-weight: 700; font-size: .75rem; transition: .4s; border: 1px solid white; white-space: nowrap; }
        .cta-btn:hover { background: var(--accent); border-color: var(--accent); color: white; translate: 0 -2px; box-shadow: 0 0 20px rgba(224,0,91,.6); }

        /* ═══ MENU MOBILE ════════════════════════════════════════════ */
        .mobile-overlay { position: fixed; inset: 0; background: rgba(10,10,10,.98); backdrop-filter: blur(15px); z-index: 1001; display: flex; flex-direction: column; justify-content: center; align-items: center; translate: 100% 0; transition: translate .4s cubic-bezier(.4,0,.2,1); }
        .mobile-overlay.active { translate: 0 0; }
        .mobile-close { position: absolute; top: 20px; right: 30px; font-size: 3.5rem; color: white; z-index: 1002; transition: .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; }

        /* ═══ REVEAL ════════════════════════════════════════════════ */
        .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
        .reveal.active { opacity: 1; transform: none; }

        /* ═══ HERO SECTIONS ═══ */
        .glossaire-hero { padding: 160px 10% 60px; text-align: center; position: relative; }
        .hero-eyebrow { font-size: .65rem; text-transform: uppercase; letter-spacing: 4px; color: var(--accent); font-weight: 700; margin-bottom: 20px; display: block; }
        .hero-title { font-family: 'Syne', sans-serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; line-height: 1.1; margin-bottom: 24px; }
        .hero-title span { background: linear-gradient(135deg, #fff 40%, var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .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;
        }
        @keyframes shine { to { background-position:200% center; } }
        .hero-subtitle { color: #888; font-size: 1.05rem; max-width: 780px; margin: 0 auto 40px; line-height: 1.7; }
        .hero-local-ctas { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin:0 auto 28px; }
        .hero-local-cta-primary { display:inline-flex; align-items:center; gap:8px; padding:14px 24px; border-radius:50px; background:linear-gradient(45deg,var(--primary),var(--accent)); color:#fff; font-weight:800; font-size:.82rem; text-transform:uppercase; letter-spacing:.8px; }
        .hero-local-cta-secondary { display:inline-flex; align-items:center; gap:8px; padding:14px 24px; border-radius:50px; border:1px solid rgba(255,255,255,.25); color:#fff; font-weight:700; font-size:.82rem; text-transform:uppercase; letter-spacing:.8px; }
        .hero-local-cta-primary:hover, .hero-local-cta-secondary:hover { translate:0 -2px; border-color:#fff; box-shadow:0 10px 30px rgba(0,0,0,.25); }

        .hero-stats-row { display: inline-flex; gap: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 100px; background: rgba(255,255,255,.03); backdrop-filter: blur(20px); padding: 0; margin-bottom: 30px; }
        .hero-stat-mini { padding: 14px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.07); }
        .hero-stat-mini:last-child { border-right: none; }
        .hero-stat-mini .num { font-family: 'Syne'; font-size: 1.6rem; font-weight: 800; color: var(--accent); line-height: 1; }
        .hero-stats-row .num { -webkit-text-fill-color: white !important; }
        .hero-stat-mini .lbl { font-size: .65rem; text-transform: uppercase; letter-spacing: 1.5px; color: #666; margin-top: 4px; }

        /* ═══ CONTENT CONFIG ═══ */
        .glossaire-section { padding: 0 10% 40px; }
        .category-block { margin-bottom: 40px; }
        .category-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
        .category-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
        .cat-son    { background: rgba(45,91,255,.15); color: #6b9fff; }
        .category-heading h2 { font-family: 'Syne'; font-size: 1.3rem; font-weight: 700; margin: 0; }
        .category-count { font-size: .7rem; color: #555; text-transform: uppercase; letter-spacing: 2px; margin-left: auto; }
        
        .terms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; justify-content: center; justify-items: center; max-width: 1200px; margin: 0 auto; }
        .term-card { width: 100%; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 26px 24px; transition: border-color .3s, background .3s; position: relative; overflow: hidden; }
        .term-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity .3s; }
        .term-card:hover { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
        .term-card::before { background: var(--accent); }
        .term-card:hover::before { opacity: 1; }
        
        .term-name { font-family: 'Syne'; font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; color: #fff; text-transform: uppercase; letter-spacing: -0.3px; }
        .term-def { font-size: .92rem; color: #999; line-height: 1.75; text-align: left; }
        .term-def strong { color: #fff; font-weight: 600; }
        .term-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: .7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent); font-weight: 700; transition: .3s; }
        .term-link:hover { gap: 10px; }
        .term-badge { display: inline-block; font-size: .6rem; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 50px; margin-bottom: 12px; font-weight: 700; background: rgba(224,0,91,.12); color: var(--accent); }


        /* ═══ PREUVE LOCALE — RÉALISATION LILLE ═══════════════════════ */
        .local-proof-section { padding:80px 10%; position:relative; z-index:1; border-top:1px solid rgba(255,255,255,.06); }
        .local-proof-wrap { max-width:1200px; margin:0 auto; }
        .local-proof-head { text-align:center; max-width:820px; margin:0 auto 38px; }
        .local-proof-head h2 { font-family:'Syne'; font-size:clamp(1.8rem,3.5vw,2.8rem); text-transform:uppercase; margin:0 0 14px; }
        .local-proof-head p { color:#999; line-height:1.75; font-size:.95rem; }
        .local-proof-card { display:grid; grid-template-columns:1.1fr .9fr; gap:28px; padding:24px; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.08); border-radius:24px; }
        .local-proof-main { border-radius:18px; overflow:hidden; min-height:360px; }
        .local-proof-main img { width:100%; height:100%; object-fit:cover; display:block; }
        .local-proof-info { display:flex; flex-direction:column; justify-content:center; gap:16px; padding:10px; }
        .local-proof-kicker { color:var(--accent); font-size:.7rem; text-transform:uppercase; letter-spacing:2px; font-weight:800; }
        .local-proof-info h3 { font-family:'Syne'; font-size:1.55rem; text-transform:uppercase; line-height:1.15; margin:0; }
        .local-proof-info p { color:#aaa; font-size:.92rem; line-height:1.75; margin:0; }
        .local-proof-tech { display:flex; flex-wrap:wrap; gap:8px; }
        .local-proof-tech span { padding:6px 10px; border-radius:50px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); font-size:.68rem; color:#ddd; }
        .local-proof-link { display:inline-flex; align-items:center; gap:8px; width:fit-content; margin-top:4px; color:#fff; font-weight:800; font-size:.78rem; text-transform:uppercase; letter-spacing:1px; border-bottom:1px solid var(--accent); padding-bottom:4px; }
        .local-proof-gallery { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:10px; }
        .local-proof-gallery a { display:block; border-radius:12px; overflow:hidden; aspect-ratio:4/3; border:1px solid rgba(255,255,255,.08); }
        .local-proof-gallery img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s; }
        .local-proof-gallery a:hover img { transform:scale(1.05); }

        /* ═══ FAQ ACCORDION DESIGN ═══ */
        .faq-section { padding: 40px 10% 80px; }
        .faq-list { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
        .faq-item { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; overflow: hidden; transition: .3s; }
        .faq-item:hover { border-color: rgba(255,255,255,.15); }
        .faq-item.active { border-color: var(--accent); background: rgba(224,0,91,.02); }
        .faq-question { width: 100%; background: none; border: none; color: #fff; text-align: left; padding: 22px 26px; font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
        .faq-question i { color: var(--accent); transition: transform 0.3s; }
        .faq-item.active .faq-question i { transform: rotate(180deg); }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); }
        .faq-answer p { padding: 0 26px 22px; color: #999; font-size: .92rem; line-height: 1.75; margin: 0; }

        /* ═══ SECTION INSIGHTS / LOGISTIQUE ═════════════════════════ */
        .insight-section { padding: 60px 10%; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 0; }
        .insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
        .insight-card { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 24px; }
        .insight-icon { font-size: 1.4rem; margin-bottom: 14px; }
        .insight-title { font-family: 'Syne'; font-size: 1rem; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
        .insight-text { font-size: .88rem; color: #888; line-height: 1.7; }

        /* ═══ CONTACT ════════════════════════════════════════════════ */
        .contact-section { padding: 80px 5%; display: flex; justify-content: center; align-items: center; border-top: 1px solid var(--glass-border); }
        .glass-form-container { width: 100%; max-width: 1000px; background: rgba(10,10,10,.7); border: 1px solid var(--glass-border); border-radius: 30px; padding: 60px; position: relative; overflow: hidden; box-shadow: 0 20px 80px rgba(0,0,0,.8); backdrop-filter: blur(30px); }
        .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; }
        .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,.4); border: 1px solid #444; padding: 18px 20px; border-radius: 12px; color: white; font-size: 1rem; transition: .3s; font-family: inherit; }
        .input-field:focus { border-color: var(--accent); background: rgba(224,0,91,.05); box-shadow: 0 0 15px rgba(224,0,91,.2); }
        .input-label { position: absolute; left: 20px; top: 18px; color: #888; pointer-events: none; transition: .3s; font-size: .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 { top: -12px; left: 10px; font-size: .75rem; color: var(--accent); background: #000; padding: 0 5px; border-radius: 3px; }
        textarea.input-field { resize: vertical; min-height: 150px; }
        .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; transition: .3s; font-family: inherit; font-size: 1rem; }
        .submit-btn:hover { translate: 0 -2px; box-shadow: 0 10px 40px rgba(224,0,91,.4); }
        #form-messages { display: none; padding: 15px; border-radius: 10px; margin-top: 20px; text-align: center; }

        /* ═══ 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; display: block; }
        .contact-list li { display: flex; align-items: flex-start; justify-content: center; gap: 15px; margin-bottom: 15px; }
        .contact-list li i { color: var(--accent); font-size: 1.1rem; margin-top: 2px; }
        .contact-list li a { color: var(--text-muted); transition: .3s; }
        .contact-list li a:hover { color: white; }
        .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); translate: 0 -3px; }
        .copyright { text-align: center; border-top: 1px solid rgba(255,255,255,.1); padding-top: 30px; font-size: .8rem; opacity: .6; }
        .sep { margin: 0 8px; }

        /* ═══ RESPONSIVE ════════════════════════════════════════════ */
        @media (max-width: 768px) {
            header { width: 100%; padding: 10px 15px; border-radius: 0; top: 0; background: rgba(10,10,10,.9) !important; }
            .logo-img { max-height: 30px; }
            .desktop-nav { display: none !important; }
            .burger-btn { display: block; }
            .glossaire-hero { padding: 100px 5% 50px; }
            .hero-title { font-size: 1.9rem; }
            .hero-stats-row { flex-direction: column; border-radius: 20px; width: 100%; max-width: 280px; }
            .hero-stat-mini { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
            .hero-stat-mini:last-child { border-bottom: none; }
            .glossaire-section { padding: 0 5% 40px; }
            .faq-section { padding: 20px 5% 60px; }
            .faq-question { padding: 18px 20px; font-size: 0.95rem; }
            .faq-answer p { padding: 0 20px 18px; }
            .terms-grid { grid-template-columns: 1fr; justify-items: stretch; }
            .insight-grid { grid-template-columns: 1fr; }
            .local-proof-section { padding:60px 5%; }
            .local-proof-card { grid-template-columns:1fr; padding:16px; }
            .local-proof-main { min-height:240px; }
            .local-proof-gallery { grid-template-columns:repeat(2,1fr); }
            .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; }
        }
