.footer{background:#5a8a94;color:#fff;padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-links a{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:.95rem;transition:opacity .3s ease}.footer-links a:hover{opacity:.7}.social-links{gap:1rem}.social-icon,.social-links{display:flex;justify-content:center}.social-icon{align-items:center;width:45px;height:45px;background:hsla(0,0%,100%,.2);border-radius:50%;font-size:1.2rem;transition:background .3s ease}.social-links a:hover .social-icon{background:hsla(0,0%,100%,.3)}.footer-legal{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.2)}.footer-legal a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.9rem;transition:opacity .3s ease}.footer-legal a:hover{opacity:.7}.copyright{text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.7);margin-top:1rem}@media (max-width:768px){.footer-legal,.footer-links{flex-direction:column;align-items:center;gap:1rem}}