/* ============================================================
   Legal stylesheet for privacy.html and terms-of-service.html
   Foshan Nanhai Shanmu Technology Co., Ltd. — DARK forest-bath theme
   Loaded ONLY by legal pages. Never loads style.css.
   ============================================================ */

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

.legal-page {
  background-color: #0F1412;
  color: #EAF1EA;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

a {
  color: #5C9E7E;
  text-decoration: none;
}

.legal-header {
  width: 100%;
  background-color: #1C2420;
  border-bottom: 1px solid #2B382F;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 50;
}

.legal-header-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 26px 24px;
}

.legal-header .back-home {
  display: inline-block;
  color: #C0CEC2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.legal-header .back-home:hover {
  color: #5C9E7E;
}

.legal-header h1 {
  color: #5C9E7E;
  font-size: 34px;
  line-height: 1.2;
}

.legal-header .legal-updated {
  color: #8FA396;
  font-size: 14px;
  margin-top: 8px;
}

/* Scope isolation: force inner content sections transparent so the
   dark body background shows through instead of any inherited panel. */
.legal-page .legal-content section {
  background-color: transparent !important;
}

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

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

/* Table of contents */
.legal-toc {
  background-color: #1C2420;
  border: 1px solid #2B382F;
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 40px;
}

.legal-toc h2 {
  color: #5C9E7E;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.legal-toc ul {
  list-style: none;
  padding-left: 0;
}

.legal-toc li {
  margin-bottom: 8px;
}

.legal-toc a {
  color: #C0CEC2;
  font-size: 15px;
}

.legal-toc a:hover {
  color: #5C9E7E;
  text-decoration: underline;
}

/* Body content sections */
.legal-content section {
  margin-bottom: 40px;
}

.legal-content h2 {
  color: #5C9E7E;
  font-size: 24px;
  border-bottom: 1px solid #2B382F;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.legal-content h3 {
  color: #EAF1EA;
  font-size: 19px;
  margin: 22px 0 10px;
}

.legal-content p {
  color: #C0CEC2;
  margin-bottom: 14px;
}

.legal-content ul {
  color: #C0CEC2;
  margin: 0 0 16px 24px;
}

.legal-content ul li {
  margin-bottom: 8px;
}

.legal-content strong {
  color: #EAF1EA;
}

.legal-content .highlight-box {
  background-color: #1C2420;
  border-left: 4px solid #5C9E7E;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 18px;
}

.legal-content .highlight-box p {
  margin-bottom: 0;
}

.legal-content .contact-mini {
  background-color: #24312A;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 10px;
}

.legal-content .contact-mini p {
  margin-bottom: 6px;
}

/* Legal footer */
.legal-footer {
  background-color: #0A0E0C;
  border-top: 1px solid #2B382F;
  padding: 30px 24px;
  text-align: center;
}

.legal-footer p {
  color: #8FA396;
  font-size: 13px;
  line-height: 1.8;
}

.legal-footer a {
  color: #5C9E7E;
}

.legal-footer .legal-foot-link {
  margin-bottom: 6px;
}

@media (max-width: 600px) {
  .legal-header h1 {
    font-size: 26px;
  }

  .legal-content {
    padding: 32px 24px 40px;
  }
}
