@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap";
*{box-sizing:border-box;font-variation-settings:"wdth" 100;margin:0;padding:0;font-family:Merriweather,serif;font-style:normal;font-weight:400}
.Navbar-module__dVeNwG__navbarContainer{z-index:9999;background-color:#0000;width:100%;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(12px);background-color:#000000eb;box-shadow:0 4px 24px #00000080}.Navbar-module__dVeNwG__navbarContent{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;min-height:80px;padding:0 50px;display:flex;position:relative}.Navbar-module__dVeNwG__navbarLogo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__dVeNwG__logo{object-fit:contain;width:80px;height:80px;display:block}.Navbar-module__dVeNwG__desktopNav{flex:1;justify-content:center;align-items:center;gap:36px;margin:0;padding:0;list-style:none;display:none}.Navbar-module__dVeNwG__desktopNav li a{color:#fff;letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap;padding:6px 4px;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__dVeNwG__desktopNav li a:after{content:"";background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__dVeNwG__desktopNav li a:hover:after{width:100%}.Navbar-module__dVeNwG__navbarRight{flex-shrink:0;align-items:center;gap:16px;display:flex}.Navbar-module__dVeNwG__iconBtn{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;text-decoration:none;transition:background .3s,transform .2s;display:flex}.Navbar-module__dVeNwG__iconBtn:hover{background:#fff3;transform:translateY(-2px)}.Navbar-module__dVeNwG__contactBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:10px;padding:10px 20px;font-size:13px;font-weight:700;transition:opacity .3s,transform .2s;display:none}.Navbar-module__dVeNwG__contactBtn:hover{opacity:.85;transform:translateY(-1px)}.Navbar-module__dVeNwG__phoneIcon{background:#ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.Navbar-module__dVeNwG__phoneText{display:none}.Navbar-module__dVeNwG__hamburger{cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:flex}.Navbar-module__dVeNwG__hamburgerLine{transform-origin:50%;background:#fff;border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.Navbar-module__dVeNwG__line1Open{transform:translateY(7px)rotate(45deg)}.Navbar-module__dVeNwG__line2Open{opacity:0;transform:scaleX(0)}.Navbar-module__dVeNwG__line3Open{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__dVeNwG__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:9998;opacity:0;visibility:hidden;background:#0a0a14f7;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;max-height:0;transition:max-height .4s,opacity .3s,visibility .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Navbar-module__dVeNwG__mobileMenuOpen{opacity:1;visibility:visible;max-height:600px}.Navbar-module__dVeNwG__mobileNavList{margin:0;padding:12px 0 20px;list-style:none}.Navbar-module__dVeNwG__mobileNavList li a{color:#e2e8f0;letter-spacing:.8px;text-transform:uppercase;border-bottom:1px solid #ffffff0f;padding:14px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:block}.Navbar-module__dVeNwG__mobileNavList li a:hover{color:#fff;background:#ffffff0f}.Navbar-module__dVeNwG__mobileWhatsapp button{color:#fff;cursor:pointer;text-align:center;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:calc(100% - 60px);margin:16px 30px 0;padding:12px 20px;font-size:14px;font-weight:700;transition:opacity .3s;display:block}.Navbar-module__dVeNwG__mobileWhatsapp button:hover{opacity:.85}@media (min-width:1200px){.Navbar-module__dVeNwG__desktopNav{display:flex}.Navbar-module__dVeNwG__hamburger{display:none}.Navbar-module__dVeNwG__mobileMenu{display:none!important}.Navbar-module__dVeNwG__contactBtn{display:flex}.Navbar-module__dVeNwG__phoneText{display:inline}}@media (min-width:992px) and (max-width:1199px){.Navbar-module__dVeNwG__contactBtn{display:flex}.Navbar-module__dVeNwG__phoneText{display:none}}@media (max-width:991px){.Navbar-module__dVeNwG__navbarContent{padding:0 30px}.Navbar-module__dVeNwG__logo{width:70px;height:70px}}@media (max-width:767px){.Navbar-module__dVeNwG__navbarContent{min-height:68px;padding:0 20px}.Navbar-module__dVeNwG__logo{width:60px;height:60px}.Navbar-module__dVeNwG__navbarRight{gap:10px}.Navbar-module__dVeNwG__iconBtn{border-radius:8px;width:40px;height:40px;font-size:20px}.Navbar-module__dVeNwG__hamburger{border-radius:8px;width:40px;height:40px}}@media (max-width:399px){.Navbar-module__dVeNwG__navbarContent{min-height:62px;padding:0 14px}.Navbar-module__dVeNwG__logo{width:52px;height:52px}.Navbar-module__dVeNwG__iconBtn{width:36px;height:36px;font-size:18px}.Navbar-module__dVeNwG__hamburger{width:36px;height:36px}.Navbar-module__dVeNwG__hamburgerLine{width:16px}}
.Footer-module__rnk_JG__footer{color:#fff;background:linear-gradient(135deg,#0a0a1a 0%,#131322 30%,#1a1a2e 70%,#0b1120 100%);border-top:2px solid #ffffff20;width:100%;padding:60px 0 30px;position:relative}.Footer-module__rnk_JG__footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#ff8c001a 0%,#0000 50%),radial-gradient(circle at 70% 80%,#8a2be21a 0%,#0000 50%);position:absolute;inset:0}.Footer-module__rnk_JG__footerSection{z-index:1;padding:20px;position:relative}.Footer-module__rnk_JG__logo{margin-bottom:0}.Footer-module__rnk_JG__logoContainer{margin-bottom:10px}.Footer-module__rnk_JG__logoContainer img{width:150px;max-width:100%;height:auto}.Footer-module__rnk_JG__logo p{letter-spacing:1px;color:#b0b0b0;margin:0;font-size:18px}.Footer-module__rnk_JG__footerTitle{color:#fff;margin-bottom:25px;font-size:20px;font-weight:600;position:relative}.Footer-module__rnk_JG__footerTitle:after{content:"";background:linear-gradient(90deg,#ff8c00,#8a2be2);width:60px;height:2px;position:absolute;bottom:-8px;left:0}.Footer-module__rnk_JG__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__rnk_JG__footerLinks li{margin-bottom:10px}.Footer-module__rnk_JG__footerLink{color:#b0b0b0;padding:2px 0;font-size:16px;text-decoration:none;transition:all .3s;display:block}.Footer-module__rnk_JG__footerLink:hover{color:#ff8c00;padding-left:5px}.Footer-module__rnk_JG__socialIcons{gap:12px;margin-top:20px;display:flex}.Footer-module__rnk_JG__socialIcon{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialIcon:hover{color:#0a0a1a;background:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #fff3}.Footer-module__rnk_JG__footerBottom{z-index:1;border-top:1px solid #ffffff1a;margin-top:40px;padding-top:20px;position:relative}.Footer-module__rnk_JG__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.Footer-module__rnk_JG__footerBottomLink{color:#888;font-size:14px;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__footerBottomLink:hover{color:#ff8c00}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:40px 0 20px}.Footer-module__rnk_JG__footerSection{margin-bottom:10px;padding:15px}.Footer-module__rnk_JG__footerBottomContent{text-align:center;flex-direction:column}}@media (max-width:576px){.Footer-module__rnk_JG__footer{padding:30px 0 15px}.Footer-module__rnk_JG__footerSection{padding:10px}}
