:root {
  --ink: #111a31;
  --blue: #3159e8;
  --coral: #f47758;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --muted: #606a7c;
  --line: rgba(17, 26, 49, .16);
}

* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.legal-header { min-height: 78px; padding: 0 max(24px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: var(--white); }
.legal-header img { display: block; width: 138px; height: auto; filter: invert(1); }
.back-link { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.legal-shell { width: min(960px, calc(100vw - 48px)); margin: 0 auto; padding: 88px 0 110px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font: 800 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; text-transform: uppercase; }
h1 { max-width: 930px; margin: 0; font-size: clamp(40px, 7vw, 78px); line-height: .96; letter-spacing: -.055em; }
.lead { max-width: 800px; margin: 34px 0 14px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.revision { margin: 0 0 70px; color: #828a99; font-size: 11px; }
section { padding: 34px 0; border-top: 1px solid var(--line); }
section h2 { margin: 0 0 18px; font-size: 23px; letter-spacing: -.025em; }
section p, section li { max-width: 850px; color: #515b6d; font-size: 15px; line-height: 1.72; }
section p { margin: 0 0 13px; }
section p:last-child { margin-bottom: 0; }
section ul { margin: 0; padding-left: 20px; }
section li + li { margin-top: 7px; }
section a { color: #244bc9; text-decoration-thickness: 1px; text-underline-offset: 3px; }
code { padding: 2px 5px; background: #e5e2da; color: var(--ink); font-size: .9em; }
.legal-footer { padding: 25px max(24px, calc((100vw - 1120px) / 2)); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; background: var(--ink); color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-footer a, .legal-footer button { color: var(--coral); text-decoration: none; }
.legal-footer .cookie-settings { min-height: 0; padding: 0; border: 0; background: transparent; font: inherit; letter-spacing: inherit; }

@media (max-width: 620px) {
  .legal-header { min-height: 68px; padding: 0 16px; }
  .legal-header img { width: 112px; }
  .legal-shell { width: calc(100vw - 32px); padding: 62px 0 80px; }
  h1 { font-size: clamp(38px, 12vw, 56px); }
  .lead { margin-top: 26px; font-size: 15px; }
  .revision { margin-bottom: 50px; }
  section { padding: 28px 0; }
  section p, section li { font-size: 14px; }
  .legal-footer { padding: 22px 16px; }
}
