@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0A0A0A; --bg-2: #111111; --rule: rgba(255,255,255,0.08);
  --white: #fff; --off: rgba(255,255,255,0.6); --muted: rgba(255,255,255,0.32);
  --accent: #E2612E; --accent-l: #F0853F; --font: 'Sora', -apple-system, sans-serif;
}
body { background: var(--bg); color: var(--white); font-family: var(--font); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--accent-l); text-decoration: none; }
a:hover { text-decoration: underline; }

.legal-nav { position: sticky; top: 0; z-index: 10; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--rule); }
.legal-nav .brand { display: flex; align-items: center; }
.legal-nav .brand img { height: 20px; width: auto; display: block; }
.legal-nav .home { font-size: 13px; color: var(--off); }
.legal-nav .home:hover { color: var(--white); text-decoration: none; }

.legal-wrap { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.legal-wrap h1 { font-size: 28px; font-weight: 600; letter-spacing: -0.03em; margin-bottom: 28px; }
.legal-wrap h2 { font-size: 16px; font-weight: 600; color: var(--white); margin: 28px 0 10px; }
.legal-wrap p { color: var(--off); font-weight: 300; margin-bottom: 12px; }
.legal-wrap ul { color: var(--off); font-weight: 300; padding-left: 20px; margin-bottom: 12px; }
.legal-wrap li { margin-bottom: 6px; }
.legal-wrap .updated { margin-top: 40px; font-size: 12px; color: var(--muted); }

.legal-other { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--rule); }
.legal-other h4 { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.legal-other a { display: inline-block; font-size: 13px; color: var(--off); margin: 0 16px 8px 0; }
.legal-other a:hover { color: var(--white); text-decoration: none; }
