:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #f4f7fb;
}

* { box-sizing: border-box; }
body { margin: 0; line-height: 1.6; }
a { color: #174ea6; }
.legal-page { width: min(860px, calc(100% - 32px)); margin: 32px auto; padding: 32px; background: #fff; border: 1px solid #dce4f0; border-radius: 14px; box-shadow: 0 14px 35px rgba(23, 32, 51, 0.08); }
.brand-link { display: inline-block; margin-bottom: 18px; font-weight: 800; }
h1 { margin: 0 0 12px; line-height: 1.15; }
h2 { margin: 30px 0 10px; line-height: 1.25; }
p { margin: 10px 0; }
.consent-example { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; padding: 18px; border: 1px solid #a9c2ee; border-radius: 10px; background: #f7faff; }
.consent-example input { width: 20px; height: 20px; margin: 3px 0 0; }
.public-header { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.header-links { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; }
.eyebrow { color: #155eef; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lead { font-size: 1.15rem; }
.primary-link { display: inline-flex; padding: 11px 18px; border-radius: 8px; background: #155eef; color: #fff; font-weight: 800; text-decoration: none; white-space: nowrap; }
.public-footer { margin-top: 32px; padding-top: 22px; border-top: 1px solid #dce4f0; }
.public-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 640px) { .legal-page { margin: 0; width: 100%; padding: 22px; border: 0; border-radius: 0; } .public-header { align-items: start; flex-direction: column; } }
