.footer{background-color:var(--primary-dark);color:white;padding:4rem 0 2rem}.footer-brand,.footer-logo{margin-bottom:1rem}.footer-logo{display:flex;align-items:center}.footer-logo img{filter:brightness(1.1) contrast(1.1)}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--accent-blue)}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links li a{color:rgba(255,255,255,.8);transition:color .3s ease}.footer-links li a:hover{color:var(--accent-blue)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.9rem;color:rgba(255,255,255,.6)}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem}