@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800;900&display=swap";:root{--cat-yellow:#ffcd00;--cat-yellow-hover:#ffd633;--cat-yellow-dim:#ffcd0026;--cat-black:#161616;--bg-primary:#0d0d0d;--bg-secondary:#121212;--bg-card:#1a1a1a;--bg-card-hover:#222;--border-color:#2a2a2a;--border-hover:#3a3a3a;--text-white:#fff;--text-light:#d0d0d8;--text-muted:#9e9eb0;--text-dim:#6b6b7b;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 8px 24px #0006;--shadow-lg:0 16px 48px #00000080;--shadow-glow:0 0 30px #ffcd0026}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.glass{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#16181dcc}.logo-wrap{align-items:center;display:flex}.logo-transparent{border-radius:6px;height:55px;transition:filter .3s}.logo-transparent:hover{filter:brightness(1.15)}.logo-footer{height:48px}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:active:after{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg, var(--cat-yellow), #ffa000);color:#0a0b0d;box-shadow:0 4px 15px #ffcd004d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ffcd0080}.btn-outline{color:#555;background:0 0;border:2px solid #ddd}.btn-outline:hover{border-color:var(--cat-yellow);color:var(--cat-yellow);background:#ffcd000d}.btn-sm{padding:10px 18px;font-size:.85rem}.nav-link{color:#555;letter-spacing:.5px;padding:8px 0;font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--cat-yellow);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--cat-yellow)}.nav-link:hover:after{width:100%}.header-white .nav-link{color:#555}.header-white .nav-link:hover{color:var(--cat-yellow)}.stats-section{background:linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:70px 0;position:relative;overflow:hidden}.stats-section:before{content:"";background:linear-gradient(90deg, transparent, var(--cat-yellow), transparent);width:200px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.stat-item{position:relative}.stat-item:after{content:"";background:var(--border-color);width:1px;height:50px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-item:last-child:after{display:none}.stat-icon{background:var(--cat-yellow-dim);width:48px;height:48px;color:var(--cat-yellow);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 15px;display:flex}.stat-number{color:var(--text-white);margin-bottom:5px;font-family:Outfit,sans-serif;font-size:3rem;font-weight:900;line-height:1}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem;font-weight:500}.features-section{background:var(--bg-primary);padding:100px 0}.section-header{text-align:center;margin-bottom:60px}.section-header h2{letter-spacing:-1px;margin-bottom:15px;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:900}.section-header h2 span{color:var(--cat-yellow)}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:16px;padding:35px 25px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg, transparent, var(--cat-yellow), transparent);opacity:0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:var(--cat-yellow);box-shadow:var(--shadow-glow);transform:translateY(-8px)}.feature-card:hover:before{opacity:1}.feature-icon{background:var(--cat-yellow-dim);width:70px;height:70px;color:var(--cat-yellow);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;transition:all .4s;display:flex}.feature-card:hover .feature-icon{background:var(--cat-yellow);color:var(--bg-primary);transform:scale(1.1)}.feature-card h3{color:var(--text-white);margin-bottom:10px;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.products-section{background:var(--bg-secondary);padding:100px 0;position:relative}.products-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--cat-yellow);transform:translateY(-5px);box-shadow:0 20px 50px #ffcd001a}.product-image-wrapper{background:var(--bg-primary);flex-shrink:0;width:280px;min-height:280px;max-height:280px;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-badge{background:var(--cat-yellow);color:var(--bg-primary);text-transform:uppercase;letter-spacing:1px;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:15px;left:15px}.product-info{flex-direction:column;flex-grow:1;padding:30px;display:flex}.product-info h3{color:var(--text-white);align-items:center;gap:12px;margin-bottom:12px;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;display:flex}.product-info h3 .icon-wrapper{background:var(--cat-yellow-dim);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.product-info p{color:var(--text-muted);flex-grow:1;margin-bottom:25px;font-size:.95rem;line-height:1.7}.product-info .btn{width:100%}.product-carousel{width:100%;height:100%;min-height:280px;max-height:280px;position:relative;overflow:hidden}.product-carousel-track{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.product-carousel-slide{flex-shrink:0;width:100%;min-width:100%;height:100%;position:relative}.product-carousel-slide img{object-fit:cover;width:100%;height:280px;display:block}.carousel-nav{width:36px;height:36px;color:var(--cat-yellow);cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0b0dbf;border:1px solid #ffcd004d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav:hover{background:var(--cat-yellow);color:var(--bg-primary);border-color:var(--cat-yellow);transform:translateY(-50%)scale(1.1)}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--cat-yellow);transform:scale(1.3)}.carousel-dot:hover{background:var(--cat-yellow);opacity:.8}.about-section{background:var(--bg-primary);padding:100px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-content h2{letter-spacing:-1px;margin-bottom:25px;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:900;line-height:1.2}.about-content h2 span{color:var(--cat-yellow)}.about-content>p{color:var(--text-muted);margin-bottom:20px;font-size:1.05rem;line-height:1.8}.about-benefits{flex-direction:column;gap:18px;margin-top:30px;display:flex}.benefit-item{color:var(--text-light);align-items:center;gap:15px;font-size:.95rem;font-weight:500;display:flex}.benefit-check{background:var(--cat-yellow-dim);width:32px;height:32px;color:var(--cat-yellow);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-image-wrapper{border-radius:20px;position:relative;overflow:hidden}.about-image-wrapper img{object-fit:cover;border-radius:20px;width:100%;height:500px}.about-overlay{background:linear-gradient(#0000 50%,#0a0b0de6 100%);border-radius:20px;position:absolute;inset:0}.about-badge{background:var(--cat-yellow);color:var(--bg-primary);text-align:center;box-shadow:var(--shadow-lg);border-radius:16px;padding:20px 30px;position:absolute;bottom:25px;left:25px}.about-badge h4{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900;line-height:1}.about-badge p{text-transform:uppercase;letter-spacing:2px;margin-top:4px;font-size:.75rem;font-weight:700}.brands-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:80px 0}.brands-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.brand-card{background:var(--bg-card);border:1px solid var(--border-color);cursor:default;border-radius:12px;justify-content:center;align-items:center;min-height:90px;padding:28px 20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.brand-card:hover{border-color:var(--cat-yellow);box-shadow:var(--shadow-glow);background:#ffcd000d;transform:translateY(-4px)}.brand-card span{color:var(--text-dim);letter-spacing:2px;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;transition:color .4s}.brand-card:hover span{color:var(--cat-yellow)}.testimonials-section{background:var(--bg-primary);padding:100px 0}.testimonials-slider{max-width:900px;margin:0 auto;position:relative;overflow:hidden}.testimonials-track{transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.testimonial-card{min-width:100%;padding:0 20px}.testimonial-inner{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:20px;padding:40px;position:relative}.testimonial-inner:before{content:"“";color:var(--cat-yellow);opacity:.2;font-family:serif;font-size:5rem;line-height:1;position:absolute;top:20px;left:30px}.testimonial-stars{color:var(--cat-yellow);letter-spacing:4px;margin-bottom:20px;font-size:1.2rem}.testimonial-text{color:var(--text-light);max-width:700px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-author{justify-content:center;align-items:center;gap:18px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--cat-yellow), #ffa000);width:56px;height:56px;color:var(--bg-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.testimonial-info h4{text-align:left;margin-bottom:3px;font-size:1.05rem;font-weight:700}.testimonial-info p{color:var(--text-muted);text-align:left;font-size:.85rem}.testimonial-dots{justify-content:center;gap:12px;margin-top:35px;display:flex}.testimonial-dot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.testimonial-dot.active{background:var(--cat-yellow);transform:scale(1.2)}.testimonial-dot:hover{background:var(--cat-yellow);opacity:.7}.faq-section{background:var(--bg-secondary);padding:100px 0}.faq-container{flex-direction:column;gap:14px;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:var(--border-hover)}.faq-item.active{border-color:var(--cat-yellow)}.faq-question{cursor:pointer;color:var(--text-white);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:22px 28px;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.faq-question:hover{color:var(--cat-yellow)}.faq-arrow{color:var(--text-muted);flex-shrink:0;transition:transform .4s cubic-bezier(.4,0,.2,1)}.faq-arrow.open{color:var(--cat-yellow);transform:rotate(180deg)}.faq-answer{color:var(--text-muted);padding:0 28px 22px;font-size:.95rem;line-height:1.8}.cta-section{background:linear-gradient(135deg, var(--bg-primary) 0%, #1a1500 50%, var(--bg-primary) 100%);text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#ffcd000d 0%,#0000 50%);width:200%;height:200%;animation:8s ease-in-out infinite ctaPulse;position:absolute;top:-50%;left:-50%}@keyframes ctaPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.cta-section h2{color:var(--text-white);letter-spacing:-1px;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:3rem;font-weight:900;position:relative}.cta-section h2 span{color:var(--cat-yellow)}.cta-section p{color:var(--text-muted);max-width:600px;margin:0 auto 40px;font-size:1.15rem;line-height:1.7;position:relative}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex;position:relative}.cta-section .btn-primary{padding:18px 45px;font-size:1.1rem}.cta-section .btn-outline{color:var(--text-white);border-color:#444;padding:18px 45px;font-size:1.1rem}.cta-section .btn-outline:hover{border-color:var(--cat-yellow);color:var(--cat-yellow)}.hero-animate .btn-outline{color:var(--text-white);border-color:#555}.hero-animate .btn-outline:hover{border-color:var(--cat-yellow);color:var(--cat-yellow)}.footer{background:#fff;border-top:1px solid #e5e5e5;padding-top:70px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px;margin-bottom:50px;display:grid}.footer-brand p{color:#666;max-width:300px;margin-top:18px;font-size:.95rem;line-height:1.7}.footer-col h4{color:#1a1a1a;margin-bottom:22px;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.footer-col ul{flex-direction:column;gap:14px;display:flex}.footer-col ul li a,.footer-col ul li span{color:#666;align-items:center;gap:12px;font-size:.9rem;transition:color .3s;display:flex}.footer-col ul li a:hover{color:var(--cat-yellow)}.footer-socials{gap:12px;margin-top:20px;display:flex}.footer-social-icon{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social-icon:hover{background:var(--cat-yellow);color:var(--bg-primary);border-color:var(--cat-yellow)}.footer-bottom{text-align:center;color:#888;border-top:1px solid #e5e5e5;padding:22px 0;font-size:.85rem}.animate-on-scroll{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll.delay-1{transition-delay:.1s}.animate-on-scroll.delay-2{transition-delay:.2s}.animate-on-scroll.delay-3{transition-delay:.3s}.animate-on-scroll.delay-4{transition-delay:.4s}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-animate{opacity:0;animation:1s cubic-bezier(.4,0,.2,1) forwards heroFadeIn}.hero-animate-delay-1{animation-delay:.2s}.hero-animate-delay-2{animation-delay:.4s}.hero-animate-delay-3{animation-delay:.6s}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.stat-number.animate{animation:.8s cubic-bezier(.4,0,.2,1) forwards countUp}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}.product-card{flex-direction:column}.product-image-wrapper{width:100%;min-height:250px;max-height:250px}.product-carousel,.product-carousel-slide img{height:250px;min-height:250px;max-height:250px}.brands-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stat-item:after{display:none}.stat-number{font-size:2.2rem}.brands-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:35px}.cta-section h2{font-size:2rem}.testimonial-inner{padding:30px 20px}}@media (width<=480px){.hero-title{font-size:2.2rem!important}.stats-grid,.brands-grid{grid-template-columns:1fr 1fr}.cta-buttons{flex-direction:column;align-items:center}}
