.seo-only {
  display: none !important;
}

/* Oculta visualmente en móviles (< 576px), pero accesible para SEO */
@media (max-width: 575.98px) {
  .seo-only {
	  display: none !important;
  }
}
.hero-split-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #23395d;
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
  line-height: 1.13;
}

.hero-split-content p {
  font-size: 1.2rem;
  color: #4f5d75;
  margin-bottom: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.feature-text span {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--accent-color);
  font-weight: 700;
}

.hero-split-carousel {
  width: 100%;
  background: linear-gradient(120deg, #e0eafc 0%, #cfdef3 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Reset básico para la lista */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; /* Esto elimina los íconos/viñetas/números */
  padding-bottom: 20px;
}

.article-content li {
  padding: 12px 16px;
  margin-bottom: 8px;
  background-color: #f8f9fa;
  border-left: 4px solid #4e73df;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* Estilos para la página de servicios */
.page-banner {
    background: var(--gradient);
    color: var(--white);
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-top: 60px;
}

.page-banner-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-banner h1 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    line-height: 1.1;
}

.page-banner p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.footer-section span {
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: 10px
}

.service-detail-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
}

.service-description ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 30px
}

.service-description ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.service-description ul li i {
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 4px;
}

.service-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--secondary-color);
}

.service-description ul li::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 7px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.service-detail-content h2 {
    font-size: 1.8rem;
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.legal-content ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px
}

.legal-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.legal-content ul li i {
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 4px;
}

.legal-content ul li::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 7px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.legal-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--secondary-color);
}
