:root { color-scheme: light; }
body { background: #f4f8f7; color: #17212b; font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: #007e76; }
a:hover { color: #006c65; }
.legal-header a { text-decoration: none; }
.legal-header a[aria-current="page"] { color: #17212b; font-weight: 700; text-decoration: underline; text-underline-offset: .3rem; }
.legal-logo { width: min(190px, 42vw); height: 58px; object-fit: contain; object-position: left center; }
.legal-article { max-width: 840px; border: 1px solid #e5e9e9; border-radius: 1rem; }
.legal-article p { line-height: 1.7; }
.legal-eyebrow { color: #008f86; letter-spacing: .08em; }
.legal-note { background: #eaf7f4; color: #285b55; }
