/* ===========================
   LEGAL / AVISO DE PRIVACIDAD
   =========================== */

.page-hero__label--pill {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 8px 24px rgba(0,0,0,.18);
}

.legal__container {
  max-width: 760px;
}

.legal__updated {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--color-accent-light);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2rem;
}

.legal > p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255,255,255,.75);
  margin-bottom: 1.25rem;
}

.legal h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  color: var(--color-white);
  scroll-margin-top: 100px;
}

.legal ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .625rem;
}

.legal ul li {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255,255,255,.75);
}

.legal ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

.legal a {
  color: var(--color-accent-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal a:hover {
  color: var(--color-accent);
}

.legal strong {
  color: var(--color-white);
  font-weight: 600;
}

/* Table of contents */
.legal__toc {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 2.5rem;
}

.legal__toc-title {
  font-size: .8125rem;
  font-weight: 700;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .875rem;
}

.legal__toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 2rem;
}

.legal__toc li {
  font-size: .9375rem;
  line-height: 2;
}

.legal__toc a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
}

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

@media (max-width: 600px) {
  .legal__toc ol { columns: 1; }
}
