/* ===========================
   Pages Legales — Style Neural Grid
   =========================== */

.legal {
  padding: 140px 0 80px;
  min-height: 100vh;
}

.legal__back {
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  transition: opacity 0.3s ease;
}

.legal__back:hover { opacity: 0.7; }

.legal__back svg {
  width: 16px;
  height: 16px;
}

.legal__title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.legal__title span {
  color: var(--accent);
  text-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
}

.legal__updated {
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 3px;
  color: var(--muted);
  margin-bottom: 48px;
  display: block;
}

.legal__content {
  max-width: 780px;
}

.legal__content h2 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin: 48px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}

.legal__content h2:first-child {
  margin-top: 0;
}

.legal__content h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 28px 0 10px;
  color: var(--cream);
}

.legal__content p {
  color: var(--cream-soft);
  font-size: 0.92rem;
  line-height: 1.85;
  margin-bottom: 12px;
}

.legal__content ul {
  list-style: none;
  margin: 12px 0 20px;
  padding: 0;
}

.legal__content ul li {
  color: var(--cream-soft);
  font-size: 0.92rem;
  line-height: 1.85;
  padding: 4px 0 4px 20px;
  position: relative;
}

.legal__content ul li::before {
  content: '\2014';
  color: var(--accent);
  position: absolute;
  left: 0;
}

.legal__content strong {
  color: var(--cream);
  font-weight: 600;
}

.legal__content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}

.legal__content a:hover { opacity: 0.7; }

.legal__highlight {
  background: rgba(0, 229, 255, 0.04);
  border-left: 2px solid var(--accent);
  padding: 16px 20px;
  margin: 20px 0;
}

.legal__highlight p {
  margin-bottom: 0;
}
