footer{background:#2c3e50;color:white;padding:4rem 0 2rem}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}
.footer-section h4{color:white;margin-bottom:1.5rem;font-size:1.2rem}
.footer-section ul{list-style:none}
.footer-section li{margin-bottom:.8rem}
.footer-section a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color .3s}
.footer-section a:hover{color:white}
.social-icons{display:flex;gap:1rem;margin-top:1rem}
.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:50%;transition:background .3s}
.social-icons a:hover{background:var(--primary-orange)}
.copyright{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}
.footer-section p,.copyright p{margin-bottom:1.5rem;color:var(--light-text)}