@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--navy:#1e3a6e;--navy-dark:#0f1e3d;--navy-light:#2d5da8;--electric:#4a90d9;--electric-light:#6aaeed;--electric-glow:#4a90d94d;--steel:#7a7a8c;--steel-light:#a8a8b8;--bg-light:#f4f7ff;--bg-white:#fff;--text-dark:#1a1a2e;--text-body:#3a3a5c;--text-muted:#7a7a8c;--border:#1e3a6e1f;--border-light:#1e3a6e0f;--gradient-primary:linear-gradient(135deg, #1e3a6e 0%, #2d5da8 50%, #4a90d9 100%);--gradient-electric:linear-gradient(135deg, #4a90d9 0%, #6aaeed 100%);--gradient-hero:linear-gradient(135deg, #eef4ff 0%, #f4f7ff 50%, #eaf1ff 100%);--gradient-card:linear-gradient(135deg, #ffffffe6 0%, #f4f7ffcc 100%);--shadow-sm:0 2px 8px #1e3a6e14;--shadow-md:0 8px 24px #1e3a6e1f;--shadow-lg:0 16px 48px #1e3a6e29;--shadow-glow:0 0 32px #4a90d940;--shadow-navy:0 8px 32px #1e3a6e40;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--container-max:1200px;--section-padding:100px;--section-padding-mobile:60px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--transition-spring:.4s cubic-bezier(.34, 1.56, .64, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-dark);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:700;line-height:1.2}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-electric{color:var(--electric)}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.section{padding:var(--section-padding) 0}.section-sm{padding:60px 0}.btn{border-radius:var(--radius-full);font-family:var(--font-heading);transition:all var(--transition-spring);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";opacity:0;transition:opacity var(--transition-fast);background:#ffffff26;position:absolute;inset:0}.btn:hover:before{opacity:1}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-navy)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #1e3a6e59}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--navy);border:2px solid var(--border);box-shadow:var(--shadow-sm);background:#fff}.btn-secondary:hover{border-color:var(--electric);color:var(--electric);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffff80}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.btn-lg{padding:18px 36px;font-size:1.05rem}.btn-sm{padding:10px 20px;font-size:.875rem}.card{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--transition-base);padding:32px}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--electric-light);transform:translateY(-4px)}.card-glass{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #fff9}.section-label{color:var(--electric);border-radius:var(--radius-full);font-size:.8rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;background:#4a90d91a;border:1px solid #4a90d940;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;display:inline-flex}.section-title{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.15}.section-desc{color:var(--text-body);max-width:580px;font-size:1.05rem;line-height:1.7}.section-header{margin-bottom:56px}.section-header.centered{text-align:center}.section-header.centered .section-desc{margin:0 auto}.animate-on-scroll{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.animate-on-scroll.slide-left{transform:translate(-32px)}.animate-on-scroll.slide-right{transform:translate(32px)}.animate-on-scroll.scale-up{transform:scale(.95)}.animate-on-scroll.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}.badge{border-radius:var(--radius-full);font-size:.75rem;font-weight:600;font-family:var(--font-heading);align-items:center;gap:4px;padding:4px 12px;display:inline-flex}.badge-navy{color:var(--navy);background:#1e3a6e1a}.badge-electric{color:var(--electric);background:#4a90d91a}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.divider{background:var(--gradient-primary);border-radius:var(--radius-full);width:60px;height:4px;margin:16px 0}.divider.centered{margin:16px auto}.highlight-box{border-left:4px solid var(--electric);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#4a90d914;padding:16px 20px}.page-hero{background:var(--gradient-primary);color:#fff;text-align:center;padding:120px 0 80px;position:relative;overflow:hidden}.page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-hero h1{color:#fff;z-index:1;margin-bottom:16px;font-size:clamp(2.5rem,5vw,3.5rem);position:relative}.page-hero p{color:#ffffffd9;z-index:1;max-width:560px;margin:0 auto;font-size:1.1rem;position:relative}.whatsapp-float{z-index:9999;align-items:center;gap:12px;display:flex;position:fixed;bottom:28px;right:28px}.whatsapp-float-btn{width:60px;height:60px;transition:all var(--transition-spring);background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;animation:2s infinite waPulse;display:flex;box-shadow:0 4px 20px #25d36666}.whatsapp-float-btn:hover{animation:none;transform:scale(1.1);box-shadow:0 8px 32px #25d36699}.whatsapp-float-btn svg{fill:#fff;width:30px;height:30px}.whatsapp-tooltip{color:var(--text-dark);border-radius:var(--radius-md);box-shadow:var(--shadow-md);white-space:nowrap;opacity:0;transition:all var(--transition-base);pointer-events:none;background:#fff;order:-1;padding:10px 16px;font-size:.85rem;font-weight:600;transform:translate(10px)}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}@keyframes waPulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}:root{--section-padding:80px}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}:root{--section-padding:60px}.container{padding:0 16px}.btn-lg{padding:14px 24px;font-size:.95rem}.section-title{font-size:clamp(1.75rem,6vw,2.5rem)}.whatsapp-float{bottom:20px;right:20px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--navy-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--navy)}::selection{background:var(--electric);color:#fff}
.Header-module__KHjLKa__header{z-index:1000;-webkit-backdrop-filter:blur(24px);background:#fffffff0;border-bottom:1px solid #1e3a6e1a;padding:14px 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;box-shadow:0 4px 24px #0f172a14}.Header-module__KHjLKa__header.Header-module__KHjLKa__scrolled{-webkit-backdrop-filter:blur(24px);background:#fffffffa;border-bottom:1px solid #1e3a6e24;padding:10px 0;box-shadow:0 8px 32px #0f172a1f}.Header-module__KHjLKa__inner{align-items:center;gap:32px;display:flex}.Header-module__KHjLKa__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;transition:transform .3s;display:flex}.Header-module__KHjLKa__logo:hover{transform:scale(1.02)}.Header-module__KHjLKa__logoIcon{flex-shrink:0;width:42px;height:42px}.Header-module__KHjLKa__logoText{flex-direction:column;line-height:1;display:flex}.Header-module__KHjLKa__logoRea{font-family:var(--font-heading);color:#0f172a;letter-spacing:.08em;font-size:1.3rem;font-weight:900}.Header-module__KHjLKa__logoProject{font-family:var(--font-heading);color:#1e3a6e;letter-spacing:.12em;font-size:.75rem;font-weight:800}.Header-module__KHjLKa__nav{flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.Header-module__KHjLKa__navLink{font-family:var(--font-heading);color:#0f172a;border-radius:var(--radius-full);padding:8px 18px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;position:relative}.Header-module__KHjLKa__navLink:hover{color:#1e3a6e;background:#1e3a6e14}.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active{color:#1e3a6e;background:#1e3a6e14;font-weight:800}.Header-module__KHjLKa__navIndicator{background:var(--gradient-primary);border-radius:var(--radius-full);width:24px;height:3px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:2px;left:50%;transform:translate(-50%)scaleX(0)}.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active .Header-module__KHjLKa__navIndicator,.Header-module__KHjLKa__navLink:hover .Header-module__KHjLKa__navIndicator{transform:translate(-50%)scaleX(1)}.Header-module__KHjLKa__cta{flex-shrink:0}.Header-module__KHjLKa__mobileToggle{border-radius:var(--radius-md);color:#0f172a;background:#1e3a6e0f;border:1px solid #1e3a6e1a;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:none}.Header-module__KHjLKa__mobileToggle:hover{background:#1e3a6e1f}.Header-module__KHjLKa__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:999;opacity:0;pointer-events:none;background:#fffffffa;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.Header-module__KHjLKa__mobileMenu.Header-module__KHjLKa__mobileOpen{opacity:1;pointer-events:all}.Header-module__KHjLKa__mobileNav{flex-direction:column;align-items:center;gap:8px;width:100%;padding:0 24px;display:flex}.Header-module__KHjLKa__mobileNavLink{font-family:var(--font-heading);color:var(--text-body);border-radius:var(--radius-lg);text-align:center;opacity:0;width:100%;padding:14px 32px;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;transform:translateY(16px)}.Header-module__KHjLKa__mobileMenu.Header-module__KHjLKa__mobileOpen .Header-module__KHjLKa__mobileNavLink{opacity:1;transform:translateY(0)}.Header-module__KHjLKa__mobileNavLink:hover,.Header-module__KHjLKa__mobileNavLink.Header-module__KHjLKa__mobileActive{color:var(--navy);background:#1e3a6e0f}.Header-module__KHjLKa__mobileCta{opacity:0;justify-content:center;width:100%;margin-top:16px;transition:all .3s .3s;transform:translateY(16px)}.Header-module__KHjLKa__mobileMenu.Header-module__KHjLKa__mobileOpen .Header-module__KHjLKa__mobileCta{opacity:1;transform:translateY(0)}@media (max-width:768px){.Header-module__KHjLKa__nav,.Header-module__KHjLKa__cta{display:none}.Header-module__KHjLKa__mobileToggle{margin-left:auto;display:flex}}
.Footer-module__yg9ahW__footer{background:var(--navy-dark);color:#ffffffd9}.Footer-module__yg9ahW__ctaBand{background:var(--gradient-primary);padding:48px 0}.Footer-module__yg9ahW__ctaInner{justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__yg9ahW__ctaTitle{color:#fff;margin-bottom:6px;font-size:1.6rem}.Footer-module__yg9ahW__ctaDesc{color:#fffc;font-size:1rem}.Footer-module__yg9ahW__main{padding:64px 0 48px}.Footer-module__yg9ahW__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:48px;display:grid}.Footer-module__yg9ahW__logo{align-items:center;gap:10px;margin-bottom:20px;text-decoration:none;display:flex}.Footer-module__yg9ahW__logoIcon{flex-shrink:0;width:36px;height:36px}.Footer-module__yg9ahW__logoRea{font-family:var(--font-heading);color:#ffffffb3;letter-spacing:.08em;font-size:1.15rem;font-weight:800}.Footer-module__yg9ahW__logoProject{font-family:var(--font-heading);color:var(--electric-light);letter-spacing:.12em;font-size:.65rem;font-weight:700}.Footer-module__yg9ahW__brandDesc{color:#fff9;margin-bottom:24px;font-size:.9rem;line-height:1.7}.Footer-module__yg9ahW__socials{gap:10px;display:flex}.Footer-module__yg9ahW__socialBtn{border-radius:var(--radius-md);color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__yg9ahW__socialBtn:hover{background:var(--electric);border-color:var(--electric);color:#fff;transform:translateY(-2px)}.Footer-module__yg9ahW__colTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--electric-light);margin-bottom:20px;font-size:.85rem;font-weight:700}.Footer-module__yg9ahW__linkList{flex-direction:column;gap:10px;display:flex}.Footer-module__yg9ahW__footerLink{color:#fff9;align-items:center;gap:8px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.Footer-module__yg9ahW__footerLink:hover{color:#fff;gap:10px}.Footer-module__yg9ahW__contactList{flex-direction:column;gap:14px;display:flex}.Footer-module__yg9ahW__contactList li{align-items:flex-start;gap:10px;display:flex}.Footer-module__yg9ahW__contactIcon{color:var(--electric-light);flex-shrink:0;margin-top:2px}.Footer-module__yg9ahW__footerText{color:#fff9;font-size:.9rem}.Footer-module__yg9ahW__bottom{border-top:1px solid #ffffff14;padding:20px 0}.Footer-module__yg9ahW__bottomInner{justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__yg9ahW__copyright,.Footer-module__yg9ahW__credit{color:#fff6;font-size:.85rem}@media (max-width:1024px){.Footer-module__yg9ahW__grid{grid-template-columns:repeat(2,1fr);gap:36px}.Footer-module__yg9ahW__brand{grid-column:1/-1}}@media (max-width:768px){.Footer-module__yg9ahW__ctaInner{text-align:center;flex-direction:column}.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:28px}.Footer-module__yg9ahW__bottomInner{text-align:center;flex-direction:column}}
.WhatsAppFloat-module__yrPTFa__float{z-index:9999;align-items:center;gap:12px;display:flex;position:fixed;bottom:28px;right:28px}.WhatsAppFloat-module__yrPTFa__btn{background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:2s infinite WhatsAppFloat-module__yrPTFa__pulse;display:flex;box-shadow:0 4px 20px #25d36666}.WhatsAppFloat-module__yrPTFa__btn:hover{animation:none;transform:scale(1.12);box-shadow:0 8px 32px #25d36699}.WhatsAppFloat-module__yrPTFa__btn svg{fill:#fff;width:30px;height:30px}.WhatsAppFloat-module__yrPTFa__tooltip{color:var(--text-dark);font-size:.85rem;font-weight:600;font-family:var(--font-heading);white-space:nowrap;opacity:0;pointer-events:none;background:#fff;border-radius:12px;order:-1;padding:10px 16px;transition:all .3s;transform:translate(10px);box-shadow:0 8px 24px #1e3a6e1f}.WhatsAppFloat-module__yrPTFa__float:hover .WhatsAppFloat-module__yrPTFa__tooltip{opacity:1;transform:translate(0)}@keyframes WhatsAppFloat-module__yrPTFa__pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 16px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width:768px){.WhatsAppFloat-module__yrPTFa__float{bottom:20px;right:20px}.WhatsAppFloat-module__yrPTFa__btn{width:54px;height:54px}.WhatsAppFloat-module__yrPTFa__btn svg{width:26px;height:26px}.WhatsAppFloat-module__yrPTFa__tooltip{display:none}}
