:root{--primary-red:#d32f2f;--dark-red:#b71c1c;--primary-blue:#1976d2;--dark-blue:#0d47a1;--light-bg:#f8f9fa;--text-main:#333;--text-light:#fff;--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 4px 12px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--light-bg);color:var(--text-main);scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-up{opacity:0;animation:.8s ease-out forwards fadeUp}.bounce-float{animation:3s ease-in-out infinite bounceFloat}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-red{background-color:var(--primary-red);color:var(--text-light)}.btn-red:hover{background-color:var(--dark-red);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-blue{background-color:var(--primary-blue);color:var(--text-light)}.btn-blue:hover{background-color:var(--dark-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.section-title{text-align:center;color:var(--primary-blue);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.section-title span{color:var(--primary-red)}@media (max-width:768px){.section-title{margin-bottom:2rem;font-size:2rem}}
.Navbar-module__pSp8Ga__navbar{z-index:1000;background-color:#0000;width:100%;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__pSp8Ga__navbar.Navbar-module__pSp8Ga__scrolled{background-color:var(--light-bg);box-shadow:var(--shadow-sm);padding:15px 0}.Navbar-module__pSp8Ga__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__pSp8Ga__logo{color:var(--primary-blue);font-size:1.8rem;font-weight:800;text-decoration:none}.Navbar-module__pSp8Ga__logoRed{color:var(--primary-red)}.Navbar-module__pSp8Ga__navLinks{align-items:center;gap:25px;display:flex}.Navbar-module__pSp8Ga__navLinks a,.Navbar-module__pSp8Ga__dropbtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:10px 0;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__pSp8Ga__navLinks a:hover,.Navbar-module__pSp8Ga__dropbtn:hover{color:var(--primary-red)}.Navbar-module__pSp8Ga__dropdown{display:inline-block;position:relative}.Navbar-module__pSp8Ga__dropdownContent{min-width:220px;box-shadow:var(--shadow-md);z-index:1;background-color:#fff;border-radius:8px;display:none;position:absolute;top:100%;overflow:hidden}.Navbar-module__pSp8Ga__dropdownContent a{color:var(--text-main);padding:12px 16px;font-size:.95rem;text-decoration:none;display:block}.Navbar-module__pSp8Ga__dropdownContent a:hover{color:var(--primary-red);background-color:#d32f2f0d}.Navbar-module__pSp8Ga__dropdown:hover .Navbar-module__pSp8Ga__dropdownContent{animation:.3s ease-out Navbar-module__pSp8Ga__fadeUp;display:block}.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__logo,.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__navLinks a,.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__dropbtn{color:#fff;text-shadow:0 2px 5px #00000080}.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__navLinks a:hover,.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__dropbtn:hover{color:#fca5a5}.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__dropdownContent{box-shadow:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0000}.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__dropdownContent a:hover{color:#fca5a5;background-color:#ffffff1a}.Navbar-module__pSp8Ga__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;padding:0;display:none}.Navbar-module__pSp8Ga__bar{background-color:var(--primary-blue);transform-origin:1px;border-radius:10px;width:30px;height:3px;transition:all .3s linear;position:relative}.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__hamburger .Navbar-module__pSp8Ga__bar{background-color:#fff}.Navbar-module__pSp8Ga__navbar.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__hamburger .Navbar-module__pSp8Ga__bar{background-color:var(--primary-blue)}.Navbar-module__pSp8Ga__barOpen1{transform:rotate(45deg)}.Navbar-module__pSp8Ga__barOpen2{opacity:0}.Navbar-module__pSp8Ga__barOpen3{transform:rotate(-45deg)}@media (max-width:768px){.Navbar-module__pSp8Ga__hamburger{display:flex}.Navbar-module__pSp8Ga__navLinks{background-color:var(--light-bg);flex-direction:column;align-items:flex-start;width:250px;height:100vh;padding-top:80px;padding-left:20px;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-2px 0 5px #0000001a}.Navbar-module__pSp8Ga__navLinksOpen{right:0}.Navbar-module__pSp8Ga__navLinks a,.Navbar-module__pSp8Ga__dropbtn{font-size:1.2rem;color:var(--text-main)!important;text-shadow:none!important}.Navbar-module__pSp8Ga__dropdownContent{box-shadow:none;min-width:100%;padding-left:15px;position:static;background-color:#0000!important}.Navbar-module__pSp8Ga__dropdownContent a{padding:8px 16px;color:var(--text-main)!important}.Navbar-module__pSp8Ga__transparentHome .Navbar-module__pSp8Ga__navLinks{background-color:var(--light-bg)}}
.Footer-module__nhiC3q__footer{background-color:var(--dark-blue);color:var(--text-light);margin-top:80px;padding:60px 0 20px}.Footer-module__nhiC3q__footerGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;display:grid}.Footer-module__nhiC3q__footerCol h3{margin-bottom:15px;font-size:1.8rem}.Footer-module__nhiC3q__logoRed{color:var(--primary-red)}.Footer-module__nhiC3q__footerCol h4{color:var(--primary-red);margin-bottom:20px;font-size:1.2rem;font-weight:700}.Footer-module__nhiC3q__footerCol p{color:#ddd;line-height:1.8}.Footer-module__nhiC3q__footerCol ul{padding:0;list-style:none}.Footer-module__nhiC3q__footerCol ul li{color:#ddd;margin-bottom:10px}.Footer-module__nhiC3q__footerCol ul li a{text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__footerCol ul li a:hover{color:#fff}.Footer-module__nhiC3q__footerBottom{text-align:center;color:#aaa;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.9rem}
.FloatingButtons-module__x3t_Ua__floatingContainer{z-index:1000;flex-direction:column;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.FloatingButtons-module__x3t_Ua__floatBtn{color:#fff;border-radius:50px;justify-content:center;align-items:center;padding:12px 20px;font-weight:700;text-decoration:none;transition:transform .3s;display:flex;box-shadow:0 4px 10px #0000004d}.FloatingButtons-module__x3t_Ua__floatBtn:hover{transform:scale(1.05)}.FloatingButtons-module__x3t_Ua__callBtn{background-color:var(--primary-blue)}.FloatingButtons-module__x3t_Ua__whatsappBtn{background-color:#25d366}@keyframes FloatingButtons-module__x3t_Ua__bounceInfinite{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.FloatingButtons-module__x3t_Ua__bounceBtn{animation:1.5s ease-in-out infinite FloatingButtons-module__x3t_Ua__bounceInfinite}
