.legal-page{padding-top:7rem;padding-bottom:5rem;min-height:100vh;position:relative;z-index:1}.legal-header{text-align:center;margin-bottom:3rem}.legal-header .page-back{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:.4rem .875rem;border-radius:var(--radius-full);background:var(--surface-2);border:1px solid var(--border-surface);margin-bottom:1.5rem;transition:color var(--ease),border-color var(--ease),background var(--ease)}.legal-header .page-back:hover{color:var(--gold);border-color:var(--border);background:var(--gold-soft)}.legal-header .page-back svg{width:14px;height:14px;flex-shrink:0}.legal-title{font-family:var(--font-display);font-size:clamp(2.5rem, 7vw, 4.5rem);color:var(--text);letter-spacing:.02em;line-height:1;margin-bottom:.75rem}.legal-title span{color:var(--gold)}.legal-date{font-family:var(--font-heading);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.legal-content{max-width:760px;margin-inline:auto;background:var(--surface-2);border:1px solid var(--border-surface);border-radius:var(--radius-xl);padding:2.5rem 2rem}.legal-content section+section{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--border-surface)}.legal-section-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--gold);display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.legal-section-title::before{content:"";width:4px;height:20px;background:var(--gold);border-radius:var(--radius-full);flex-shrink:0}.legal-text{font-size:.9375rem;color:var(--text-muted);line-height:1.75}.legal-text+.legal-text{margin-top:.875rem}.legal-text a{color:var(--gold);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color var(--ease)}.legal-text a:hover{text-decoration-color:var(--gold)}@media (min-width:640px){.legal-content{padding:3rem 3rem}}