/* GHARELEC page-specific styles for index.html */


    /* === PREVENT FLASH === */
    html:target { scroll-behavior: auto; }




    html.has-hash { overflow: hidden; }




    
    * { margin: 0; padding: 0; box-sizing: border-box; }




    body { font-family: 'Montserrat', sans-serif; background: #f2f5f9; overflow-x: hidden; }




    :root {
      --white: #fff;
      --light-grey: #F8FAFC;
      --dark-grey: #2B2D42;
      --red: #D62828;
      --accent-red: #FF3B30;
      --shadow-soft: 0 20px 40px -12px rgba(0,0,0,0.08), 0 8px 24px -6px rgba(0,0,0,0.02);
      --shadow-strong: 0 30px 50px -18px rgba(0,0,0,0.18), 0 12px 32px -10px rgba(0,0,0,0.06);
      --glass-bg: rgba(255,255,255,0.72);
      --glass-border: rgba(255,255,255,0.4);
      --radius-xl: 20px;
      --st-new: #2F6FEE;
      --st-new-bg: #E9F0FF;
      --st-reviewed: #8A5CE0;
      --st-reviewed-bg: #F1EBFC;
      --st-interview: #D98A00;
      --st-interview-bg: #FFF3DD;
      --st-offer: #1E9E5A;
      --st-offer-bg: #E4F7ED;
      --st-rejected: #D62828;
      --st-rejected-bg: #FDE6E6;
    }




    .navbar.hidden { transform: translateY(-120px) !important; opacity: 0 !important; pointer-events: none !important; }




    .navbar.hidden:hover { transform: translateY(-120px) !important; opacity: 0 !important; pointer-events: none !important; }




    .navbar.scrolled { top: 12px; left: 16px; right: 16px; height: 68px; background: linear-gradient(145deg, #D62828, #B71C1C); backdrop-filter: blur(16px) saturate(200%); -webkit-backdrop-filter: blur(16px) saturate(200%); box-shadow: 0 12px 40px rgba(214,40,40,0.12); border-color: rgba(214,40,40,0.12); }




    @keyframes navSlideDown { 0% { opacity: 0; transform: translateY(-30px) scale(.98); } 100% { opacity: 1; transform: translateY(0) scale(1); } }




    
    .logo-wrapper { display: flex; align-items: center; flex-shrink: 0; margin-right: 20px; }




    .logo-link { display: flex; align-items: center; text-decoration: none; transition: transform .2s; }




    .logo-link:hover { transform: scale(1.02); }




    .logo-img { height: 40px; width: auto; display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.02)); transition: height .3s; object-fit: contain; }




    .navbar.scrolled .logo-img { height: 44px; }




    
    .nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0 auto; padding: 0 10px; }




    .nav-links a { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .95rem; color: white; text-decoration: none; padding: 10px 14px; border-radius: 40px; transition: all .3s; display: inline-block; position: relative; letter-spacing: -.01em; }




    .nav-links a::after { content: ''; position: absolute; left: 50%; bottom: 4px; width: 0%; height: 2.5px; background: white; border-radius: 10px; transform: translateX(-50%); transition: width .3s; }




    .nav-links a:hover::after { width: 70%; box-shadow: 0 0 10px rgba(214,40,40,0.2); }




    .nav-links a:hover { color: #fcd4d4; transform: translateY(-2px); }




    
    .right-wrapper { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }




    .language-selector { position: relative; display: inline-block; }




    .lang-btn { display: flex; align-items: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .9rem; color: #4A1A1A; background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); border: 1px solid rgba(214,40,40,0.15); border-radius: 40px; padding: 8px 16px; cursor: pointer; transition: all .3s; }




    .lang-btn:hover { background: rgba(255,255,255,0.8); border-color: rgba(214,40,40,0.3); box-shadow: 0 4px 15px rgba(214,40,40,0.08); }




    .lang-btn .fa-chevron-down { font-size: .7rem; transition: transform .3s; color: #4A1A1A; }




    .lang-btn.active .fa-chevron-down { transform: rotate(180deg); }




    .lang-current { font-weight: 700; color: #4A1A1A; }




    .lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; min-width: 160px; background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 14px; box-shadow: 0 20px 40px -12px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.3); padding: 8px 0; list-style: none; opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.96); transition: all .3s; z-index: 100; }




    .lang-dropdown.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }




    .lang-dropdown a { display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .9rem; color: var(--dark-grey); text-decoration: none; padding: 10px 20px; transition: all .2s; }




    .lang-dropdown a:hover { background: rgba(214,40,40,0.06); color: var(--red); }




    .lang-dropdown a.active-lang { color: var(--red); background: rgba(214,40,40,0.08); }




    .lang-dropdown a.active-lang::before { content: '✓ '; font-weight: 700; color: var(--red); }




    
    .cta-wrapper { flex-shrink: 0; }




    .btn-cta { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .95rem; background: linear-gradient(145deg, #D62828, #B71C1C); color: #fff; padding: 12px 28px; border-radius: 60px; text-decoration: none; letter-spacing: .3px; box-shadow: 0 8px 22px -6px rgba(214,40,40,0.3); transition: all .3s; border: 1px solid rgba(255,255,255,0.15); }




    .btn-cta:hover { transform: scale(1.05); box-shadow: 0 14px 30px -6px rgba(214,40,40,0.55); background: linear-gradient(145deg, #C62828, #B71C1C); color: #fff; }




    
    .mobile-right-group { display: none; align-items: center; gap: 12px; }




    .language-selector-mobile { position: relative; display: inline-block; }




    .lang-btn-mobile { display: flex; align-items: center; gap: 6px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .85rem; color: #4A1A1A; background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); border: 1px solid rgba(214,40,40,0.15); border-radius: 30px; padding: 6px 12px; cursor: pointer; transition: all .3s; }




    .lang-btn-mobile:hover { background: rgba(255,255,255,0.8); border-color: rgba(214,40,40,0.3); }




    .lang-current-mobile { font-weight: 700; color: #4A1A1A; font-size: .8rem; }




    .lang-dropdown-mobile { position: absolute; top: calc(100% + 6px); right: 0; min-width: 150px; background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 12px; box-shadow: 0 20px 40px -12px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.3); padding: 6px 0; list-style: none; opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.96); transition: all .3s; z-index: 100; }




    .lang-dropdown-mobile.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }




    .lang-dropdown-mobile a { display: flex; align-items: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .85rem; color: var(--dark-grey); text-decoration: none; padding: 8px 16px; transition: all .2s; }




    .lang-dropdown-mobile a:hover { background: rgba(214,40,40,0.06); color: var(--red); }




    .lang-dropdown-mobile a.active-lang-mobile-link { color: var(--red); background: rgba(214,40,40,0.08); }




    .lang-dropdown-mobile a.active-lang-mobile-link::before { content: '✓ '; font-weight: 700; color: var(--red); }




    
    .hamburger { display: none; flex-direction: column; justify-content: space-between; width: 32px; height: 24px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 1001; transition: transform .3s; }




    .hamburger span { display: block; width: 100%; height: 2.8px; background: #4A1A1A; border-radius: 10px; transition: all .3s; transform-origin: center; }




    .hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }




    
    .mobile-overlay { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 480px; background: linear-gradient(145deg, #D62828, #B71C1C); backdrop-filter: blur(8px); box-shadow: -20px 0 40px rgba(0,0,0,0.06); padding: 80px 40px 40px; display: flex; flex-direction: column; justify-content: center; transform: translateX(110%); transition: transform .4s; z-index: 1000; border-left: 1px solid rgba(214,40,40,0.06); overflow-y: auto; }




    .mobile-overlay.open { transform: translateX(0); }




    .close-btn { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; background: transparent; border: none; cursor: pointer; font-size: 2rem; color: white; display: flex; align-items: center; justify-content: center; transition: transform .3s, color .3s; border-radius: 50%; z-index: 1002; }




    .close-btn:hover { transform: rotate(90deg); color: var(--red); background: white; }




    .mobile-overlay ul { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }




    .mobile-overlay ul li { opacity: 0; transform: translateX(30px); transition: all .3s; }




    .mobile-overlay.open ul li { opacity: 1; transform: translateX(0); }




    .mobile-overlay.open ul li:nth-child(6) { transition-delay: .30s; }




    .mobile-overlay ul li a { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 2rem; color: white; text-decoration: none; transition: color .2s, transform .2s; display: inline-block; letter-spacing: -.02em; }




    .mobile-overlay ul li a:hover { color: rgb(255, 222, 222); transform: translateX(6px); }




    .mobile-overlay .btn-cta-mobile { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.2rem; background: linear-gradient(145deg, #D62828, #B71C1C); color: #fff; padding: 16px 32px; border-radius: 60px; text-align: center; text-decoration: none; box-shadow: 0 8px 22px -6px rgba(214,40,40,0.3); transition: all .3s; width: fit-content; min-width: 180px; border: 2px solid white; }




    .mobile-overlay .btn-cta-mobile:hover { transform: scale(1.03); box-shadow: 0 14px 30px -6px rgba(214,40,40,0.55); }





    @media(max-width: 1024px) { .navbar { padding: 0 20px; left: 16px; right: 16px; } }




    @media(max-width: 920px) {
      .nav-links { display: none; }
      .right-wrapper { display: none; }
      .mobile-right-group { display: flex; }
      .hamburger { display: flex; }
      .navbar { height: 76px; }
      .navbar.scrolled { height: 64px; }
      .logo-img { height: 72px; }
      .navbar.scrolled .logo-img { height: 58px; }
    }




    @media(max-width: 480px) {
      .navbar { left: 12px; right: 12px; top: 12px; padding: 0 14px; height: 68px; border-radius: 18px; }
      .logo-img { height: 60px; }
      .navbar.scrolled .logo-img { height: 50px; }
      .mobile-overlay { padding: 80px 28px 40px; max-width: 100%; }
      .mobile-overlay ul li a { font-size: 1.6rem; }
      .close-btn { top: 16px; right: 16px; font-size: 1.6rem; }
      .lang-btn-mobile { padding: 4px 10px; font-size: .75rem; }
      .lang-current-mobile { font-size: .7rem; }
      .hamburger { width: 28px; height: 20px; }
      .hamburger.active span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
      .hamburger.active span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }
    }





    /* === HERO === */
    .hero { position: relative; width: 100%; height: 100vh; min-height: 700px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #0a0f1e; scroll-margin-top: 100px; }




    .hero-slides { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }




    .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0; transition: opacity 1.5s ease-in-out; z-index: 0; }




    .hero-slide.active { opacity: 1; }




    .hero-slide--1 { background-image: url('../../../banner.webp'); }




    .hero-slide--2 { background-image: url('../../../hero_2_picture.webp'); }




    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,15,30,0.241), rgba(20,25,40,0.35)); z-index: 1; }




    .light-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .25; pointer-events: none; z-index: 1; animation: floatGlow 12s ease-in-out infinite alternate; }




    .light-glow--red { width: 500px; height: 500px; background: radial-gradient(circle, rgba(214,40,40,0.5), transparent 70%); top: -80px; right: -80px; }




    .light-glow--white { width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 70%); bottom: -120px; left: -120px; animation-delay: 3s; }




    .light-glow--accent { width: 400px; height: 400px; background: radial-gradient(circle, rgba(214,40,40,0.2), transparent 70%); bottom: 10%; right: 10%; animation-delay: 6s; filter: blur(120px); }




    @keyframes floatGlow { 0% { transform: translate(0,0) scale(1); opacity: .2; } 50% { transform: translate(30px,-20px) scale(1.1); opacity: .3; } 100% { transform: translate(-20px,30px) scale(.95); opacity: .2; } }




    .particle { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.08); pointer-events: none; z-index: 1; animation: particleFloat 18s infinite alternate ease-in-out; }




    .particle--1 { width: 8px; height: 8px; top: 15%; left: 10%; animation-duration: 22s; }




    .particle--2 { width: 12px; height: 12px; top: 70%; left: 85%; animation-duration: 26s; animation-delay: 2s; }




    .particle--3 { width: 6px; height: 6px; top: 40%; left: 75%; animation-duration: 20s; animation-delay: 4s; }




    .particle--4 { width: 10px; height: 10px; top: 80%; left: 20%; animation-duration: 24s; animation-delay: 1s; }




    .particle--5 { width: 5px; height: 5px; top: 25%; left: 60%; animation-duration: 28s; animation-delay: 3s; }




    @keyframes particleFloat { 0% { transform: translate(0,0) scale(1); opacity: .2; } 33% { transform: translate(40px,-30px) scale(1.4); opacity: .5; } 66% { transform: translate(-20px,40px) scale(.8); opacity: .3; } 100% { transform: translate(30px,-10px) scale(1.1); opacity: .4; } }




    .hero-wrapper { position: relative; z-index: 2; max-width: 1400px; width: 100%; height: 100vh; padding: 0 8%; display: flex; flex-direction: column; justify-content: space-between; padding-top: 120px; padding-bottom: 60px; }




    .hero-content { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; text-align: center; }




    .slogan-wrapper { display: block !important; width: 100% !important; max-width: 100% !important; margin-bottom: 1.5rem; text-align: center !important; opacity: 0; animation: fadeSlideUp 1.2s forwards; transform: translateY(40px); max-height: 40vh; overflow: visible; }




    .slogan-image { display: block !important; width: 80% !important; max-width: 1000px !important; height: auto !important; max-height: 35vh !important; object-fit: contain !important; margin: 0 auto !important; }




    .hero-desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(1rem,1.3vw,1.25rem); max-width: 650px; line-height: 1.8; color: #838283; opacity: 0; transform: translateY(25px); animation: fadeSlideUp 1s .6s forwards; text-align: center; background: white; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; flex-shrink: 0; }




    .hero-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; opacity: 0; transform: translateY(25px); animation: fadeSlideUp 1s .9s forwards; align-self: flex-start; padding-bottom: 20px; flex-shrink: 0; }




    .btn-primary { display: inline-flex; align-items: center; gap: 12px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1rem; padding: 18px 40px; background: linear-gradient(145deg, #E03131, #C62828); color: #fff; border: none; border-radius: 14px; text-decoration: none; box-shadow: 0 12px 35px -8px rgba(214,40,40,0.45); transition: all .3s; letter-spacing: .5px; cursor: pointer; backdrop-filter: blur(4px); }




    .btn-primary i { font-size: 1.1rem; transition: transform .3s; }




    .btn-primary:hover { transform: scale(1.05) translateY(-3px); box-shadow: 0 20px 45px -6px rgba(214,40,40,0.65); background: linear-gradient(145deg, #D62828, #B71C1C); }




    .btn-primary:hover i { transform: translateX(6px); }




    .btn-secondary { display: inline-flex; align-items: center; gap: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 1rem; padding: 18px 40px; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: #fff; border: 1.5px solid rgba(255,255,255,0.35); border-radius: 14px; text-decoration: none; transition: all .3s; letter-spacing: .3px; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,0.1); }




    .btn-secondary i { font-size: 1.1rem; opacity: .8; }




    .btn-secondary:hover { background: rgba(255,255,255,0.92); color: #0a0f1e; border-color: rgba(255,255,255,0.9); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }




    .btn-secondary:hover i { opacity: 1; }




    @keyframes fadeSlideUp { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translateY(0); } }





    @media(max-width: 1200px) { .slogan-image { width: 85% !important; max-width: 800px !important; max-height: 30vh !important; } }




    @media(max-width: 1024px) { .slogan-image { width: 90% !important; max-width: 700px !important; max-height: 28vh !important; } .hero-desc { max-width: 550px; } }




    @media(max-width: 768px) {
      .hero-wrapper { padding: 0 6%; padding-top: 100px; padding-bottom: 40px; }
      .slogan-image { width: 95% !important; max-width: 500px !important; max-height: 25vh !important; }
      .hero-desc { max-width: 100%; font-size: 1rem; }
      .hero-buttons { flex-direction: column; width: 100%; max-width: 380px; align-self: center; padding-bottom: 10px; }
      .btn-primary, .btn-secondary { width: 100%; justify-content: center; padding: 16px 28px; font-size: .95rem; }
      .light-glow--red { width: 300px; height: 300px; top: -40px; right: -40px; }
      .light-glow--white { width: 400px; height: 400px; bottom: -80px; left: -80px; }
      .light-glow--accent { width: 250px; height: 250px; bottom: 5%; right: 5%; }
    }




    @media(max-width: 480px) {
      .hero-wrapper { padding: 0 5%; padding-top: 80px; padding-bottom: 30px; }
      .slogan-image { width: 100% !important; max-width: 350px !important; max-height: 20vh !important; }
      .hero-desc { font-size: .85rem; }
      .btn-primary, .btn-secondary { font-size: .85rem; padding: 14px 24px; }
      .light-glow--red { width: 200px; height: 200px; top: -20px; right: -20px; }
      .light-glow--white { width: 250px; height: 250px; bottom: -40px; left: -40px; }
    }




    @media(min-height: 900px) { .hero-wrapper { padding-top: 140px; padding-bottom: 80px; } }




    @media(max-height: 700px) { .slogan-image { max-height: 25vh !important; width: 70% !important; } .hero-wrapper { padding-top: 80px; padding-bottom: 30px; } }





    /* === ABOUT === */
    .about-section { position: relative; width: 100%; background: #fff; padding: 120px 8%; overflow: hidden; scroll-margin-top: 100px; }




    .about-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 20% 80%, rgba(214,40,40,0.03) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.8) 0%, transparent 50%); pointer-events: none; z-index: 0; }




    .about-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }




    .about-glow--red { width: 500px; height: 500px; background: radial-gradient(circle, rgba(214,40,40,0.08), transparent 70%); top: -100px; left: -100px; animation: floatGlowAbout 15s ease-in-out infinite alternate; }




    .about-glow--white { width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.4), transparent 70%); bottom: -50px; right: -50px; }




    @keyframes floatGlowAbout { 0% { transform: translate(0,0) scale(1); opacity: .6; } 100% { transform: translate(30px,30px) scale(1.1); opacity: 1; } }




    .about-container { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }




    .about-content { opacity: 0; transform: translateX(-60px); transition: all 1s; }




    .about-content.visible { opacity: 1; transform: translateX(0); }




    .about-badge { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: 3px; color: #D62828; background: rgba(214,40,40,0.08); padding: 8px 20px; border-radius: 40px; margin-bottom: 20px; opacity: 0; transform: translateY(20px); transition: all .6s; }




    .about-content.visible .about-badge { opacity: 1; transform: translateY(0); transition-delay: .1s; }




    .about-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2.5rem,4.5vw,4rem); color: #2B2D42; line-height: 1.2; margin-bottom: 24px; opacity: 0; transform: translateY(30px); transition: all .8s; text-align: center; }




    .about-content.visible .about-title { opacity: 1; transform: translateY(0); transition-delay: .2s; }




    .about-description { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 1.05rem; line-height: 1.9; color: #4A4B5A; margin-bottom: 32px; opacity: 0; transform: translateY(20px); transition: all .8s; }




    .about-content.visible .about-description { opacity: 1; transform: translateY(0); transition-delay: .35s; }




    .about-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; opacity: 0; transform: translateY(20px); transition: all .8s; }




    .about-content.visible .about-stats { opacity: 1; transform: translateY(0); transition-delay: .5s; }




    .stat-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 16px; padding: 20px 16px; text-align: center; border: 1px solid rgba(43,45,66,0.06); box-shadow: 0 8px 24px -8px rgba(0,0,0,0.04); transition: all .4s; opacity: 0; transform: translateY(30px); }




    .about-content.visible .stat-card { opacity: 1; transform: translateY(0); }




    .about-content.visible .stat-card:nth-child(1) { transition-delay: .55s; }




    .about-content.visible .stat-card:nth-child(2) { transition-delay: .65s; }




    .about-content.visible .stat-card:nth-child(3) { transition-delay: .75s; }




    .about-content.visible .stat-card:nth-child(4) { transition-delay: .85s; }




    .stat-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 20px 40px -12px rgba(0,0,0,0.08); border-color: rgba(214,40,40,0.15); }




    .stat-number { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.8rem; color: #2B2D42; display: block; margin-bottom: 2px; }




    .stat-label { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .8rem; color: #6B6D7A; text-transform: uppercase; letter-spacing: 1px; }




    .stat-accent { width: 30px; height: 3px; background: #D62828; margin: 6px auto 0; border-radius: 4px; opacity: .5; }




    .about-image-wrapper { position: relative; opacity: 0; transform: translateX(60px); transition: all 1s; }




    .about-image-wrapper.visible { opacity: 1; transform: translateX(0); }




    .about-image-card { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.15), 0 20px 40px -10px rgba(0,0,0,0.05); transition: transform .6s, box-shadow .6s; }




    .about-image-card:hover { transform: scale(1.02) translateY(-6px); box-shadow: 0 60px 100px -20px rgba(0,0,0,0.2), 0 30px 50px -15px rgba(0,0,0,0.08); }




    .about-image-card img { width: 700px; height: 600px; object-fit: cover; display: block; transition: transform .8s; }




    .about-image-card:hover img { transform: scale(1.04); }




    .about-image-glass { position: absolute; bottom: 30px; left: 30px; right: 30px; padding: 20px 24px; background: rgba(255,255,255,0.15); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 16px; border: 1px solid rgba(255,255,255,0.25); opacity: 0; transform: translateY(20px); transition: all .6s; }




    .about-image-card:hover .about-image-glass { opacity: 1; transform: translateY(0); }




    .about-image-glass p { font-family: 'Montserrat', sans-serif; font-weight: 500; color: #fff; font-size: .9rem; letter-spacing: 1px; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }




    .about-deco { position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; }




    .about-deco--circle1 { width: 80px; height: 80px; background: rgba(214,40,40,0.08); top: -20px; left: -20px; animation: floatDeco 8s ease-in-out infinite alternate; }




    .about-deco--circle2 { width: 120px; height: 120px; background: rgba(214,40,40,0.05); bottom: -40px; right: -40px; animation: floatDeco 10s ease-in-out infinite alternate-reverse; }




    .about-deco--circle3 { width: 60px; height: 60px; background: rgba(214,40,40,0.06); top: 50%; left: -30px; animation: floatDeco 6s ease-in-out infinite alternate; }




    .about-deco--glow { position: absolute; width: 200px; height: 200px; background: radial-gradient(circle, rgba(214,40,40,0.08), transparent 70%); top: 20%; right: -60px; filter: blur(40px); pointer-events: none; z-index: -1; }




    @keyframes floatDeco { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-20px,-20px) scale(1.1); } }





    @media(max-width: 920px) {
      .about-image-wrapper { display: block !important; opacity: 0; transform: translateX(0) translateY(30px); }
      .about-image-wrapper.visible { opacity: 1; transform: translateX(0) translateY(0); }
      .about-image-card img { width: 100%; height: auto; max-height: 400px; object-fit: cover; }
      .about-container { grid-template-columns: 1fr; gap: 40px; }
      .about-content { order: 1; transform: translateX(0) translateY(-20px); width: 100%; max-width: 100%; text-align: center; }
      .about-content.visible { transform: translateX(0) translateY(0); }
      .about-stats { grid-template-columns: repeat(2,1fr); gap: 12px; }
      .about-section { padding: 60px 6%; }
      .about-title { text-align: center; }
      .about-description { text-align: center; }
    }




    @media(max-width: 600px) {
      .about-section { padding: 40px 5%; }
      .about-title { font-size: clamp(1.8rem,7vw,2.5rem); }
      .about-description { font-size: .95rem; }
      .about-stats { grid-template-columns: repeat(2,1fr); gap: 10px; }
      .stat-card { padding: 14px 10px; }
      .stat-number { font-size: 1.4rem; }
      .stat-label { font-size: .65rem; }
      .about-image-card img { max-height: 280px; }
    }





    /* === MISSION === */
    .mission-section { position: relative; width: 100%; padding: 120px 8%; background: linear-gradient(180deg, #f8fafc 0%, #fff 40%, #f5f7fa 100%); overflow: hidden; scroll-margin-top: 100px; }




    .mission-bg-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }




    .mission-bg-glow--red1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(214,40,40,0.06), transparent 70%); top: -200px; right: -100px; animation: floatGlowMission 20s ease-in-out infinite alternate; }




    .mission-bg-glow--red2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(214,40,40,0.04), transparent 70%); bottom: -100px; left: -50px; animation: floatGlowMission 18s ease-in-out infinite alternate-reverse; }




    .mission-bg-glow--white { width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.5), transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); }




    @keyframes floatGlowMission { 0% { transform: translate(0,0) scale(1); opacity: .6; } 100% { transform: translate(-40px,40px) scale(1.2); opacity: 1; } }




    .mission-particle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; background: rgba(214,40,40,0.08); animation: particleFloatMission 20s infinite alternate ease-in-out; }




    .mission-particle--1 { width: 6px; height: 6px; top: 10%; left: 5%; animation-duration: 25s; }




    .mission-particle--2 { width: 10px; height: 10px; top: 20%; right: 10%; animation-duration: 30s; animation-delay: 3s; }




    .mission-particle--3 { width: 8px; height: 8px; bottom: 30%; left: 15%; animation-duration: 22s; animation-delay: 5s; }




    .mission-particle--4 { width: 12px; height: 12px; bottom: 20%; right: 5%; animation-duration: 28s; animation-delay: 2s; }




    .mission-particle--5 { width: 5px; height: 5px; top: 60%; left: 50%; animation-duration: 26s; animation-delay: 4s; }




    @keyframes particleFloatMission { 0% { transform: translate(0,0) scale(1); opacity: .3; } 50% { transform: translate(30px,-40px) scale(1.5); opacity: .7; } 100% { transform: translate(-20px,30px) scale(.8); opacity: .3; } }




    .mission-shape { position: absolute; pointer-events: none; z-index: 0; opacity: .04; }




    .mission-shape--circle { width: 300px; height: 300px; border: 2px solid #D62828; border-radius: 50%; top: 10%; right: 5%; animation: rotateShape 40s linear infinite; }




    .mission-shape--square { width: 200px; height: 200px; border: 2px solid #D62828; border-radius: 20px; bottom: 15%; left: 8%; animation: rotateShape 35s linear infinite reverse; }




    .mission-shape--diamond { width: 150px; height: 150px; border: 2px solid #D62828; border-radius: 20px; transform: rotate(45deg); top: 40%; right: 15%; animation: rotateShape 45s linear infinite; }




    @keyframes rotateShape { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }




    .mission-container { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }




    .mission-header { text-align: center; margin-bottom: 60px; opacity: 0; transform: translateY(30px); transition: all .8s; }




    .mission-header.visible { opacity: 1; transform: translateY(0); }




    .mission-badge { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: 3px; color: #D62828; background: rgba(214,40,40,0.08); padding: 8px 24px; border-radius: 40px; margin-bottom: 16px; }




    .mission-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2.8rem,5vw,4.2rem); color: #2B2D42; line-height: 1.1; margin-bottom: 16px; text-align: center; }




    .mission-subtitle { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(1rem,1.2vw,1.2rem); color: #4A4B5A; max-width: 800px; margin: 0 auto; line-height: 1.8; text-align: center; }




    .mission-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }




    .mission-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 24px; padding: 40px 28px 32px; border: 1px solid rgba(255,255,255,0.4); box-shadow: 0 8px 32px -12px rgba(0,0,0,0.06); transition: all .5s; position: relative; overflow: hidden; opacity: 0; transform: translateY(40px); display: flex; flex-direction: column; align-items: flex-start; min-height: 320px; }




    .mission-card.visible { opacity: 1; transform: translateY(0); }




    .mission-card:nth-child(1).visible { transition-delay: .1s; }




    .mission-card:nth-child(2).visible { transition-delay: .25s; }




    .mission-card:nth-child(3).visible { transition-delay: .4s; }




    .mission-card:nth-child(4).visible { transition-delay: .55s; }




    .mission-card:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 30px 60px -20px rgba(214,40,40,0.2), 0 12px 32px -12px rgba(0,0,0,0.08); border-color: rgba(214,40,40,0.2); }




    .mission-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 24px; background: radial-gradient(ellipse at 50% 0%, rgba(214,40,40,0.03), transparent 70%); opacity: 0; transition: opacity .5s; pointer-events: none; }




    .mission-card:hover::before { opacity: 1; }




    .mission-card::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%); transform: rotate(25deg) translateX(-100%); transition: transform .8s; pointer-events: none; border-radius: 24px; }




    .mission-card:hover::after { transform: rotate(25deg) translateX(100%); }




    .mission-icon-wrapper { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.8); backdrop-filter: blur(8px); border: 1px solid rgba(214,40,40,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; transition: all .5s; flex-shrink: 0; }




    .mission-card:hover .mission-icon-wrapper { transform: scale(1.08) rotate(-4deg); box-shadow: 0 0 30px rgba(214,40,40,0.15); border-color: rgba(214,40,40,0.3); }




    .mission-icon-wrapper i { font-size: 1.8rem; color: #D62828; transition: all .5s; }




    .mission-card:hover .mission-icon-wrapper i { transform: scale(1.1); filter: drop-shadow(0 0 12px rgba(214,40,40,0.3)); }




    .mission-icon-ring { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(214,40,40,0); transition: all .5s; }




    .mission-card:hover .mission-icon-ring { border-color: rgba(214,40,40,0.15); animation: pulseRing 2s ease-in-out infinite; }




    @keyframes pulseRing { 0%, 100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.1); opacity: 1; } }




    .mission-card-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.3rem; color: #2B2D42; margin-bottom: 10px; }




    .mission-card-desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: .95rem; color: #5A5B6A; line-height: 1.7; flex: 1; }




    .mission-card-accent { width: 40px; height: 3px; background: linear-gradient(90deg, #D62828, transparent); border-radius: 4px; margin-top: 16px; transition: width .5s; }




    .mission-card:hover .mission-card-accent { width: 60px; }





    @media(max-width: 1024px) { .mission-section { padding: 80px 6%; } .mission-cards { gap: 18px; } .mission-card { padding: 32px 20px 28px; min-height: 280px; } }




    @media(max-width: 920px) { .mission-cards { grid-template-columns: repeat(2,1fr); gap: 20px; } .mission-card { min-height: 260px; } .mission-section { padding: 60px 6%; } .mission-title { font-size: clamp(2.2rem,5vw,3.2rem); } }




    @media(max-width: 480px) { .mission-section { padding: 40px 5%; } .mission-cards { grid-template-columns: 1fr; gap: 16px; } .mission-card { padding: 28px 20px 24px; min-height: 220px; } .mission-icon-wrapper { width: 60px; height: 60px; } .mission-icon-wrapper i { font-size: 1.5rem; } .mission-card-title { font-size: 1.1rem; } .mission-card-desc { font-size: .9rem; } .mission-title { font-size: clamp(1.8rem,7vw,2.5rem); } .mission-subtitle { font-size: .95rem; } .mission-shape--circle, .mission-shape--square, .mission-shape--diamond { display: none; } }





    /* === VISION === */
    .vision-section { position: relative; width: 100%; padding: 120px 8%; background: linear-gradient(180deg, #fafbfc 0%, #fff 30%, #f5f7fa 100%); overflow: hidden; scroll-margin-top: 100px; }




    .vision-bg-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }




    .vision-bg-glow--red1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(214,40,40,0.05), transparent 70%); top: -100px; right: -50px; animation: floatGlowVision 22s ease-in-out infinite alternate; }




    .vision-bg-glow--red2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(214,40,40,0.04), transparent 70%); bottom: -50px; left: 10%; animation: floatGlowVision 18s ease-in-out infinite alternate-reverse; }




    .vision-bg-glow--white { width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,255,255,0.4), transparent 70%); top: 30%; left: 30%; transform: translate(-30%,-30%); }




    @keyframes floatGlowVision { 0% { transform: translate(0,0) scale(1); opacity: .5; } 100% { transform: translate(-50px,30px) scale(1.3); opacity: 1; } }




    .vision-particle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; background: rgba(214,40,40,0.06); animation: particleFloatVision 22s infinite alternate ease-in-out; }




    .vision-particle--1 { width: 8px; height: 8px; top: 15%; left: 3%; animation-duration: 28s; }




    .vision-particle--2 { width: 12px; height: 12px; top: 25%; right: 8%; animation-duration: 32s; animation-delay: 4s; }




    .vision-particle--3 { width: 6px; height: 6px; bottom: 35%; left: 12%; animation-duration: 24s; animation-delay: 6s; }




    .vision-particle--4 { width: 10px; height: 10px; bottom: 15%; right: 3%; animation-duration: 30s; animation-delay: 2s; }




    .vision-particle--5 { width: 7px; height: 7px; top: 55%; left: 45%; animation-duration: 26s; animation-delay: 5s; }




    @keyframes particleFloatVision { 0% { transform: translate(0,0) scale(1); opacity: .2; } 50% { transform: translate(40px,-50px) scale(1.8); opacity: .6; } 100% { transform: translate(-30px,20px) scale(.7); opacity: .3; } }




    .vision-energy-line { position: absolute; pointer-events: none; z-index: 0; opacity: .04; border: 1px solid #D62828; }




    .vision-energy-line--1 { width: 300px; height: 1px; top: 20%; right: 15%; animation: flowLine 8s ease-in-out infinite; }




    .vision-energy-line--2 { width: 200px; height: 1px; bottom: 30%; left: 5%; animation: flowLine 10s ease-in-out infinite reverse; }




    .vision-energy-line--3 { width: 250px; height: 1px; top: 60%; right: 5%; animation: flowLine 12s ease-in-out infinite; }




    @keyframes flowLine { 0% { transform: scaleX(0); opacity: 0; } 50% { transform: scaleX(1); opacity: .06; } 100% { transform: scaleX(0); opacity: 0; } }




    .vision-container { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }




    .vision-header { text-align: center; margin-bottom: 60px; opacity: 0; transform: translateY(30px); transition: all .8s; }




    .vision-header.visible { opacity: 1; transform: translateY(0); }




    .vision-badge { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: 3px; color: #D62828; background: rgba(214,40,40,0.08); padding: 8px 24px; border-radius: 40px; margin-bottom: 16px; }




    .vision-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2.5rem,4.5vw,4rem); color: #2B2D42; line-height: 1.1; margin-bottom: 16px; text-align: center; }




    .vision-subtitle { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(1rem,1.2vw,1.2rem); color: #4A4B5A; max-width: 850px; margin: 0 auto; line-height: 1.8; text-align: center; }




    .vision-main-layout { display: flex; flex-direction: column; align-items: center; gap: 60px; margin-bottom: 80px; }




    .vision-image-wrapper { position: relative; width: 100%; max-width: 900px; opacity: 0; transform: translateY(30px); transition: all 1.2s; }




    .vision-image-wrapper.visible { opacity: 1; transform: translateY(0); }




    .vision-image-card { position: relative; border-radius: 30px; overflow: hidden; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.12), 0 20px 40px -10px rgba(0,0,0,0.04); border: 1px solid rgba(255,255,255,0.3); transition: all .6s; min-height: 500px; }




    .vision-image-card:hover { transform: scale(1.02) translateY(-6px); box-shadow: 0 60px 100px -20px rgba(0,0,0,0.15), 0 30px 50px -15px rgba(0,0,0,0.06); }




    .vision-image-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s; }




    .vision-image-card:hover img { transform: scale(1.05); }




    .vision-image-glass { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 50%, rgba(214,40,40,0.03) 100%); pointer-events: none; border-radius: 30px; }




    .vision-image-glow { position: absolute; bottom: 0; left: 0; right: 0; height: 60%; background: linear-gradient(0deg, rgba(214,40,40,0.06), transparent); pointer-events: none; border-radius: 0 0 30px 30px; }




    .vision-image-card::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.04) 50%, rgba(255,255,255,0) 100%); transform: rotate(25deg) translateX(-100%); transition: transform .8s; pointer-events: none; border-radius: 30px; }




    .vision-image-card:hover::after { transform: rotate(25deg) translateX(100%); }




    .vision-image-badge { position: absolute; bottom: 30px; right: 30px; padding: 12px 20px; background: rgba(255,255,255,0.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .75rem; color: #fff; letter-spacing: 1px; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }




    .vision-image-badge i { margin-right: 8px; color: #D62828; }




    .vision-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 20px; }




    .vision-card { background: rgba(255,255,255,0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 24px; padding: 32px 28px; border: 1px solid rgba(255,255,255,0.3); box-shadow: 0 8px 32px -12px rgba(0,0,0,0.04); transition: all .5s; opacity: 0; transform: translateY(40px); position: relative; overflow: hidden; }




    .vision-card.visible { opacity: 1; transform: translateY(0); }




    .vision-card:nth-child(1).visible { transition-delay: .1s; }




    .vision-card:nth-child(2).visible { transition-delay: .25s; }




    .vision-card:nth-child(3).visible { transition-delay: .4s; }




    .vision-card:nth-child(4).visible { transition-delay: .55s; }




    .vision-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 24px 48px -16px rgba(214,40,40,0.15); border-color: rgba(214,40,40,0.2); background: rgba(255,255,255,0.7); }




    .vision-card::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.04) 50%, rgba(255,255,255,0) 100%); transform: rotate(25deg) translateX(-100%); transition: transform .8s; pointer-events: none; border-radius: 24px; }




    .vision-card:hover::after { transform: rotate(25deg) translateX(100%); }




    .vision-card-icon { width: 60px; height: 60px; border-radius: 50%; background: rgba(214,40,40,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: all .4s; }




    .vision-card:hover .vision-card-icon { background: rgba(214,40,40,0.15); transform: scale(1.06); box-shadow: 0 0 30px rgba(214,40,40,0.1); }




    .vision-card-icon i { font-size: 1.6rem; color: #D62828; transition: transform .4s; }




    .vision-card:hover .vision-card-icon i { transform: scale(1.1) rotate(-4deg); }




    .vision-card-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.2rem; color: #2B2D42; margin-bottom: 8px; }




    .vision-card-desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: .9rem; color: #5A5B6A; line-height: 1.7; }




    .vision-card-accent { width: 30px; height: 3px; background: linear-gradient(90deg, #D62828, transparent); border-radius: 4px; margin-top: 14px; transition: width .5s; }




    .vision-card:hover .vision-card-accent { width: 50px; }





    @media(max-width: 1024px) { .vision-section { padding: 80px 6%; } .vision-image-card { min-height: 400px; } }




    @media(max-width: 920px) { .vision-main-layout { gap: 40px; } .vision-image-card { min-height: 350px; } .vision-section { padding: 60px 6%; } .vision-title { font-size: clamp(2.2rem,5vw,3.2rem); } .vision-cards { grid-template-columns: repeat(2,1fr); } }




    @media(max-width: 600px) { .vision-cards { grid-template-columns: 1fr; gap: 16px; } .vision-section { padding: 40px 5%; } .vision-image-card { min-height: 250px; border-radius: 20px; } .vision-image-badge { bottom: 16px; right: 16px; padding: 8px 14px; font-size: .65rem; } .vision-card { padding: 24px 20px; } .vision-card-icon { width: 50px; height: 50px; } .vision-card-icon i { font-size: 1.3rem; } .vision-energy-line--1, .vision-energy-line--2, .vision-energy-line--3 { display: none; } }





    /* === PRODUCTS === */
    .products-section { position: relative; width: 100%; padding: 100px 8%; background: #f5f7fa; overflow: hidden; scroll-margin-top: 100px; min-height: 100vh; transition: background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }




    .products-section.bg-residenciel { background: #e7d0af; }




    .products-section.bg-commercial { background: #253646; }




    .products-section.bg-professionnel { background: #5c5c5c; }




    .products-section.bg-residenciel .products-badge { color: #8B5A2B; background: rgba(139,90,43,0.12); }




    .products-section.bg-residenciel .products-title { color: #4A3520; }




    .products-section.bg-residenciel .products-subtitle { color: #5A4A3A; }




    .products-section.bg-commercial .products-badge { color: #93c5fd; background: rgba(147,197,253,0.15); }




    .products-section.bg-commercial .products-title { color: #ffffff; }




    .products-section.bg-commercial .products-subtitle { color: rgba(255,255,255,0.8); }




    .products-section.bg-professionnel .products-badge { color: #c8a84a; background: rgba(200,168,74,0.15); }




    .products-section.bg-professionnel .products-title { color: #ffffff; }




    .products-section.bg-professionnel .products-subtitle { color: rgba(255,255,255,0.75); }




    .products-container { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; overflow: hidden; }




    .products-header { text-align: center; margin-bottom: 50px; transition: color 0.6s ease; }




    .products-badge { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 3px; padding: 8px 24px; border-radius: 40px; margin-bottom: 16px; transition: all 0.6s ease; }




    .products-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2.5rem,4.5vw,4rem); line-height: 1.1; margin-bottom: 16px; transition: color 0.6s ease; text-align: center; }




    .products-subtitle { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(1rem,1.2vw,1.2rem); max-width: 750px; margin: 0 auto; line-height: 1.8; transition: color 0.6s ease; text-align: center; }




    .category-tabs-wrapper { position: relative; display: flex; justify-content: center; margin-bottom: 50px; }




    .category-tabs { position: relative; display: inline-flex; background: rgba(255,255,255,0.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 60px; padding: 6px; border: 1px solid rgba(255,255,255,0.3); box-shadow: 0 4px 20px rgba(0,0,0,0.04); }




    .category-tab-highlight { position: absolute; top: 6px; bottom: 6px; left: 6px; border-radius: 60px; background: linear-gradient(145deg, #E03131, #C62828); transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); box-shadow: 0 4px 20px rgba(214,40,40,0.25); z-index: 0; width: 0; }




    .category-btn { position: relative; z-index: 1; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1rem; padding: 12px 36px; border: none; border-radius: 60px; background: transparent; color: #2B2D42; cursor: pointer; transition: color 0.3s ease; letter-spacing: 0.3px; white-space: nowrap; }




    .category-btn:hover { color: #D62828; }




    .category-btn.active { color: #fff; }




    .products-grid-wrapper { position: relative; overflow: hidden; width: 100%; }




    .products-track { display: flex; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; gap: 0; }




    .products-slide { flex: 0 0 100%; min-width: 100%; padding: 0; transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }




    .products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }




    .products-grid.cards-3 { grid-template-columns: repeat(3,1fr); }




    .products-grid.cards-1 { grid-template-columns: 1fr; justify-items: center; }




    .products-grid.cards-1 .product-card { max-width: 400px; width: 100%; }




    .product-card { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px -12px rgba(0,0,0,0.08); transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); cursor: pointer; height: 584.675px; background: #fff; opacity: 0; transform: translateY(30px) scale(0.95); animation: cardFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; }




    .product-card:nth-child(1) { animation-delay: 0.05s; }




    .product-card:nth-child(2) { animation-delay: 0.10s; }




    .product-card:nth-child(3) { animation-delay: 0.15s; }




    @keyframes cardFadeIn { 0% { opacity: 0; transform: translateY(30px) scale(0.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }




    .product-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 24px 48px -16px rgba(0,0,0,0.15); }




    .product-card-image { width: 100%; height: 100%; position: relative; overflow: hidden; }




    .product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }




    .product-card:hover .product-card-image img { transform: scale(1.08); }




    .product-card-overlay-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); transition: all 0.5s ease; }




    .product-card:hover .product-card-overlay-gradient { background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.3) 100%); }




    .product-card-label { position: absolute; top: 24px; left: 24px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1rem,1.5vw,1.4rem); color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.3); letter-spacing: 1px; text-transform: uppercase; z-index: 2; transition: all 0.5s ease; }




    .product-card:hover .product-card-label { transform: scale(1.05); text-shadow: 0 2px 30px rgba(0,0,0,0.5); }




    .product-card-badge { position: absolute; bottom: 20px; left: 20px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 0.6rem; padding: 4px 14px; border-radius: 20px; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); color: #fff; text-transform: uppercase; letter-spacing: 1px; z-index: 2; transition: all 0.5s ease; }




    .product-card:hover .product-card-badge { background: rgba(255,255,255,0.25); }




    .product-card-accent { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #D62828, #FF3B30); opacity: 0; transition: opacity 0.5s ease; z-index: 2; }




    .product-card:hover .product-card-accent { opacity: 1; }




    .product-card-arrow { position: absolute; bottom: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; transition: all 0.5s ease; opacity: 0; transform: translateX(10px); z-index: 2; }




    .product-card:hover .product-card-arrow { opacity: 1; transform: translateX(0); }




    .slide-indicators { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }




    .slide-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; cursor: pointer; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); padding: 0; }




    .products-section.bg-commercial .slide-dot { background: rgba(255,255,255,0.3); }




    .products-section.bg-professionnel .slide-dot { background: rgba(255,255,255,0.3); }




    .products-section.bg-residenciel .slide-dot { background: rgba(43,45,66,0.2); }




    .slide-dot.active { background: #D62828 !important; width: 30px; border-radius: 5px; box-shadow: 0 0 20px rgba(214,40,40,0.2); }




    .slide-dot:hover { background: rgba(214,40,40,0.5); }





    @media screen and (max-width: 1024px) { .products-grid { grid-template-columns: repeat(2,1fr); gap: 20px; } .products-grid.cards-3 { grid-template-columns: repeat(2,1fr); } .products-grid.cards-1 { grid-template-columns: 1fr; justify-items: center; } .products-section { padding: 80px 6%; } .product-card { height: 480px; } .category-btn { padding: 10px 24px; font-size: 0.9rem; } }




    @media screen and (max-width: 768px) { .products-grid { grid-template-columns: repeat(2,1fr); gap: 16px; } .products-grid.cards-3 { grid-template-columns: repeat(2,1fr); } .products-grid.cards-1 { grid-template-columns: 1fr; justify-items: center; } .products-section { padding: 60px 5%; } .category-btn { padding: 8px 18px; font-size: 0.8rem; } .category-tabs { padding: 4px; } .category-tab-highlight { top: 4px; bottom: 4px; left: 4px; } .product-card { height: 380px; } .product-card-badge { bottom: 12px; left: 12px; font-size: 0.5rem; padding: 3px 10px; } }




    @media screen and (max-width: 480px) { .products-grid { grid-template-columns: repeat(2,1fr); gap: 12px; } .products-grid.cards-3 { grid-template-columns: repeat(2,1fr); } .products-grid.cards-1 { grid-template-columns: 1fr; justify-items: center; } .products-grid.cards-1 .product-card { max-width: 100%; } .products-section { padding: 40px 4%; } .category-btn { padding: 6px 14px; font-size: 0.7rem; } .category-tabs { padding: 4px; border-radius: 40px; } .product-card { height: 280px; border-radius: 14px; } .product-card-label { font-size: 0.8rem; top: 12px; left: 12px; } .product-card-badge { bottom: 10px; left: 10px; font-size: 0.45rem; padding: 2px 8px; } .product-card-arrow { width: 30px; height: 30px; font-size: 0.7rem; bottom: 12px; right: 12px; } .products-title { font-size: 1.8rem; } .slide-dot { width: 8px; height: 8px; } .slide-dot.active { width: 24px; } }




    @media screen and (max-width: 380px) { .products-grid { grid-template-columns: 1fr; gap: 12px; } .products-grid.cards-3 { grid-template-columns: 1fr; } .products-grid.cards-1 { grid-template-columns: 1fr; justify-items: center; } .category-btn { padding: 4px 10px; font-size: 0.65rem; } .product-card { height: 280px; } .product-card-label { font-size: 0.7rem; top: 10px; left: 10px; } .product-card-badge { bottom: 8px; left: 8px; font-size: 0.4rem; padding: 2px 6px; } }





    /* === RECRUITMENT === */
    .recruitment-section {
      position: relative;
      width: 100%;
      padding: 100px 8%;
      background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 40%, #f8fafc 100%);
      overflow: hidden;
      scroll-margin-top: 100px;
    }




    .recruitment-container { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }




    .recruitment-header { text-align: center; margin-bottom: 50px; opacity: 0; transform: translateY(30px); transition: all .8s; }




    .recruitment-header.visible { opacity: 1; transform: translateY(0); }




    .recruitment-badge { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: 3px; color: #D62828; background: rgba(214,40,40,0.08); padding: 8px 24px; border-radius: 40px; margin-bottom: 16px; }




    .recruitment-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2.5rem,4.5vw,4rem); color: #2B2D42; line-height: 1.1; margin-bottom: 16px; text-align: center; }




    .recruitment-subtitle { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(1rem,1.2vw,1.2rem); color: #4A4B5A; max-width: 750px; margin: 0 auto; line-height: 1.8; text-align: center; }





    .recruitment-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }




    .recruitment-info { opacity: 0; transform: translateX(-30px); transition: all .8s; }




    .recruitment-info.visible { opacity: 1; transform: translateX(0); }




    .recruitment-info h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.5rem; color: #2B2D42; margin-bottom: 16px; }




    .recruitment-info p { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 1rem; color: #4A4B5A; line-height: 1.8; margin-bottom: 24px; }




    .recruitment-info ul { list-style: none; padding: 0; margin-bottom: 30px; }




    .recruitment-info ul li { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: .95rem; color: #4A4B5A; padding: 8px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(0,0,0,0.04); }




    .recruitment-info ul li i { color: #D62828; width: 20px; font-size: 1rem; }





    .recruitment-form-wrapper {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 20px 60px -20px rgba(0,0,0,0.08), 0 8px 24px -8px rgba(0,0,0,0.04);
      padding: 40px;
      border-top: 4px solid #D62828;
      opacity: 0;
      transform: translateX(30px);
      transition: all .8s;
    }




    .recruitment-form-wrapper.visible { opacity: 1; transform: translateX(0); }




    .recruitment-form-wrapper .field { margin-bottom: 1.25rem; position: relative; }




    .recruitment-form-wrapper label { display: block; font-size: 0.78rem; font-weight: 600; color: #595959; margin-bottom: 0.4rem; }




    .recruitment-form-wrapper .hint { font-weight: 400; color: #999; font-size: 0.75rem; }




    .recruitment-form-wrapper input[type="text"],
    .recruitment-form-wrapper input[type="email"],
    .recruitment-form-wrapper input[type="tel"],
    .recruitment-form-wrapper input[type="file"],
    .recruitment-form-wrapper textarea,
    .recruitment-form-wrapper select {
      width: 100%;
      font-family: inherit;
      font-size: 0.95rem;
      color: #2E2E2E;
      background: #F1F1F1;
      border: 1.5px solid transparent;
      border-radius: 8px;
      padding: 0.75rem 0.9rem;
      transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    }




    .recruitment-form-wrapper textarea { resize: vertical; min-height: 90px; }




    .recruitment-form-wrapper input:focus,
    .recruitment-form-wrapper textarea:focus,
    .recruitment-form-wrapper select:focus {
      outline: none;
      border-color: #D62828;
      background: #fff;
      box-shadow: 0 0 0 4px #FDE6E6;
    }




    .recruitment-form-wrapper .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }




    @media (max-width: 480px) { .recruitment-form-wrapper .two-col { grid-template-columns: 1fr; } }




    .recruitment-form-wrapper .submit-btn {
      width: 100%;
      padding: 0.9rem;
      border: none;
      border-radius: 8px;
      background: #D62828;
      color: #fff;
      font-family: inherit;
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.01em;
      cursor: pointer;
      transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
      box-shadow: 0 6px 16px rgba(232,0,0,0.28);
    }




    .recruitment-form-wrapper .submit-btn:hover:not(:disabled) { background: #B80000; transform: translateY(-1px); }




    .recruitment-form-wrapper .submit-btn:active:not(:disabled) { transform: translateY(0); }




    .recruitment-form-wrapper .submit-btn:disabled { opacity: 0.6; cursor: default; box-shadow: none; }




    .recruitment-form-wrapper .form-msg { font-size: 0.82rem; font-weight: 600; margin-top: 0.9rem; padding: 0.7rem 0.9rem; border-radius: 8px; animation: fadeUp 0.25s ease both; display: none; }




    .recruitment-form-wrapper .form-msg--error { color: #B80000; background: #FDE6E6; }




    .recruitment-form-wrapper .form-msg--success { color: #1E9E5A; background: #E4F7ED; }




    @keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }





    /* Required field indicator */
    .recruitment-form-wrapper .required { color: #D62828; margin-left: 2px; }





    @media (max-width: 920px) {
      .recruitment-grid { grid-template-columns: 1fr; gap: 40px; }
      .recruitment-info { transform: translateX(0) translateY(-20px); }
      .recruitment-info.visible { transform: translateX(0) translateY(0); }
      .recruitment-form-wrapper { transform: translateX(0) translateY(20px); padding: 30px; }
      .recruitment-form-wrapper.visible { transform: translateX(0) translateY(0); }
      .recruitment-section { padding: 60px 6%; }
    }




    @media (max-width: 600px) {
      .recruitment-section { padding: 40px 5%; }
      .recruitment-form-wrapper { padding: 20px; border-radius: 14px; }
      .recruitment-title { font-size: clamp(1.8rem,7vw,2.5rem); }
      .recruitment-info h3 { font-size: 1.2rem; }
    }





    /* === CONTACT === */
    .contact-section { position: relative; width: 100%; padding: 80px 8% 40px; background: #111827; overflow: hidden; scroll-margin-top: 100px; }




    .contact-bg-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }




    .contact-bg-glow--red1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(214,40,40,0.08), transparent 70%); top: -100px; right: -100px; animation: floatGlowContact 20s ease-in-out infinite alternate; }




    .contact-bg-glow--red2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(214,40,40,0.06), transparent 70%); bottom: 20%; left: -80px; animation: floatGlowContact 18s ease-in-out infinite alternate-reverse; }




    .contact-bg-glow--white { width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.03), transparent 70%); top: 40%; left: 40%; }




    @keyframes floatGlowContact { 0% { transform: translate(0,0) scale(1); opacity: .5; } 100% { transform: translate(-30px,30px) scale(1.3); opacity: 1; } }




    .contact-particle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; background: rgba(214,40,40,0.06); animation: particleFloatContact 25s infinite alternate ease-in-out; }




    .contact-particle--1 { width: 6px; height: 6px; top: 10%; left: 5%; animation-duration: 30s; }




    .contact-particle--2 { width: 10px; height: 10px; top: 20%; right: 8%; animation-duration: 35s; animation-delay: 3s; }




    .contact-particle--3 { width: 8px; height: 8px; bottom: 30%; left: 10%; animation-duration: 28s; animation-delay: 5s; }




    .contact-particle--4 { width: 12px; height: 12px; bottom: 15%; right: 5%; animation-duration: 32s; animation-delay: 2s; }




    .contact-particle--5 { width: 5px; height: 5px; top: 50%; left: 50%; animation-duration: 26s; animation-delay: 4s; }




    @keyframes particleFloatContact { 0% { transform: translate(0,0) scale(1); opacity: .1; } 50% { transform: translate(30px,-40px) scale(1.8); opacity: .4; } 100% { transform: translate(-20px,20px) scale(.6); opacity: .2; } }




    .contact-energy-line { position: absolute; height: 2px; background: linear-gradient(90deg, transparent, rgba(214,40,40,0.3), rgba(214,40,40,0.6), rgba(214,40,40,0.3), transparent); pointer-events: none; z-index: 0; opacity: 0; animation: energyLinePulse 4s ease-in-out infinite; }




    .contact-energy-line--1 { width: 60%; top: 25%; left: 20%; animation-delay: 0s; }




    .contact-energy-line--2 { width: 40%; top: 55%; right: 10%; animation-delay: 2s; }




    .contact-energy-line--3 { width: 50%; bottom: 35%; left: 15%; animation-delay: 1s; }




    @keyframes energyLinePulse { 0%, 100% { opacity: 0; transform: scaleX(.5); } 50% { opacity: .6; transform: scaleX(1); } }




    .contact-energy-line.visible { opacity: .6; }




    .contact-container { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }




    .contact-glass-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 30px; padding: 60px 50px 50px; border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05); margin-bottom: 60px; opacity: 0; transform: translateY(40px); transition: all 1s; }




    .contact-glass-card.visible { opacity: 1; transform: translateY(0); }




    .contact-glass-card:hover { border-color: rgba(214,40,40,0.15); box-shadow: 0 30px 80px -20px rgba(214,40,40,0.08), inset 0 1px 0 rgba(255,255,255,0.08); }




    .contact-header { text-align: center; margin-bottom: 40px; }




    .contact-badge { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .7rem; text-transform: uppercase; letter-spacing: 3px; color: #D62828; background: rgba(214,40,40,0.12); padding: 6px 20px; border-radius: 40px; margin-bottom: 12px; }




    .contact-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2.2rem,4vw,3.5rem); color: #fff; line-height: 1.1; margin-bottom: 12px; text-align: center; }




    .contact-subtitle { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(1rem,1.1vw,1.15rem); color: rgba(255,255,255,0.6); max-width: 650px; margin: 0 auto; line-height: 1.8; text-align: center; }




    .contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }




    .contact-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; padding: 32px 28px; border: 1px solid rgba(255,255,255,0.06); transition: all .5s; text-align: center; opacity: 0; transform: translateY(30px); position: relative; overflow: hidden; }




    .contact-card.visible { opacity: 1; transform: translateY(0); }




    .contact-card:nth-child(1).visible { transition-delay: .1s; }




    .contact-card:nth-child(2).visible { transition-delay: .25s; }




    .contact-card:nth-child(3).visible { transition-delay: .4s; }




    .contact-card:hover { transform: translateY(-6px) scale(1.02); border-color: rgba(214,40,40,0.2); background: rgba(255,255,255,0.07); box-shadow: 0 20px 50px -12px rgba(0,0,0,0.3); }




    .contact-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 50% 0%, rgba(214,40,40,0.05), transparent 70%); opacity: 0; transition: opacity .5s; pointer-events: none; border-radius: 20px; }




    .contact-card:hover::before { opacity: 1; }




    .contact-card-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(214,40,40,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all .5s; position: relative; }




    .contact-card:hover .contact-card-icon { background: rgba(214,40,40,0.2); transform: scale(1.08) rotate(-4deg); box-shadow: 0 0 30px rgba(214,40,40,0.1); }




    .contact-card-icon i { font-size: 1.8rem; color: #D62828; transition: transform .4s; }




    .contact-card:hover .contact-card-icon i { transform: scale(1.1); }




    .contact-card-icon-ring { position: absolute; inset: -3px; border-radius: 50%; border: 1px solid rgba(214,40,40,0); transition: all .5s; }




    .contact-card:hover .contact-card-icon-ring { border-color: rgba(214,40,40,0.15); animation: pulseRing 2s ease-in-out infinite; }




    .contact-card-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; margin-bottom: 6px; }




    .contact-card-value { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: .95rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: color .3s; }




    .contact-card-value:hover { color: #D62828; }




    .contact-card-value a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color .3s; }




    .contact-card-value a:hover { color: #D62828; }




    .contact-card-accent { width: 30px; height: 2px; background: linear-gradient(90deg, #D62828, transparent); margin: 12px auto 0; border-radius: 4px; transition: width .5s; }




    .contact-card:hover .contact-card-accent { width: 50px; }




    .contact-social { display: flex; justify-content: center; gap: 14px; margin-top: 14px; }




    .contact-social a { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 1.1rem; transition: all .4s; text-decoration: none; }




    .contact-social a:hover { background: rgba(214,40,40,0.15); border-color: rgba(214,40,40,0.3); color: #D62828; transform: translateY(-4px) scale(1.1) rotate(-6deg); box-shadow: 0 8px 25px rgba(214,40,40,0.15); }




    .contact-middle { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 50px 0 40px; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: 40px; opacity: 0; transform: translateY(30px); transition: all .8s; }




    .contact-middle.visible { opacity: 1; transform: translateY(0); transition-delay: .5s; }




    .contact-about { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }




    .contact-about .logo-img { height: 100px; width: auto; object-fit: contain; display: block; max-width: 100%; }




    .contact-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; align-content: start; }




    .contact-nav h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: #fff; margin-bottom: 8px; grid-column: 1/-1; }




    .contact-nav a { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: .9rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: all .3s; position: relative; padding: 4px 0; }




    .contact-nav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0%; height: 1.5px; background: #D62828; transition: width .3s; }




    .contact-nav a:hover { color: #fff; }




    .contact-nav a:hover::after { width: 100%; }




    .contact-copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.04); opacity: 0; transform: translateY(20px); transition: all .8s; }




    .contact-copyright.visible { opacity: 1; transform: translateY(0); transition-delay: .6s; }




    .contact-copyright p { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: .85rem; color: rgba(255,255,255,0.3); letter-spacing: .5px; }




    .contact-copyright p:last-child { font-size: .75rem; margin-top: 4px; color: rgba(255,255,255,0.2); }





    @media(max-width: 1024px) { .contact-section { padding: 60px 6% 30px; } .contact-glass-card { padding: 40px 30px 35px; } .contact-cards { gap: 18px; } .contact-card { padding: 28px 20px; } }




    @media(max-width: 920px) { .contact-cards { grid-template-columns: 1fr 1fr; } .contact-middle { grid-template-columns: 1fr; gap: 30px; padding: 30px 0; } .contact-about { align-items: center; } .contact-about .logo-img { height: 80px; } .contact-nav { grid-template-columns: 1fr 1fr; gap: 4px 30px; } .contact-energy-line--1, .contact-energy-line--2, .contact-energy-line--3 { display: none; } }




    @media(max-width: 600px) { .contact-section { padding: 40px 5% 20px; } .contact-glass-card { padding: 30px 20px 25px; border-radius: 20px; } .contact-cards { grid-template-columns: 1fr; gap: 16px; } .contact-card { padding: 24px 18px; } .contact-card-icon { width: 54px; height: 54px; } .contact-card-icon i { font-size: 1.4rem; } .contact-title { font-size: clamp(1.8rem,6vw,2.5rem); } .contact-subtitle { font-size: .95rem; } .contact-middle { padding: 24px 0; gap: 20px; } .contact-about .logo-img { height: 65px; } .contact-nav { grid-template-columns: 1fr; gap: 2px; } .contact-nav a { font-size: .85rem; } .contact-social a { width: 40px; height: 40px; font-size: 1rem; } .contact-copyright p { font-size: .7rem; } .contact-copyright p:last-child { font-size: .65rem; } }





    /* === FLOATING SOCIAL MENU === */
    .float-menu-wrapper { position: fixed; bottom: 32px; left: 32px; z-index: 9999; display: flex; flex-direction: column; align-items: center; gap: 12px; pointer-events: none; }




    .float-menu-wrapper .menu-toggle-btn { pointer-events: auto; width: 60px; height: 60px; border-radius: 50%; background: #8b5cf6; border: none; box-shadow: 0 8px 24px rgba(139,92,246,0.35); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.3s ease, border-radius 0.3s ease; color: white; font-size: 28px; }




    .float-menu-wrapper .menu-toggle-btn:hover { transform: scale(1.08); box-shadow: 0 12px 32px rgba(139,92,246,0.5); }




    .float-menu-wrapper.open .menu-toggle-btn { background: #8b5cf6; color: white; font-size: 24px; }




    .float-menu-wrapper .social-menu { pointer-events: auto; display: flex; flex-direction: column; align-items: center; gap: 14px; opacity: 0; transform: translateY(20px) scale(0.92); transition: opacity 0.3s cubic-bezier(0.2, 0.9, 0.4, 1), transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1); visibility: hidden; margin-bottom: 6px; }




    .float-menu-wrapper.open .social-menu { opacity: 1; transform: translateY(0) scale(1); visibility: visible; }




    .float-menu-wrapper .social-btn { width: 56px; height: 56px; border-radius: 50%; border: none; background: #ede9fe; box-shadow: 0 6px 18px rgba(0,0,0,0.07), 0 2px 6px rgba(0,0,0,0.03); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 28px; transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s; text-decoration: none; color: #1e1b2e; position: relative; }




    .float-menu-wrapper .social-btn.whatsapp { background: #25D366; color: white; box-shadow: 0 6px 18px rgba(37,211,102,0.25); }




    .float-menu-wrapper .social-btn.facebook { background: #1877F2; color: white; box-shadow: 0 6px 18px rgba(24,119,242,0.25); }




    .float-menu-wrapper .social-btn.tiktok { background: #000000; color: white; box-shadow: 0 6px 18px rgba(0,0,0,0.18); }




    .float-menu-wrapper .social-btn:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,0.15); }




    .float-menu-wrapper .social-btn.whatsapp:hover { box-shadow: 0 14px 30px rgba(37,211,102,0.35); }




    .float-menu-wrapper .social-btn.facebook:hover { box-shadow: 0 14px 30px rgba(24,119,242,0.35); }




    .float-menu-wrapper .social-btn.tiktok:hover { box-shadow: 0 14px 30px rgba(0,0,0,0.25); }




    @media (max-width: 640px) { .float-menu-wrapper { bottom: 20px; left: 20px; } .float-menu-wrapper .menu-toggle-btn { width: 52px; height: 52px; font-size: 24px; } .float-menu-wrapper .social-btn { width: 48px; height: 48px; font-size: 22px; } .float-menu-wrapper .social-menu { gap: 12px; } }





    /* === ARABIC FIXES === */
    html[dir="rtl"] .products-track { display: flex !important; flex-direction: row !important; direction: ltr !important; }




    html[dir="rtl"] .products-slide { display: block !important; flex: 0 0 100% !important; min-width: 100% !important; visibility: visible !important; opacity: 1 !important; }




    html[dir="rtl"] .products-grid { display: grid !important; direction: ltr !important; }




    html[dir="rtl"] .product-card { display: block !important; visibility: visible !important; opacity: 1 !important; direction: ltr !important; text-align: left !important; }




    html[dir="rtl"] .category-tabs { direction: ltr !important; }




    html[dir="rtl"] .product-card-label, html[dir="rtl"] .product-card-badge { direction: ltr !important; text-align: left !important; }




    html[dir="rtl"] .product-card-arrow { right: 24px !important; left: auto !important; direction: ltr !important; }




    html[dir="rtl"] .product-card-label { left: 24px !important; right: auto !important; }




    html[dir="rtl"] .product-card-badge { left: 20px !important; right: auto !important; }





    html[dir="rtl"] .about-description p,
    html[dir="rtl"] .mission-subtitle,
    html[dir="rtl"] .mission-card-desc,
    html[dir="rtl"] .vision-subtitle,
    html[dir="rtl"] .vision-card-desc,
    html[dir="rtl"] .hero-desc,
    html[dir="rtl"] .contact-subtitle,
    html[dir="rtl"] .contact-card-value,
    html[dir="rtl"] .contact-copyright p,
    html[dir="rtl"] .stat-label,
    html[dir="rtl"] .recruitment-info p,
    html[dir="rtl"] .recruitment-info ul li,
    html[dir="rtl"] .recruitment-subtitle {
      text-align: right !important;
      direction: rtl !important;
    }





    html[dir="rtl"] .about-title,
    html[dir="rtl"] .mission-title,
    html[dir="rtl"] .vision-title,
    html[dir="rtl"] .products-title,
    html[dir="rtl"] .contact-title,
    html[dir="rtl"] .recruitment-title {
      text-align: center !important;
    }





    html[dir="rtl"] .products-subtitle,
    html[dir="rtl"] .contact-subtitle,
    html[dir="rtl"] .recruitment-subtitle {
      text-align: center !important;
    }





    html[dir="rtl"] .about-badge,
    html[dir="rtl"] .mission-badge,
    html[dir="rtl"] .vision-badge,
    html[dir="rtl"] .products-badge,
    html[dir="rtl"] .contact-badge,
    html[dir="rtl"] .recruitment-badge {
      text-align: center !important;
      display: inline-block;
    }





    html[dir="rtl"] .mission-card { align-items: flex-start !important; text-align: left !important; }




    html[dir="rtl"] .vision-card { text-align: left !important; }




    html[dir="rtl"] .vision-card-title { text-align: left !important; }




    html[dir="rtl"] .vision-card-desc { text-align: left !important; }




    html[dir="rtl"] .contact-card { text-align: center !important; }




    html[dir="rtl"] .contact-card-title { text-align: center !important; }




    html[dir="rtl"] .contact-card-value { text-align: center !important; }




    html[dir="rtl"] .nav-links a { text-align: left !important; }




    html[dir="rtl"] .contact-nav a { text-align: right !important; direction: rtl !important; }




    html[dir="rtl"] .contact-nav h4 { text-align: right !important; direction: rtl !important; }




    html[dir="rtl"] .contact-copyright p { text-align: center !important; }




    html[dir="rtl"] .stat-card { text-align: center !important; }
