/**
 * Landings de servicio — misma escala tipográfica que el home.
 * H1 Poiret, H2 sección Poiret, subtítulos/párrafos Inter.
 */
body:not(.page-home):not(.legal-page) :is(
    .hero-section .hero-title,
    .hero-title,
    h1.hero-title
) {
    font-family: 'Poiret One', sans-serif !important;
    font-size: var(--cw-title-hero) !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    letter-spacing: 0.5px !important;
}

body:not(.page-home):not(.legal-page) :is(
    .hero-section .hero-subtitle,
    .hero-subtitle,
    .hero-intro > p.hero-subtitle
) {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-size: var(--cw-text-hero-sub) !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.01em !important;
    color: rgba(255, 255, 255, 0.72) !important;
}

body:not(.page-home):not(.legal-page) :is(
    .sw-section-title,
    .section-title,
    .faq-section > h2,
    .faq-title,
    .ia-title,
    .integrations-title,
    .reviews-title,
    .services-text h2
) {
    font-family: 'Poiret One', sans-serif !important;
    font-size: var(--cw-title-section) !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    letter-spacing: 2px !important;
}

body:not(.page-home):not(.legal-page) :is(
    .sw-section-lead,
    .section-subtitle,
    .reviews-lead,
    .faq-section > .section-subtitle,
    .faq-section > .section-label,
    .ia-subtitle,
    .integrations-subtitle
) {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-size: var(--cw-text-lg) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.72) !important;
}

body:not(.page-home):not(.legal-page) :is(
    .sw-section p,
    .sw-section li,
    .feature-text p,
    .faq-section .accordion-content p,
    .personal-consult-module > p,
    .cta-module > p
) {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-size: var(--cw-text-base) !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

body:not(.page-home):not(.legal-page) :is(
    .feature-text h3,
    .sw-use-card h3,
    .sw-process-step h3,
    .sw-compare-col h3
) {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-size: var(--cw-title-card) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}
