/**
 * Home — limpieza visual / clean UX (post-banner).
 * Menos cajas, más whitespace, jerarquía clara. No toca .home-hero-zone.
 */

body.page-home {
    --hs-shell: var(--home-shell-max, var(--cw-shell-wide, 1540px));
    --hs-pad: var(--home-shell-pad, var(--cw-shell-pad-x, 5%));
    --hs-gap: clamp(2.75rem, 6vw, 4.5rem);
    --hs-gap-tight: clamp(1.75rem, 3.5vw, 2.5rem);
    --hs-title: clamp(1.9rem, 3.6vw, 2.8rem);
    --hs-lead: clamp(1rem, 1.25vw, 1.1rem);
    --hs-lead-color: rgba(255, 255, 255, 0.72);
    --hs-muted: rgba(255, 255, 255, 0.6);
    --hs-line: rgba(255, 255, 255, 0.08);
    --hs-accent: rgba(0, 243, 255, 0.9);
    --hs-title-gradient: linear-gradient(135deg, var(--neon-blue, #00f3ff), var(--neon-purple, #b967ff), var(--matrix-green, #00ff9d));
}

/* ——— Shell abierto (sin cajas envolventes) ——— */
body.page-home .home-flow__benefits.services-section,
body.page-home .home-flow__tech .ia-module,
body.page-home .home-flow__tech .integrations-section,
body.page-home .home-flow > .personal-consult-module {
    width: 100%;
    max-width: var(--hs-shell) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--hs-pad) !important;
    padding-right: var(--hs-pad) !important;
    box-sizing: border-box;
}

body.page-home .home-flow__benefits.services-section,
body.page-home .home-flow__tech .ia-module,
body.page-home .home-flow__tech .integrations-section,
body.page-home .home-flow__proof .cw-home-deliver,
body.page-home .home-flow__trust .reviews-section {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
}

body.page-home .home-flow__benefits.services-section {
    margin-top: var(--hs-gap-tight) !important;
    margin-bottom: var(--hs-gap) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.page-home .home-flow__proof {
    gap: var(--hs-gap) !important;
    margin-bottom: var(--hs-gap) !important;
}

body.page-home .home-flow__tech {
    gap: var(--hs-gap-tight) !important;
    margin-bottom: var(--hs-gap) !important;
}

body.page-home .home-flow__trust {
    gap: var(--hs-gap) !important;
    margin-bottom: var(--hs-gap) !important;
}

/* Quitar ruido decorativo de módulos grandes */
body.page-home .home-flow__tech .ia-module::before,
body.page-home .home-flow__tech .integrations-section::before,
body.page-home .home-flow__trust .reviews-section::before {
    display: none !important;
    animation: none !important;
}

body.page-home .home-flow__tech .ia-module,
body.page-home .home-flow__tech .integrations-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ——— Tipografía estándar del sitio (Poiret + gradiente neon) ——— */
body.page-home .home-flow .section-title,
body.page-home .home-flow .services-text h2,
body.page-home .home-flow .home-benefits__intro h2,
body.page-home .home-flow .ia-title,
body.page-home .home-flow .integrations-title,
body.page-home .home-flow .faq-title,
body.page-home .home-flow .home-demos-section__title,
body.page-home .home-flow .cw-home-deliver__title,
body.page-home .home-flow .personal-consult-module h3,
body.page-home .home-flow__trust .reviews-title {
    font-family: 'Poiret One', sans-serif !important;
    font-size: var(--hs-title) !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    letter-spacing: 2px !important;
    text-align: center;
    margin: 0 auto 0.85rem !important;
    padding-block: 0.05em 0.15em;
    overflow: visible;
    background: var(--hs-title-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    text-shadow: none !important;
}

body.page-home .home-flow .integrations-title .gradient-text {
    background: linear-gradient(135deg, var(--neon-blue, #00f3ff), var(--matrix-green, #00ff9d));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Sin rayas / ::after bajo títulos */
body.page-home .home-flow .section-title::after,
body.page-home .home-flow .services-text h2::after,
body.page-home .home-flow .home-benefits__intro h2::after,
body.page-home .home-flow .faq-title::after,
body.page-home .home-flow .ia-title::after,
body.page-home .home-flow .home-demos-section__header::after,
body.page-home .home-flow .cards-section--solutions .section-title::after,
body.page-home .home-flow .cw-home-deliver__title::after {
    content: none !important;
    display: none !important;
}

body.page-home .home-flow .section-subtitle,
body.page-home .home-flow .services-text > p,
body.page-home .home-flow .ia-subtitle,
body.page-home .home-flow .ia-content,
body.page-home .home-flow .integrations-subtitle,
body.page-home .home-flow .home-demos-section__lead,
body.page-home .home-flow .cw-home-deliver__lead,
body.page-home .home-flow .faq-section > .section-subtitle,
body.page-home .home-flow .personal-consult-module > p,
body.page-home .home-flow .home-benefits__lead,
body.page-home .home-flow__trust .reviews-lead {
    font-size: var(--hs-lead) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: var(--hs-lead-color) !important;
    max-width: 48rem;
    margin: 0 auto 1.75rem !important;
    text-align: center;
}

/* Eyebrow sutil (badge mínimo, no pastilla ruidosa) */
body.page-home .home-flow .cards-section__eyebrow,
body.page-home .home-flow .home-demos-section__badge,
body.page-home .home-flow .integrations-badge,
body.page-home .home-flow .reviews-eyebrow,
body.page-home .home-flow .cw-home-deliver__tagline {
    display: block !important;
    width: fit-content;
    margin: 0 auto 0.65rem !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase;
    color: var(--hs-accent) !important;
}

body.page-home .home-flow .integrations-badge {
    color: var(--matrix-green, #00ff9d) !important;
}

body.page-home .home-flow .integrations-badge i,
body.page-home .home-flow .home-demos-section__badge i {
    margin-right: 0.35rem;
    opacity: 0.9;
}

/* Separador elegante entre grandes bloques del flow */
body.page-home .home-flow__benefits,
body.page-home .home-flow__proof,
body.page-home .home-flow__tech,
body.page-home .home-flow__trust {
    position: relative;
}

body.page-home .home-flow__benefits::before,
body.page-home .home-flow__proof::before,
body.page-home .home-flow__tech::before,
body.page-home .home-flow__trust::before {
    content: '';
    display: block;
    width: min(4.5rem, 18%);
    height: 1px;
    margin: 0 auto var(--hs-gap-tight);
    background: linear-gradient(90deg, transparent, rgba(0, 243, 255, 0.45), transparent);
    opacity: 0.7;
}

body.page-home .home-flow__why,
body.page-home .home-flow__deliver {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--hs-shell);
    margin: 0 auto var(--hs-gap);
    padding: 0 var(--hs-pad);
    box-sizing: border-box;
}

body.page-home .home-flow__why::before,
body.page-home .home-flow__deliver::before {
    content: '';
    display: block;
    width: min(4.5rem, 18%);
    height: 1px;
    margin: 0 auto var(--hs-gap-tight);
    background: linear-gradient(90deg, transparent, rgba(0, 243, 255, 0.45), transparent);
    opacity: 0.7;
}

body.page-home .home-flow__why .hero-pillars-band {
    width: 100%;
    margin: 0 !important;
}

body.page-home .home-flow__why .hero-pillars-band__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-home .home-flow__services {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--hs-shell);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--hs-pad) !important;
    padding-right: var(--hs-pad) !important;
    box-sizing: border-box;
}

body.page-home .home-flow__services.cards-section--bridge {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

/* ——— Servicios: sí usan cards (único bloque “card-forward”) ——— */
body.page-home .home-flow__services.cards-section--solutions {
    margin-top: var(--hs-gap-tight) !important;
    margin-bottom: var(--hs-gap) !important;
    padding-top: clamp(0.5rem, 1.5vw, 1rem) !important;
    padding-bottom: clamp(0.5rem, 1.5vw, 1rem) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.page-home .home-flow__services .cards-container--rail {
    gap: clamp(1rem, 1.5vw, 1.35rem) !important;
}

body.page-home .home-flow__services .cards-container--rail > .card-svc {
    border-radius: 16px !important;
    border-color: rgba(255, 255, 255, 0.07) !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.03) !important;
}

body.page-home .home-flow__services .cards-container--rail > .card-svc:hover {
    border-color: rgba(0, 243, 255, 0.28) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25) !important;
}

body.page-home .home-flow__services .card-svc__glow {
    opacity: 0.45;
}

/* ——— Pilares: icono al lado del título ——— */
body.page-home .hero-pillars-band {
    margin-bottom: var(--hs-gap-tight) !important;
}

body.page-home .hero-pillars-band__inner {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 0.35rem !important;
}

body.page-home .hero-pillars-band .hero-pillars-row {
    gap: clamp(1rem, 2vw, 1.5rem) !important;
}

body.page-home .hero-pillars-band .feature {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.55rem !important;
    height: 100%;
    padding: 1rem 0.95rem !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    text-align: left !important;
    transform: none !important;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease !important;
}

body.page-home .hero-pillars-band .feature:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.page-home .hero-pillars-band .feature:hover {
    background: linear-gradient(160deg, rgba(0, 243, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
    border-color: rgba(0, 243, 255, 0.28) !important;
    transform: translateY(-3px) !important;
    box-shadow: none !important;
}

body.page-home .hero-pillars-band .feature-title-row {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    width: 100%;
    min-width: 0;
}

body.page-home .hero-pillars-band .feature-icon {
    grid-area: unset !important;
    align-self: center !important;
    margin: 0 !important;
    width: 2.25rem !important;
    height: 2.25rem !important;
    flex-shrink: 0;
}

body.page-home .hero-pillars-band .feature-title-row h3 {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    text-align: left !important;
    color: rgba(255, 255, 255, 0.96) !important;
    min-width: 0;
}

body.page-home .hero-pillars-band .feature-desc,
body.page-home .hero-pillars-band .feature-text p {
    width: 100%;
    margin: 0 !important;
    text-align: left !important;
    color: var(--hs-muted) !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
}

body.page-home .hero-pillars-band .hero-pillar-btn {
    grid-area: unset !important;
    align-self: stretch !important;
    margin-top: auto !important;
    justify-content: center !important;
}

/* ——— Beneficios: split editorial + pilares ——— */
body.page-home .home-flow__benefits.home-benefits {
    position: relative;
    margin-top: var(--hs-gap) !important;
    margin-bottom: var(--hs-gap) !important;
    padding-top: clamp(0.5rem, 1.5vw, 1rem) !important;
    padding-bottom: clamp(0.75rem, 2vw, 1.25rem) !important;
}

body.page-home .home-benefits__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4.5vw, 3.75rem);
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

body.page-home .home-benefits__intro {
    text-align: left;
}

body.page-home .home-benefits__eyebrow {
    display: block;
    width: fit-content;
    margin: 0 0 0.7rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hs-accent);
}

body.page-home .home-flow__benefits .home-benefits__intro h2,
body.page-home .home-flow .home-benefits__intro h2 {
    text-align: left !important;
    margin: 0 0 1rem !important;
    max-width: 16ch;
}

body.page-home .home-benefits__lead,
body.page-home .home-benefits__scope {
    text-align: left !important;
    max-width: 40rem !important;
    margin: 0 0 1rem !important;
    font-size: var(--hs-lead) !important;
    line-height: 1.7 !important;
    color: var(--hs-lead-color) !important;
}

body.page-home .home-benefits__scope {
    font-size: 0.92rem !important;
    color: var(--hs-muted) !important;
    margin-bottom: 1.65rem !important;
}

body.page-home .home-benefits__intro .home-inline-ctas {
    justify-content: flex-start;
    margin-top: 0.35rem !important;
}

body.page-home .home-benefits__pillars {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

body.page-home .home-benefits__pillar {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 1.1rem 1rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

body.page-home .home-benefits__pillar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--neon-blue, #00f3ff), var(--matrix-green, #00ff9d));
    opacity: 0.55;
    transition: opacity 0.25s ease, top 0.25s ease, bottom 0.25s ease;
}

body.page-home .home-benefits__pillar:hover {
    transform: translateX(4px);
    border-color: rgba(0, 243, 255, 0.28);
    background:
        linear-gradient(135deg, rgba(0, 243, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
}

body.page-home .home-benefits__pillar:hover::before {
    opacity: 1;
    top: 12%;
    bottom: 12%;
}

body.page-home .home-benefits__title-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    min-width: 0;
}

body.page-home .home-benefits__index {
    font-family: 'Poiret One', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: rgba(0, 243, 255, 0.7);
    line-height: 1;
    min-width: 1.4rem;
    flex-shrink: 0;
}

body.page-home .home-benefits__pillar-icon {
    width: 2.05rem;
    height: 2.05rem;
    display: grid;
    place-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 243, 255, 0.22);
    background: rgba(0, 243, 255, 0.08);
    color: var(--neon-blue, #00f3ff);
    font-size: 0.85rem;
    flex-shrink: 0;
}

body.page-home .home-benefits__pillar:nth-child(2) .home-benefits__pillar-icon {
    border-color: rgba(0, 255, 157, 0.24);
    background: rgba(0, 255, 157, 0.08);
    color: var(--matrix-green, #00ff9d);
}

body.page-home .home-benefits__pillar:nth-child(2) .home-benefits__index {
    color: rgba(0, 255, 157, 0.75);
}

body.page-home .home-benefits__pillar:nth-child(3) .home-benefits__pillar-icon {
    border-color: rgba(176, 38, 255, 0.28);
    background: rgba(176, 38, 255, 0.1);
    color: var(--neon-purple, #b026ff);
}

body.page-home .home-benefits__pillar:nth-child(3) .home-benefits__index {
    color: rgba(176, 38, 255, 0.8);
}

body.page-home .home-benefits__title-row h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.95);
    min-width: 0;
}

body.page-home .home-benefits__pillar > p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--hs-muted);
}

/* Override generic services-text centering when old classes linger */
body.page-home .home-flow .home-benefits .services-text > p {
    text-align: left !important;
    margin-left: 0 !important;
}

/* ——— IA: highlights abiertos en fila ——— */
body.page-home .home-flow .ia-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem !important;
}

body.page-home .home-flow .ia-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 1.35rem !important;
    border-radius: 14px !important;
    margin-bottom: 0.35rem;
    box-shadow: none !important;
    animation: none !important;
}

body.page-home .home-flow .ia-highlights {
    gap: 0 !important;
    border-top: 1px solid var(--hs-line);
}

body.page-home .home-flow .ia-highlight {
    padding: 1.15rem 0.85rem !important;
    border: none !important;
    border-right: 1px solid var(--hs-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
}

body.page-home .home-flow .ia-highlight:last-child {
    border-right: none !important;
}

body.page-home .home-flow .ia-highlight:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: var(--hs-line) !important;
}

body.page-home .home-flow .ia-highlight-icon {
    margin: 0 auto 0.65rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--hs-accent);
}

/* ——— Integraciones: grid plano, sin “tarjetas pesadas” ——— */
body.page-home .home-flow .integrations-header {
    margin-bottom: 1.5rem !important;
}

body.page-home .home-flow .integrations-showcase {
    border-top: 1px solid var(--hs-line);
    padding-top: 0.5rem;
}

body.page-home .home-flow .integrations-row {
    gap: 0 !important;
    margin-bottom: 0 !important;
}

body.page-home .home-flow .integration-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.page-home .home-flow .integration-card .card-inner {
    padding: 1.25rem 1rem !important;
    border: none !important;
    border-right: 1px solid var(--hs-line) !important;
    border-bottom: 1px solid var(--hs-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 100%;
}

body.page-home .home-flow .integration-card:nth-child(4n) .card-inner {
    border-right: none !important;
}

body.page-home .home-flow .integration-card:hover .card-inner {
    transform: none !important;
    background: rgba(255, 255, 255, 0.02) !important;
    box-shadow: none !important;
}

body.page-home .home-flow .card-icon-glow {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.75rem;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: var(--hs-accent);
}

body.page-home .home-flow .integration-card h3 {
    font-size: 0.98rem !important;
    margin-bottom: 0.4rem !important;
}

body.page-home .home-flow .integration-card p {
    font-size: 0.86rem !important;
    color: var(--hs-muted) !important;
    line-height: 1.55 !important;
}

body.page-home .home-flow .card-stats {
    margin-top: 0.75rem;
    opacity: 0.85;
}

body.page-home .home-flow .card-stats span {
    font-size: 0.72rem !important;
    letter-spacing: 0.04em;
    border: none !important;
    background: transparent !important;
    color: var(--matrix-green, #00ff9d) !important;
    padding: 0 !important;
}

/* ——— Entregables: tipografía alineada al sistema ——— */
body.page-home .home-flow .cw-home-deliver__title {
    margin-bottom: 0.75rem !important;
}

body.page-home .home-flow .cw-home-deliver__lead {
    margin-bottom: 0 !important;
}

/* ——— Demos: showcase limpio ——— */
body.page-home .home-flow__proof .home-demos-section {
    padding-left: var(--hs-pad);
    padding-right: var(--hs-pad);
}

body.page-home .home-flow__proof .home-demos-section__showcase {
    border: 1px solid var(--hs-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
}

/* Reviews con panel limpio pero legible */
body.page-home .home-flow__trust .reviews-section {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    box-shadow: none !important;
}

body.page-home .home-flow__trust .reviews-title {
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-home .home-flow__trust .reviews-lead {
    color: var(--hs-lead-color) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
    max-width: 40rem;
}

body.page-home .home-flow__trust .reviews-score {
    border-radius: 12px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
}

/* ——— FAQ: diseño estandarizado (acordeón con vidrio del sistema) ——— */
body.page-home .home-flow__trust .faq-section {
    width: 100%;
    max-width: 820px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.page-home .home-flow__trust .faq-title {
    margin-bottom: 0.65rem !important;
}

body.page-home .home-flow__trust .faq-section > .section-subtitle {
    margin-bottom: 1.75rem !important;
    color: var(--hs-lead-color) !important;
    max-width: 48rem;
}

body.page-home .home-flow__trust .accordion-container {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

body.page-home .home-flow__trust .accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    transition: border-color 0.2s ease, background 0.2s ease;
}

body.page-home .home-flow__trust .accordion-item:hover {
    border-color: rgba(0, 243, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.045) !important;
}

body.page-home .home-flow__trust .accordion-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.05rem 1.2rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: inherit;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-align: left;
    color: inherit;
    background: transparent !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

body.page-home .home-flow__trust .accordion-header::before {
    display: none !important;
    content: none !important;
}

body.page-home .home-flow__trust .accordion-header__label {
    flex: 1;
    min-width: 0;
}

body.page-home .home-flow__trust .accordion-header i {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

body.page-home .home-flow__trust .accordion-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

body.page-home .home-flow__trust .accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    background: transparent !important;
    padding: 0 1.2rem !important;
    max-height: none !important;
    overflow: hidden;
    transition: grid-template-rows 0.32s ease, padding 0.32s ease;
}

body.page-home .home-flow__trust .accordion-content.active {
    grid-template-rows: 1fr;
    padding: 0 1.2rem 1.15rem !important;
}

body.page-home .home-flow__trust .accordion-content__inner {
    overflow: hidden;
    min-height: 0;
}

body.page-home .home-flow__trust .accordion-content p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}

/* ——— CTA final: una sola superficie limpia ——— */
body.page-home .home-flow > .personal-consult-module {
    margin-top: 0 !important;
    margin-bottom: var(--hs-gap) !important;
    padding: clamp(2rem, 4vw, 2.75rem) var(--hs-pad) !important;
    border: none !important;
    border-top: 1px solid var(--hs-line) !important;
    border-bottom: 1px solid var(--hs-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    max-width: var(--hs-shell) !important;
}

body.page-home .home-flow .personal-consult-module .cta-button {
    border-radius: 999px !important;
    min-height: 48px !important;
    padding: 0.85rem 1.6rem !important;
    font-size: 0.88rem !important;
}

body.page-home .home-flow .home-consult-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
}

body.page-home .home-flow .integrations-cta {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--hs-line);
}

body.page-home .home-flow .integrations-button {
    border-radius: 999px !important;
    box-shadow: none !important;
}

/* ——— Responsive ——— */
@media (max-width: 968px) {
    body.page-home .hero-pillars-band .hero-pillars-row {
        gap: 0.65rem !important;
    }

    body.page-home .hero-pillars-band .feature {
        padding: 0.85rem 0.75rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        gap: 0.45rem !important;
    }

    body.page-home .hero-pillars-band .feature-title-row {
        gap: 0.5rem !important;
    }

    body.page-home .hero-pillars-band .feature-icon {
        width: 1.9rem !important;
        height: 1.9rem !important;
        font-size: 0.78rem !important;
        border-radius: 9px !important;
        margin: 0 !important;
    }

    body.page-home .hero-pillars-band .feature-title-row h3 {
        font-size: 0.9rem !important;
    }

    body.page-home .hero-pillars-band .feature-desc {
        font-size: 0.76rem !important;
        line-height: 1.4 !important;
    }

    body.page-home .hero-pillars-band .hero-pillar-btn {
        align-self: stretch;
        justify-content: center;
        min-height: 36px;
        font-size: 0.7rem !important;
        padding: 0.4rem 0.5rem !important;
    }

    body.page-home .home-flow .ia-highlights {
        grid-template-columns: 1fr !important;
    }

    body.page-home .home-flow .ia-highlight {
        border-right: none !important;
        border-bottom: 1px solid var(--hs-line) !important;
    }

    body.page-home .home-flow .ia-highlight:last-child {
        border-bottom: none !important;
    }

    body.page-home .home-flow .integration-card .card-inner {
        border-right: none !important;
    }
}

@media (max-width: 980px) {
    body.page-home .home-benefits__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        max-width: 640px;
    }

    body.page-home .home-flow__benefits .home-benefits__intro h2,
    body.page-home .home-flow .home-benefits__intro h2 {
        max-width: 18ch;
    }
}

@media (max-width: 768px) {
    body.page-home {
        --hs-title: clamp(1.7rem, 6.2vw, 2.15rem);
        --hs-gap: 2.25rem;
        --hs-gap-tight: 1.5rem;
    }

    body.page-home .home-flow__benefits::before,
    body.page-home .home-flow__proof::before,
    body.page-home .home-flow__tech::before,
    body.page-home .home-flow__trust::before {
        margin-bottom: 1.5rem;
    }

    /* Por qué ConlineWeb: 2×2 compacto */
    body.page-home .home-flow__why .hero-pillars-label,
    body.page-home .hero-pillars-band .hero-pillars-label {
        text-align: left !important;
        font-size: 0.72rem !important;
        margin-bottom: 0.85rem !important;
        letter-spacing: 0.12em !important;
    }

    body.page-home .hero-pillars-band .hero-pillars-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.55rem !important;
    }

    body.page-home .hero-pillars-band .feature {
        min-height: 100%;
        padding: 0.75rem 0.65rem !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        gap: 0.4rem !important;
    }

    body.page-home .hero-pillars-band .feature-title-row {
        gap: 0.45rem !important;
    }

    body.page-home .hero-pillars-band .feature-icon {
        width: 1.75rem !important;
        height: 1.75rem !important;
        font-size: 0.72rem !important;
        border-radius: 8px !important;
        margin: 0 !important;
    }

    body.page-home .hero-pillars-band .feature-title-row h3 {
        font-size: 0.84rem !important;
        line-height: 1.2 !important;
    }

    body.page-home .hero-pillars-band .feature-desc {
        font-size: 0.72rem !important;
        line-height: 1.38 !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.62) !important;
    }

    body.page-home .hero-pillars-band .hero-pillar-btn {
        margin-top: auto !important;
        min-height: 34px;
        font-size: 0.68rem !important;
        padding: 0.35rem 0.45rem !important;
        width: 100%;
    }

    /* Estrategia: tipografía y cards */
    body.page-home .home-flow__benefits .home-benefits__intro h2,
    body.page-home .home-flow .home-benefits__intro h2 {
        max-width: none !important;
        font-size: clamp(1.55rem, 6vw, 1.95rem) !important;
        line-height: 1.22 !important;
        margin-bottom: 0.7rem !important;
    }

    body.page-home .home-benefits__eyebrow {
        margin-bottom: 0.45rem !important;
        font-size: 0.68rem !important;
    }

    body.page-home .home-benefits__lead {
        font-size: 0.95rem !important;
        line-height: 1.55 !important;
        margin-bottom: 0.75rem !important;
    }

    body.page-home .home-benefits__scope {
        font-size: 0.86rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.15rem !important;
    }

    body.page-home .home-benefits__pillar {
        gap: 0.4rem !important;
        padding: 0.85rem 0.85rem 0.85rem 0.8rem !important;
        border-radius: 14px !important;
        transform: none !important;
    }

    body.page-home .home-benefits__pillar:hover {
        transform: none !important;
    }

    body.page-home .home-benefits__title-row {
        gap: 0.45rem;
    }

    body.page-home .home-benefits__index {
        font-size: 0.88rem !important;
        min-width: 1.2rem;
    }

    body.page-home .home-benefits__pillar-icon {
        width: 1.75rem !important;
        height: 1.75rem !important;
        font-size: 0.75rem !important;
        border-radius: 8px !important;
    }

    body.page-home .home-benefits__title-row h3 {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
    }

    body.page-home .home-benefits__pillar > p {
        font-size: 0.8rem !important;
        line-height: 1.42 !important;
        color: rgba(255, 255, 255, 0.6) !important;
    }

    body.page-home .home-benefits__intro .home-inline-ctas {
        flex-wrap: wrap;
        gap: 0.55rem;
    }

    body.page-home .home-benefits__intro .home-inline-ctas .modern-button,
    body.page-home .home-benefits__intro .home-inline-ctas a {
        flex: 1 1 auto;
        min-width: min(100%, 11rem);
        justify-content: center;
        min-height: 44px;
    }

    body.page-home .home-flow__trust .reviews-title,
    body.page-home .home-flow__trust .reviews-lead {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-home .home-flow__trust .reviews-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
