.public-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-size: 1rem; line-height: 1.6; }
.public-links a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
.public-links a:hover { text-decoration-thickness: 2px; }
.public-links a:focus-visible, .legal-page a:focus-visible { outline: 3px solid #60a5fa; outline-offset: 5px; }
footer .public-links { color: #f3f4fe; }
.legal-page { margin: 0; color: #1e293b; background: #fff; font: 1rem/1.75 system-ui, sans-serif; }
.legal-page * { box-sizing: border-box; }
.legal-page a { color: #2548b0; overflow-wrap: anywhere; }
.legal-header { background: #07111f; color: #fff; }
.legal-header > div { max-width: 72rem; margin: auto; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.legal-header a { color: #fff; }
.legal-brand { display: flex; align-items: center; gap: 1rem; font-weight: 700; text-decoration: none; }
.legal-brand img { width: 184px; height: auto; filter: brightness(0) invert(1); }
.legal-content { max-width: 52rem; margin: auto; padding: 3rem 1.5rem 4rem; }
.legal-content h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.2; margin: 1rem 0; color: #111827; }
.legal-content h2 { font-size: 1.35rem; line-height: 1.4; margin: 2.25rem 0 .75rem; color: #111827; }
.legal-content li { margin-bottom: .65rem; }
.legal-content address { font-style: normal; }
.legal-footer { padding: 2rem 1.5rem; background: #111827; color: #fff; }
.legal-footer > div { max-width: 72rem; margin: auto; }
.legal-footer a { color: #fff; }
