.Navigation-module__c8VVPa__nav{z-index:1000;width:100%;padding:1.5rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0}.Navigation-module__c8VVPa__nav.Navigation-module__c8VVPa__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0f2bf2;border-bottom:1px solid #ffffff1a;padding:1rem 0}.Navigation-module__c8VVPa__navContent{justify-content:space-between;align-items:center;display:flex}.Navigation-module__c8VVPa__logo{color:var(--text-lighter);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Navigation-module__c8VVPa__logoIcon{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));border-radius:12px;padding:.5rem;font-size:2rem}.Navigation-module__c8VVPa__navLinks{align-items:center;gap:2.5rem;display:flex}.Navigation-module__c8VVPa__navLinks a{color:var(--text-light);font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navigation-module__c8VVPa__navLinks a:hover{color:var(--cyber-teal)}.Navigation-module__c8VVPa__navLinks a:after{content:"";background:var(--cyber-teal);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Navigation-module__c8VVPa__navLinks a:hover:after{width:100%}.Navigation-module__c8VVPa__navActions{align-items:center;gap:1rem;display:flex}.Navigation-module__c8VVPa__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:.5rem;display:none}.Navigation-module__c8VVPa__menuToggle span{background:var(--text-light);border-radius:2px;width:25px;height:2px;margin:3px 0;transition:all .3s}@media (max-width:968px){.Navigation-module__c8VVPa__menuToggle{display:flex}.Navigation-module__c8VVPa__navLinks{background:var(--dark-card);opacity:0;visibility:hidden;border-top:1px solid #ffffff1a;flex-direction:column;width:100%;padding:2rem;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-100%)}.Navigation-module__c8VVPa__navLinks.Navigation-module__c8VVPa__active{opacity:1;visibility:visible;transform:translateY(0)}.Navigation-module__c8VVPa__navActions .Navigation-module__c8VVPa__btn{display:none}}
.Footer-module__JGhRua__footer{background:var(--darker-card);border-top:1px solid #ffffff1a;padding:4rem 0 2rem}.Footer-module__JGhRua__footerContent{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__JGhRua__brandSection{flex-direction:column;display:flex}.Footer-module__JGhRua__logo{color:var(--text-lighter);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Footer-module__JGhRua__logoIcon{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));border-radius:12px;padding:.5rem;font-size:2rem}.Footer-module__JGhRua__tagline{color:var(--text-light);opacity:.8;margin-bottom:2rem;line-height:1.6}.Footer-module__JGhRua__socialLinks{gap:1rem;display:flex}.Footer-module__JGhRua__socialLinks a{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__JGhRua__socialLinks a:hover{background:var(--electric-blue);transform:translateY(-2px)}.Footer-module__JGhRua__linksSection{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Footer-module__JGhRua__linkGroup h4{color:var(--text-lighter);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.Footer-module__JGhRua__linkGroup a{color:var(--text-light);opacity:.8;margin-bottom:.75rem;text-decoration:none;transition:all .3s;display:block}.Footer-module__JGhRua__linkGroup a:hover{color:var(--cyber-teal);opacity:1;transform:translate(5px)}.Footer-module__JGhRua__footerBottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__JGhRua__copyright p{color:var(--text-light);opacity:.6;font-size:.9rem}.Footer-module__JGhRua__paymentMethods{align-items:center;gap:1rem;display:flex}.Footer-module__JGhRua__paymentMethods span:first-child{color:var(--text-light);opacity:.6;font-size:.9rem}.Footer-module__JGhRua__paymentIcons{gap:.5rem;display:flex}.Footer-module__JGhRua__paymentIcons span{opacity:.7;font-size:1.2rem}@media (max-width:968px){.Footer-module__JGhRua__footerContent{grid-template-columns:1fr;gap:3rem}.Footer-module__JGhRua__linksSection{grid-template-columns:repeat(2,1fr);gap:2rem}.Footer-module__JGhRua__footerBottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.Footer-module__JGhRua__linksSection{grid-template-columns:1fr}}
.Hero-module__PycF7W__hero{align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.Hero-module__PycF7W__heroBackground{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PycF7W__gradientOrb{background:radial-gradient(circle,var(--neon-purple)0%,transparent 70%);opacity:.3;filter:blur(60px);width:600px;height:600px;animation:6s ease-in-out infinite Hero-module__PycF7W__float;position:absolute;top:20%;right:-10%}.Hero-module__PycF7W__gridPattern{background-image:linear-gradient(#2962ff1a 1px,#0000 1px),linear-gradient(90deg,#2962ff1a 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes Hero-module__PycF7W__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.Hero-module__PycF7W__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__PycF7W__badge{border:1px solid var(--cyber-teal);color:var(--cyber-teal);background:#00e5ff1a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.Hero-module__PycF7W__heroTitle{color:var(--text-lighter);margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__PycF7W__gradientText{background:linear-gradient(135deg,var(--cyber-teal),var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__PycF7W__heroDescription{color:var(--text-light);opacity:.9;margin-bottom:3rem;font-size:1.3rem;line-height:1.6}.Hero-module__PycF7W__heroStats{gap:3rem;margin-bottom:3rem;display:flex}.Hero-module__PycF7W__stat{flex-direction:column;display:flex}.Hero-module__PycF7W__statNumber{color:var(--cyber-teal);font-size:2rem;font-weight:800;line-height:1}.Hero-module__PycF7W__statLabel{color:var(--text-light);opacity:.8;font-size:.9rem}.Hero-module__PycF7W__heroActions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__PycF7W__heroVisual{position:relative}.Hero-module__PycF7W__productShowcase{height:600px;position:relative}.Hero-module__PycF7W__mainProduct{background:var(--dark-card);border-radius:20px;justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #00000080}.Hero-module__PycF7W__productImage{background:linear-gradient(135deg,var(--royal-blue),var(--neon-purple));border-radius:15px;width:300px;height:300px;position:relative;overflow:hidden}.Hero-module__PycF7W__productImage:before{content:"Bike Castle Pro";color:#fff;font-size:1.2rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__PycF7W__floatingElement{background:var(--electric-blue);border-radius:12px;width:80px;height:80px;animation:4s ease-in-out infinite Hero-module__PycF7W__float;position:absolute}.Hero-module__PycF7W__floatingElement:nth-child(2){background:var(--neon-purple);animation-delay:-1s;top:20%;right:-10%}.Hero-module__PycF7W__floatingElement:nth-child(3){background:var(--cyber-teal);animation-delay:-2s;bottom:30%;left:-15%}@media (max-width:968px){.Hero-module__PycF7W__heroContent{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__PycF7W__heroTitle{font-size:3rem}.Hero-module__PycF7W__heroStats{justify-content:center}.Hero-module__PycF7W__productShowcase{height:400px}.Hero-module__PycF7W__mainProduct{width:300px;height:300px}.Hero-module__PycF7W__productImage{width:200px;height:200px}}
.Features-module__GG3mrG__features{background:var(--darker-card);padding:120px 0;position:relative}.Features-module__GG3mrG__features:before{content:"";background:linear-gradient(90deg,transparent,var(--electric-blue),transparent);width:100%;height:1px;position:absolute;top:0;left:0}.Features-module__GG3mrG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.Features-module__GG3mrG__featureCard{background:var(--dark-card);border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Features-module__GG3mrG__featureCard:hover{border-color:var(--electric-blue);transform:translateY(-10px);box-shadow:0 20px 40px #2962ff33}.Features-module__GG3mrG__featureIcon{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));z-index:2;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2rem;display:flex;position:relative}.Features-module__GG3mrG__featureCard h3{color:var(--text-lighter);z-index:2;margin-bottom:1rem;font-size:1.5rem;font-weight:700;position:relative}.Features-module__GG3mrG__featureCard p{color:var(--text-light);opacity:.8;z-index:2;line-height:1.6;position:relative}.Features-module__GG3mrG__featureGlow{opacity:0;background:radial-gradient(circle,#2962ff1a 0%,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Features-module__GG3mrG__featureCard:hover .Features-module__GG3mrG__featureGlow{opacity:1}@media (max-width:768px){.Features-module__GG3mrG__featuresGrid{grid-template-columns:1fr}.Features-module__GG3mrG__featureCard{padding:2rem}}
.Products-module__ZZNSLq__productImage{background:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;width:100%;height:250px;margin-bottom:15px;display:flex;position:relative;overflow:hidden}.Products-module__ZZNSLq__productImage img{border-radius:8px;object-fit:contain!important;width:100%!important;height:100%!important}.Products-module__ZZNSLq__productInfo{flex-direction:column;flex:1;display:flex}.Products-module__ZZNSLq__productInfo h3{color:#333;margin:0 0 8px;font-size:1.2rem;font-weight:600;line-height:1.3}.Products-module__ZZNSLq__category{color:#666;margin:0 0 15px;font-size:.9rem}.Products-module__ZZNSLq__pricing{flex-wrap:wrap;align-items:center;gap:12px;margin:15px 0;display:flex}.Products-module__ZZNSLq__originalPrice{color:#999;font-size:1rem;text-decoration:line-through}.Products-module__ZZNSLq__currentPrice{color:#e74c3c;font-size:1.4rem;font-weight:700}.Products-module__ZZNSLq__buttonGroup{gap:10px;margin-top:auto;padding-top:15px;display:flex}.Products-module__ZZNSLq__addToCartBtn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;flex:2;padding:12px 20px;font-size:.9rem;font-weight:500;transition:background .3s}.Products-module__ZZNSLq__addToCartBtn:hover{background:#0056b3}.Products-module__ZZNSLq__viewDetailsBtn{color:#007bff;cursor:pointer;background:0 0;border:2px solid #007bff;border-radius:6px;flex:1;padding:12px 15px;font-size:.9rem;font-weight:500;transition:all .3s}.Products-module__ZZNSLq__viewDetailsBtn:hover{color:#fff;background:#007bff}.Products-module__ZZNSLq__modalOverlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Products-module__ZZNSLq__modalContent{background:#fff;border-radius:15px;width:100%;max-width:900px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.Products-module__ZZNSLq__closeButton{cursor:pointer;color:#666;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;transition:background .3s;display:flex;position:absolute;top:15px;right:20px}.Products-module__ZZNSLq__closeButton:hover{color:#000;background:#f8f9fa}.Products-module__ZZNSLq__modalBody{grid-template-columns:1fr 1fr;gap:40px;padding:40px;display:grid}.Products-module__ZZNSLq__modalImage{background:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative;overflow:hidden}.Products-module__ZZNSLq__modalImage img{border-radius:10px;object-fit:contain!important;width:100%!important;height:100%!important}.Products-module__ZZNSLq__modalInfo{flex-direction:column;display:flex}.Products-module__ZZNSLq__modalInfo h2{color:#333;margin:0 0 10px;font-size:1.8rem;font-weight:700;line-height:1.2}.Products-module__ZZNSLq__modalCategory{color:#666;margin-bottom:25px;font-size:1rem;font-weight:500}.Products-module__ZZNSLq__modalPricing{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin:25px 0;padding:20px}.Products-module__ZZNSLq__modalOriginalPrice{color:#999;margin-bottom:8px;font-size:1.1rem;text-decoration:line-through;display:block}.Products-module__ZZNSLq__modalCurrentPrice{color:#e74c3c;margin-bottom:8px;font-size:1.6rem;font-weight:700;display:block}.Products-module__ZZNSLq__discount{color:#27ae60;font-size:1rem;font-weight:600;display:block}.Products-module__ZZNSLq__features{flex:1;margin:30px 0}.Products-module__ZZNSLq__features h4{color:#333;margin:0 0 20px;font-size:1.2rem;font-weight:600}.Products-module__ZZNSLq__features ul{margin:0;padding:0;list-style:none}.Products-module__ZZNSLq__features li{color:#555;border-bottom:1px solid #f0f0f0;padding:10px 0 10px 25px;line-height:1.4;position:relative}.Products-module__ZZNSLq__features li:last-child{border-bottom:none}.Products-module__ZZNSLq__features li:before{content:"✓";color:#27ae60;font-size:1.1rem;font-weight:700;position:absolute;left:0}.Products-module__ZZNSLq__modalButtonGroup{margin-top:auto;padding-top:20px}.Products-module__ZZNSLq__modalAddToCart{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;width:100%;padding:16px;font-size:1.1rem;font-weight:600;transition:background .3s}.Products-module__ZZNSLq__modalAddToCart:hover{background:#0056b3}@media (max-width:768px){.Products-module__ZZNSLq__productsGrid{grid-template-columns:1fr;gap:20px}.Products-module__ZZNSLq__productImage{height:200px}.Products-module__ZZNSLq__modalBody{grid-template-columns:1fr;gap:25px;padding:30px 20px}.Products-module__ZZNSLq__modalContent{max-height:95vh}.Products-module__ZZNSLq__modalImage{min-height:300px}.Products-module__ZZNSLq__buttonGroup{flex-direction:column}.Products-module__ZZNSLq__modalInfo h2{font-size:1.5rem}}@media (max-width:480px){.Products-module__ZZNSLq__productCard{padding:15px}.Products-module__ZZNSLq__productImage{height:180px}.Products-module__ZZNSLq__modalBody{padding:20px 15px}.Products-module__ZZNSLq__modalPricing{padding:15px}.Products-module__ZZNSLq__modalImage{min-height:250px}}.Products-module__ZZNSLq__productsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;display:grid}.Products-module__ZZNSLq__productCard{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 15px #0000001a}.Products-module__ZZNSLq__productCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.Products-module__ZZNSLq__saleBadge{color:#fff;z-index:2;background:#e74c3c;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700;position:absolute;top:15px;right:15px}.Products-module__ZZNSLq__productImage{background:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;width:100%;height:250px;margin-bottom:15px;display:flex;overflow:hidden}.Products-module__ZZNSLq__productImg{object-fit:contain;border-radius:8px;width:100%;height:100%}.Products-module__ZZNSLq__modalImage{background:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;min-height:400px;display:flex;overflow:hidden}.Products-module__ZZNSLq__modalImg{object-fit:contain;border-radius:10px;width:100%;height:100%}
.HowItWorks-module__9BHWra__howItWorks{background:linear-gradient(135deg,var(--darker-card)0%,var(--deep-navy)100%);padding:120px 0;position:relative;overflow:hidden}.HowItWorks-module__9BHWra__howItWorks:before{content:"";background:radial-gradient(circle at 20% 80%,#2962ff1a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#7b1fa21a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.HowItWorks-module__9BHWra__steps{z-index:2;gap:3rem;max-width:900px;margin:0 auto 4rem;display:grid;position:relative}.HowItWorks-module__9BHWra__step{grid-template-columns:auto 1fr;align-items:start;gap:2rem;display:grid}.HowItWorks-module__9BHWra__stepVisual{flex-direction:column;align-items:center;display:flex;position:relative}.HowItWorks-module__9BHWra__stepNumber{color:var(--cyber-teal);border:2px solid var(--cyber-teal);z-index:2;background:#00e5ff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:1rem;font-weight:800;display:flex;position:relative}.HowItWorks-module__9BHWra__stepIcon{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));z-index:2;border-radius:20px;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;display:flex;position:relative;box-shadow:0 10px 30px #2962ff4d}.HowItWorks-module__9BHWra__connector{background:linear-gradient(to bottom,var(--electric-blue),transparent);z-index:1;width:2px;height:calc(100% + 3rem);position:absolute;top:160px}.HowItWorks-module__9BHWra__step:last-child .HowItWorks-module__9BHWra__connector{display:none}.HowItWorks-module__9BHWra__stepContent{padding-top:1rem}.HowItWorks-module__9BHWra__stepContent h3{color:var(--text-lighter);background:linear-gradient(135deg,var(--text-lighter),var(--cyber-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.HowItWorks-module__9BHWra__stepContent p{color:var(--text-light);opacity:.9;font-size:1.1rem;line-height:1.6}.HowItWorks-module__9BHWra__cta{text-align:center}@media (max-width:768px){.HowItWorks-module__9BHWra__step{text-align:center;grid-template-columns:1fr;gap:1rem}.HowItWorks-module__9BHWra__stepVisual{margin-bottom:1rem}.HowItWorks-module__9BHWra__connector{display:none}.HowItWorks-module__9BHWra__stepContent h3{font-size:1.5rem}}
.Testimonials-module__j7nvwa__testimonials{background:var(--dark-card);padding:120px 0;position:relative}.Testimonials-module__j7nvwa__testimonials:before{content:"";background:linear-gradient(90deg,transparent,var(--neon-purple),transparent);width:100%;height:1px;position:absolute;top:0;left:0}.Testimonials-module__j7nvwa__testimonialsContainer{max-width:800px;margin:0 auto 4rem;position:relative}.Testimonials-module__j7nvwa__testimonialActive{height:400px;position:relative}.Testimonials-module__j7nvwa__testimonial{opacity:0;width:100%;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:translateY(20px)}.Testimonials-module__j7nvwa__testimonial.Testimonials-module__j7nvwa__active{opacity:1;transform:translateY(0)}.Testimonials-module__j7nvwa__quoteMark{color:var(--electric-blue);margin-bottom:1rem;font-family:serif;font-size:4rem;line-height:1}.Testimonials-module__j7nvwa__testimonialText{color:var(--text-light);margin-bottom:2rem;font-size:1.3rem;font-style:italic;line-height:1.7}.Testimonials-module__j7nvwa__rating{margin-bottom:2rem}.Testimonials-module__j7nvwa__star{margin-right:.25rem;font-size:1.5rem}.Testimonials-module__j7nvwa__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__j7nvwa__authorImage{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.2rem;font-weight:600;display:flex}.Testimonials-module__j7nvwa__authorInfo h4{color:var(--text-lighter);margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.Testimonials-module__j7nvwa__authorInfo p{color:var(--text-light);opacity:.8;font-size:.9rem}.Testimonials-module__j7nvwa__controls{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.Testimonials-module__j7nvwa__control{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.Testimonials-module__j7nvwa__control.Testimonials-module__j7nvwa__active{background:var(--electric-blue);transform:scale(1.2)}.Testimonials-module__j7nvwa__stats{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:600px;margin:0 auto;display:grid}.Testimonials-module__j7nvwa__stat{text-align:center}.Testimonials-module__j7nvwa__statNumber{background:linear-gradient(135deg,var(--cyber-teal),var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.Testimonials-module__j7nvwa__statLabel{color:var(--text-light);opacity:.9;font-size:1.1rem}@media (max-width:768px){.Testimonials-module__j7nvwa__testimonialActive{height:450px}.Testimonials-module__j7nvwa__testimonialText{font-size:1.1rem}.Testimonials-module__j7nvwa__stats{grid-template-columns:1fr;gap:2rem}.Testimonials-module__j7nvwa__statNumber{font-size:2.5rem}}
.referral-module__pRb0sa__referral{background:linear-gradient(135deg,var(--darker-card)0%,var(--deep-navy)100%);padding:120px 0;position:relative}.referral-module__pRb0sa__referral:before{content:"";background:radial-gradient(circle at 10% 20%,#ffd7001a 0%,#0000 50%),radial-gradient(circle at 90% 80%,#00e5ff1a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.referral-module__pRb0sa__referralContent{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.referral-module__pRb0sa__textContent h2{color:var(--text-lighter);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.referral-module__pRb0sa__textContent h2 strong{background:linear-gradient(135deg,var(--accent-gold),#ff6b00);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.referral-module__pRb0sa__textContent>p{color:var(--text-light);opacity:.9;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.referral-module__pRb0sa__benefits{flex-direction:column;gap:1.5rem;display:flex}.referral-module__pRb0sa__benefit{align-items:flex-start;gap:1rem;display:flex}.referral-module__pRb0sa__benefitIcon{flex-shrink:0;font-size:2rem}.referral-module__pRb0sa__benefit h4{color:var(--text-lighter);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.referral-module__pRb0sa__benefit p{color:var(--text-light);opacity:.8;line-height:1.5}.referral-module__pRb0sa__referralCard{background:var(--dark-card);border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0000004d}.referral-module__pRb0sa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.referral-module__pRb0sa__cardHeader h3{color:var(--text-lighter);font-size:1.5rem}.referral-module__pRb0sa__reward{background:linear-gradient(135deg,var(--accent-gold),#ff6b00);color:var(--deep-navy);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:700}.referral-module__pRb0sa__codeSection{margin-bottom:2rem}.referral-module__pRb0sa__code{border:2px solid var(--electric-blue);text-align:center;letter-spacing:2px;color:var(--cyber-teal);background:#ffffff0d;border-radius:12px;margin-bottom:1rem;padding:1rem 1.5rem;font-family:monospace;font-size:1.3rem;font-weight:700}.referral-module__pRb0sa__copyButton{background:var(--electric-blue);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:600;transition:all .3s}.referral-module__pRb0sa__copyButton:hover{background:#1a53ff;transform:translateY(-2px)}.referral-module__pRb0sa__copyButton.referral-module__pRb0sa__copied{background:#10b981}.referral-module__pRb0sa__shareSection{margin-bottom:2rem}.referral-module__pRb0sa__shareSection p{color:var(--text-light);text-align:center;margin-bottom:1rem}.referral-module__pRb0sa__shareButtons{gap:.75rem;display:flex}.referral-module__pRb0sa__shareButton{color:var(--text-light);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:.75rem;font-size:.8rem;transition:all .3s;display:flex}.referral-module__pRb0sa__shareButton:hover{background:var(--electric-blue);color:#fff;transform:translateY(-2px)}.referral-module__pRb0sa__cta{text-align:center}.referral-module__pRb0sa__cta .referral-module__pRb0sa__btn{justify-content:center;width:100%}@media (max-width:968px){.referral-module__pRb0sa__referralContent{grid-template-columns:1fr;gap:3rem}.referral-module__pRb0sa__textContent h2{font-size:2.5rem}.referral-module__pRb0sa__shareButtons{flex-direction:column}}
.about-module__-i9KWa__aboutPage{min-height:100vh;padding-top:100px}.about-module__-i9KWa__hero{text-align:center;background:linear-gradient(135deg,var(--dark-card),var(--darker-card));padding:100px 0}.about-module__-i9KWa__hero h1{background:linear-gradient(135deg,var(--text-lighter),var(--cyber-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800}.about-module__-i9KWa__hero p{color:var(--text-light);opacity:.8;font-size:1.3rem}.about-module__-i9KWa__content{padding:80px 0}.about-module__-i9KWa__grid{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;display:grid}.about-module__-i9KWa__textContent h2{color:var(--text-lighter);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.about-module__-i9KWa__textContent h3{color:var(--text-lighter);margin:2rem 0 1rem;font-size:1.8rem;font-weight:600}.about-module__-i9KWa__textContent p{color:var(--text-light);opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.about-module__-i9KWa__stats{flex-direction:column;gap:2rem;display:flex}.about-module__-i9KWa__stat{text-align:center;background:var(--dark-card);border:1px solid #ffffff0d;border-radius:15px;padding:2rem}.about-module__-i9KWa__statNumber{background:linear-gradient(135deg,var(--cyber-teal),var(--electric-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.about-module__-i9KWa__statLabel{color:var(--text-light);opacity:.8;font-size:1.1rem}@media (max-width:968px){.about-module__-i9KWa__grid{grid-template-columns:1fr;gap:3rem}.about-module__-i9KWa__hero h1{font-size:3rem}.about-module__-i9KWa__stats{flex-direction:row;justify-content:space-around}.about-module__-i9KWa__stat{flex:1}}@media (max-width:768px){.about-module__-i9KWa__stats{flex-direction:column}}
.FAQ-module__4vwbtq__faq{background:var(--dark-card);padding:120px 0}.FAQ-module__4vwbtq__faqGrid{grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.FAQ-module__4vwbtq__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__4vwbtq__faqItem{background:var(--darker-card);border:1px solid #ffffff0d;border-radius:15px;transition:all .3s;overflow:hidden}.FAQ-module__4vwbtq__faqItem:hover{border-color:#ffffff1a}.FAQ-module__4vwbtq__faqQuestion{text-align:left;width:100%;color:var(--text-lighter);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.FAQ-module__4vwbtq__faqQuestion:hover{background:#ffffff05}.FAQ-module__4vwbtq__faqQuestion.FAQ-module__4vwbtq__active{color:var(--electric-blue);background:#2962ff1a}.FAQ-module__4vwbtq__icon{color:var(--cyber-teal);font-size:1.5rem;font-weight:300;transition:transform .3s}.FAQ-module__4vwbtq__faqQuestion.FAQ-module__4vwbtq__active .FAQ-module__4vwbtq__icon{transform:rotate(180deg)}.FAQ-module__4vwbtq__faqAnswer{max-height:0;transition:max-height .3s;overflow:hidden}.FAQ-module__4vwbtq__faqAnswer.FAQ-module__4vwbtq__active{max-height:500px}.FAQ-module__4vwbtq__faqAnswer p{color:var(--text-light);opacity:.9;margin:0;padding:0 2rem 1.5rem;line-height:1.7}.FAQ-module__4vwbtq__contactCard{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));color:#fff;border-radius:20px;height:fit-content;padding:2.5rem;position:sticky;top:2rem}.FAQ-module__4vwbtq__contactHeader{text-align:center;margin-bottom:2rem}.FAQ-module__4vwbtq__contactHeader h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.FAQ-module__4vwbtq__contactHeader p{opacity:.9}.FAQ-module__4vwbtq__contactMethods{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.FAQ-module__4vwbtq__contactMethod{align-items:center;gap:1rem;display:flex}.FAQ-module__4vwbtq__contactIcon{background:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.FAQ-module__4vwbtq__contactMethod h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.FAQ-module__4vwbtq__contactMethod p{opacity:.9;font-size:.9rem}.FAQ-module__4vwbtq__cta{text-align:center}.FAQ-module__4vwbtq__cta .FAQ-module__4vwbtq__btn{color:var(--electric-blue);background:#fff;justify-content:center;width:100%}.FAQ-module__4vwbtq__cta .FAQ-module__4vwbtq__btn:hover{background:#ffffffe6;transform:translateY(-2px)}@media (max-width:968px){.FAQ-module__4vwbtq__faqGrid{grid-template-columns:1fr;gap:3rem}.FAQ-module__4vwbtq__contactCard{position:static}.FAQ-module__4vwbtq__faqQuestion{padding:1.25rem 1.5rem;font-size:1rem}.FAQ-module__4vwbtq__faqAnswer p{padding:0 1.5rem 1.25rem}}
.contact-module__xwJ-uq__contactPage{min-height:100vh;padding-top:100px}.contact-module__xwJ-uq__hero{text-align:center;background:linear-gradient(135deg,var(--dark-card),var(--darker-card));padding:100px 0}.contact-module__xwJ-uq__hero h1{background:linear-gradient(135deg,var(--text-lighter),var(--cyber-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800}.contact-module__xwJ-uq__hero p{color:var(--text-light);opacity:.8;font-size:1.3rem}.contact-module__xwJ-uq__content{padding:80px 0}.contact-module__xwJ-uq__grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-module__xwJ-uq__contactInfo h2{color:var(--text-lighter);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.contact-module__xwJ-uq__contactItem{background:var(--dark-card);border:1px solid #ffffff0d;border-radius:15px;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.contact-module__xwJ-uq__icon{background:linear-gradient(135deg,var(--electric-blue),var(--neon-purple));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex}.contact-module__xwJ-uq__contactItem h3{color:var(--text-lighter);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.contact-module__xwJ-uq__contactItem p{color:var(--text-light);opacity:.8;margin-bottom:.25rem}.contact-module__xwJ-uq__contactForm{background:var(--dark-card);border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem}.contact-module__xwJ-uq__contactForm h2{color:var(--text-lighter);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.contact-module__xwJ-uq__formGroup{margin-bottom:1.5rem}.contact-module__xwJ-uq__formGroup input,.contact-module__xwJ-uq__formGroup textarea{width:100%;color:var(--text-light);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.contact-module__xwJ-uq__formGroup input:focus,.contact-module__xwJ-uq__formGroup textarea:focus{border-color:var(--electric-blue);background:#ffffff14;outline:none}.contact-module__xwJ-uq__formGroup input::placeholder,.contact-module__xwJ-uq__formGroup textarea::placeholder{color:var(--text-light);opacity:.6}.contact-module__xwJ-uq__contactForm .contact-module__xwJ-uq__btn{justify-content:center;width:100%}@media (max-width:968px){.contact-module__xwJ-uq__grid{grid-template-columns:1fr;gap:3rem}.contact-module__xwJ-uq__hero h1{font-size:3rem}.contact-module__xwJ-uq__contactForm{padding:2rem}}
.products-module__KJcT4W__productsPage{min-height:100vh;padding-top:100px}.products-module__KJcT4W__hero{text-align:center;background:linear-gradient(135deg,var(--dark-card),var(--darker-card));padding:100px 0}.products-module__KJcT4W__hero h1{background:linear-gradient(135deg,var(--text-lighter),var(--cyber-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800}.products-module__KJcT4W__hero p{color:var(--text-light);opacity:.8;font-size:1.3rem}.products-module__KJcT4W__productsSection{padding:80px 0}.products-module__KJcT4W__productsGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;display:grid}.products-module__KJcT4W__productCard{background:var(--dark-card);border:1px solid #ffffff0d;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.products-module__KJcT4W__productCard:hover{border-color:var(--electric-blue);transform:translateY(-10px);box-shadow:0 20px 40px #2962ff33}.products-module__KJcT4W__productImage{background:linear-gradient(135deg,var(--royal-blue),var(--neon-purple));justify-content:center;align-items:center;height:250px;display:flex;position:relative}.products-module__KJcT4W__imagePlaceholder{color:#fff;font-size:1.2rem;font-weight:600}.products-module__KJcT4W__productBadge{background:var(--accent-gold);color:var(--deep-navy);border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem}.products-module__KJcT4W__productInfo{padding:2rem}.products-module__KJcT4W__category{color:var(--cyber-teal);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.products-module__KJcT4W__productInfo h3{color:var(--text-lighter);margin:.5rem 0 1rem;font-size:1.8rem;font-weight:700}.products-module__KJcT4W__features{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.products-module__KJcT4W__feature{color:var(--cyber-teal);background:#00e5ff1a;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:500}.products-module__KJcT4W__pricing{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.products-module__KJcT4W__originalPrice{color:var(--text-light);opacity:.6;font-size:1.1rem;text-decoration:line-through}.products-module__KJcT4W__currentPrice{color:var(--cyber-teal);font-size:2rem;font-weight:800}.products-module__KJcT4W__actions{gap:1rem;display:flex}.products-module__KJcT4W__actions .products-module__KJcT4W__btn{flex:1;justify-content:center}@media (max-width:768px){.products-module__KJcT4W__productsGrid{grid-template-columns:1fr}.products-module__KJcT4W__hero h1{font-size:3rem}.products-module__KJcT4W__actions{flex-direction:column}}
