.vf-sectors-showcase-wrapper-a82f31 {
    background-color: #FFFFFF;
    padding: 80px 16px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.vf-sectors-showcase-container-a82f31 {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.vf-sectors-showcase-header-a82f31 {
    text-align: center;
    max-width: 1050px;
    margin: 0 auto 56px auto;
}

.vf-sectors-showcase-title-a82f31 {
    color: #050505;
    font-size: clamp(42px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.065em;
    max-width: 1050px;
    margin: 0 auto 14px auto;
}

.vf-sectors-showcase-subtitle-a82f31 {
    color: #53607F;
    font-size: 16px;
    line-height: 1.5;
    max-width: 660px;
    font-weight: 400;
    margin: 0 auto;
}

.vf-sectors-showcase-grid-a82f31 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
}

.vf-sector-showcase-card-a82f31 {
    background: #FFFFFF;
    border: 1px solid #E7ECFF;
    border-radius: 22px;
    padding: 14px;
    min-height: 270px;
    box-shadow: 0 14px 34px rgba(7, 18, 47, 0.045);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Hover azul Ventafiel */
.vf-sector-showcase-card-a82f31:hover {
    transform: translateY(-6px);
    border-color: rgba(82, 101, 255, 0.42);
    box-shadow: 0 24px 56px rgba(82, 101, 255, 0.12);
}

.vf-sector-showcase-image-wrap-a82f31 {
    position: relative;
    height: 145px;
    width: 100%;
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #F3F6FB;
}

.vf-sector-showcase-image-a82f31 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    transition: transform 0.4s ease, filter 0.4s ease;
    display: block;
}

.vf-sector-showcase-card-a82f31:hover .vf-sector-showcase-image-a82f31 {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}

.vf-sector-showcase-number-a82f31 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.vf-sector-showcase-icon-a82f31 {
    position: absolute;
    left: 14px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(7, 18, 47, 0.14);
    border: 1px solid rgba(82, 101, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: visible;
}

.vf-sector-showcase-icon-a82f31 i,
.vf-sector-showcase-icon-a82f31 svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.vf-sector-showcase-content-a82f31 {
    display: grid;
    grid-template-columns: 1fr 38px;
    gap: 14px;
    align-items: center;
}

.vf-sector-showcase-text-a82f31 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.vf-sector-showcase-title-a82f31 {
    color: #07122F;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.45px;
    margin: 0;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.vf-sector-showcase-desc-a82f31 {
    color: #53607F;
    font-size: 12.5px;
    line-height: 1.38;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vf-sector-showcase-arrow-a82f31 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 999px;
    border: 1px solid #E7ECFF;
    background: #FFFFFF;
    color: #4358FF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.vf-sector-showcase-arrow-a82f31 svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
}

/* Hover azul Ventafiel para botón */
.vf-sector-showcase-arrow-a82f31:hover {
    background: linear-gradient(135deg, #5265FF 0%, #4358FF 60%, #2636D9 100%);
    color: #FFFFFF;
    border-color: transparent;
    transform: translateX(2px);
    box-shadow: 0 12px 28px rgba(82, 101, 255, 0.28);
}

/* Forzar SVG blanco en hover */
.vf-sector-showcase-arrow-a82f31:hover svg,
.vf-sector-showcase-arrow-a82f31:hover svg * {
    color: #FFFFFF;
    stroke: #FFFFFF;
    fill: none;
}

@media (max-width: 1024px) {
    .vf-sectors-showcase-grid-a82f31 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 980px;
    }
}

@media (max-width: 767px) {
    .vf-sectors-showcase-wrapper-a82f31 {
        padding: 44px 16px;
    }

    .vf-sectors-showcase-grid-a82f31 {
        grid-template-columns: 1fr;
    }

    .vf-sector-showcase-card-a82f31 {
        max-width: 100%;
    }

    .vf-sector-showcase-image-wrap-a82f31 {
        height: 165px;
    }

    .vf-sectors-showcase-title-a82f31 {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.04;
        letter-spacing: -0.055em;
    }

    .vf-sectors-showcase-subtitle-a82f31 {
        font-size: 15px;
    }

    .vf-sector-showcase-title-a82f31 {
        font-size: 18px;
    }
}