/**
 * ConlineWeb — Títulos Poiret One + gradient clip
 * Evita recorte de descendientes (g, y, p, q) y ascendentes en títulos display.
 * Cargado al final del documento (footer) para aplicar en todas las páginas.
 */

.hero-section,
.hero-intro,
.top-content-wrapper,
.container--hero,
.contact-band__inner,
.sw-section {
    overflow: visible;
}

:is(
    .hero-title,
    .sw-section-title,
    .main-title,
    .section-title,
    .gradient-text,
    .ia-title,
    .faq-title,
    .hero-section .main-title,
    .faq-section > h2,
    .cta-module h3,
    .personal-consult-module h3,
    .portfolio-header h2,
    .services-text h2,
    .blog-hero .hero-title,
    .mx-directory-hero .hero-title,
    .mx-hub-hero-wrap .hero-title,
    .neon-title,
    .swal2-title.neon-title,
    .mx-hub-heading,
    h1[class*="title"],
    h2[class*="title"]
) {
    line-height: 1.28;
    padding-block: 0.05em 0.15em;
    overflow: visible;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
