/* ============================================================
   HMS Interceptor LLC — css/legal.css (shared legal sheets)
   Legal pages load ONLY this stylesheet.
   Palette mirrors style.css while staying self-contained.
   ============================================================ */

.legal-page{
  margin:0;
  background-color:#1B1D22;
  color:#EDEAE2;
  font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  overflow-x:hidden;
}
.legal-page *{
  box-sizing:border-box;
}

/* ---------- scope isolation (must stay transparent) ---------- */
.legal-page .legal-content section{
  background:transparent !important;
}

/* ============================================================
   HEADER
   ============================================================ */
.legal-head{
  background-color:#262930;
  border-bottom:3px solid #4E525C;
}
.legal-head .bin{
  max-width:860px;
  margin:0 auto;
  padding:30px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.legal-head .home{
  font-weight:700;
  letter-spacing:.08em;
  color:#B83878;
  font-size:15px;
}
.legal-head .home:hover{
  color:#EDEAE2;
}
.legal-title{
  margin:12px 0 4px;
  font-size:38px;
  line-height:1.15;
  color:#FFFFFF;
}
.legal-title .lamp{
  color:#B83878;
}
.legal-sub{
  margin:0;
  color:#C6C2B8;
}
.legal-head .updated{
  font-size:13px;
  color:#C8A244;
  font-family:"Consolas","SFMono-Regular",Menlo,monospace;
}

/* good strong contrast hero panel */
.legal-title .big{
  font-size:46px;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.legal-content .toc-and{
  max-width:860px;
  margin:0 auto;
  padding:0 24px;
}
.legal-content .content{
  max-width:860px;
  margin:0 auto;
  padding:0 24px;
}

/* ============================================================
   TABLE OF CONTENTS
   ============================================================ */
.toc{
  margin:26px 0 10px;
  padding:22px 26px;
  background-color:#262930;
  border:1px solid #4E525C;
  border-left:5px solid #B83878;
}
.toc-title{
  margin:0 0 10px;
  color:#B83878;
  font-size:15px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-family:"Consolas","SFMono-Regular",Menlo,monospace;
}
.toc ol{
  margin:0;
  padding-left:20px;
  columns:2;
  column-gap:30px;
}
@media(max-width:700px){
  .toc ol{columns:1;}
}
.toc li{
  font-size:14.5px;
  margin:4px 0;
  list-style-position:outside;
  break-inside:avoid;
}
.toc a{
  color:#C6C2B8;
  text-decoration:none;
}
.toc a:hover{
  color:#B83878;
}

/* ============================================================
   HEADINGS & BODY
   ============================================================ */
.legal-content section{
  margin-top:34px;
}
.legal-content section h2{
  color:#B83878;
  font-size:23px;
  line-height:1.25;
  margin:0 0 12px;
  border-bottom:1px solid #4E525C;
  padding-bottom:8px;
  font-weight:700;
  letter-spacing:.01em;
}
.legal-content section h2 .ano{
  font-family:"Consolas","SFMono-Regular",Menlo,monospace;
  margin-right:10px;
}
.legal-content section h3{
  color:#EDEAE2;
  font-size:18px;
  margin:22px 0 6px;
}
.legal-content p{
  margin:0 0 14px;
  color:#D7D3C9;
}
.legal-content a{
  color:#C8A244;
  text-decoration:underline;
}
.legal-content a:hover{
  color:#B83878;
}
.legal-content ul,.legal-content ol{
  margin:0 0 14px;
  padding-left:22px;
}
.legal-content li{
  margin:5px 0;
  color:#D7D3C9;
}
.legal-content strong,.legal-content b{
  color:#FFFFFF;
  font-weight:700;
}
.legal-content table{
  width:100%;
  border-collapse:collapse;
  margin:14px 0 18px;
}
.legal-content th,
.legal-content td{
  border:1px solid #4E525C;
  padding:9px 12px;
  text-align:left;
  font-size:14.5px;
  color:#D7D3C9;
}
.legal-content th{
  background-color:#262930;
  color:#FFFFFF;
  font-weight:700;
}
.legal-content .note{
  background-color:#262930;
  border-left:4px solid #C8A244;
  padding:14px 18px;
  margin:0 0 16px;
  color:#D7D3C9;
}
.legal-content .note strong{
  color:#C8A244;
}

/* addresses and highlight tone */
.legal-content .addr{
  background-color:#262930;
  border:1px dashed #4E525C;
  padding:16px 20px;
  margin:16px 0;
  color:#EDEAE2;
  font-family:"Consolas","SFMono-Regular",Menlo,monospace;
  font-size:14.5px;
}
.legal-content .addr b{
  color:#B83878;
}

/* ============================================================
   FOOTER of legal pages
   ============================================================ */
.legal-foot{
  margin-top:60px;
  background-color:#141519;
  border-top:3px solid #4E525C;
}
.legal-foot .bin{
  max-width:860px;
  margin:0 auto;
  padding:26px 24px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
.legal-foot a{
  color:#B83878;
  font-weight:700;
  text-decoration:none;
}
.legal-foot a:hover{
  color:#EDEAE2;
}
.legal-foot .small{
  color:#9A9589;
  font-size:13px;
}
