@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");.footer{background-color:#001b3f;color:#fff;font-family:Inter,sans-serif;font-size:16px;padding:40px 20px}.footer-top{border-bottom:1px solid #3b4a63;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding-bottom:30px}.footer-brand{max-width:250px}.footer-logo{margin-bottom:10px;max-width:150px}.footer-nav ul{list-style:none;padding:0}.footer-nav li{margin-bottom:10px}.footer-nav a{color:#fff;font-weight:600;text-decoration:none}.footer-nav a:hover{color:#b0c4ff;text-decoration:underline}.footer-social p{font-weight:600;margin-bottom:10px}.social-icons{display:flex;gap:12px;list-style:none;margin:0;padding:0}.social-icons img{filter:brightness(0) invert(1);height:24px;transition:transform .2s ease;width:24px}.social-icons img:hover{transform:scale(1.1)}.footer-bottom{display:flex;flex-wrap:wrap;font-size:14px;font-weight:600;gap:30px;justify-content:space-between;margin-top:30px}.footer-bottom a{color:#fff;text-decoration:underline}.footer-bottom-left,.footer-bottom-right{flex:1 1 300px}.footer-bottom-right{text-align:right}.footer-phone{line-height:1.5;margin-top:8px}