:root{--primary: #e67e22;--primary-hover: #d35400;--bg-light: #f8f9fa;--bg-white: #ffffff;--bg-card: #ffffff;--text-main: #2d3436;--text-muted: #636e72;--border-color: #dfe6e9;--accent-light: #fff3e0;--font-title: "Orbitron", sans-serif;--font-body: "Inter", sans-serif;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--shadow-hover: 0 8px 30px rgba(0, 0, 0, .12)}*{margin:0;padding:0;box-sizing:border-box}img,video{max-width:100%;height:auto}body{background-color:var(--bg-light);color:var(--text-main);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}.card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:var(--shadow-hover)}h1,h2,h3{font-family:var(--font-title);text-transform:uppercase;letter-spacing:1px;color:#1e272e}.container{max-width:1200px;margin:0 auto;padding:0 4vw;width:100%}.btn{display:inline-block;padding:.8rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;text-transform:uppercase;font-size:.9rem;border:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 5px 15px #e67e224d}.btn-outline{background:transparent;color:var(--text-main);border:1px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}nav{height:100px;display:flex;align-items:center;position:sticky;top:0;z-index:1000;background:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:0 2px 10px #0000000d}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-family:var(--font-title);font-size:1.5rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:15px;text-decoration:none;max-width:100%}.logo-video,.logo-img{height:80px;width:auto;border-radius:8px;display:block}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-main);text-decoration:none;font-size:.9rem;font-weight:600;transition:color .3s ease}.nav-links a:hover{color:var(--primary)}.hero{height:80vh;display:flex;align-items:center;position:relative;background-color:#1a1a1a!important;background-image:linear-gradient(to right,#000c,#0006),url(/images/hero_home.png)!important;background-size:cover!important;background-position:center!important;color:#fff!important}.product-header,.about-hero,.contact-header{min-height:50vh;display:flex;align-items:center;position:relative;background-color:#1a1a1a!important;background-size:cover!important;background-position:center!important;color:#fff!important;margin-top:0;text-align:left;padding:4rem 0}.product-header{background-image:linear-gradient(to right,#000c,#0006),url(/images/hero_products.png)!important}.about-hero{background-image:linear-gradient(to right,#000c,#0006),url(/images/hero_about.png)!important}.contact-header{background-image:linear-gradient(to right,#000c,#0006),url(/images/hero_contact.png)!important}.hero h1,.product-header h1,.about-hero h1,.contact-header h1{font-size:clamp(2.5rem,6vw,4rem);font-family:Orbitron,sans-serif;text-transform:uppercase;font-weight:700;letter-spacing:2px;text-shadow:2px 2px 8px rgba(0,0,0,.6);margin-bottom:1rem;color:#fff!important}.hero h1 span,.product-header h1 span,.about-hero h1 span,.contact-header h1 span{color:var(--primary)!important}.hero p,.product-header p,.about-hero p,.contact-header p{font-size:1.2rem;max-width:800px;text-shadow:1px 1px 4px rgba(0,0,0,.5);opacity:.9}section{padding:5rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem}.section-title p{color:var(--text-muted)}footer{padding:4rem 0 2rem;background:#f1f2f6;border-top:1px solid var(--border-color)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h4{margin-bottom:1.5rem;color:var(--primary)}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col a{color:var(--text-muted);text-decoration:none;transition:color .3s ease}.footer-col a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.category-card{position:relative;overflow:hidden;border-radius:12px;height:400px;display:flex;align-items:flex-end;padding:2rem;background:var(--bg-white);border:1px solid var(--border-color);box-shadow:var(--shadow);transition:all .3s ease}.feature-item.card{padding:2rem;background:var(--bg-white);border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid transparent}.feature-item.card:hover,.feature-item.card.active{border-color:var(--primary);box-shadow:0 8px 15px #f39c121a;transform:translateY(-2px)}.category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--primary)}.category-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,255,255,.95) 10%,transparent 60%);z-index:1}.category-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;z-index:0}.category-card:hover img{transform:scale(1.05)}.category-info{position:relative;z-index:2}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}.menu-toggle span{width:25px;height:3px;background-color:var(--text-main);transition:all .3s ease}.mobile-nav-header{display:none}@media(max-width:992px){.hero h1{font-size:clamp(2rem,8vw,3rem)}}@media(max-width:768px){nav{height:70px}.nav-content{padding:0 3vw}.logo span{font-size:clamp(.85rem,4vw,1.1rem)}.logo-img,.logo-video{height:60px}.menu-toggle{display:flex}.nav-links{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:var(--bg-white);flex-direction:column;align-items:center;padding-top:0;transition:all .4s ease;z-index:1000;box-shadow:0 10px 15px #0000000d;overflow-y:auto}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);margin-bottom:3rem}.menu-close{cursor:pointer;color:var(--text-main);display:flex;align-items:center;justify-content:center;padding:.5rem}.nav-links.active{left:0}.nav-links li{margin-bottom:2.5rem;width:100%;text-align:center}.nav-links a{font-size:1.3rem;display:block;width:100%}.desktop-quote-btn{display:none!important}.mobile-quote-btn{display:block!important;width:100%;margin-top:auto!important;padding:1.5rem!important;background-color:var(--primary)!important;color:var(--text-main)!important;border-radius:0!important;font-size:1.1rem;font-weight:700}.nav-links.active+.menu-toggle{display:none}.hero{height:auto;min-height:60vh;padding:6rem 0 3rem;text-align:center}.hero-content{margin:0 auto}.category-card{height:320px}section{padding:3rem 0}.section-title h2{font-size:1.8rem}.footer-col{text-align:center}.footer-col ul{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.product-grid{grid-template-columns:1fr!important}}.slider-container{width:100%;overflow:hidden;position:relative;padding:10px 0}.slider-track{display:flex;transition:transform .5s ease-in-out}.slider-item{flex:0 0 33.3333%;padding:0 15px;box-sizing:border-box}@media(max-width:768px){.slider-item{flex:0 0 100%}}@media(max-width:480px){.hero-content{padding-top:2rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.product-header{padding:8rem 0 4rem;background:linear-gradient(#ffffffe6,#ffffffe6),url(/images/hero.png);background-size:cover;background-position:center;text-align:center}.filter-bar{padding:3rem 0;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;border-bottom:1px solid var(--border-color);margin-bottom:2rem}.filter-bar button{padding:.8rem 1.5rem;font-size:.9rem;border-radius:50px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:4rem 0;width:100%}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:1fr;gap:30px}}.product-card{border:1px solid var(--border-color);border-radius:12px;overflow:hidden;background:var(--bg-card);transition:transform .3s ease}.product-card:hover{transform:translateY(-5px);border-color:var(--primary)}.product-img{height:200px;background:#f1f2f6;display:flex;align-items:center;justify-content:center;position:relative}.product-img img{width:100%;height:100%;object-fit:cover;z-index:1}.product-info{padding:1.5rem}.product-tag{font-size:.7rem;text-transform:uppercase;color:var(--primary);font-weight:700;margin-bottom:.5rem;display:block}.product-title{font-size:1.2rem;margin-bottom:.5rem;font-family:var(--font-title)}.product-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.specs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem}.spec-item{color:var(--text-muted)}.spec-value{color:var(--text-main);font-weight:600}.about-hero{padding:8rem 0 4rem;background:linear-gradient(#fffffff2,#fffffff2),url(/images/hero.png);background-size:cover;background-position:center;text-align:center}.content-section{padding:5rem 0}.about-text h2{margin-bottom:2rem;color:var(--primary)}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:var(--text-muted)}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.stat-item h3{font-size:2.5rem;color:var(--primary);margin-bottom:.5rem}.stat-item{color:var(--text-muted)}.category-grid{display:flex;overflow-x:auto;gap:2rem;padding:2.5rem 0;scrollbar-width:none;-ms-overflow-style:none;min-height:200px}.category-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 280px;min-width:250px;background:var(--surface);border-radius:15px;overflow:hidden;transition:var(--transition);border:1px solid var(--border-color);display:flex;flex-direction:column}.image-box{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border-color)}.image-box img{width:100%;display:block}.contact-header{padding:8rem 0 4rem;background:linear-gradient(#ffffffe6,#ffffffe6),url(/images/hero.png);background-size:cover;background-position:center;text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;padding:3rem 0}.form-row-mobile{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row-mobile,.contact-grid{grid-template-columns:1fr}}.contact-info-card{padding:2.5rem;border-radius:12px;height:fit-content;background:var(--bg-white);border:1px solid var(--border-color);box-shadow:var(--shadow)}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem}.info-icon{font-size:1.5rem;color:var(--primary)}.info-content h4{color:var(--primary);margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;background:#fff;border:1px solid var(--border-color);border-radius:4px;color:var(--text-main);font-family:var(--font-body)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.product-header,.about-hero,.contact-header{min-height:40vh;display:flex;align-items:center;background:var(--bg-light);border-bottom:1px solid var(--border-color);padding:4rem 0;color:var(--text-main)}.product-header h1,.about-hero h1,.contact-header h1{font-size:clamp(2rem,6vw,3rem);margin-bottom:1rem;color:#1e272e}.product-header p,.about-hero p,.contact-header p{font-size:1.1rem;color:var(--text-muted);max-width:600px}.hero{height:85vh;display:flex;align-items:center;position:relative;background-color:#0f172a;background-image:linear-gradient(to right,#000000bf,#00000059),url(/images/premium_hero.png);background-size:cover;background-position:center;background-attachment:scroll;color:#fff;padding:4rem 0}.hero-content{max-width:800px;animation:fadeInUp 1s ease-out}.hero h1{font-size:clamp(2.5rem,8vw,4.5rem);margin-bottom:1.5rem;line-height:1.1;color:#fff;font-family:Orbitron,sans-serif;text-transform:uppercase}.hero p{font-size:1.25rem;color:#e2e8f0;margin-bottom:2rem;max-width:600px;line-height:1.6}.hero .btn-outline{color:#fff;border-color:#fff}.hero .btn-outline:hover{background:#fff;color:#0f172a}
