.legal-page {
  padding: 140px 0 80px;
  min-height: 80vh;
}

.legal-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.legal-version {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 48px;
}

.legal-content {
  display: none;
}

.legal-content:first-of-type {
  display: block;
}

.legal-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--green);
}

.legal-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
  color: var(--text);
}

.legal-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-content a {
  color: var(--green);
  text-decoration: none;
}

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

.legal-content ul {
  margin: 8px 0 16px 24px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

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

.legal-content strong {
  color: var(--text);
}
