/* ============================================================
   YAOSUE — Legal pages stylesheet (privacy + terms)
   Loaded ONLY by /css/legal.css, never style.css
   ============================================================ */

.legal-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.legal-page {
  background-color: #FBF9F2;
  color: #2E2C22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

.legal-page a {
  color: #C63D2F;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

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

/* ===== Scope isolation: content only, never header/footer ===== */
.legal-page .legal-content section {
  background-color: transparent !important;
}

/* ===== Header ===== */
.legal-header {
  background-color: #2E2C22;
  padding: 20px 24px;
  margin-bottom: 40px;
}

.legal-header-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-brand {
  color: #FBF9F2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.legal-home {
  color: #C9A97A;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #3E5F8A;
  padding-bottom: 4px;
}

/* ===== Content ===== */
.legal-content {
  padding-bottom: 40px;
}

.legal-content h1 {
  font-size: 40px;
  color: #C63D2F;
  margin-bottom: 8px;
}

.doc-date {
  color: #55503F;
  font-size: 14px;
  margin-bottom: 32px;
}

.legal-content h2 {
  font-size: 26px;
  color: #3E3A2C;
  margin: 40px 0 16px;
}

.legal-content h3 {
  font-size: 20px;
  color: #3E3A2C;
  margin: 24px 0 10px;
}

.legal-content p {
  color: #45423A;
  margin-bottom: 16px;
}

/* ===== Table of contents ===== */
.toc {
  border: 1px solid #E8E2D2;
  background-color: #FFFDF6;
  padding: 24px 28px;
  margin-bottom: 16px;
}

.toc h2 {
  font-size: 18px;
  color: #C63D2F;
  margin-top: 0;
}

.toc ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  margin-top: 12px;
}

.toc li a {
  color: #3E3A2C;
  font-size: 15px;
}

.toc li a:hover {
  color: #C63D2F;
}

@media (max-width: 600px) {
  .toc ul {
    grid-template-columns: 1fr;
  }
}

.legal-section {
  margin-bottom: 8px;
}

/* ===== Footer ===== */
.legal-footer {
  border-top: 1px solid #E8E2D2;
  padding: 24px 0 16px;
  text-align: center;
  margin-top: 16px;
}

.legal-footer p {
  color: #55503F;
  font-size: 14px;
  margin-bottom: 6px;
}

.legal-backhome {
  text-align: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #E8E2D2;
}

.legal-backhome a {
  color: #C63D2F;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
