/* ===== LEGAL PAGE GLOBAL OVERRIDES ===== */

/* Scope isolation: prevent homepage section backgrounds from bleeding into legal content */
.legal-page .legal-content section{background-color:transparent!important}

/* Legal content container */
.legal-content .container{max-width:800px;margin:0 auto;padding:0 24px}

/* ===== LEGAL HEADER ===== */
.legal-header{background:linear-gradient(135deg,#080910,#0E101A);border-bottom:1px solid #1E2130;padding:56px 32px 48px;text-align:center}
.legal-header .header-inner{max-width:800px;margin:0 auto}
.legal-header .back-link{display:inline-block;font-size:.85rem;color:#6366F1;margin-bottom:16px;font-weight:500;transition:color .2s ease}
.legal-header .back-link:hover{color:#8B5CF6}
.legal-header h1{font-size:2.4rem;font-weight:800;color:#ECEDF3;margin-bottom:10px;letter-spacing:-.5px}
.legal-header .effective-date{font-size:.9rem;color:#969BB0}

/* ===== TABLE OF CONTENTS ===== */
.toc{background:#1A1D2C;border:1px solid #242838;border-radius:14px;padding:28px;margin-bottom:40px}
.toc h2{font-size:1.1rem;margin-bottom:16px;color:#ECEDF3}
.toc ol{padding-left:20px;columns:2;column-gap:32px}
.toc ol li{margin-bottom:6px;font-size:.9rem}
.toc ol li a{color:#818CF8;transition:color .2s ease}
.toc ol li a:hover{color:#A78BFA}

/* ===== LEGAL CONTENT AREA ===== */
.legal-content{background:#0E101A;padding:48px 0}
.legal-content section{margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid #1E2130}
.legal-content section:last-child{border-bottom:none;margin-bottom:0}
.legal-content section h2{font-size:1.45rem;font-weight:700;color:#ECEDF3;margin-bottom:12px;letter-spacing:-.3px;scroll-margin-top:20px}
.legal-content section p,.legal-content section li{font-size:.95rem;color:#C0C4D4;line-height:1.8;margin-bottom:10px}
.legal-content section p:last-child{margin-bottom:0}
.legal-content section ul,.legal-content section ol{padding-left:22px;margin-bottom:10px}
.legal-content section ul{list-style:disc}
.legal-content section ol{list-style:decimal}
.legal-content section li{margin-bottom:6px}
.legal-content section strong{color:#ECEDF3}
.legal-content section a{color:#818CF8;text-decoration:underline;text-underline-offset:3px}
.legal-content section a:hover{color:#A78BFA}

/* ===== LEGAL PAGE FOOTER ===== */
.legal-footer{background:#080910;border-top:1px solid #1E2130;padding:32px;text-align:center}
.legal-footer a{color:#6366F1;font-size:.9rem;font-weight:500;transition:color .2s ease}
.legal-footer a:hover{color:#8B5CF6}
.legal-footer .footer-secondary{color:#5A5F75;font-size:.8rem;margin-top:8px}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .legal-header h1{font-size:1.8rem}
  .legal-header{padding:40px 20px 32px}
  .legal-content{padding:32px 0}
  .legal-content section h2{font-size:1.25rem}
  .toc ol{columns:1}
}
@media(max-width:480px){
  .legal-header h1{font-size:1.5rem}
  .legal-content .container{padding:0 16px}
}
