@import "https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";
:root{--color-primary:#fff;--color-secondary:#4f809f;--color-secondary-dark:#3a6b87;--color-secondary-light:#6fa0bf;--color-tertiary:#575656;--color-tertiary-light:#767676;--color-bg:#f8fafc;--color-bg-alt:#f0f4f8;--color-bg-card:#fff;--color-bg-dark:#0f1c2e;--color-bg-dark-alt:#162236;--color-text-primary:#1a2332;--color-text-secondary:#4a5568;--color-text-muted:#718096;--color-text-light:#fff;--color-text-accent:#4f809f;--color-border:#e2e8f0;--color-border-focus:#4f809f;--gradient-hero:linear-gradient(135deg, #0f1c2e 0%, #162236 40%, #1e3a5f 100%);--gradient-secondary:linear-gradient(135deg, #4f809f 0%, #3a6b87 100%);--gradient-subtle:linear-gradient(135deg, #f8fafc 0%, #e8f0f7 100%);--gradient-card:linear-gradient(145deg, #fff 0%, #f5f9fd 100%);--shadow-sm:0 1px 3px #4f809f14;--shadow-md:0 4px 16px #4f809f1f;--shadow-lg:0 8px 32px #4f809f29;--shadow-xl:0 16px 48px #4f809f33;--shadow-hover:0 20px 60px #4f809f40;--font-heading:"Lexend", -apple-system, sans-serif;--font-body:"Source Sans 3", -apple-system, sans-serif;--section-py:5rem;--container-max:1200px;--container-px:1.5rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.7;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:clamp(1rem,2vw,1.25rem)}p{color:var(--color-text-secondary);line-height:1.75}.container{max-width:var(--container-max);padding:0 var(--container-px);width:100%;margin:0 auto}.section{padding:var(--section-py) 0}.section-light{background:var(--color-bg)}.section-alt{background:var(--color-bg-alt)}.section-dark{background:var(--color-bg-dark)}.btn{border-radius:var(--radius-full);font-family:var(--font-heading);transition:all var(--transition-base);cursor:pointer;white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gradient-secondary);color:#fff;box-shadow:0 4px 16px #4f809f59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f809f73}.btn-outline{color:var(--color-secondary);border-color:var(--color-secondary);background:0 0}.btn-outline:hover{background:var(--color-secondary);color:#fff;transform:translateY(-2px)}.btn-white{color:var(--color-secondary-dark);box-shadow:var(--shadow-md);background:#fff}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline-white{color:#fff;background:0 0;border-color:#fff9}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.card{background:var(--color-bg-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:all var(--transition-slow);cursor:pointer;padding:2rem}.card:hover{box-shadow:var(--shadow-hover);border-color:var(--color-secondary-light);transform:translateY(-6px)}.card-glass{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#fffc;border:1px solid #fff9;padding:2rem}.badge{border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.03em;align-items:center;gap:.375rem;padding:.375rem 1rem;display:inline-flex}.badge-secondary{color:var(--color-secondary-dark);background:#4f809f1a;border:1px solid #4f809f33}.badge-white{color:#fff;background:#ffffff26;border:1px solid #ffffff4d}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .badge,.section-header h2{margin-bottom:1rem}.section-header p{max-width:600px;margin:0 auto;font-size:1.0625rem}.section-divider{background:var(--gradient-secondary);border-radius:var(--radius-full);width:60px;height:4px;margin:1.25rem auto}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}:root{--section-py:3.5rem}}.page-hero{background:var(--gradient-hero);background-image:var(--hero-bg,none), var(--gradient-hero);background-position:50%;background-size:cover;background-attachment:fixed;padding:7rem 0 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0f1c2ed9,#0f1c2eeb),radial-gradient(circle at 20%,#4f809f26 0%,#0000 50%);position:absolute;inset:0}.page-hero-content{z-index:1;text-align:center;color:#fff;position:relative}.page-hero-content h1{color:#fff;margin-bottom:1rem}.page-hero-content p{color:#ffffffbf;max-width:550px;margin:0 auto;font-size:1.125rem}.breadcrumb{color:#fff9;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.875rem;display:flex}.breadcrumb a{color:#fff9;transition:color var(--transition-fast)}.breadcrumb a:hover{color:#fff}.icon-wrap{border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-secondary);transition:all var(--transition-base);background:#4f809f1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-wrap-lg{border-radius:var(--radius-lg);width:72px;height:72px}.card:hover .icon-wrap{background:var(--gradient-secondary);color:#fff;transform:scale(1.05)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-alt)}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:var(--radius-full)}::selection{color:var(--color-secondary-dark);background:#4f809f33}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Navbar-module__cRh5nW__topbar{background:var(--color-bg-dark);color:#ffffffa6;z-index:1000;padding:.5rem 0;font-size:.8125rem;position:sticky;top:0}.Navbar-module__cRh5nW__topbarInner{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.Navbar-module__cRh5nW__topbarItem{font-family:var(--font-heading);align-items:center;gap:.375rem;display:flex}.Navbar-module__cRh5nW__topbarFounded{opacity:.5;margin-left:auto;font-size:.75rem}.Navbar-module__cRh5nW__navbar{z-index:999;border-bottom:1px solid var(--color-border);transition:all var(--transition-base);background:#fffffff2;padding:.875rem 0;position:sticky;top:35px}.Navbar-module__cRh5nW__navbar.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffffa;padding:.625rem 0;box-shadow:0 2px 24px #4f809f1a}.Navbar-module__cRh5nW__navInner{align-items:center;gap:2rem;display:flex}.Navbar-module__cRh5nW__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoImg{object-fit:contain;border-radius:10px}.Navbar-module__cRh5nW__logoText{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__cRh5nW__logoName{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.0625rem;font-weight:800}.Navbar-module__cRh5nW__logoTagline{font-family:var(--font-body);color:var(--color-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:600}.Navbar-module__cRh5nW__navLinks{align-items:center;gap:.25rem;margin:0 auto;list-style:none;display:flex}.Navbar-module__cRh5nW__navItem{position:relative}.Navbar-module__cRh5nW__navLink{font-family:var(--font-heading);color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:.25rem;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__cRh5nW__navLink:hover,.Navbar-module__cRh5nW__navLink.Navbar-module__cRh5nW__active{color:var(--color-secondary);background:#4f809f0f}.Navbar-module__cRh5nW__chevron{transition:transform var(--transition-fast)}.Navbar-module__cRh5nW__navItem:hover .Navbar-module__cRh5nW__chevron{transform:rotate(180deg)}.Navbar-module__cRh5nW__megaMenu{border:1px solid var(--color-border);border-radius:var(--radius-lg);z-index:100;background:#fff;width:min(640px,90vw);padding:1.25rem;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 12px 48px #4f809f26}.Navbar-module__cRh5nW__megaGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.Navbar-module__cRh5nW__megaItem{border-radius:var(--radius-md);transition:all var(--transition-base);align-items:flex-start;gap:1rem;padding:1rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__megaItem:hover{background:#4f809f0d;transform:translateY(-2px)}.Navbar-module__cRh5nW__megaIcon{width:42px;height:42px;color:var(--color-secondary);transition:all var(--transition-base);background:#4f809f14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__megaItem:hover .Navbar-module__cRh5nW__megaIcon{background:var(--gradient-secondary);color:#fff;transform:scale(1.1)}.Navbar-module__cRh5nW__megaContent{flex-direction:column;gap:.125rem;display:flex}.Navbar-module__cRh5nW__megaLabel{font-family:var(--font-heading);color:var(--color-text-primary);font-size:.9375rem;font-weight:700;line-height:1.2}.Navbar-module__cRh5nW__megaDesc{color:var(--color-text-muted);font-size:.75rem;font-weight:500;line-height:1.4}.Navbar-module__cRh5nW__dropdownList{flex-direction:column;gap:2px;min-width:200px;display:flex}.Navbar-module__cRh5nW__navCTA{flex-shrink:0}.Navbar-module__cRh5nW__mobileToggle{color:var(--color-text-primary);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast);z-index:1002;background:0 0;border:none;margin-left:auto;padding:.5rem;display:none;position:relative}.Navbar-module__cRh5nW__mobileToggle:hover{background:#4f809f14}.Navbar-module__cRh5nW__mobileMenu{z-index:1001;background:#fff;width:min(320px,100vw);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-8px 0 32px #0000001f}.Navbar-module__cRh5nW__mobileMenuHeader{z-index:10;position:absolute;top:1.5rem;right:1.5rem}.Navbar-module__cRh5nW__mobileCloseBtn{width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__mobileCloseBtn:hover{background:#0000001a;transform:rotate(90deg)}.Navbar-module__cRh5nW__mobileMenuInner{flex-direction:column;gap:1rem;min-height:100%;padding:5rem 1.5rem 2rem;display:flex}.Navbar-module__cRh5nW__mobileNavLinks{flex-direction:column;gap:.25rem;list-style:none;display:flex}.Navbar-module__cRh5nW__mobileNavLinkWrapper{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cRh5nW__mobileNavLink{font-family:var(--font-heading);color:var(--color-text-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);flex:1;padding:.75rem 1rem;font-size:1.0625rem;font-weight:600;text-decoration:none}.Navbar-module__cRh5nW__mobileNavLink:hover,.Navbar-module__cRh5nW__mobileNavLink.Navbar-module__cRh5nW__active{color:var(--color-secondary);background:#4f809f14}.Navbar-module__cRh5nW__mobileExpandBtn{color:var(--color-text-muted);transition:all var(--transition-base);justify-content:center;align-items:center;padding:.75rem;display:flex}.Navbar-module__cRh5nW__mobileExpandBtn:hover{color:var(--color-secondary)}.Navbar-module__cRh5nW__mobileSubLinks{margin-bottom:.5rem;padding-left:1rem;list-style:none}.Navbar-module__cRh5nW__mobileSubLink{color:var(--color-text-muted);border-radius:var(--radius-sm);transition:color var(--transition-fast);padding:.4rem .875rem;font-size:.875rem;text-decoration:none;display:block}.Navbar-module__cRh5nW__mobileSubLink:hover{color:var(--color-secondary)}.Navbar-module__cRh5nW__mobileCTA{border-top:1px solid var(--color-border);margin-top:auto;padding-top:1.5rem}.Navbar-module__cRh5nW__mobileCTA .Navbar-module__cRh5nW__btn{justify-content:center;width:100%}@media (max-width:1024px){.Navbar-module__cRh5nW__navLinks,.Navbar-module__cRh5nW__navCTA{display:none}.Navbar-module__cRh5nW__mobileToggle{display:flex}.Navbar-module__cRh5nW__topbarFounded{display:none}}@media (max-width:480px){.Navbar-module__cRh5nW__topbarItem:last-of-type{display:none}}
.Footer-module__3hUVsW__footer{background:var(--color-bg-dark);color:#ffffffbf}.Footer-module__3hUVsW__footerTop{padding:4rem 0 3rem}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;display:grid}.Footer-module__3hUVsW__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__footerLogo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Footer-module__3hUVsW__footerLogoImg{object-fit:contain;border-radius:10px}.Footer-module__3hUVsW__footerLogoName{font-family:var(--font-heading);color:#fff;font-size:1.125rem;font-weight:800}.Footer-module__3hUVsW__footerLogoSub{color:var(--color-secondary-light);letter-spacing:.1em;text-transform:uppercase;font-size:.6875rem;font-weight:600}.Footer-module__3hUVsW__footerDesc{color:#ffffff8c;font-size:.9rem;line-height:1.7}.Footer-module__3hUVsW__contactItems{flex-direction:column;gap:.625rem;display:flex}.Footer-module__3hUVsW__contactItem{color:#fff9;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.Footer-module__3hUVsW__contactItem svg{color:var(--color-secondary-light);flex-shrink:0}.Footer-module__3hUVsW__socials{gap:.75rem;display:flex}.Footer-module__3hUVsW__socialLink{color:#fff9;width:36px;height:36px;transition:all var(--transition-fast);background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__3hUVsW__socialLink:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff;transform:translateY(-2px)}.Footer-module__3hUVsW__footerHeading{font-family:var(--font-heading);color:#fff;letter-spacing:.02em;margin-bottom:1.25rem;font-size:.9375rem;font-weight:700}.Footer-module__3hUVsW__footerLinks{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__3hUVsW__footerLink{color:#ffffff8c;transition:all var(--transition-fast);align-items:center;gap:.375rem;padding:.125rem 0;font-size:.875rem;text-decoration:none;display:flex}.Footer-module__3hUVsW__footerLink svg{color:var(--color-secondary-light);flex-shrink:0}.Footer-module__3hUVsW__footerLink:hover{color:#ffffffe6;transform:translate(3px)}.Footer-module__3hUVsW__certBadge{border-radius:var(--radius-full);color:var(--color-secondary-light);font-size:.8125rem;font-family:var(--font-heading);background:#4f809f1f;border:1px solid #4f809f40;align-items:center;gap:.5rem;width:fit-content;margin-top:1.5rem;padding:.5rem .875rem;font-weight:600;display:flex}.Footer-module__3hUVsW__certDot{background:var(--color-secondary-light);border-radius:50%;width:8px;height:8px;animation:2s infinite Footer-module__3hUVsW__pulse-ring}@keyframes Footer-module__3hUVsW__pulse-ring{0%{box-shadow:0 0 #6fa0bf80}70%{box-shadow:0 0 0 8px #6fa0bf00}to{box-shadow:0 0 #6fa0bf00}}.Footer-module__3hUVsW__footerBottom{border-top:1px solid #ffffff12;padding:1.25rem 0}.Footer-module__3hUVsW__footerBottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__3hUVsW__copyright{align-items:center;gap:.75rem;display:flex}.Footer-module__3hUVsW__copyright p{color:#fff6;font-size:.8125rem}.Footer-module__3hUVsW__watermark{color:var(--color-secondary-light);transition:all var(--transition-fast);border-left:1px solid #ffffff1a;padding-left:.75rem;font-size:.8125rem;font-weight:600;text-decoration:none}.Footer-module__3hUVsW__watermark:hover{color:#fff;text-shadow:0 0 10px #6fa0bf66}.Footer-module__3hUVsW__footerBottomLinks{gap:1.5rem;display:flex}.Footer-module__3hUVsW__footerBottomLinks a{color:#fff6;transition:color var(--transition-fast);font-size:.8125rem;text-decoration:none}.Footer-module__3hUVsW__footerBottomLinks a:hover{color:#ffffffb3}@media (max-width:1024px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__3hUVsW__brandCol{grid-column:1/-1}}@media (max-width:640px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr}.Footer-module__3hUVsW__footerBottomInner{text-align:center;flex-direction:column}.Footer-module__3hUVsW__copyright{flex-direction:column;gap:.5rem}.Footer-module__3hUVsW__watermark{border-left:none;padding-left:0}.Footer-module__3hUVsW__footerBottomLinks{flex-wrap:wrap;justify-content:center;gap:1rem}}
.PageLoader-module__h_Ee7W__loaderWrap{z-index:9999;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PageLoader-module__h_Ee7W__content{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:280px;display:flex}.PageLoader-module__h_Ee7W__logoContainer{position:relative}.PageLoader-module__h_Ee7W__logo{border-radius:12px}.PageLoader-module__h_Ee7W__progressTrack{background:#f1f5f9;border-radius:1px;width:100%;height:2px;overflow:hidden}.PageLoader-module__h_Ee7W__progressBar{background:var(--color-secondary);height:100%}.PageLoader-module__h_Ee7W__text{font-family:var(--font-heading);color:var(--color-text-secondary);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700}
.FloatingActions-module__2PHgMW__container{z-index:999;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.FloatingActions-module__2PHgMW__actionBtn{width:56px;height:56px;color:var(--color-text-primary);border:1px solid var(--color-border);cursor:pointer;transition:all var(--transition-base);background:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;box-shadow:0 10px 25px #0000001a}.FloatingActions-module__2PHgMW__actionBtn:hover{background:var(--color-secondary);color:#fff;border-color:var(--color-secondary);box-shadow:0 15px 30px #4f809f4d}.FloatingActions-module__2PHgMW__whatsapp{color:#fff;background:#25d366;border:none;position:relative}.FloatingActions-module__2PHgMW__tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#1a2332;border-radius:12px;padding:.6rem 1.2rem;font-size:.8125rem;font-weight:600;transition:all .3s;position:absolute;top:50%;right:calc(100% + 15px);transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.FloatingActions-module__2PHgMW__tooltip:after{content:"";border:6px solid #0000;border-left-color:#1a2332;border-right-width:0;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.FloatingActions-module__2PHgMW__whatsapp:hover .FloatingActions-module__2PHgMW__tooltip{opacity:1;transform:translateY(-50%)translate(-10px)}.FloatingActions-module__2PHgMW__whatsapp:hover{background:#128c7e;box-shadow:0 15px 30px #25d3664d}@media (max-width:640px){.FloatingActions-module__2PHgMW__container{gap:.75rem;bottom:1.5rem;right:1.5rem}.FloatingActions-module__2PHgMW__actionBtn{width:48px;height:48px}}
