/* Legal pages — Terms, Privacy, etc. */
.component--legal {
  background: #fff;
  color: #111;
  padding: 8vw 0 7vw;
}

.legal {
  max-width: 760px;
}

.legal__eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-secondary, "IBM Plex Sans", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.5;
}

.legal__title {
  margin: 0 0 12px;
  font-family: var(--font-primary, Diagramm, sans-serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.legal__meta {
  margin: 0 0 36px;
  font-family: var(--font-secondary, "IBM Plex Sans", sans-serif);
  font-size: 14px;
  opacity: 0.55;
}

.legal__intro {
  margin: 0 0 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.legal__intro p {
  margin: 0 0 14px;
  font-family: var(--font-secondary, "IBM Plex Sans", sans-serif);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
  opacity: 0.8;
}

.legal__intro p:last-child {
  margin-bottom: 0;
}

.legal__section {
  margin: 0 0 36px;
}

.legal__section h2 {
  margin: 0 0 14px;
  font-family: var(--font-primary, Diagramm, sans-serif);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.legal__section p {
  margin: 0 0 12px;
  font-family: var(--font-secondary, "IBM Plex Sans", sans-serif);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.78;
}

.legal__section ul {
  margin: 0 0 12px;
  padding: 0 0 0 1.2em;
  list-style-type: disc;
  font-family: var(--font-secondary, "IBM Plex Sans", sans-serif);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.78;
}

.legal__section ol {
  margin: 0 0 12px;
  padding: 0 0 0 1.2em;
  list-style-type: decimal;
  font-family: var(--font-secondary, "IBM Plex Sans", sans-serif);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.78;
}

.legal__section li {
  margin-bottom: 6px;
}

.legal__section a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal__contact {
  margin-top: 48px;
  padding: 28px 24px;
  border-radius: 16px;
  background: #f4f6f8;
}

.legal__contact p {
  margin: 0 0 8px;
}

.legal__contact p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .component--legal {
    padding: 22vw 0 16vw;
  }
}
