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

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #181B22;
  background: #FCFCFD;
  -webkit-font-smoothing: antialiased;
}

a { color: #F26B3A; text-decoration: none; transition: color 0.2s; }
a:hover { color: #D9592A; }

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

.legal-content {
  padding: 60px 0 80px;
}

/* Scope isolation: protect legal pages from homepage section styles */
.legal-page .legal-content section {
  background-color: transparent !important;
}

/* Table of Contents */
.legal-content nav.toc {
  background: #F3F4F7;
  border: 1px solid #E2E5EB;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 48px;
}

.legal-content nav.toc h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #181B22;
}

.legal-content nav.toc ol {
  list-style: decimal;
  padding-left: 20px;
}

.legal-content nav.toc li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.legal-content nav.toc a {
  color: #6E737F;
}

.legal-content nav.toc a:hover {
  color: #F26B3A;
}

/* Section styling */
.legal-content section {
  margin-bottom: 48px;
}

.legal-content section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #181B22;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E2E5EB;
}

.legal-content section p {
  margin-bottom: 16px;
  color: #3A3E48;
  font-size: 1rem;
  line-height: 1.8;
}

.legal-content section ul,
.legal-content section ol {
  margin: 12px 0 16px 24px;
}

.legal-content section li {
  margin-bottom: 8px;
  color: #3A3E48;
  font-size: 1rem;
  line-height: 1.7;
}

.legal-content .last-updated {
  color: #6E737F;
  font-size: 0.9rem;
  margin-bottom: 40px;
  font-style: italic;
}

/* Header */
.legal-header {
  background: linear-gradient(135deg, #101114 0%, #181B20 100%);
  padding: 80px 0 60px;
  text-align: center;
  border-bottom: 1px solid #2E3139;
}

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

.legal-header h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #F9FAFC;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.legal-header p {
  color: #A0A5B0;
  font-size: 1rem;
}

.legal-header a {
  color: #A855F7;
}

/* Footer */
.legal-footer {
  background: #101114;
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #2E3139;
}

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

.legal-footer p {
  color: #6E737F;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.legal-footer a {
  color: #A0A5B0;
  font-size: 0.9rem;
}

.legal-footer a:hover {
  color: #F9FAFC;
}

/* Back to top link */
.back-to-top {
  display: block;
  text-align: center;
  margin-top: 32px;
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .legal-header { padding: 60px 0 40px; }
  .legal-header h1 { font-size: 1.8rem; }
  .legal-content { padding: 40px 0 60px; }
  .legal-content nav.toc { padding: 20px; }
  .legal-content section h2 { font-size: 1.3rem; }
}
