.legal {
  padding: 3.5rem 0 5rem;
  max-width: 740px;
}

.legal__header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.legal__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.legal__meta {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.legal__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.legal__section h2 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: var(--text);
}

.legal__section p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.legal__section p:last-child {
  margin-bottom: 0;
}

.legal__section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.legal__section ul li {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  padding-left: 1rem;
  position: relative;
}

.legal__section ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.legal__section a {
  color: var(--accent);
  text-decoration: none;
}

.legal__section a:hover {
  text-decoration: underline;
}

.legal__section strong {
  color: var(--text);
  font-weight: 500;
}
