*{margin:0;padding:0;box-sizing:border-box}:root{--fabec-black: #000000;--fabec-yellow: #F7A231;--fabec-orange: #ED562E;--fabec-red: #DF232F;--red-primary: #DF232F;--red-dark: #c91e29;--orange-primary: #ED562E;--yellow-accent: #F7A231;--gradient-start: #DF232F;--gradient-end: #F7A231;--dark-bg: #000000;--dark-footer: #0a0a0a;--text-dark: #000000;--text-gray: #4a4a4a;--text-light: #7a7a7a;--white: #ffffff;--gray-bg: #f8f9fa;--border-gray: #e5e7eb}html{scroll-behavior:smooth}body{font-family:Barlow Condensed,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);padding:1rem 0;box-shadow:0 2px 10px #0000000d}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Josefin Sans,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--text-dark)}.logo span{color:var(--red-primary)}.logo-img{height:45px;width:auto}.footer-logo{height:55px;margin-bottom:1rem}.logo svg text{font-family:Josefin Sans,sans-serif}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s}.nav-links a:hover{color:var(--red-primary)}.nav-ev-link{color:#10b981!important;font-weight:600!important}.nav-ev-link:hover{color:#059669!important}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .3s;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--red-primary) 0%,var(--orange-primary) 100%);color:var(--white)}.btn-primary:hover{background:linear-gradient(135deg,var(--red-dark) 0%,var(--gradient-start) 100%);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--text-dark)}.btn-outline-dark{background:transparent;color:var(--text-dark);border:2px solid var(--border-gray)}.btn-outline-dark:hover{background:var(--gray-bg)}.mobile-menu{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.mobile-menu span{width:25px;height:3px;background:var(--text-dark);border-radius:2px}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;animation:heroSlider 15s infinite}.hero-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#000000b3,#000000b3)}.hero-slide:nth-child(1){background-image:url(/images/hero-ev.jpg);animation-delay:0s}.hero-slide:nth-child(2){background-image:url(/images/hero-ev2.jpg);animation-delay:5s}.hero-slide:nth-child(3){background-image:url(/images/hero-ev3.jpg);animation-delay:10s}@keyframes heroSlider{0%{opacity:0;transform:scale(1)}5%{opacity:1}33.33%{opacity:1}38.33%{opacity:0;transform:scale(1.05)}to{opacity:0;transform:scale(1)}}.hero .container{width:100%;position:relative;z-index:1}.hero-content{max-width:800px;color:var(--white)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;color:var(--orange-light);margin-bottom:1.5rem}.hero-badge svg{width:18px;height:18px}.hero h1{font-family:Josefin Sans,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}.hero h1 .highlight{background:linear-gradient(135deg,var(--fabec-red),var(--fabec-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:normal}.hero-subtitle{font-size:1.15rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.hero-stats{display:flex;gap:4rem;flex-wrap:wrap}.stat-item{text-align:left}.stat-number{font-family:Josefin Sans,sans-serif;font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--fabec-yellow),var(--fabec-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#fffc}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:var(--white);opacity:.7;animation:bounce 2s infinite}.scroll-indicator svg{width:30px;height:30px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.clients-section{padding:4rem 2rem;background:var(--gray-bg)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-family:Josefin Sans,sans-serif;font-size:1.35rem;font-weight:600;text-align:center;margin-bottom:2.5rem;font-style:normal;color:var(--text-gray);max-width:800px;margin-left:auto;margin-right:auto}.clients-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.client-card{background:var(--white);border:1px solid var(--border-gray);padding:1.25rem 2rem;border-radius:8px;font-weight:500;color:var(--text-gray);transition:all .3s}.client-card:hover{border-color:var(--red-primary);color:var(--red-primary)}.services-section{padding:5rem 2rem;background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-family:Josefin Sans,sans-serif;font-size:2.75rem;font-weight:700;margin-bottom:1rem}.section-header p{color:var(--text-gray);font-size:1.1rem;max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.service-card{background:var(--white);border:1px solid var(--border-gray);border-radius:12px;padding:2rem;transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.service-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon.red{background:#df232f1a;color:var(--fabec-red)}.service-icon.orange{background:#ed562e1a;color:var(--fabec-orange)}.service-icon.yellow{background:#f7a23126;color:var(--fabec-yellow)}.service-icon.green{background:#10b98126;color:#10b981}.service-card-featured{border:2px solid #10b981;background:linear-gradient(135deg,#10b9810d,#06b6d40d)}.service-card-featured:hover{border-color:#059669}.service-icon svg{width:28px;height:28px}.service-card h3{font-family:Josefin Sans,sans-serif;font-size:1.35rem;font-weight:600;margin-bottom:1rem}.service-card p{color:var(--text-gray);font-size:.95rem;margin-bottom:1.5rem;line-height:1.7}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--red-primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:gap .3s}.service-link:hover{gap:.75rem}.service-link svg{width:18px;height:18px}.commitment-section{padding:5rem 2rem;background:var(--gray-bg)}.commitment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.commitment-card{background:var(--white);border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s}.commitment-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.commitment-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.commitment-icon.red{background:#df232f1a;color:var(--fabec-red)}.commitment-icon.orange{background:#ed562e1a;color:var(--fabec-orange)}.commitment-icon.yellow{background:#f7a23126;color:var(--fabec-yellow)}.commitment-icon svg{width:36px;height:36px}.commitment-card h3{font-family:Josefin Sans,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.commitment-card p{color:var(--text-gray);font-size:.95rem;line-height:1.7}.projects-section{padding:5rem 2rem;background:var(--white)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.project-card{position:relative;border-radius:12px;overflow:hidden;height:280px}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover img{transform:scale(1.1)}.project-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#000c);color:var(--white)}.project-overlay h4{font-family:Josefin Sans,sans-serif;font-size:1.25rem;margin-bottom:.25rem}.project-overlay p{font-size:.85rem;opacity:.8}.projects-cta{text-align:center}.cta-section{padding:5rem 2rem;background:var(--dark-bg);text-align:center;color:var(--white)}.cta-section h2{font-family:Josefin Sans,sans-serif;font-size:2.75rem;font-weight:700;margin-bottom:1rem}.cta-section p{color:#fffc;font-size:1.1rem;max-width:700px;margin:0 auto 2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.cta-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.cta-stat{text-align:center}.cta-stat .number{font-family:Josefin Sans,sans-serif;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--fabec-yellow),var(--fabec-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-stat .label{font-size:.9rem;color:#ffffffb3}.footer{background:var(--dark-footer);color:var(--white);padding:4rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{color:var(--white);margin-bottom:1rem;display:inline-block}.footer-brand p{color:#ffffffb3;font-size:.95rem;margin-bottom:1.5rem;line-height:1.7}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s}.social-links a:hover{background:linear-gradient(135deg,var(--red-primary),var(--orange-primary))}.social-links svg{width:20px;height:20px}.footer-column h4{font-family:Josefin Sans,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-column a:hover{color:var(--yellow-accent)}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#ffffffb3;font-size:.95rem}.contact-item svg{width:20px;height:20px;color:var(--yellow-accent);flex-shrink:0;margin-top:2px}.contact-item a{color:#ffffffb3;text-decoration:none;transition:color .3s}.contact-item a:hover{color:var(--yellow-accent)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ffffff80;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#ffffff80;text-decoration:none;font-size:.875rem;transition:color .3s}.footer-bottom-links a:hover{color:var(--white)}.ev-section{padding:5rem 2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#134e4a)}.ev-background{position:absolute;inset:0;overflow:hidden}.ev-particles span{position:absolute;width:4px;height:4px;background:#10b981;border-radius:50%;animation:evParticle 8s infinite;opacity:.6}.ev-particles span:nth-child(1){left:10%;animation-delay:0s}.ev-particles span:nth-child(2){left:20%;animation-delay:1s}.ev-particles span:nth-child(3){left:30%;animation-delay:2s}.ev-particles span:nth-child(4){left:40%;animation-delay:3s}.ev-particles span:nth-child(5){left:50%;animation-delay:4s}.ev-particles span:nth-child(6){left:60%;animation-delay:5s}.ev-particles span:nth-child(7){left:70%;animation-delay:6s}.ev-particles span:nth-child(8){left:80%;animation-delay:7s}.ev-particles span:nth-child(9){left:90%;animation-delay:.5s}.ev-particles span:nth-child(10){left:95%;animation-delay:2.5s}@keyframes evParticle{0%,to{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.6}50%{opacity:1}90%{opacity:.6}95%{transform:translateY(-10vh) scale(1);opacity:0}}.ev-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.ev-badge{display:inline-flex;align-items:center;gap:.5rem;background:#10b98133;border:1px solid rgba(16,185,129,.4);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;color:#6ee7b7;margin-bottom:1.5rem}.ev-badge svg{width:18px;height:18px}.ev-text h2{font-family:Josefin Sans,sans-serif;font-size:2.75rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.2}.ev-highlight{background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ev-description{color:#ffffffd9;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.ev-features{list-style:none;margin-bottom:2rem}.ev-features li{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffe6;margin-bottom:.875rem;font-size:1rem}.ev-features li svg{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px}.ev-brands{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.ev-brands-label{display:block;color:#fff9;font-size:.85rem;margin-bottom:.75rem}.ev-brands-list{display:flex;flex-wrap:wrap;gap:.75rem}.ev-brands-list span{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#6ee7b7;padding:.375rem .875rem;border-radius:20px;font-size:.85rem;font-weight:500}.btn-ev{background:linear-gradient(135deg,#10b981,#06b6d4);color:var(--white);padding:1rem 2rem}.btn-ev:hover{background:linear-gradient(135deg,#059669,#0891b2);transform:translateY(-2px)}.ev-visual{display:flex;flex-direction:column;gap:2rem}.ev-car-animation{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;align-items:center;justify-content:center;gap:1rem;min-height:200px}.ev-charging-station{display:flex;flex-direction:column;align-items:center}.ev-station-body{width:60px;height:100px;background:linear-gradient(180deg,#374151,#1f2937);border-radius:8px;position:relative;display:flex;flex-direction:column;align-items:center;padding-top:10px}.ev-station-screen{width:40px;height:30px;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:4px;animation:screenPulse 2s infinite}@keyframes screenPulse{0%,to{opacity:1}50%{opacity:.6}}.ev-station-cable{position:absolute;bottom:15px;width:8px;height:25px;background:#4b5563;border-radius:4px}.ev-energy-flow{display:flex;gap:8px;margin-top:10px}.ev-energy-flow span{width:8px;height:8px;background:#10b981;border-radius:50%;animation:energyFlow 1s infinite}.ev-energy-flow span:nth-child(1){animation-delay:0s}.ev-energy-flow span:nth-child(2){animation-delay:.2s}.ev-energy-flow span:nth-child(3){animation-delay:.4s}@keyframes energyFlow{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.ev-car{animation:carPulse 3s ease-in-out infinite}.ev-car svg{width:180px;height:auto}@keyframes carPulse{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.ev-stats{display:flex;gap:1.5rem}.ev-stat{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem}.ev-stat-icon{width:50px;height:50px;background:#10b98133;border-radius:12px;display:flex;align-items:center;justify-content:center}.ev-stat-icon svg{width:24px;height:24px;color:#10b981}.ev-stat-info{display:flex;flex-direction:column}.ev-stat-number{font-family:Josefin Sans,sans-serif;font-size:1.5rem;font-weight:700;color:#10b981}.ev-stat-label{font-size:.85rem;color:#ffffffb3}@media(max-width:1280px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.services-grid,.commitment-grid,.projects-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links{display:none}.mobile-menu{display:flex}.hero h1{font-size:2.5rem}.hero-stats{gap:2rem}.stat-number{font-size:2.25rem}.section-header h2{font-size:2rem}.services-grid,.commitment-grid,.projects-grid{grid-template-columns:1fr}.ev-content{grid-template-columns:1fr;gap:2rem}.ev-text h2{font-size:2rem}.ev-stats{flex-direction:column}.ev-car-animation{flex-direction:column;padding:1.5rem}.ev-car svg{width:150px}.footer-grid{grid-template-columns:1fr;gap:2rem}.cta-section h2{font-size:2rem}.cta-stats{gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.hero{padding:6rem 1rem 3rem}.hero h1{font-size:2rem}.hero-buttons{flex-direction:column}.btn{width:100%;justify-content:center}}
