:root {
  --legal-title: #111827;
  --legal-text: #263650;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--legal-title);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.legal-text-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 104px;
}

.legal-text-content {
  margin: 0;
  padding: 0;
}

.legal-text-header {
  margin: 0 0 62px;
  padding: 0;
}

.legal-text-header h1 {
  margin: 0 0 22px;
  color: var(--legal-title);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.legal-text-content section {
  margin: 0 0 44px;
  padding: 0;
}

.legal-text-content section:last-child { margin-bottom: 0; }

.legal-text-content h2 {
  margin: 0 0 18px;
  color: var(--legal-title);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.legal-text-content p {
  margin: 0 0 12px;
  color: var(--legal-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.legal-text-content p:last-child { margin-bottom: 0; }

html[data-site-theme="dark"] body { background: #171d27; }
html[data-site-theme="dark"] .legal-text-header h1,
html[data-site-theme="dark"] .legal-text-content h2 { color: #f3f6fa; }
html[data-site-theme="dark"] .legal-text-content p { color: #c3cedd; }

@media (max-width: 720px) {
  .legal-text-page {
    width: min(100% - 30px, 1120px);
    padding: 50px 0 76px;
  }

  .legal-text-header { margin-bottom: 48px; }
  .legal-text-header h1 { font-size: 32px; }
  .legal-text-content section { margin-bottom: 36px; }
  .legal-text-content h2 { margin-bottom: 14px; font-size: 21px; }
  .legal-text-content p { font-size: 14px; line-height: 1.9; }
}
