@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--navy:#0e2345;--navy-light:#18345e;--navy-dark:#09172e;--gold:#d4a52c;--gold-light:#e5b83b;--gold-hover:#c29524;--white:#fff;--off-white:#f4f6f9;--light-gray:#e2e8f0;--black:#0e2345;--gray:#4a5568;--gray-light:#718096;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--border-radius:8px;--border-radius-lg:16px;--box-shadow:0 4px 6px -1px #0e234514, 0 2px 4px -1px #0e23450a;--box-shadow-lg:0 12px 24px -4px #0e23451f, 0 6px 12px -2px #0e23450f}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-body);color:var(--black);background-color:var(--white);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);line-height:1.25}a{color:inherit;text-decoration:none;transition:all .3s}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.25rem}@media (min-width:768px){.container{padding:0 2rem}}.section{padding:3.5rem 0}@media (min-width:768px){.section{padding:4.5rem 0}}.section-header{text-align:left;max-width:100%;margin-bottom:2.5rem}.section-tag{letter-spacing:2.5px;color:var(--gold);text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.section-title{color:var(--navy);margin-bottom:1rem;font-size:2.35rem;font-weight:800}@media (min-width:768px){.section-title{font-size:2.75rem}}.section-desc{color:var(--gray);font-size:1.1rem;line-height:1.7}.btn-primary{background-color:var(--gold);color:var(--navy);border-radius:var(--border-radius);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #d4a52c4d}.btn-primary:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.btn-primary:hover:after{animation:1s forwards shine}.btn-primary:hover{background-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 20px #d4a52c66}.btn-outline{color:var(--navy);border:2px solid var(--navy);border-radius:var(--border-radius);background-color:#0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-outline:hover{background-color:var(--navy);color:var(--white);transform:translateY(-2px)}.btn-white{background-color:var(--white);color:var(--navy);border-radius:var(--border-radius);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #00000026}.btn-white:hover{background-color:var(--off-white);transform:translateY(-2px)}.btn-whatsapp{color:var(--white);border-radius:var(--border-radius);background-color:#25d366;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #25d3664d}.btn-whatsapp:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.btn-whatsapp:hover:after{animation:1s forwards shine}.btn-whatsapp:hover{background-color:#20bd5a;transform:translateY(-2px)}.bg-off-white{background-color:var(--off-white)}.bg-navy{background-color:var(--navy);color:var(--white)}.bg-navy .section-title{color:var(--white)}.bg-navy .section-desc{color:#cbd5e0}@keyframes shine{0%{left:-100%}to{left:200%}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse-ring{0%{opacity:.5;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}
.Navbar-module__dVeNwG__navbar{z-index:1000;background-color:#0000;flex-direction:column;width:100%;transition:background-color .4s,box-shadow .4s;display:flex;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__scrolled{background-color:var(--navy);box-shadow:0 10px 30px #00000040}.Navbar-module__dVeNwG__topBar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;color:var(--white);background-color:#09172e80;border-bottom:1px solid #ffffff1a;align-items:center;height:35px;font-size:.8rem;font-weight:500;transition:all .4s;display:flex;overflow:hidden}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__topBar{background-color:var(--navy-dark);border-bottom:1px solid #ffffff0d}.Navbar-module__dVeNwG__topBarContainer{justify-content:space-between;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__dVeNwG__topBarLeft,.Navbar-module__dVeNwG__topBarRight{align-items:center;gap:1.5rem;display:flex}.Navbar-module__dVeNwG__topBarItem{opacity:.9;letter-spacing:.3px;color:var(--white);align-items:center;gap:.4rem;text-decoration:none;transition:color .3s,opacity .3s;display:flex}a.Navbar-module__dVeNwG__topBarItem:hover{color:var(--gold);opacity:1}@media (max-width:768px){.Navbar-module__dVeNwG__topBar{display:none}}.Navbar-module__dVeNwG__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1240px;height:90px;margin:0 auto;padding:0 2rem;transition:height .4s;display:flex}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navContainer{height:75px}.Navbar-module__dVeNwG__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__dVeNwG__logoCard{background-color:var(--white);border-radius:8px;align-items:center;gap:.65rem;max-height:58px;padding:5px 12px;display:flex;box-shadow:0 2px 6px #00000026}.Navbar-module__dVeNwG__logoImg{flex-shrink:0;width:40px;height:40px}.Navbar-module__dVeNwG__logoTextContainer{text-align:left;flex-direction:column;line-height:1.1;display:flex}.Navbar-module__dVeNwG__logoTextTitle{font-family:var(--font-heading);color:#0066b2;letter-spacing:.5px;font-size:1.35rem;font-weight:900}.Navbar-module__dVeNwG__logoTextSub{color:#0066b2;letter-spacing:.8px;white-space:nowrap;font-size:.65rem;font-weight:800}@media (max-width:768px){.Navbar-module__dVeNwG__navContainer{height:70px}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navContainer{height:65px}.Navbar-module__dVeNwG__logoCard{gap:.4rem;max-height:48px;padding:4px 8px}.Navbar-module__dVeNwG__logoImg{width:32px;height:32px}.Navbar-module__dVeNwG__logoTextTitle{font-size:1.1rem}.Navbar-module__dVeNwG__logoTextSub{letter-spacing:.4px;font-size:.55rem}.Navbar-module__dVeNwG__mobileMenu{height:calc(100vh - 70px);top:70px}}.Navbar-module__dVeNwG__desktopMenu{flex:1;justify-content:center;align-items:center;gap:1.5rem;margin:0 1rem;display:none}@media (min-width:1080px){.Navbar-module__dVeNwG__desktopMenu{display:flex}}.Navbar-module__dVeNwG__navLink{color:var(--white);white-space:nowrap;padding:.5rem 0;font-size:.92rem;font-weight:600;transition:color .3s;position:relative}.Navbar-module__dVeNwG__navLink:after{content:"";background-color:var(--gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__dVeNwG__navLink:hover{color:var(--gold)}.Navbar-module__dVeNwG__navLink:hover:after{width:100%}.Navbar-module__dVeNwG__activeNavLink{font-weight:700;color:var(--gold)!important}.Navbar-module__dVeNwG__activeNavLink:after{width:100%!important}.Navbar-module__dVeNwG__activeMobileNavLink{font-weight:700;color:var(--gold)!important;border-bottom-color:var(--gold)!important}.Navbar-module__dVeNwG__navButtons{align-items:center;gap:1rem;display:none}@media (min-width:1080px){.Navbar-module__dVeNwG__navButtons{display:flex}}.Navbar-module__dVeNwG__callBtn{border-radius:var(--border-radius);color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff4d;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__dVeNwG__callBtn:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.Navbar-module__dVeNwG__mobileMenuBtn{color:var(--white);background:0 0;border:none;padding:.5rem;display:block}@media (min-width:1080px){.Navbar-module__dVeNwG__mobileMenuBtn{display:none}}.Navbar-module__dVeNwG__mobileMenu{background-color:var(--navy-dark);width:100%;height:calc(100vh - 80px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__dVeNwG__mobileMenuOpen{transform:translate(0)}.Navbar-module__dVeNwG__mobileMenuInner{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.Navbar-module__dVeNwG__mobileNavLink{color:var(--white);border-bottom:1px solid #ffffff1a;padding-bottom:.85rem;font-size:1.15rem;font-weight:600;text-decoration:none}.Navbar-module__dVeNwG__mobileBtnGroup{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.Navbar-module__dVeNwG__mobileCallBtn{color:var(--white);border-radius:var(--border-radius);text-align:center;background-color:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:700;text-decoration:none;display:flex}
