/* ------------------------------------------------------------------
   Diseño compartido para las páginas de texto legales / informativas
   enlazadas desde el footer:
     - Aviso Legal
     - Política de Privacidad
     - Política de Cookies
     - Términos y Condiciones
     - Tarifas
     - Preguntas Frecuentes
   Contenedor: <div class="container nxc-legal"> ... </div>
   ------------------------------------------------------------------ */

.nxc-legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.65;
  font-size: 1rem;
}

.nxc-legal h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 0.25rem;
}

.nxc-legal h2 {
  font-size: 1.35rem;
  margin: 2.75rem 0 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e2e2e2;
}

.nxc-legal h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}

.nxc-legal h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

.nxc-legal p { margin: 0 0 1rem; }

.nxc-legal ul,
.nxc-legal ol { margin: 0 0 1rem; padding-left: 1.4rem; }

.nxc-legal li { margin: 0 0 0.5rem; }

.nxc-legal a { color: #0a58ca; word-break: break-word; }

.nxc-legal strong { font-weight: 700; }
.nxc-legal em { font-style: italic; }
.nxc-legal u { text-decoration: underline; }

/* Fecha de última revisión, justo debajo del título */
.nxc-legal .nxc-revision {
  color: #555;
  font-size: 0.9rem;
  margin: 0 0 2.5rem;
}

/* Párrafo introductorio destacado */
.nxc-legal .nxc-lead {
  font-size: 1.05rem;
  margin: 0 0 2.5rem;
}

/* Nota final / descargo de responsabilidad */
.nxc-legal .nxc-footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e2e2;
  font-size: 0.9rem;
  color: #555;
}

/* Tablas (usadas en Tarifas) */
.nxc-legal .nxc-pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2.5rem;
  font-size: 1rem;
}

.nxc-legal .nxc-pricing-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.nxc-legal .nxc-pricing-table th,
.nxc-legal .nxc-pricing-table td {
  border: 1px solid #d9d9d9;
  padding: 0.65rem 0.9rem;
  text-align: left;
  vertical-align: top;
}

.nxc-legal .nxc-pricing-table thead th {
  background: #f3f4f6;
  font-weight: 700;
}

.nxc-legal .nxc-pricing-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
