.Navbar-module__mCmXEa__navbar{z-index:100;transition:var(--transition-slow);padding:0;position:fixed;top:0;left:0;right:0}.Navbar-module__mCmXEa__navbar.Navbar-module__mCmXEa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#080c18eb;box-shadow:0 4px 30px #0006}.Navbar-module__mCmXEa__navbarInner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:18px 24px;display:flex}.Navbar-module__mCmXEa__navbarLogo{align-items:center;gap:10px;display:flex}.Navbar-module__mCmXEa__logoIcon{background:var(--grad-primary);width:40px;height:40px;box-shadow:var(--shadow-blue);border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.Navbar-module__mCmXEa__logoText{font-family:var(--font-display);background:var(--grad-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.Navbar-module__mCmXEa__navbarLinks{align-items:center;gap:32px;list-style:none;display:flex}.Navbar-module__mCmXEa__navbarLinks a{color:var(--text-secondary);transition:var(--transition);font-size:.9rem;font-weight:500;position:relative}.Navbar-module__mCmXEa__navbarLinks a:after{content:"";background:var(--grad-primary);width:0;height:2px;transition:var(--transition);border-radius:2px;position:absolute;bottom:-4px;left:0}.Navbar-module__mCmXEa__navbarLinks a:hover{color:var(--text-primary)}.Navbar-module__mCmXEa__navbarLinks a:hover:after{width:100%}.Navbar-module__mCmXEa__navbarActions{align-items:center;gap:12px;display:flex}.Navbar-module__mCmXEa__menuToggle{cursor:pointer;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__mCmXEa__menuToggle span{background:var(--text-primary);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.Navbar-module__mCmXEa__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;background:#080c18fa;flex-direction:column;justify-content:center;align-items:center;gap:40px;display:none;position:fixed;inset:0}.Navbar-module__mCmXEa__mobileMenu.Navbar-module__mCmXEa__open{display:flex}.Navbar-module__mCmXEa__mobileMenu a{font-family:var(--font-display);color:var(--text-secondary);transition:var(--transition);font-size:1.8rem;font-weight:700}.Navbar-module__mCmXEa__mobileMenu a:hover{color:var(--text-primary)}.Navbar-module__mCmXEa__mobileClose{color:var(--text-secondary);cursor:pointer;font-size:1.5rem;position:absolute;top:24px;right:24px}@media (max-width:768px){.Navbar-module__mCmXEa__navbarLinks,.Navbar-module__mCmXEa__navbarActions{display:none}.Navbar-module__mCmXEa__menuToggle{display:flex}}
.Hero-module__lYpGPq__hero{background:var(--grad-hero);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__heroBg{position:absolute;inset:0}.Hero-module__lYpGPq__blob{filter:blur(80px);opacity:.25;border-radius:50%;animation:8s ease-in-out infinite Hero-module__lYpGPq__float;position:absolute}.Hero-module__lYpGPq__blob1{background:var(--primary);width:600px;height:600px;animation-delay:0s;top:-150px;right:-100px}.Hero-module__lYpGPq__blob2{background:var(--accent);width:400px;height:400px;animation-delay:-3s;bottom:-100px;left:-80px}.Hero-module__lYpGPq__blob3{background:var(--primary-dark);width:300px;height:300px;animation-delay:-6s;top:40%;left:35%}.Hero-module__lYpGPq__heroContent{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.Hero-module__lYpGPq__heroLeft{animation:.8s forwards Hero-module__lYpGPq__fade-in-up}.Hero-module__lYpGPq__heroTitle{letter-spacing:-1px;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.Hero-module__lYpGPq__heroHighlight{background:var(--grad-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Hero-module__lYpGPq__heroDescription{color:var(--text-secondary);max-width:480px;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.Hero-module__lYpGPq__heroActions{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.Hero-module__lYpGPq__mainSliderDots{align-items:center;gap:8px;display:flex}.Hero-module__lYpGPq__mainDot{background:var(--dark-3);cursor:pointer;width:24px;height:4px;transition:var(--transition);border-radius:4px}.Hero-module__lYpGPq__mainDotActive{background:var(--grad-primary);width:48px}.Hero-module__lYpGPq__heroRight{justify-content:center;align-items:center;animation:.8s .2s both Hero-module__lYpGPq__fade-in-up;display:flex}.Hero-module__lYpGPq__phoneMockup{width:280px;position:relative}.Hero-module__lYpGPq__phoneFrame{background:var(--dark-2);border:2px solid var(--border-blue);border-radius:40px;padding:12px;animation:4s ease-in-out infinite Hero-module__lYpGPq__animate-float;box-shadow:0 40px 80px #0009,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}.Hero-module__lYpGPq__phoneScreen{background:var(--dark-3);aspect-ratio:9/19;border-radius:32px;overflow:hidden}.Hero-module__lYpGPq__phoneHeader{background:var(--primary);padding:20px 16px 16px}.Hero-module__lYpGPq__phoneHeaderTop{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Hero-module__lYpGPq__phoneGreet{color:#ffffffb3;font-size:.7rem}.Hero-module__lYpGPq__phoneName{font-family:var(--font-display);color:#fff;font-size:1rem;font-weight:700}.Hero-module__lYpGPq__phoneBalance{background:#ffffff26;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.Hero-module__lYpGPq__balanceLabel{color:#ffffffb3;font-size:.7rem}.Hero-module__lYpGPq__balanceValue{font-family:var(--font-display);color:#fff;font-size:1.2rem;font-weight:800}.Hero-module__lYpGPq__phoneBody{padding:14px}.Hero-module__lYpGPq__phoneSection{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:14px;margin-bottom:10px;font-size:.65rem;font-weight:600}.Hero-module__lYpGPq__sliderContainer{border-radius:12px;margin-bottom:10px;position:relative;overflow:hidden}.Hero-module__lYpGPq__phoneBanner{background:var(--grad-primary);border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:14px;display:flex}.Hero-module__lYpGPq__phoneBannerText{font-family:var(--font-display);color:#fff;font-size:.75rem;font-weight:700;line-height:1.3}.Hero-module__lYpGPq__phoneBannerBtn{color:#fff;white-space:nowrap;background:#ffffff40;border-radius:6px;padding:4px 8px;font-size:.6rem;font-weight:700}.Hero-module__lYpGPq__sliderDots{justify-content:center;gap:4px;margin-top:8px;display:flex}.Hero-module__lYpGPq__dot{width:16px;height:4px;transition:var(--transition);background:#ffffff1a;border-radius:4px}.Hero-module__lYpGPq__dotActive{background:var(--primary);width:24px}.Hero-module__lYpGPq__phoneServiceGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.Hero-module__lYpGPq__phoneServiceItem{background:var(--dark-4);border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:10px 6px;display:flex}.Hero-module__lYpGPq__phoneServiceIcon{font-size:1.2rem}.Hero-module__lYpGPq__phoneServiceLabel{color:var(--text-secondary);text-align:center;font-size:.55rem;line-height:1.2}.Hero-module__lYpGPq__floatingBadge{background:var(--grad-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-blue);border-radius:var(--radius-md);box-shadow:var(--shadow-blue);align-items:center;gap:8px;padding:10px 14px;display:flex;position:absolute}.Hero-module__lYpGPq__badgeLeft{animation:5s ease-in-out infinite Hero-module__lYpGPq__float;top:30%;left:-80px}.Hero-module__lYpGPq__badgeRight{animation:5s ease-in-out -2.5s infinite Hero-module__lYpGPq__float;bottom:35%;right:-80px}.Hero-module__lYpGPq__badgeIcon{font-size:1.2rem}.Hero-module__lYpGPq__badgeInfo{flex-direction:column;display:flex}.Hero-module__lYpGPq__badgeValue{font-family:var(--font-display);color:var(--text-primary);font-size:.85rem;font-weight:700}.Hero-module__lYpGPq__badgeLabel{color:var(--text-secondary);font-size:.65rem}.Hero-module__lYpGPq__scrollIndicator{color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;font-size:.75rem;animation:2s ease-in-out infinite Hero-module__lYpGPq__float;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__lYpGPq__scrollDot{background:linear-gradient(to bottom, var(--primary), transparent);border-radius:2px;width:2px;height:32px}@media (max-width:900px){.Hero-module__lYpGPq__heroContent{text-align:center;grid-template-columns:1fr;gap:40px}.Hero-module__lYpGPq__heroDescription{max-width:100%}.Hero-module__lYpGPq__heroActions{justify-content:center}.Hero-module__lYpGPq__badgeLeft,.Hero-module__lYpGPq__badgeRight{display:none}.Hero-module__lYpGPq__phoneMockup{width:220px}}@media (max-width:480px){.Hero-module__lYpGPq__phoneMockup{width:190px}}
.Services-module__i79zeq__services{background:var(--dark-2);position:relative;overflow:hidden}.Services-module__i79zeq__services:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Services-module__i79zeq__sectionHeader{text-align:center;margin-bottom:72px}.Services-module__i79zeq__sectionTitle{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.Services-module__i79zeq__sectionSubtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.05rem;line-height:1.6}.Services-module__i79zeq__categoriesGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__i79zeq__categoryCard{background:var(--grad-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);cursor:default;padding:32px 24px;position:relative;overflow:hidden}.Services-module__i79zeq__categoryCard:before{content:"";background:var(--grad-primary);height:3px;transition:var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__i79zeq__categoryCard:hover{border-color:var(--border-blue);box-shadow:var(--shadow-glow);transform:translateY(-6px)}.Services-module__i79zeq__categoryCard:hover:before{transform:scaleX(1)}.Services-module__i79zeq__categoryHeader{align-items:center;gap:14px;margin-bottom:20px;display:flex}.Services-module__i79zeq__categoryIconWrap{border:1px solid var(--border-blue);border-radius:var(--radius-md);width:52px;height:52px;transition:var(--transition);background:#0057ff1a;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.Services-module__i79zeq__categoryCard:hover .Services-module__i79zeq__categoryIconWrap{background:#0057ff33;box-shadow:0 0 20px #0057ff4d}.Services-module__i79zeq__categoryName{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700}.Services-module__i79zeq__servicesList{flex-direction:column;gap:8px;list-style:none;display:flex}.Services-module__i79zeq__serviceItem{border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition);align-items:center;gap:10px;padding:8px 10px;font-size:.88rem;display:flex}.Services-module__i79zeq__serviceItem:hover{background:var(--surface-hover);color:var(--text-primary)}.Services-module__i79zeq__serviceDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:900px){.Services-module__i79zeq__categoriesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Services-module__i79zeq__categoriesGrid{grid-template-columns:1fr}}
.Benefits-module__YRjCga__benefits{background:var(--dark);position:relative;overflow:hidden}.Benefits-module__YRjCga__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.Benefits-module__YRjCga__leftCol{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Benefits-module__YRjCga__benefitCard{background:var(--grad-glass);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:28px 24px;position:relative;overflow:hidden}.Benefits-module__YRjCga__benefitCard:after{content:"";background:var(--grad-primary);height:2px;transition:var(--transition);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Benefits-module__YRjCga__benefitCard:hover{border-color:var(--border-blue);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Benefits-module__YRjCga__benefitCard:hover:after{transform:scaleX(1)}.Benefits-module__YRjCga__benefitIcon{margin-bottom:14px;font-size:2rem}.Benefits-module__YRjCga__benefitTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:700}.Benefits-module__YRjCga__benefitDesc{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.Benefits-module__YRjCga__rightTitle{letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.Benefits-module__YRjCga__rightDesc{color:var(--text-secondary);margin-bottom:40px;font-size:1rem;line-height:1.7}.Benefits-module__YRjCga__checkList{flex-direction:column;gap:16px;margin-bottom:40px;list-style:none;display:flex}.Benefits-module__YRjCga__checkItem{align-items:flex-start;gap:14px;display:flex}.Benefits-module__YRjCga__checkIcon{border:1px solid var(--border-blue);width:24px;height:24px;color:var(--accent);background:#0057ff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.7rem;display:flex}.Benefits-module__YRjCga__checkText{color:var(--text-secondary);font-size:.92rem;line-height:1.5}.Benefits-module__YRjCga__checkText strong{color:var(--text-primary);font-weight:600}@media (max-width:900px){.Benefits-module__YRjCga__grid{grid-template-columns:1fr;gap:48px}}@media (max-width:480px){.Benefits-module__YRjCga__leftCol{grid-template-columns:1fr}}
.HowItWorks-module__WawhIW__howItWorks{background:var(--dark-2);position:relative}.HowItWorks-module__WawhIW__howItWorks:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);height:1px;position:absolute;top:0;left:0;right:0}.HowItWorks-module__WawhIW__sectionHeader{text-align:center;margin-bottom:72px}.HowItWorks-module__WawhIW__sectionTitle{margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.HowItWorks-module__WawhIW__stepsGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.HowItWorks-module__WawhIW__stepsGrid:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:.3;height:2px;position:absolute;top:40px;left:15%;right:15%}.HowItWorks-module__WawhIW__step{text-align:center;flex-direction:column;align-items:center;padding:32px 20px;display:flex;position:relative}.HowItWorks-module__WawhIW__stepNumber{background:var(--grad-primary);width:64px;height:64px;font-family:var(--font-display);color:#fff;box-shadow:var(--shadow-blue);z-index:1;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.4rem;font-weight:800;display:flex;position:relative}.HowItWorks-module__WawhIW__step:hover .HowItWorks-module__WawhIW__stepNumber{transform:scale(1.1);box-shadow:0 0 40px #0057ff80}.HowItWorks-module__WawhIW__stepIcon{font-size:1.5rem}.HowItWorks-module__WawhIW__stepTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:10px;font-size:1rem;font-weight:700}.HowItWorks-module__WawhIW__stepDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.HowItWorks-module__WawhIW__ctaBanner{background:var(--grad-primary);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:32px;margin-top:72px;padding:56px 48px;display:flex;position:relative;overflow:hidden}.HowItWorks-module__WawhIW__ctaBanner:before{content:"";background:#ffffff14;border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.HowItWorks-module__WawhIW__ctaBanner:after{content:"";background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-60%;left:20%}.HowItWorks-module__WawhIW__ctaText{z-index:1;position:relative}.HowItWorks-module__WawhIW__ctaTitle{font-family:var(--font-display);color:#fff;margin-bottom:10px;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.HowItWorks-module__WawhIW__ctaDesc{color:#fffc;font-size:.95rem}.HowItWorks-module__WawhIW__ctaActions{z-index:1;flex-shrink:0;gap:14px;display:flex;position:relative}.HowItWorks-module__WawhIW__btnWhite{color:var(--primary);background:#fff;font-weight:700}.HowItWorks-module__WawhIW__btnWhite:hover{background:#ffffffe6;transform:translateY(-2px)}.HowItWorks-module__WawhIW__btnWhiteOutline{color:#fff;background:0 0;border:1.5px solid #ffffff80}.HowItWorks-module__WawhIW__btnWhiteOutline:hover{background:#ffffff1a}@media (max-width:900px){.HowItWorks-module__WawhIW__stepsGrid{grid-template-columns:repeat(2,1fr)}.HowItWorks-module__WawhIW__stepsGrid:before{display:none}}@media (max-width:600px){.HowItWorks-module__WawhIW__ctaBanner{text-align:center;flex-direction:column;padding:40px 24px}.HowItWorks-module__WawhIW__ctaActions{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.HowItWorks-module__WawhIW__stepsGrid{grid-template-columns:1fr}}
.Footer-module__DaFM4q__footer{background:var(--dark-2);border-top:1px solid var(--border);padding:64px 0 32px}.Footer-module__DaFM4q__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__DaFM4q__footerLogo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.Footer-module__DaFM4q__logoIcon{background:var(--grad-primary);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.Footer-module__DaFM4q__logoText{font-family:var(--font-display);background:var(--grad-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.Footer-module__DaFM4q__footerDesc{color:var(--text-secondary);max-width:280px;margin-bottom:24px;font-size:.88rem;line-height:1.6}.Footer-module__DaFM4q__socialLinks{gap:12px;display:flex}.Footer-module__DaFM4q__socialBtn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:38px;height:38px;transition:var(--transition);justify-content:center;align-items:center;font-size:1rem;display:flex}.Footer-module__DaFM4q__socialBtn:hover{border-color:var(--border-blue);background:#0057ff26;transform:translateY(-2px)}.Footer-module__DaFM4q__footerColumn h4{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:20px;font-size:.85rem;font-weight:700}.Footer-module__DaFM4q__footerColumn ul{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__DaFM4q__footerColumn ul a{color:var(--text-secondary);transition:var(--transition);font-size:.87rem}.Footer-module__DaFM4q__footerColumn ul a:hover{color:var(--accent);padding-left:4px}.Footer-module__DaFM4q__footerBottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding-top:32px;display:flex}.Footer-module__DaFM4q__copyright{color:var(--text-muted);font-size:.82rem}.Footer-module__DaFM4q__footerBottomLinks{gap:24px;display:flex}.Footer-module__DaFM4q__footerBottomLinks a{color:var(--text-muted);transition:var(--transition);font-size:.82rem}.Footer-module__DaFM4q__footerBottomLinks a:hover{color:var(--text-secondary)}.Footer-module__DaFM4q__whatsappFloat{z-index:50;width:56px;height:56px;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;animation:2s ease-in-out infinite Footer-module__DaFM4q__pulse-glow;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 24px #25d36666}.Footer-module__DaFM4q__whatsappFloat:hover{transform:scale(1.1);box-shadow:0 12px 32px #25d36680}@media (max-width:900px){.Footer-module__DaFM4q__footerGrid{grid-template-columns:1fr 1fr}.Footer-module__DaFM4q__footerBrand{grid-column:1/-1}}@media (max-width:560px){.Footer-module__DaFM4q__footerGrid{grid-template-columns:1fr}.Footer-module__DaFM4q__footerBottom{text-align:center;flex-direction:column}}
