.footer{background:var(--bg-subtle);border-top:1px solid var(--border);padding:2.8rem 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-logo img{height:30px;width:auto;opacity:0.7;transition:opacity var(--transition)}.footer-logo img:hover{opacity:1}.footer-copy{font-size:0.75rem;color:var(--text-subtle);text-align:center;line-height:1.9}.footer-legal-links{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.7rem;color:var(--text-subtle)}.footer-legal-links a{color:var(--text-subtle);transition:color var(--transition)}.footer-legal-links a:hover{color:var(--accent-2)}.footer-links{display:flex;gap:0.7rem}.footer-links a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;color:var(--text-subtle);font-size:0.82rem;transition:var(--transition)}.footer-links a:hover{border-color:var(--accent);color:var(--accent-2);background:var(--accent-dim)}