:root {
  --ink: #10182f;
  --text: #20283a;
  --muted: #687083;
  --line: #e3e8f1;
  --faint: #f6f8fc;
  --blue: #2457ff;
  --teal: #12aebf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--faint); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.legal-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 72px; padding: 12px clamp(18px, 5vw, 64px); background: #fff; border-bottom: 1px solid var(--line); }
.legal-header img { display: block; width: 146px; height: auto; }
.legal-header a:last-child { color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.legal-page { width: min(860px, calc(100% - 32px)); margin: 52px auto 80px; padding: clamp(24px, 5vw, 58px); background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; }
h1 { margin: 0 0 8px; color: var(--ink); font-size: clamp(34px, 6vw, 56px); line-height: 1.05; }
h2 { margin: 34px 0 8px; color: var(--ink); font-size: 21px; }
p { margin: 0 0 15px; }
.effective { color: var(--muted); }
ul { margin: 10px 0 18px; padding-left: 22px; }
li + li { margin-top: 6px; }
.notice { margin: 24px 0; padding: 16px; background: #eef3ff; border-left: 3px solid var(--blue); }
.legal-contact { display: inline-flex; margin-top: 4px; color: var(--blue); font-weight: 750; }
.legal-footer { padding: 24px 16px; color: rgba(255,255,255,.55); background: var(--ink); text-align: center; font-size: 13px; }
@media (max-width: 620px) { .legal-header img { width: 120px; } .legal-page { margin-top: 24px; } }
