.slide {
  overflow-y: auto;
}

.legal-wrap {
  flex: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 5vw, 48px);
  width: 100%;
}

.legal-back {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  transition: color 0.2s ease;
}

.legal-back:hover {
  color: #fff;
}

.legal-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #E59642, #D13935 50%, #542961);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.legal-section {
  margin-bottom: 36px;
}

.legal-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.legal-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
  margin-top: 16px;
}

.legal-section p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 8px;
}

.legal-section a {
  color: #E59642;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.legal-section a:hover {
  color: #fff;
}
