.navbar{position:fixed;top:0;width:100%;background-color:white;display:flex;justify-content:space-between;align-items:center;padding:10px 32px;box-shadow:0 4px 10px rgba(0,0,0,0.1);z-index:1000}.logo{height:70px}.navbar-right{list-style:none;display:flex;align-items:center;gap:28px}.navbar-right li{position:relative}.navbar-right a{text-decoration:none;font-family:'BuenosAires';font-weight:700;font-size:14px;color:#424242;line-height:100%;letter-spacing:0;font-style:bold}.navbar-right a.active{background:#59898E33;color:#287781 !important;border-radius:6px;padding:12px 18px}.dropdown.open .dropdown-content{display:block !important}.dropdown-content{display:none;position:absolute;top:calc(100% + 10px);left:0;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,0.15);min-width:240px;border-radius:6px;overflow:hidden;z-index:999}.dropdown-content li a{display:block;padding:12px 18px;color:#424242;transition:background-color 0.2s ease}.dropdown-content li a:hover{background-color:#59898E33;color:#287781}.contact-btn{background-color:#287781;color:white !important;padding:10px 20px;border-radius:6px;font-weight:700;transition:background 0.3s;text-decoration:none}.contact-btn:hover{background-color:#1d5e65}.mobile-menu-btn{display:none;background:none;border:none;font-size:28px;cursor:pointer}@media (max-width: 768px){.navbar{flex-direction:row;padding:16px 24px}.mobile-menu-btn{display:block;cursor:pointer;color:#424242}.navbar-right{flex-direction:column;gap:40px;width:100%;margin:10px auto;display:none;background:#fff;padding:20px;box-shadow:0 4px 8px rgba(0,0,0,0.1);position:absolute;top:90px;left:0;z-index:999;max-height:calc(100vh - 120px);overflow-y:auto;-webkit-overflow-scrolling:touch}.navbar-right.active{display:flex}.dropdown-content{position:static;box-shadow:none;display:none}.dropdown.open .dropdown-content{display:block}}.footer{background-color:#092A2E;padding:60px 2% 30px;color:#ffffff;font-family:'BuenosAires'}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;max-width:1320px;margin:0 auto;height:auto}.footer-logo{width:120px;margin-bottom:20px}.footer-col{flex:1;min-width:200px;max-width:250px;display:flex;flex-direction:column;gap:25px}.footer-about{flex:2.5;max-width:none;min-width:300px;display:flex;flex-direction:column;gap:31px}.footer-about p{font-size:16px;font-weight:200;line-height:100%;margin-bottom:20px;color:#ffffff}.footer-col h4{font-size:20px;font-weight:500;margin-bottom:5px;color:#ffffff}.footer-col ul{list-style:none;padding:0}.footer-col ul li{font-size:16px;font-weight:200;margin-bottom:22px;color:#ffffff}.footer-col p{font-size:16px;font-weight:200;line-height:100%;margin-bottom:10px;color:#ffffff}.footer-col.contact-col{min-width:300px;max-width:350px}.footer-col:not(.footer-about){margin-left:-5px}.footer-socials{display:flex;gap:16px}.footer-socials img{width:48px;height:48px}.footer-line{border:none;border-top:1px solid #ffffff44;margin:40px auto 20px;width:100%;max-width:1300px}.footer-bottom{text-align:center;font-size:16px;font-weight:200;color:#ffffff}.footer-right-columns{display:flex;gap:40px;margin-left:30px}@media (max-width: 768px){.footer-container{flex-direction:column}.footer-right-columns{flex-direction:column;margin-left:0}.footer-col{width:100%;max-width:none}}.footer-col ul li a{color:#ffffff;text-decoration:none;font-size:16px;font-weight:200;font-family:'BuenosAires';line-height:100%;transition:color 0.3s ease}.footer-col ul li a:hover{color:#4ED0E1}
