/* Footer styles */
.site-footer{background:#1a1a2e;color:rgba(255,255,255,.6);margin-top:60px;padding:40px 20px 30px}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-bottom:20px}
.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-divider{border-top:1px solid rgba(255,255,255,.1);margin:20px 0}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:8px}
@media(max-width:768px){.footer-links{gap:16px}.footer-bottom{flex-direction:column;text-align:center}}
