/* V13.9 — production hardening + legal navigation */
.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin:18px auto 8px;padding-top:16px;border-top:1px solid rgba(15,35,58,.10);font-size:.88rem}
.footer-legal-links a,.footer-legal-links button{color:inherit;opacity:.74;text-decoration:none;transition:opacity .2s ease,color .2s ease}.footer-legal-links button{font:inherit;border:0;padding:0;background:transparent;cursor:pointer}
.footer-legal-links a:hover,.footer-legal-links a:focus-visible,.footer-legal-links button:hover,.footer-legal-links button:focus-visible{opacity:1;color:var(--accent,#087ea4);text-decoration:underline;text-underline-offset:3px}
.legal-page .standard-copy{max-width:920px}
.legal-page .standard-copy h2{margin-top:2rem}
.legal-page .standard-copy ul{padding-inline-start:1.25rem}
@media(max-width:720px){.footer-legal-links{justify-content:flex-start;gap:10px 14px}}
