.brand-mark { display: block; width: 40px; height: 40px; flex: 0 0 40px; object-fit: contain; border-radius: 8px; }
.legal-footer .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 950; letter-spacing: -0.6px; }
.legal-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 24px max(24px, calc((100vw - 1184px) / 2)); border-top: 2px solid #111827; background: #fff; color: #111827; font-size: 13px; font-weight: 700; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.legal-footer a { color: inherit; }
.legal-footer nav a { text-transform: none; letter-spacing: normal; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { font-size: 13px; line-height: 1.6; color: #414b5c; }
.legal-notice a { color: inherit; text-decoration: underline; }
.legal-footer a:focus-visible, .legal-notice a:focus-visible { outline: 3px solid #2563eb; outline-offset: 4px; }
