/* ── LEGAL HERO ── */
.legal-hero{background:#0D1F3C;width:100%;padding:80px 5% 60px}
.legal-hero-inner{max-width:860px;margin:0 auto}
.legal-eyebrow{font-size:10px !important;font-weight:700;letter-spacing:4px;color:#F5C800 !important;text-transform:uppercase;margin-bottom:14px;display:block}
.legal-hero-inner h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,2.8rem) !important;font-weight:700;color:#ffffff !important;line-height:1.2;margin-bottom:14px}
.legal-meta{font-size:.82rem !important;color:rgba(255,255,255,0.5) !important}
.legal-meta span{color:rgba(245,200,0,0.7) !important}
.legal-sibling{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:.78rem !important;color:rgba(255,255,255,0.45) !important}
.legal-sibling a{color:#F5C800 !important;border-bottom:1px solid rgba(245,200,0,0.3);text-decoration:none !important}
.legal-sibling a:hover{border-color:#F5C800}

/* ── LEGAL BODY (full viewport width, dark background) ── */
.legal-body{background:#0A1628;width:100vw !important;margin-left:calc(-50vw + 50%) !important;box-sizing:border-box !important;min-height:100vh;color:#ffffff}

/* ── LEGAL CONTENT (centered max-width container) ── */
.legal-content{max-width:860px;margin:0 auto;padding:60px 5%;background:#0A1628}

/* ── TABLE OF CONTENTS ── */
.legal-toc{background:#0D1F3C;border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:28px 32px;margin-bottom:48px}
.legal-toc-title{font-size:.72rem !important;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#F5C800 !important;margin-bottom:14px;display:block}
.legal-toc-list{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}
.legal-toc-list a{font-size:.88rem !important;color:rgba(255,255,255,0.7) !important;text-decoration:none !important;display:flex !important;align-items:center;gap:8px;transition:color .2s}
.legal-toc-list a:hover{color:#F5C800 !important}
.legal-toc-list a::before{content:'→';color:#F5C800;font-size:.75rem;flex-shrink:0}

/* ── SHORT VERSION / HIGHLIGHT ── */
.legal-shortversion,.legal-highlight{background:#0D1F3C;border:1px solid rgba(245,200,0,0.2);border-radius:8px;padding:20px 24px;margin-bottom:48px;line-height:1.7}
.legal-shortversion p,.legal-highlight p{margin-bottom:0;font-size:.88rem !important;color:rgba(255,255,255,0.8) !important;line-height:1.7}

/* ── LEGAL SECTIONS ── */
.legal-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.08)}
.legal-section:last-child{border-bottom:none}
.legal-section h2{font-family:'Playfair Display',serif;font-size:1.3rem !important;color:#ffffff !important;margin-bottom:16px;font-weight:700}
.legal-section h3{font-size:.95rem !important;font-weight:700;color:#F5C800 !important;margin:20px 0 10px}
.legal-section p{font-size:.9rem !important;color:rgba(255,255,255,0.7) !important;line-height:1.85;margin-bottom:12px}
.legal-section ul,.legal-section ol{padding-left:20px;margin:10px 0 14px}
.legal-section li{font-size:.9rem !important;color:rgba(255,255,255,0.7) !important;line-height:1.85;margin-bottom:6px}
.legal-section strong{color:rgba(255,255,255,0.85) !important;font-weight:600}
.legal-section a{color:#F5C800 !important;border-bottom:1px solid rgba(245,200,0,0.3);text-decoration:none !important}
.legal-section a:hover{border-color:#F5C800}
