.footer{border-top:1px solid var(--border-subtle);padding:40px 24px;background:var(--bg-primary)}.footer-inner{max-width:1200px;margin:0 auto;flex-direction:column;gap:20px;text-align:center}.footer-brand,.footer-inner{display:flex;align-items:center}.footer-brand{gap:10px;font-weight:700;font-size:1rem;color:var(--text-primary)}.footer-links{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-copy{font-size:.8rem;color:var(--text-muted)}