/* Legal pages scope isolation - prevents homepage section styles from polluting legal pages */
.legal-page section{background-color:transparent !important}
.legal-page div[style]{background:none !important}

/* ===== LEGAL PAGE LAYOUT ===== */
.legal-page{
  background:#fdfcf9;
  color:#111827;
  padding-top:100px;
}

.legal-hero{
  background:linear-gradient(135deg,#111827 0%,#1a2740 40%,#1e3a5f 100%);
  color:#fdfcf9;
  padding:64px 0;
  text-align:center;
}
.legal-hero h1{
  font-size:2.6rem;font-weight:800;
  letter-spacing:-.6px;margin-bottom:12px;
}
.legal-hero p{color:#b8bfcc;font-size:1.05rem;max-width:640px;margin:0 auto}

.legal-body{
  max-width:860px;
  margin:0 auto;
  padding:48px 24px 0;
}

/* Table of Contents */
.toc{
  background:#f0ece5;
  border-radius:10px;
  padding:28px 32px;
  margin-bottom:48px;
  border:1px solid rgba(0,0,0,.05);
}
.toc h2{
  font-size:1.15rem;font-weight:700;
  color:#111827;margin-bottom:16px;
}
.toc ol{
  columns:2;column-gap:32px;
  list-style-position:inside;
  padding-left:0;
}
.toc ol li{margin-bottom:8px}
.toc ol li a{
  color:#1e3a5f;font-size:.92rem;
  font-weight:500;transition:color .2s;
}
.toc ol li a:hover{color:#c26a4a}

@media(max-width:600px){
  .toc ol{columns:1}
}

/* Sections */
.legal-section{margin-bottom:48px}

.legal-section h2{
  font-size:1.5rem;font-weight:700;
  color:#111827;margin-bottom:16px;
  padding-bottom:10px;
  border-bottom:2px solid #c26a4a;
  display:inline-block;
}
.legal-section h3{
  font-size:1.15rem;font-weight:700;
  color:#1e3a5f;margin:20px 0 10px;
}
.legal-section p,.legal-section li{
  font-size:1rem;line-height:1.8;
  color:#5a6272;margin-bottom:14px;
}
.legal-section ul,.legal-section ol{
  padding-left:24px;margin-bottom:16px;
}
.legal-section ul li,.legal-section ol li{
  margin-bottom:8px;
}
.legal-section ul li{list-style:disc}
.legal-section ol li{list-style:decimal}

.legal-section a{color:#1e3a5f;font-weight:600;text-decoration:underline}

.legal-section .highlight-box{
  background:#f0ece5;border-left:4px solid #c26a4a;
  padding:16px 20px;border-radius:0 6px 6px 0;
  margin:20px 0;font-size:.95rem;
  color:#111827;
}

.legal-back{
  display:inline-flex;align-items:center;gap:6px;
  margin-bottom:32px;color:#c26a4a;font-weight:600;
  font-size:.95rem;
  transition:color .2s;
}
.legal-back:hover{color:#a8583d}

.legal-last-updated{
  color:#b8bfcc;font-size:.85rem;
  text-align:right;margin-top:8px;
}

/* Legal footer */
.legal-footer{
  background:#111827;
  color:#b8bfcc;
  text-align:center;
  padding:28px 24px;
  margin-top:48px;
  font-size:.9rem;
}
.legal-footer a{color:#c26a4a;font-weight:600}
.legal-footer a:hover{text-decoration:underline}
