:root { --ink: #202534; --muted: #626d82; --line: #dfe4ee; --blue: #4b8cff; --bg: #f6f7fb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); }
a { color: inherit; }
.legal-topbar { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 28px; border-bottom: 1px solid var(--line); background: #fff; }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.legal-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; background: #4b8cff; color: #fff; }
.legal-actions { display: flex; align-items: center; gap: 12px; }
.legal-actions a { text-decoration: none; font-weight: 700; color: #43506a; }
.language-select { min-height: 40px; padding: 0 34px 0 12px; border: 1px solid #d6deeb; border-radius: 6px; background: #fff; color: #24324d; font-weight: 700; }
.legal-main { width: min(920px, calc(100% - 36px)); margin: 44px auto 0; }
.legal-hero { margin-bottom: 24px; }
.legal-hero h1 { margin: 0 0 10px; font-size: 46px; letter-spacing: 0; }
.legal-hero p { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-meta { margin-top: 13px; color: #7a8496; font-size: 13px; }
.legal-content { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.legal-section + .legal-section { margin-top: 30px; padding-top: 26px; border-top: 1px solid #e6eaf1; }
.legal-section h2 { margin: 0 0 10px; font-size: 21px; letter-spacing: 0; }
.legal-section p { margin: 8px 0 0; color: var(--muted); line-height: 1.8; }
.legal-resources { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.legal-resources a, .email-button { display: inline-flex; min-height: 42px; align-items: center; padding: 0 16px; border-radius: 6px; background: var(--blue); color: #fff; font-weight: 750; text-decoration: none; }
@media (max-width: 680px) { .legal-topbar { padding: 10px 14px; flex-wrap: wrap; } .legal-actions { width: 100%; justify-content: space-between; } .legal-content { padding: 21px; } .legal-hero h1 { font-size: 34px; } }
