.footer{background-color:var(--surface);color:var(--text-secondary);border-top:1px solid var(--border-default);position:relative}.footer__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;padding-block:1.75rem 2.25rem;font-size:.8125rem;display:flex}.footer__logo-image{object-fit:contain;width:auto;height:20px}.footer__links{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.footer__link{color:var(--text-secondary);font-size:inherit;transition:color var(--duration-fast) var(--ease-smooth);font-weight:500;text-decoration:none}.footer__link:hover{color:var(--brand-accent);text-underline-offset:3px;text-decoration:underline}.footer__copyright{color:var(--text-secondary);font-size:inherit;flex-wrap:wrap;align-items:center;gap:.25em;display:flex}.footer__flag{vertical-align:middle;border-radius:2px;width:auto;height:1em}.footer__social{gap:.5rem;display:flex}.social-icon{border-radius:var(--radius-full);border:1px solid var(--border-default);width:32px;height:32px;color:var(--text-secondary);transition:all var(--duration-medium) var(--ease-smooth);background-color:#0000;justify-content:center;align-items:center;display:flex}.social-icon:hover{border-color:var(--brand-accent);color:var(--brand-accent)}.social-icon svg{width:16px;height:16px}
