:root { --ink:#f7f7fb; --muted:#a5a8b8; --muted-dark:#74788b; --background:#07080d; --line:rgba(255,255,255,.11); --blue:#36b7ff; --font-display:"Space Grotesk",sans-serif; --font-body:"DM Sans",sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: radial-gradient(circle at 15% -10%, rgba(54,183,255,.11), transparent 28rem), var(--background); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.legal-header, .legal-footer { display: flex; align-items: center; justify-content: space-between; width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.legal-header { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-header img { display: block; width: 145px; }
.legal-header > a:last-child { color: var(--muted); font-size: .8rem; text-decoration: none; }
.legal-header > a:last-child span { margin-left: 7px; color: var(--blue); }
.legal-shell { width: min(820px, calc(100% - 64px)); margin: 0 auto; padding: 92px 0 110px; }
.legal-kicker { margin-bottom: 24px; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.policy-content h1, .policy-content h2, .policy-content h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.045em; }
.policy-content h1 { margin: 0 0 18px; font-size: clamp(3rem, 7vw, 5.6rem); line-height: 1; }
.policy-content h2 { margin: 54px 0 17px; padding-top: 3px; font-size: 1.55rem; }
.policy-content h3 { margin: 30px 0 13px; font-size: 1.1rem; }
.policy-content p, .policy-content li { color: var(--muted); font-size: .94rem; line-height: 1.78; }
.policy-content p { margin: 0 0 17px; }
.policy-content > p:first-of-type { color: var(--ink); }
.policy-content ul { margin: 8px 0 23px; padding-left: 22px; }
.policy-content li { margin: 6px 0; padding-left: 4px; }
.policy-content strong { color: #d9dae2; font-weight: 600; }
.policy-content a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.policy-content hr { height: 1px; margin: 42px 0; border: 0; background: var(--line); }
.legal-footer { padding: 26px 0 34px; border-top: 1px solid var(--line); color: var(--muted-dark); font-size: .73rem; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.legal-footer a { text-decoration: none; }
.legal-footer a:hover { color: var(--ink); }
@media (max-width: 600px) { .legal-header, .legal-footer, .legal-shell { width: calc(100% - 40px); } .legal-header img { width: 125px; } .legal-shell { padding: 65px 0 80px; } .legal-footer { align-items: flex-start; flex-direction: column; gap: 18px; } }
