@import url("/assets/brand-tokens.css");
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--mist); }
.legal-header { padding: 18px max(24px, calc((100vw - 880px) / 2)); color: white; background: var(--navy-deep); border-bottom: 3px solid var(--teal); }
.legal-header a { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 21px; font-weight: 650; letter-spacing: -.02em; text-decoration: none; }
.legal-header img { width: 32px; height: 32px; }
.legal-document { width: min(880px, calc(100% - 36px)); margin: 40px auto; padding: clamp(32px, 5vw, 60px); background: white; border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.eyebrow { margin: 0 0 12px; color: var(--teal-dark); font-size: 12px; font-weight: 600; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; }
h1 { margin: 0 0 14px; color: var(--navy); font-size: clamp(38px, 6vw, 52px); font-weight: 600; line-height: 1.05; letter-spacing: -.02em; }
h2 { margin: 38px 0 12px; color: var(--navy); font-size: 22px; font-weight: 600; line-height: 1.3; letter-spacing: -.01em; }
p, li { color: #334155; font-size: 16px; line-height: 1.7; }
.effective { margin: 0; color: var(--muted); font-size: 13px; }
.notice { margin: 28px 0; padding: 20px 22px; color: #263b55; background: var(--teal-soft); border-left: 3px solid var(--teal-dark); border-radius: 0 var(--radius-control) var(--radius-control) 0; }
ul { padding-left: 23px; }
a { color: var(--navy); text-decoration-color: var(--teal); text-underline-offset: 3px; }
.legal-footer { padding: 0 18px 36px; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: center; }
.legal-footer a { margin-left: 8px; }
@media (max-width: 560px) { .legal-document { margin: 18px auto; padding: 30px 24px; border-radius: 20px; } .legal-header { padding: 16px 18px; } }
