.home .vc_custom_1784251453722,
.home .vc_custom_1784251342213 {
    display: none !important;
}

.pshs-home {
    --pshs-red: #f20d12;
    --pshs-ink: #0a2947;
    --pshs-duration: 6500ms;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fff;
    overflow: hidden;
}

.pshs-stage {
    position: relative;
    width: 100%;
    background: #071729;
    overflow: hidden;
}

.pshs-track {
    display: grid;
}

.pshs-slide {
    display: block;
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}

.pshs-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.pshs-slide picture,
.pshs-slide img {
    display: block;
    width: 100%;
}

.pshs-slide img {
    height: auto;
    object-fit: cover;
}

.pshs-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    background: rgba(6,24,42,.48);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background .2s ease, transform .2s ease;
}

.pshs-arrow:hover,
.pshs-arrow:focus-visible {
    background: var(--pshs-red);
    transform: translateY(-50%) scale(1.06);
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.pshs-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pshs-prev { left: 22px; }
.pshs-next { right: 22px; }

.pshs-progress {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: calc(100% - 96px);
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(5,21,37,.88);
    box-shadow: 0 4px 18px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.pshs-progress-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    margin-right: 2px;
    color: rgba(255,255,255,.56);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .05em;
}

.pshs-progress-count b {
    color: #fff;
    font-size: 11px;
}

.pshs-progress-count i {
    font-style: normal;
}

.pshs-progress-item {
    flex: 0 0 32px;
    width: 32px;
    height: 5px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 32px !important;
    max-height: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 99px;
    background: rgba(255,255,255,.28);
    box-shadow: none !important;
    appearance: none;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
    cursor: pointer;
}

.pshs-progress-item span {
    display: block;
    width: 0;
    height: 5px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: inherit;
    background: var(--pshs-red);
}

.pshs-progress-item.is-complete span { width: 100%; }
.pshs-progress-item.is-active span { animation: pshs-progress var(--pshs-duration) linear forwards; }
.pshs-home.is-paused .pshs-progress-item.is-active span { animation-play-state: paused; }

@keyframes pshs-progress { from { width: 0; } to { width: 100%; } }

.pshs-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 19px 0 20px;
    color: var(--pshs-ink);
}

.pshs-benefit {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 4px 26px;
    border-right: 1px solid #dbe5ef;
}

.pshs-benefit:last-child { border-right: 0; }

.pshs-benefit-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--pshs-red);
}

.pshs-benefit-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pshs-benefit-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.pshs-benefit-copy {
    min-width: 0;
    line-height: 1.2;
}

.pshs-benefit-copy strong,
.pshs-benefit-copy span { display: block; }

.pshs-benefit-copy strong {
    margin: 0 0 2px !important;
    padding: 0;
    color: var(--pshs-ink);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.pshs-benefit-copy span {
    margin: 0 !important;
    padding: 0;
    color: #607386;
    font-size: 12.5px;
}

@media (max-width: 1024px) {
    .pshs-benefits { width: calc(100% - 24px); }
    .pshs-benefit { padding: 4px 12px; gap: 9px; }
    .pshs-benefit-icon { flex-basis: 34px; width: 34px; height: 34px; }
    .pshs-benefit-icon svg { width: 32px; height: 32px; }
    .pshs-benefit-copy strong { font-size: 12px; }
    .pshs-benefit-copy span { font-size: 11px; }
}

@media (max-width: 768px) {
    .pshs-slide img { aspect-ratio: 1 / 1; object-fit: cover; }
    .pshs-arrow { width: 38px; height: 38px; }
    .pshs-prev { left: 10px; }
    .pshs-next { right: 10px; }
    .pshs-progress {
        bottom: 5px;
        max-width: calc(100% - 72px);
        gap: 6px;
        padding: 6px 10px;
    }
    .pshs-progress-count { margin-right: 2px; font-size: 10px; }
    .pshs-progress-count b { font-size: 11px; }
    .pshs-progress-item {
        flex-basis: 32px;
        width: 32px;
        height: 5px;
        max-width: 32px !important;
        max-height: 5px !important;
    }
    .pshs-progress-item span { height: 5px !important; }
    .pshs-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        padding: 9px 8px 12px;
        background: #f6f9fc;
    }
    .pshs-benefit {
        justify-content: flex-start;
        min-height: 65px;
        padding: 8px 10px;
        border-right: 1px solid #dbe5ef;
        border-bottom: 1px solid #dbe5ef;
    }
    .pshs-benefit:nth-child(2n) { border-right: 0; }
    .pshs-benefit:nth-child(n+3) { border-bottom: 0; }
    .pshs-benefit:nth-child(3) { padding-right: 18px; }
    .pshs-benefit-copy strong { font-size: 11px; }
    .pshs-benefit-copy span { font-size: 10.5px; }

    /* El margen extra configurado por Joinchat tapa la cuarta ventaja al
       cargar la portada. Aquí vuelve a su posición móvil estándar. */
    .home .joinchat { margin-bottom: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
    .pshs-slide { transition: none; }
    .pshs-progress-item.is-active span { animation: none; width: 100%; }
}
