/* SFV MEDIA LTD — legal pages shared stylesheet */

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #121018;
  color: #EFEDF6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.85;
}

img { max-width: 100%; display: block; }
a { color: #5FB4C9; }

.legal-page {
  background: #121018;
  color: #EFEDF6;
}

/* ---------- Legal header ---------- */
.legal-head {
  background: #0C0A12;
  border-bottom: 1px solid #2A2538;
}
.legal-head-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 46px 24px;
}
.legal-home {
  display: inline-block;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C9A24B;
  margin-bottom: 18px;
}
.legal-head h1 {
  font-family: Verdana, Tahoma, sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #EFEDF6;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}
.legal-meta { color: #A9A4BC; font-size: 15px; margin: 0; letter-spacing: 0.05em; }

/* ---------- Content container (toc + sections) ---------- */
.legal-toc {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.legal-toc-inner {
  background: #1B1826;
  box-shadow: 0 0 0 1px #2A2538;
  border-left: 10px solid #8B6FC9;
  padding: 26px 34px;
  margin: 44px 0 20px;
}
.legal-toc-title {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  color: #5FB4C9;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 700;
}
.legal-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 40px;
}
.legal-toc li { margin: 0 0 9px; break-inside: avoid; }
.legal-toc a { color: #8B6FC9; font-size: 15px; text-decoration: none; }
.legal-toc a:hover { color: #EFEDF6; }

.legal-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 60px;
}

/* ---------- Scope isolation ---------- */
.legal-page .legal-content section {
  background-color: transparent !important;
  border-bottom: 1px solid #2A2538;
  padding: 30px 0;
  scroll-margin-top: 30px;
}

.legal-content section:last-child { border-bottom: none; }

.legal-content h2 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 26px;
  color: #8B6FC9;
  font-weight: 700;
  margin: 0 0 14px;
}
.legal-content p { color: #A9A4BC; margin: 0 0 14px; }
.legal-content ul { color: #A9A4BC; padding-left: 22px; margin: 0 0 14px; }
.legal-content li { margin-bottom: 8px; }
.legal-content h3 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 18px;
  color: #EFEDF6;
  margin: 22px 0 8px;
}
.legal-content strong { color: #EFEDF6; }

/* ---------- Legal footer ---------- */
.legal-foot {
  background: #0C0A12;
  padding: 30px 0;
  text-align: center;
}
.legal-foot p { margin: 0 0 10px; color: #A9A4BC; font-size: 14px; }
.legal-foot a { color: #5FB4C9; }
.legal-address { color: #A9A4BC !important; }

@media (max-width: 700px) {
  .legal-toc ul { columns: 1; }
  .legal-head h1 { font-size: 30px; }
}
