@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";:root{--color-red: #e60000;--color-black: #181818;--color-white: #ffffff;--color-dark-bg: #101010;--color-light-bg: #222;--color-grey: #444;--color-border: #2a2a2a}html{font-size:18px}body{font-family:Montserrat,Arial,Helvetica,sans-serif;background:var(--color-dark-bg);color:var(--color-white);margin:0;padding:0;min-height:100vh}*,*:before,*:after{box-sizing:border-box}a{color:var(--color-red);text-decoration:none;transition:color .2s}a:hover{color:var(--color-white)}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,Helvetica,sans-serif;font-weight:700;color:var(--color-white);margin-top:0}section{padding:4rem 0}@media (max-width: 700px){html{font-size:16px}section{padding:2rem 0}}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;background:transparent;box-shadow:none;padding:0 2rem;height:80px;font-family:Montserrat,Arial,Helvetica,sans-serif;transition:background .3s,border-bottom .3s,box-shadow .3s;border-bottom:none}.header--scrolled{background:var(--color-black);box-shadow:0 2px 8px #0000001a;border-bottom:1px solid;border-image:linear-gradient(to right,transparent,var(--color-red));border-image-slice:1}.header--in-contact{background:#18181880!important;box-shadow:0 2px 8px #0000001a!important;border-bottom:1px solid!important;border-image:linear-gradient(to right,transparent,var(--color-red))!important;border-image-slice:1!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-radius:8px!important}.hero{position:relative;padding-top:80px}.header__row{display:flex;align-items:center;width:100%;justify-content:space-between;min-width:0}.header__logo{font-weight:800;font-size:1.7rem;color:var(--color-white);letter-spacing:1px;display:flex;align-items:center;min-width:0}.header__logo-img{height:90px;width:200px;object-fit:contain;transition:filter .3s ease}.header__nav{display:flex;gap:2rem}.header__nav-link{color:var(--color-white);text-decoration:none;font-weight:600;font-size:1.05rem;cursor:pointer;transition:color .2s,border-bottom .2s;border-bottom:2.5px solid transparent;padding:.4em .9em}.header__nav-link.active,.header__nav-link:hover{color:var(--color-red);border-bottom:2.5px solid var(--color-red)}.header__hamburger,.header__nav-mobile{display:none}@media (max-width: 1200px){.header__row{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.5rem;margin-bottom:.2rem}.header__logo{font-size:1.1rem}.header__logo-img{height:85px;width:190px}.header__nav-link{font-size:.98rem;padding:.3em .7em}}@media (max-width: 1450px){.header{flex-direction:column;align-items:stretch;height:auto;padding:1rem 2rem;gap:.5rem;min-width:0}.header__row{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.5rem;margin-bottom:.2rem}.header__logo{font-size:1.1rem;font-weight:700;min-width:0;max-width:60vw;overflow:hidden;text-overflow:ellipsis}.header__logo-img{height:80px;width:180px}.header__nav{flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:.7rem;width:100%}.header__nav-link{font-size:1rem;padding:.5em .7em;border-radius:8px;border-bottom:none;background:#ffffff0a;margin:0 .1em;flex:1 1 40%;min-width:110px;text-align:center;white-space:normal}.header__nav--desktop,.header__cta--desktop{display:none!important}.header__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;z-index:120;position:relative;margin-left:auto;margin-right:.5rem;padding:0}.header__hamburger .bar{width:28px;height:4px;background:var(--color-white);border-radius:2px;margin:3px 0;transition:all .3s cubic-bezier(.4,2,.6,1);display:block;position:relative}.header__hamburger[aria-label="Close menu"] .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger[aria-label="Close menu"] .bar:nth-child(2){opacity:0}.header__hamburger[aria-label="Close menu"] .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;background:#181818e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:110;padding:2.5rem 1.5rem 2rem;gap:2.5rem;min-height:100vh;min-width:0;transition:background .3s}.header__nav-mobile ul{list-style:none;padding:0;margin:0 0 2rem;width:100%;display:flex;flex-direction:column;gap:1.2rem;align-items:center}.header__nav-link--mobile{font-size:1.3rem;font-weight:700;color:var(--color-white);background:none;border:none;border-radius:0;padding:.7em 0;width:100%;text-align:center;letter-spacing:1px;transition:color .2s}.header__nav-link--mobile.active,.header__nav-link--mobile:hover{color:var(--color-red);background:none}.header__close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;color:var(--color-white);font-size:2.2rem;font-weight:700;cursor:pointer;z-index:200;padding:.2em .5em;line-height:1;transition:color .2s}.header__close:hover{color:var(--color-red)}}.hero{position:relative;width:100vw;min-height:100vh;background:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1500&q=80) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(120deg,#181818eb 60%,#e60000d9);display:flex;align-items:center;justify-content:center}.hero__content{position:relative;z-index:2;text-align:left;color:var(--color-white);max-width:800px;margin:0 2rem;padding:3rem 2rem}.hero__title{font-size:3.5rem;font-weight:800;margin-bottom:2.5rem;line-height:1.1;text-shadow:0 4px 32px rgba(0,0,0,.5);color:var(--color-white)}.hero__desc{color:#ccc;font-size:1.05rem;font-weight:500;margin-bottom:2rem;margin-top:-.5rem;max-width:600px;line-height:1.5}.hero__cta{background:var(--color-red);color:var(--color-white);padding:.7em 2em;border-radius:30px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;cursor:pointer;border:none;box-shadow:0 4px 24px #e6000026;letter-spacing:1px;text-transform:uppercase;margin-top:.5rem}.hero__cta:hover{background:var(--color-black);color:var(--color-red);box-shadow:0 6px 32px #e6000040}@media (max-width: 900px){.hero__title{font-size:2.2rem}.hero__content{padding:2rem 1rem}}@media (max-width: 700px){.hero{min-height:60vh;padding:1.5rem 0}.hero__title{font-size:2rem;padding:0 .2rem}.hero__content{padding:1.2rem .5rem}.hero__cta{font-size:1rem;padding:.6em 1.2em}.hero__desc{font-size:.95rem;margin-bottom:1.2rem;margin-top:.2rem}}.about{background:#181818;padding:4rem 0;display:flex;justify-content:center}.about__container{max-width:1100px;margin:0 1rem;text-align:center}.about__title{font-size:2.2rem;font-weight:800;color:var(--color-red);margin-bottom:2.5rem;letter-spacing:1px;text-transform:uppercase}.about__sections{display:flex;flex-direction:column;gap:3.5rem;margin-top:2.5rem;align-items:center}.about__section{display:flex;align-items:stretch;gap:0;background:linear-gradient(135deg,#232323 60%,#181818);border-radius:18px;box-shadow:0 4px 32px #1818181a;padding:0;overflow:hidden;border-left:6px solid var(--color-red);max-width:900px;width:100%;min-height:260px;text-align:left;position:relative}.about__section--reverse{flex-direction:row-reverse;border-left:none;border-right:6px solid var(--color-red)}.about__img-wrap{flex:0 0 320px;min-width:220px;max-width:340px;min-height:220px;display:flex;align-items:stretch;justify-content:center;background:#232323}.about__img{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:0;box-shadow:none;display:block}.about__text-wrap{flex:1 1 0;min-width:0;padding:2.5rem 2.2rem;display:flex;flex-direction:column;justify-content:center}.about__section-title{color:var(--color-red);font-size:1.5rem;font-weight:800;margin-bottom:1.1rem;letter-spacing:.5px;text-transform:uppercase}.about__section-text{color:#e0e0e0;font-size:1.13rem;line-height:1.7;font-weight:500}.about__container--single{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.about__hero-img{width:100%;max-width:420px;height:auto;border-radius:18px;box-shadow:0 4px 32px #1818182e;margin-bottom:2.2rem;object-fit:cover}.about__single-text{max-width:600px;margin:0 auto}.about__single-text .about__title{margin-bottom:1.5rem;margin-top:0}.about__single-text p{color:#e0e0e0;font-size:1.15rem;line-height:1.7;font-weight:500}.about__container--side{max-width:950px;margin:0 auto;display:flex;align-items:center;gap:3rem;background:linear-gradient(135deg,#232323 60%,#181818);border-radius:18px;box-shadow:0 4px 32px #1818181a;padding:2.5rem 2rem}.about__side-img-wrap{flex:0 0 340px;max-width:340px;min-width:220px;display:flex;align-items:center;justify-content:center}.about__side-img{width:100%;height:320px;object-fit:cover;border-radius:14px;box-shadow:0 4px 32px #1818182e;background:#232323}.about__side-text{flex:1 1 0;min-width:0;text-align:left;display:flex;flex-direction:column;justify-content:center}.about__side-text .about__title{margin-bottom:1.3rem;margin-top:0;text-align:left}.about__side-text p{color:#e0e0e0;font-size:1.15rem;line-height:1.7;font-weight:500;margin:0}@media (max-width: 1100px){.about__container{max-width:98vw}.about__section{max-width:100vw}}@media (max-width: 900px){.about__section,.about__section--reverse{flex-direction:column!important;border-left:6px solid var(--color-red);border-right:none;min-height:0;max-width:100vw}.about__img-wrap{max-width:100%;min-width:0;min-height:180px;height:180px}.about__img{border-radius:0;height:100%;min-height:180px}.about__text-wrap{padding:1.5rem 1.1rem}.about__container--side{flex-direction:column;gap:1.5rem;padding:1.5rem .5rem}.about__side-img-wrap{max-width:100%;min-width:0}.about__side-img{width:100%;height:220px;margin-bottom:.5rem}.about__side-text,.about__side-text .about__title{text-align:center}}@media (max-width: 700px){.about__container--single{max-width:98vw;padding:0 1rem}.about__hero-img{max-width:100%;margin-bottom:1.2rem}.about__single-text{max-width:98vw}.about__single-text p{font-size:1rem}}@media (max-width: 600px){.about{padding:2rem 0}.about__title{font-size:1.3rem}.about__section-title{font-size:1.1rem}.about__section-text{font-size:1rem}}.services{background:var(--color-light-bg);padding:4rem 0;position:relative;overflow:hidden}.services:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.01) 0 2px,transparent 2px 40px);pointer-events:none;z-index:0}.services__container{max-width:1100px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.services__title{text-align:center;color:var(--color-red);font-size:2rem;font-weight:800;margin-bottom:2.5rem;letter-spacing:1px;text-transform:uppercase}.services__sections{display:flex;flex-direction:column;gap:4rem}.services__section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.services__section{grid-template-columns:1fr;gap:2rem}}.services__section--reverse{direction:rtl}.services__section--reverse .services__text-wrap{direction:ltr}@media (max-width: 768px){.services__section--reverse{direction:ltr}}.services__img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026}.services__img{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}.services__img:hover{transform:scale(1.05)}.services__img--electric{object-fit:cover;object-position:50% 25%}.services__text-wrap{display:flex;flex-direction:column;gap:1rem}.services__section-title{color:var(--color-red);font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:.5px}.services__section-text{color:var(--color-text);font-size:1.1rem;line-height:1.7;margin:0}@media (max-width: 768px){.services__sections{gap:3rem}.services__section{gap:1.5rem}.services__img{height:250px}.services__section-title{font-size:1.3rem}.services__section-text{font-size:1rem}}.gallery{padding:5rem 0;background:#000}.gallery__container{max-width:1200px;margin:0 auto;padding:0 2rem}.gallery__title{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.gallery__subtitle{text-align:center;font-size:1.1rem;color:#ccc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.gallery__carousel-container{position:relative;margin-bottom:2rem;touch-action:pan-y pinch-zoom;padding:0 60px}@media (max-width: 768px){.gallery__carousel-container{padding:0 1rem}}.gallery__carousel{display:flex;justify-content:center;align-items:center;min-height:400px}.gallery__slide{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;max-width:1200px}@media (max-width: 768px){.gallery__slide{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 480px){.gallery__slide{grid-template-columns:1fr}}.gallery__item{cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;background:#000;position:relative}.gallery__item:hover{transform:translateY(-8px);box-shadow:0 16px 48px #e6000066}.gallery__item:hover .gallery__image{transform:scale(1.05)}.gallery__item:active{transform:scale(.98)}.gallery__image-container{position:relative;aspect-ratio:4/3;overflow:hidden}.gallery__image-placeholder{position:absolute;inset:0;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.gallery__image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;opacity:0}.gallery__image--loaded{opacity:1}.gallery__nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#000c;color:#fff;border:2px solid #e60000;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;touch-action:manipulation}.gallery__nav-btn:hover{background:#e60000;transform:translateY(-50%) scale(1.1)}.gallery__nav-btn:active{transform:translateY(-50%) scale(.95)}.gallery__nav-btn--prev{left:0}.gallery__nav-btn--next{right:0}@media (max-width: 768px){.gallery__nav-btn{width:44px;height:44px}.gallery__nav-btn--prev{left:0}.gallery__nav-btn--next{right:0}}@media (max-width: 480px){.gallery__nav-btn{width:40px;height:40px}.gallery__nav-btn--prev{left:0}.gallery__nav-btn--next{right:0}}.gallery__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.gallery__indicator{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;touch-action:manipulation}.gallery__indicator:hover{background:#e6000080}.gallery__indicator--active{background:#e60000;transform:scale(1.2)}.gallery__counter{position:absolute;bottom:-2rem;right:0;color:#fff;font-size:.9rem;font-weight:600;background:#000000b3;padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(230,0,0,.3)}.gallery__modal{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.gallery__modal--fullscreen{padding:0}.gallery__modal--fullscreen .gallery__modal-content{max-width:100vw;max-height:100vh;border-radius:0;width:100vw;height:100vh}.gallery__modal--fullscreen .gallery__modal-image{max-height:100vh;width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.gallery__modal{padding:1rem}}.gallery__modal-content{position:relative;max-width:90vw;max-height:90vh;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #e600004d;border:2px solid #e60000;display:flex;align-items:center;justify-content:center}.gallery__modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#000c;color:#fff;border:2px solid #e60000;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.gallery__modal-nav:hover{background:#e60000;transform:translateY(-50%) scale(1.1)}.gallery__modal-nav--prev{left:1rem}.gallery__modal-nav--next{right:1rem}@media (max-width: 768px){.gallery__modal-nav{width:44px;height:44px}.gallery__modal-nav--prev{left:.5rem}.gallery__modal-nav--next{right:.5rem}}.gallery__modal-controls{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:10}.gallery__modal-close,.gallery__modal-fullscreen{background:#e60000cc;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:background .3s ease}.gallery__modal-close:hover,.gallery__modal-fullscreen:hover{background:#e60000}.gallery__modal-image{width:100%;height:auto;max-height:70vh;object-fit:contain}@media (max-width: 768px){.gallery__container{padding:0 1rem}.gallery__carousel-container{padding:0 50px}.gallery__title{font-size:2rem}.gallery__subtitle{font-size:1rem}.gallery__carousel{min-height:300px}.gallery__slide{gap:1.5rem}.gallery__item:hover{transform:none}.gallery__modal{padding:.5rem}.gallery__modal-content{max-width:95vw;max-height:95vh}.gallery__modal-nav{width:40px;height:40px}.gallery__modal-nav--prev{left:-20px}.gallery__modal-nav--next{right:-20px}.gallery__modal-controls{top:.5rem;right:.5rem}.gallery__modal-close,.gallery__modal-fullscreen{width:36px;height:36px;font-size:1rem}}@media (max-width: 480px){.gallery__carousel-container{padding:0 45px}.gallery__slide{gap:1rem}.gallery__nav-btn{width:36px;height:36px}.gallery__nav-btn--prev{left:0}.gallery__nav-btn--next{right:0}.gallery__modal-nav{width:36px;height:36px}.gallery__modal-nav--prev{left:-18px}.gallery__modal-nav--next{right:-18px}}.testimonials{background:var(--color-black);padding:4rem 0}.testimonials__container{max-width:900px;margin:0 auto;padding:0 1rem}.testimonials__title{text-align:center;color:var(--color-red);font-size:2rem;font-weight:800;margin-bottom:2.5rem;letter-spacing:1px;text-transform:uppercase}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.testimonials__card{background:var(--color-light-bg);border-radius:18px;box-shadow:0 2px 16px #e600001a;padding:2rem 1.5rem 1.5rem;text-align:center;border:1.5px solid var(--color-border);display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;color:var(--color-white)}.testimonials__card:hover{box-shadow:0 4px 24px #e600002e;transform:translateY(-4px) scale(1.02);border-color:var(--color-red)}.testimonials__avatar{width:54px;height:54px;border-radius:50%;background:var(--color-red);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.4rem;margin-bottom:1rem;box-shadow:0 2px 8px #e600002e;border:2.5px solid var(--color-black)}.testimonials__text{color:var(--color-white);font-size:1.1rem;font-style:italic;margin-bottom:1.2rem;line-height:1.6}.testimonials__name{color:var(--color-red);font-weight:700;font-size:1.05rem}@media (max-width: 700px){.testimonials__container{padding:0 .5rem}.testimonials__card{padding:1.2rem .7rem 1rem}}.contact{background:linear-gradient(#181818eb,#181818eb),url(https://images.unsplash.com/photo-1464983953574-0892a716854b?auto=format&fit=crop&w=1200&q=80) center/cover no-repeat;padding:4rem 0;min-height:100vh;display:flex;align-items:center}.contact__container{max-width:600px;margin:0 auto;padding:0 2rem;text-align:center}.contact__content{background:var(--color-black);border-radius:18px;box-shadow:0 2px 16px #e600001a;padding:3rem 2rem;border:1.5px solid var(--color-border);color:var(--color-white)}.contact__title{color:var(--color-red);font-size:2.5rem;font-weight:800;margin-bottom:2rem;letter-spacing:1px;text-transform:uppercase}.contact__details{color:var(--color-white);font-size:1.2rem;line-height:1.8;font-weight:500;letter-spacing:.2px;margin-bottom:2rem}.contact__company{font-size:1.4rem;font-weight:700;color:var(--color-white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.contact__address{margin-bottom:1.5rem;line-height:1.6}.contact__phone{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.contact__label{color:var(--color-white);font-weight:600}.contact__link{color:var(--color-red);text-decoration:none;font-weight:700;font-size:1.1rem;transition:color .2s ease}.contact__link:hover{color:var(--color-white);text-decoration:underline}.contact__cta{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.contact__cta-text{color:var(--color-white);font-size:1.1rem;line-height:1.6;font-weight:500;margin:0;opacity:.9}@media (max-width: 768px){.contact{padding:2rem 0}.contact__container{padding:0 1rem}.contact__content{padding:2rem 1.5rem}.contact__title{font-size:2rem;margin-bottom:1.5rem}.contact__details{font-size:1.1rem;margin-bottom:1.5rem}.contact__company{font-size:1.2rem;margin-bottom:.8rem}.contact__cta{margin-top:1.5rem;padding-top:1.5rem}}@media (max-width: 480px){.contact__content{padding:1.5rem 1rem}.contact__title{font-size:1.8rem;margin-bottom:1.2rem}.contact__details{font-size:1rem;margin-bottom:1.2rem}.contact__company{font-size:1.1rem}.contact__phone{flex-direction:column;gap:.3rem}}
