#footer{background-color:#031050;color:#ffffff;padding:30px 0;margin-top:auto}
#footer .footer-container{max-width:1500px;margin:0 auto;padding:0 20px}
#footer .footer-content{display:flex;justify-content:space-between;align-items:center;gap:40px}
#footer .footer-left{display:flex;align-items:center;gap:15px}
#footer .footer-brand{flex-shrink:0}
#footer .footer-brand .brand-logo{filter: brightness(0) invert(1);}
#footer .copyright{font-size:14px;color:#fff;margin:0}
#footer .footer-links-horizontal{display:flex;flex-wrap:wrap;align-items:center;gap:8px;line-height:1.5}
#footer .footer-links-horizontal a{color:#afb8dd;text-decoration:none;font-size:14px;transition:all 0.2s ease}
#footer .footer-links-horizontal a:hover{color:#ffffff;text-decoration:underline}
#footer .footer-links-horizontal .separator{color:#afb8dd;font-size:14px;margin:0 4px}
@media (max-width:1024px){
    #footer .footer-content{flex-direction:column;align-items:center;text-align:center;gap:30px}
    #footer .footer-links-horizontal{justify-content:center}
}
@media (max-width:768px){
    #footer{padding:40px 0;}
    #footer .footer-container{padding:0 15px}
    #footer .footer-content{gap:25px}
    #footer .footer-left{flex-direction:column;gap:10px}
    #footer .footer-links-horizontal{gap:6px;justify-content:center}
    #footer .footer-links-horizontal .separator{margin:0 2px}
}
@media (max-width:500px){
    #footer .footer-links-horizontal a{font-size:13px}
    #footer .footer-links-horizontal .separator{font-size:13px}
    #footer .copyright{font-size:13px}
}