.legal-page {
  background-color: #0B0E14;
}

.legal-header {
  background: linear-gradient(135deg, #151922 0%, #1A1E29 50%, #1F2433 100%);
  border-bottom: 1px solid #222836;
  padding: 80px 0 40px;
  text-align: center;
}

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

.legal-header h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #F0F2F5;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.legal-header .legal-date {
  font-size: 0.85rem;
  color: #8B95A5;
  margin-top: 8px;
}

.legal-content {
  padding: 48px 0 0;
}

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

.legal-page .legal-content section {
  background-color: transparent !important;
}

.legal-content .toc {
  background: #151922;
  border: 1px solid #222836;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 48px;
}

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

.legal-content .toc ol {
  list-style: decimal;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}

.legal-content .toc ol li {
  font-size: 0.88rem;
  color: #8B95A5;
  line-height: 1.6;
}

.legal-content .toc ol li a {
  color: #6EA3F0;
  text-decoration: none;
  transition: color 0.15s ease;
}

.legal-content .toc ol li a:hover {
  color: #4F8DE6;
  text-decoration: underline;
}

.legal-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #F0F2F5;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 24px;
  border-top: 1px solid #1C2030;
  scroll-margin-top: 100px;
}

.legal-content h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.legal-content p {
  font-size: 0.93rem;
  color: #8B95A5;
  line-height: 1.85;
  margin-bottom: 16px;
}

.legal-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-content ul li {
  font-size: 0.93rem;
  color: #8B95A5;
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal-content a {
  color: #6EA3F0;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #4F8DE6;
}

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

.legal-footer {
  background: #0B0E14;
  border-top: 1px solid #1C2030;
  padding: 32px 0;
  text-align: center;
  margin-top: 64px;
}

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

.legal-footer p {
  font-size: 0.85rem;
  color: #606A7A;
  margin-bottom: 8px;
}

.legal-footer a {
  color: #6EA3F0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}

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

@media (max-width: 768px) {
  .legal-header {
    padding: 60px 0 28px;
  }

  .legal-header h1 {
    font-size: 1.8rem;
  }

  .legal-content {
    padding: 32px 0 0;
  }

  .legal-content .toc ol {
    grid-template-columns: 1fr;
  }

  .legal-content h2 {
    font-size: 1.15rem;
  }

  .legal-content p,
  .legal-content ul li {
    font-size: 0.88rem;
  }
}
