.legal {
  padding-top: 120px;
  padding-bottom: 80px;
  min-height: 80vh;
}

.legal__header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-light);
}

.legal__title {
  font-size: 40px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.legal__date {
  font-size: 15px;
  color: var(--text-secondary);
}

.legal__content {
  max-width: 800px;
}

.legal__section {
  margin-bottom: 40px;
}

.legal__section h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.legal__section p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal__section ul {
  margin: 12px 0;
  padding-left: 24px;
  list-style: disc;
}

.legal__section li {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal__section a {
  color: var(--primary);
  font-weight: 500;
}

.legal__section a:hover {
  color: var(--primary-light);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal__title {
    font-size: 28px;
  }

  .legal__section h2 {
    font-size: 19px;
  }
}
