footer{background-color:var(--footer-bg);padding:3rem 2rem 1.5rem;margin-top:auto}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem}.footer-column{display:flex;flex-direction:column}.footer-column h3{color:var(--highlight);margin-bottom:1.2rem;font-size:1.2rem;position:relative;padding-bottom:0.5rem}.footer-column h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--highlight)}.footer-column a{color:var(--text-secondary);text-decoration:none;margin-bottom:0.8rem;transition:var(--transition)}.footer-column a:hover{color:var(--highlight);padding-left:5px}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);max-width:1200px;margin:0 auto}.footer-bottom p{color:var(--text-secondary);font-size:0.9rem;margin-bottom:0.5rem}.copyright{font-size:0.85rem;color:#777;margin-top:1rem}@media screen and (max-width:900px){.footer-top{grid-template-columns:1fr;text-align:center}.footer-column h3::after{left:50%;transform:translateX(-50%)}}.no-scroll{overflow:hidden}