.legal {
  padding: 80px 0;
  min-height: calc(100vh - 64px);
}

.legal__container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal__back {
  margin-bottom: 48px;
}

.legal__back a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #747474;
  border-bottom: 1px solid #747474;
  padding-bottom: 2px;
  transition: color 0.25s ease;
}

.legal__back a:hover {
  color: #1C1B1B;
  border-bottom-color: #1C1B1B;
}

.legal__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1C1B1B;
  margin-bottom: 12px;
}

.legal__date {
  font-size: 12px;
  color: #747474;
  margin-bottom: 64px;
  letter-spacing: 0.05em;
}

.legal__section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #E2E2DF;
}

.legal__section:last-child {
  border-bottom: none;
}

.legal__section h2 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1C1B1B;
  margin-bottom: 16px;
}

.legal__section p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}