*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Montserrat',sans-serif;background:#090909;color:#fff;line-height:1.7;overflow-x:hidden}.container{width:90%;max-width:1400px;margin:auto}header{position:fixed;top:0;left:0;width:100%;z-index:1000;backdrop-filter:blur(10px);background:rgba(10,10,10,.72);border-bottom:1px solid rgba(255,255,255,.08)}header .container{height:85px;display:flex;align-items:center;justify-content:space-between}nav{display:flex;gap:38px}nav a{color:white;font-weight:600;position:relative;transition:.3s}nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:#ff8a00;transition:.35s}nav a:hover{color:#ff8a00}nav a:hover::after,nav a.active::after{width:100%}nav a.active{color:#ff8a00}.mobile-title{display:none}.burger{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:1101}.burger span{width:30px;height:3px;background:#fff;border-radius:5px;transition:.35s}@media (max-width:991px){header .container{height:72px}.logo img{display:none}.mobile-title{display:block;position:absolute;left:50%;transform:translateX(-50%);font-size:22px;font-weight:700;letter-spacing:1px;white-space:nowrap}.burger{display:flex;margin-left:auto}nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#111;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:35px;transition:.4s;box-shadow:-10px 0 40px rgba(0,0,0,.45);z-index:1000}nav.active{right:0}nav a{font-size:22px}}.logo img{height:56px;width:auto;display:block;transition:.3s ease}.logo img:hover{transform:scale(1.08)}.logo{display:flex;align-items:center;text-decoration:none}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.35s;z-index:999}.menu-overlay.active{opacity:1;visibility:visible}.burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (min-width:992px){.logo img{height:72px;width:auto;transition:.3s}}@media (max-width:600px){header{backdrop-filter:none;background:rgba(9,9,9,.92)}}.hero{position:relative;height:85vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient( rgba(0,0,0,.75),rgba(0,0,0,.55) )}.hero-content{position:relative;z-index:2;text-align:center}.hero h1{font-size:70px;font-weight:800;letter-spacing:3px;margin-bottom:25px}.hero span{color:#ff8a00}.hero p{font-size:22px;color:#d7d7d7;max-width:850px;margin:auto}.products{padding:0px 0}.product-card{display:flex;align-items:center;gap:70px;margin-bottom:120px}.product-card.reverse{flex-direction:row-reverse}.product-image{flex:1;overflow:hidden;border-radius:18px;box-shadow:0 25px 50px rgba(0,0,0,.45)}.product-image img{width:100%;display:block;transition:.8s}.product-card:hover img{transform:scale(1.08)}.product-info{flex:1}.product-info h2{font-size:44px;margin-bottom:25px;color:#fff}.product-info p{color:#c8c8c8;margin-bottom:35px;font-size:18px}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:40px}.features div{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);padding:18px 22px;border-radius:12px;transition:.35s;color:#d9d9d9;font-weight:500}.features div:hover{background:#ff8a00;color:#fff;transform:translateY(-6px);border-color:#ff8a00}.button,.cta-button{display:inline-block;padding:16px 38px;background:#ff8a00;color:#fff;text-decoration:none;font-weight:700;border-radius:8px;transition:.35s;box-shadow:0 12px 30px rgba(255,138,0,.25)}.button:hover,.cta-button:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(255,138,0,.4);background:#ff9b26}.advantages-section{padding:120px 0;background:#111}.advantages-section h2{text-align:center;font-size:48px;margin-bottom:70px;font-weight:800}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.advantage-card{background:rgba(255,255,255,.04);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:40px;transition:.4s}.advantage-card:hover{transform:translateY(-10px);border-color:#ff8a00;box-shadow:0 20px 50px rgba(0,0,0,.35)}.number{font-size:56px;color:#ff8a00;font-weight:800;display:block;margin-bottom:15px}.advantage-card h3{font-size:24px;margin-bottom:18px}.advantage-card p{color:#c8c8c8;line-height:1.8}.cta{padding:130px 20px;text-align:center;background:linear-gradient( 135deg,#1b1b1b,#0b0b0b )}.cta h2{font-size:52px;margin-bottom:25px}.cta p{max-width:750px;margin:0 auto 40px;color:#cfcfcf;font-size:20px}.footer{background:#050505;border-top:1px solid rgba(255,255,255,.08);padding:50px 0;text-align:center}.footer-logo img{height:70px;width:auto;object-fit:contain;margin-bottom:20px}.footer p{color:#8d8d8d}@keyframes fadeUp{from{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero-content,.product-card,.advantage-card,.cta{animation:fadeUp .9s ease both}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#ff8a00;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff9d1f}::selection{background:#ff8a00;color:#fff}.product-image{position:relative}.product-image::after{content:"";position:absolute;inset:0;background:linear-gradient( to top,rgba(0,0,0,.35),transparent );opacity:0;transition:.45s}.product-card:hover .product-image::after{opacity:1}@media(max-width:1100px){.product-card{flex-direction:column;gap:40px}.product-card.reverse{flex-direction:column}.hero h1{font-size:54px}.hero p{font-size:18px}.features{grid-template-columns:1fr}.advantages-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero{height:65vh}.hero h1{font-size:38px;line-height:1.2}.hero p{font-size:16px}.product-info h2{font-size:30px}.product-info p{font-size:16px}.button,.cta-button{width:100%;text-align:center}.advantages-section h2{font-size:34px}.cta h2{font-size:34px}.cta p{font-size:17px}.footer-logo img{height:55px}}@media(max-width:480px){.container{width:94%}.hero{height:55vh}.hero h1{font-size:30px}.hero p{font-size:15px}.product-card{margin-bottom:70px}.product-info h2{font-size:26px}.features div{font-size:14px;padding:14px}.number{font-size:40px}.advantage-card{padding:28px}}.advantages-section,.footer{content-visibility:auto;contain-intrinsic-size:1px 800px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}