/* ===== ENCABEZADOS ===== */
h1, h2, h3, h4, h5, h6 {
  color: #111827;
  line-height: var(--line-height-heading);
  font-weight: 600;
  margin-top: calc(var(--spacing-unit) * 3);
  margin-bottom: calc(var(--spacing-unit) * 2);
  color: var(--color-text-primary);
  text-align: center;
}

h1 { 
  color: #111827;
  font-size: clamp(28px, 5vw, 48px);
  margin-bottom: calc(var(--spacing-unit) * 2);
}

h2 { 
  color: #111827;
  font-size: clamp(24px, 4vw, 40px);
  margin-bottom: calc(var(--spacing-unit) * 2);
}

h3 { 
  color: #111827;
  font-size: clamp(20px, 3vw, 32px);
  margin-bottom: calc(var(--spacing-unit) * 1.5);
}

h4 { 
  color: #111827;
  font-size: clamp(18px, 2.5vw, 28px);
  text-align: left;
}

h5, h6 { 
  color: #111827;
  font-size: clamp(16px, 2vw, 24px);
}

/* ===== PÁRRAFOS Y TEXTO ===== */
p {
  margin-bottom: calc(var(--spacing-unit) * 2);
  color: #111827;
  text-align: center;
}

p strong, p b {
  color: #111827;
  font-weight: 600;
}

/* ===== LISTAS ===== */
ul, ol {
  margin-bottom: calc(var(--spacing-unit) * 2);
  padding-left: calc(var(--spacing-unit) * 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

li {
  margin-bottom: calc(var(--spacing-unit) * 1);
  line-height: var(--line-height-base);
}

/* ===== JERARQUÍA VISUAL ===== */
.elementor-heading-title {
  letter-spacing: -0.5px;
  text-align: center;
}

.elementor-widget-text-editor p {
  max-width: 800px;
  color: #111827;
  margin-left: auto;
  margin-right: auto;
}
