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

:root { color-scheme: dark; --deep: #020712; --white: #f7f4ee; --muted: #b8bfcc; --gold: #d6a53b; --line: rgba(255,255,255,.14); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 85% 5%, rgba(28,55,95,.48), transparent 34rem), var(--deep); color: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.75; }
a { color: inherit; }
.legal-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.25rem,5vw,5rem); border-bottom: 1px solid var(--line); background: rgba(2,7,18,.86); backdrop-filter: blur(14px); }
.legal-brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; letter-spacing: .08em; font-family: "Oswald", sans-serif; font-weight: 600; }
.legal-brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 4px; }
.back-link { color: var(--gold); text-decoration: none; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.back-link:hover, .back-link:focus-visible { text-decoration: underline; text-underline-offset: .35rem; }
.legal-shell { width: min(860px,calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(4rem,10vw,8rem) 0; }
.legal-kicker { color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "Oswald", sans-serif; line-height: 1.05; text-transform: uppercase; }
h1 { margin: .7rem 0 1.5rem; font-size: clamp(3.5rem,10vw,7rem); letter-spacing: -.035em; }
.intro { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem,2vw,1.25rem); }
.effective { margin: 2rem 0 4rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-section { padding: 1.35rem 0; }
.legal-section h2 { margin: 0 0 .85rem; font-size: clamp(1.45rem,3vw,2rem); }
.legal-section p, .legal-section li { color: var(--muted); }
.legal-section ul { padding-left: 1.25rem; }
.legal-section strong { color: var(--white); }
.legal-section a { color: var(--gold); text-underline-offset: .2rem; }
.legal-note { margin-top: 3rem; padding: 1.35rem 1.5rem; border: 1px solid rgba(214,165,59,.36); background: rgba(214,165,59,.06); color: var(--muted); }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.25rem,5vw,5rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; letter-spacing: .06em; }
.legal-footer nav { display: flex; gap: 1.4rem; }
.legal-footer a { text-decoration: none; }
.legal-footer a:hover, .legal-footer a:focus-visible { color: var(--gold); }
@media (max-width: 580px) { .legal-header { align-items: flex-start; flex-direction: column; gap: .7rem; } .legal-brand img { width: 36px; height: 36px; } .legal-footer { flex-direction: column; } }
