.navbar{color:#fff;z-index:1000;background:#1e3a8a;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:auto;padding:16px 20px;display:flex}.logo{font-size:18px;font-weight:700}.desktop-menu{gap:30px;display:flex}.desktop-menu a{color:#fff;font-weight:500;text-decoration:none;transition:all .3s}.desktop-menu a:hover{opacity:.8}.burger{cursor:pointer;flex-direction:column;gap:5px;display:none}.burger span{background:#fff;width:26px;height:3px;transition:all .3s}.burger.active span:first-child{transform:rotate(45deg)translateY(8px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg)translateY(-8px)}.mobile-dropdown{text-align:center;background:#1e40af;flex-direction:column;width:100%;max-height:0;transition:max-height .4s;display:flex;position:absolute;top:100%;left:0;overflow:hidden}.mobile-dropdown a{color:#fff;border-top:1px solid #ffffff1a;padding:15px;text-decoration:none}.mobile-dropdown a:hover{background:#ffffff1a}.mobile-dropdown.open{max-height:300px}@media (max-width:768px){.desktop-menu{display:none}.burger{display:flex}}
