@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--color-bg-primary:#0a1628;--color-bg-secondary:#112240;--color-bg-tertiary:#1a3055;--color-bg-card:#11224099;--color-bg-glass:#11224066;--color-accent:#4a9ee5;--color-accent-light:#6db8f5;--color-accent-dark:#2b7cc9;--color-accent-glow:#4a9ee54d;--color-text-primary:#fff;--color-text-secondary:#a8b2d1;--color-text-muted:#6b7a99;--color-text-accent:#4a9ee5;--color-border:#a8b2d11a;--color-border-accent:#4a9ee54d;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 20px #0006;--shadow-lg:0 8px 40px #00000080;--shadow-glow:0 0 30px #4a9ee526;--glass-bg:#11224080;--glass-border:#a8b2d114;--glass-blur:20px;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-heading:"Outfit","Inter",sans-serif;--section-padding:100px 0;--container-max:1200px;--container-padding:0 24px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--transition-smooth:.6s cubic-bezier(.16,1,.3,1);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:50%}[data-theme=light]{--color-bg-primary:#f5f7fa;--color-bg-secondary:#fff;--color-bg-tertiary:#e8ecf1;--color-bg-card:#fffc;--color-bg-glass:#fff9;--color-accent:#2b7cc9;--color-accent-light:#4a9ee5;--color-accent-dark:#1b5fa0;--color-accent-glow:#2b7cc933;--color-text-primary:#1a2332;--color-text-secondary:#4a5568;--color-text-muted:#8896ab;--color-text-accent:#2b7cc9;--color-border:#00000014;--color-border-accent:#2b7cc94d;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 8px 40px #0000001a;--shadow-glow:0 0 30px #2b7cc91a;--glass-bg:#ffffffb3;--glass-border:#0000000f;--glass-blur:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.7;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}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{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800}h2{letter-spacing:-.01em;font-size:clamp(2rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}p{color:var(--color-text-secondary);font-size:1.05rem}.container{max-width:var(--container-max);padding:var(--container-padding);margin:0 auto}.section{padding:var(--section-padding);position:relative}.section-label{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:10px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.section-label:before{content:"";background:var(--color-accent);width:30px;height:2px;display:inline-block}.section-title{margin-bottom:20px}.section-subtitle{color:var(--color-text-secondary);max-width:600px;font-size:1.1rem;line-height:1.8}.section-header{text-align:center;margin-bottom:60px}.section-header .section-label{justify-content:center}.section-header .section-label:before{display:none}.section-header .section-subtitle{margin:0 auto}.btn{border-radius:var(--radius-sm);font-family:var(--font-heading);letter-spacing:.02em;transition:all var(--transition-base);white-space:nowrap;justify-content:center;align-items:center;gap:10px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;box-shadow:0 4px 15px #4a9ee54d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #4a9ee573}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--color-text-primary);border:1.5px solid var(--color-border);background:0 0}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent);box-shadow:var(--shadow-glow)}.btn-large{padding:18px 40px;font-size:1.05rem}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-base)}.glass-card:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.gradient-line{background:linear-gradient(90deg,var(--color-accent),transparent);border-radius:2px;width:80px;height:3px;margin:16px 0}.gradient-line-center{margin:16px auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #4a9ee54d}50%{box-shadow:0 0 40px #4a9ee599}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes wave{0%{transform:translate(0)translateZ(0)scaleY(1)}50%{transform:translate(-25%)translateZ(0)scaleY(.55)}to{transform:translate(-50%)translateZ(0)scaleY(1)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-dark)}::selection{color:var(--color-text-primary);background:#4a9ee54d}[data-theme=light] ::-webkit-scrollbar-track{background:var(--color-bg-primary)}[data-theme=light] ::-webkit-scrollbar-thumb{background:#cbd5e0}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}@media (max-width:768px){:root{--section-padding:60px 0;--container-padding:0 16px}.section-header{margin-bottom:40px}.btn-large{padding:14px 28px;font-size:.95rem}}@media (max-width:480px){:root{--section-padding:50px 0}}
.Header-module__hBw1pG__header{z-index:1000;width:100%;transition:all var(--transition-base);background:0 0;padding:16px 0;position:fixed;top:0;left:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled,.Header-module__hBw1pG__header.Header-module__hBw1pG__subpage{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-md);background:#0a1628d9;padding:10px 0}[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled,[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__subpage{background:#ffffffe6;border-bottom:1px solid #00000014}@media (min-width:969px){[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__navLink{color:#ffffffd9}[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__navLink:hover,[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:#fff}[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__themeToggle{color:#ffffffd9}[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__themeToggle:hover{color:#fff;background:#ffffff26;border-color:#ffffff4d}[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__subpage .Header-module__hBw1pG__navLink{color:var(--color-text-secondary)}[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__subpage .Header-module__hBw1pG__navLink:hover,[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__subpage .Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--color-accent)}[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__subpage .Header-module__hBw1pG__themeToggle{color:var(--color-text-primary)}}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{align-items:center;display:flex}.Header-module__hBw1pG__logoImg{width:auto;height:60px}.Header-module__hBw1pG__nav{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__navList{align-items:center;gap:4px;display:flex}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__navLink{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:4px;padding:8px 16px;display:flex}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--color-text-primary)}.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--color-accent)}.Header-module__hBw1pG__chevron{transition:transform var(--transition-fast);font-size:.75rem}.Header-module__hBw1pG__chevron.Header-module__hBw1pG__chevronOpen{transform:rotate(180deg)}.Header-module__hBw1pG__dropdown{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);opacity:0;visibility:hidden;min-width:220px;transition:all var(--transition-fast);box-shadow:var(--shadow-lg);padding:8px;position:absolute;top:100%;left:0;transform:translateY(8px)}.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__dropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__dropdownLink{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:10px 16px;font-size:.9rem;display:block}.Header-module__hBw1pG__dropdownLink:hover,.Header-module__hBw1pG__dropdownLink.Header-module__hBw1pG__active{background:var(--color-bg-tertiary);color:var(--color-accent)}.Header-module__hBw1pG__navCta{margin-left:16px;padding:10px 22px!important;font-size:.85rem!important}.Header-module__hBw1pG__headerActions{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__themeToggle{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:1.15rem;display:flex}.Header-module__hBw1pG__themeToggle:hover{color:var(--color-accent);border-color:var(--color-border-accent);background:#4a9ee51a}.Header-module__hBw1pG__closeBtn{color:var(--color-text-primary);padding:8px;font-size:1.5rem;display:none}.Header-module__hBw1pG__menuBtn{color:var(--color-text-primary);padding:4px;font-size:1.6rem;display:none}@media (max-width:968px){.Header-module__hBw1pG__menuBtn{display:block}.Header-module__hBw1pG__nav{background:var(--color-bg-secondary);width:320px;max-width:85vw;height:100vh;transition:transform var(--transition-smooth);z-index:1001;flex-direction:column;align-items:flex-start;gap:24px;padding:24px;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 40px #00000080}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{transform:translate(0)}.Header-module__hBw1pG__closeBtn{align-self:flex-end;display:block}.Header-module__hBw1pG__navList{flex-direction:column;align-items:flex-start;gap:0;width:100%}.Header-module__hBw1pG__navItem{width:100%}.Header-module__hBw1pG__navLink{width:100%;padding:12px 8px;font-size:1rem}.Header-module__hBw1pG__dropdown{opacity:1;visibility:visible;box-shadow:none;min-width:unset;background:0 0;border:none;padding:0 0 0 16px;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__dropdownOpen{display:block}.Header-module__hBw1pG__dropdownLink{padding:10px 8px}.Header-module__hBw1pG__navCta{text-align:center;width:100%;margin-top:16px;margin-left:0}[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__menuBtn,[data-theme=light] .Header-module__hBw1pG__header:not(.Header-module__hBw1pG__subpage):not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__themeToggle{color:#fff}[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__navLink{color:var(--color-text-secondary)}[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__navLink:hover,[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--color-accent)}[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__closeBtn{color:var(--color-text-primary)}[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__dropdownLink{color:var(--color-text-secondary)}[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__dropdownLink:hover,[data-theme=light] .Header-module__hBw1pG__nav .Header-module__hBw1pG__dropdownLink.Header-module__hBw1pG__active{color:var(--color-accent)}}
.Footer-module__S6Hkya__footer{margin-top:60px;position:relative}.Footer-module__S6Hkya__footerWave{margin-bottom:-2px;position:relative}.Footer-module__S6Hkya__footerWave svg{width:100%;height:80px;display:block}.Footer-module__S6Hkya__footerContent{background:var(--color-bg-secondary);padding:60px 0 0}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px;display:grid}.Footer-module__S6Hkya__footerBrand{padding-right:40px}.Footer-module__S6Hkya__footerLogo{margin-bottom:16px;display:inline-block}.Footer-module__S6Hkya__footerLogoImg{width:auto;height:44px}.Footer-module__S6Hkya__footerAbout{color:var(--color-text-muted);margin-bottom:20px;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__socialLinks{gap:12px;display:flex}.Footer-module__S6Hkya__socialLinks a{border-radius:var(--radius-sm);border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Footer-module__S6Hkya__socialLinks a:hover{background:var(--color-accent);color:var(--color-bg-primary);border-color:var(--color-accent);transform:translateY(-2px)}.Footer-module__S6Hkya__footerColTitle{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:.02em;margin-bottom:20px;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__S6Hkya__footerLinks a{color:var(--color-text-muted);transition:all var(--transition-fast);font-size:.9rem;display:inline-block}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--color-accent);transform:translate(4px)}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:14px;display:flex}.Footer-module__S6Hkya__contactList li{align-items:flex-start;gap:10px;display:flex}.Footer-module__S6Hkya__contactIcon{color:var(--color-accent);flex-shrink:0;margin-top:4px;font-size:1rem}.Footer-module__S6Hkya__contactLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.75rem;font-weight:600;display:block}.Footer-module__S6Hkya__contactList a,.Footer-module__S6Hkya__contactList span{color:var(--color-text-secondary);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__S6Hkya__contactList a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--color-border);text-align:center;margin-top:50px;padding:20px 0}.Footer-module__S6Hkya__footerBottom p{color:var(--color-text-muted);font-size:.8rem}@media (max-width:968px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__footerBrand{grid-column:1/-1;padding-right:0}}@media (max-width:600px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}}
.WhatsAppButton-module__V-0EQa__whatsapp{z-index:999;color:#fff;width:60px;height:60px;transition:all var(--transition-base);background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;animation:2s ease-in-out infinite WhatsAppButton-module__V-0EQa__pulseWa;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 14px #25d36666}.WhatsAppButton-module__V-0EQa__whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36699}.WhatsAppButton-module__V-0EQa__whatsapp:hover .WhatsAppButton-module__V-0EQa__tooltip{opacity:1;visibility:visible;transform:translate(-100%)translate(-12px)translateY(-50%)}.WhatsAppButton-module__V-0EQa__tooltip{background:var(--color-bg-secondary);color:var(--color-text-primary);border-radius:var(--radius-sm);white-space:nowrap;opacity:0;visibility:hidden;transition:all var(--transition-fast);pointer-events:none;border:1px solid var(--color-border);padding:8px 14px;font-size:.8rem;font-weight:500;position:absolute;top:50%;right:0;transform:translate(-100%)translate(-12px)translateY(-50%)}@keyframes WhatsAppButton-module__V-0EQa__pulseWa{0%,to{box-shadow:0 4px 14px #25d36666}50%{box-shadow:0 4px 24px #25d366b3,0 0 0 8px #25d3661a}}@media (max-width:768px){.WhatsAppButton-module__V-0EQa__whatsapp{width:52px;height:52px;font-size:1.5rem;bottom:20px;right:20px}}
