.why-select-zework {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
    align-items: center;
    margin-top: 0;
    padding-bottom: 6rem;
    background: transparent;
    position: relative;
}

/* Color bridge from Hero into content */
.why-select-zework::before {
    content: "";
    position: absolute;
    top: -10rem;
    left: 0;
    width: 100%;
    height: 40rem;
    background: radial-gradient(ellipse at 50% 0%, rgba(2, 123, 255, 0.04) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.vector-logo {
    display: none;
}

.why-select-zework-title {
    width: 100%;
    height: 12.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}

.why-select-zework-title h2 {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    color: #101828;
    line-height: 1.3;
}

.why-select-zework-1 {
    width: 114rem;
    max-width: 100%;
    height: auto;
    min-height: 48rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.left-why-select-zework-1 {
    width: 58rem;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 0.1rem solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
}

.left-why-select-zework-1:hover {
    box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.1);
}

.left-why-select-zework-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.left-why-select-zework-1:hover img {
    transform: scale(1.02);
}

.right-why-select-zework-1 {
    width: 50rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.2rem;
    padding: 4rem 0;
}

.title-right-why-select-zework-1 {
    width: 100%;
    height: auto;
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-right-why-select-zework-1 h3 {
    font-size: 2.6rem;
    width: 100%;
    max-width: 40rem;
    font-weight: 700;
    color: #101828;
    line-height: 1.35;
    text-wrap: balance;
}

.content-right-why-select-zework-1 {
    width: 100%;
    height: auto;
}

.content-right-why-select-zework-1 div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-self: start;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
    padding: 0.8rem 1.2rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
    cursor: default;
}

.content-right-why-select-zework-1 div:hover {
    background: rgba(2, 123, 255, 0.04);
    transform: translateX(8px);
}

.icon-bg {
    width: 2.4rem;
    height: 2.4rem;
    background: rgba(2, 123, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.left-why-select-zework-1:hover~.right-why-select-zework-1 .icon-bg,
.right-why-select-zework-1 div:hover .icon-bg {
    background: rgba(2, 123, 255, 0.15);
    transform: scale(1.1);
}

.content-right-why-select-zework-1 p {
    color: #475467;
    text-wrap: pretty;
}

.content-right-why-select-zework-1 div .list-pink-icon {
    width: 1.8rem;
    height: 0.2rem;
    background: linear-gradient(to right, #027BFF, #80c4ff);
    border-radius: 0.1rem;
}

.content-right-why-select-zework-1 div .list-pink-icon::after,
.content-right-why-select-zework-1 div .list-pink-icon::before,
.content-right-why-select-zework-1 div .list-pink-icon .extra-pink {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 0.2rem;
    background: linear-gradient(to right, #027BFF, #80c4ff);
    border-radius: 0.1rem;
}

.content-right-why-select-zework-1 div .list-pink-icon::after {
    transform: rotate(90deg);
}

.content-right-why-select-zework-1 div .list-pink-icon::before {
    transform: rotate(-50deg);
}

.content-right-why-select-zework-1 div .list-pink-icon .extra-pink {
    transform: rotate(50deg);
}

.why-select-zework-3 {
    width: 114rem;
    max-width: 100%;
    height: auto;
    padding: 4rem 4rem 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border: 0.1rem solid rgba(2, 123, 255, 0.12);
    border-radius: 2rem;
    box-shadow: 0 0.4rem 3.2rem rgba(2, 123, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Subtle animated gradient accent at top */
.why-select-zework-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.3rem;
    background: linear-gradient(90deg, #027BFF, #00c6ff, #027BFF);
    background-size: 200% 100%;
    animation: gradientSlide 4s linear infinite;
}

@keyframes gradientSlide {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

.top-why-select-zework-3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
}

.left-top-why-select-zework-3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
}

.left-top-why-select-zework-3 h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #101828;
    line-height: 1.3;
}

.right-top-why-select-zework-3 {
    flex: 1;
    max-width: 48rem;
}

.right-top-why-select-zework-3 p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #475467;
    line-height: 1.65;
    margin: 0;
}

.bottom-why-select-zework-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 1.6rem 1.6rem 0 0;
    position: relative;
}

.bottom-why-select-zework-3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.6s ease;
}

.bottom-why-select-zework-3:hover img {
    transform: scale(1.02);
}

.why-select-zework-reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}




@media (max-width: 768px) {
    .why-select-zework {
        width: 100%;
        height: auto;
        gap: 4.8rem;
        /* padding-top: 4rem; */
        padding-bottom: 6.4rem;
    }

    .why-select-zework-title {
        height: auto;
        padding: 0 2rem;
    }

    .why-select-zework-title h2 {
        font-size: 2.8rem;
        line-height: 1.3;
    }

    .why-select-zework-1 {
        width: 100%;
        max-width: 48rem;
        height: auto;
        flex-direction: column-reverse;
        gap: 2.4rem;
        padding: 0 2rem;
        align-items: center;
    }

    .left-why-select-zework-1 {
        width: 100%;
        height: auto;
        aspect-ratio: 16/10;
        border-radius: 1.6rem;
    }

    .right-why-select-zework-1 {
        width: 100%;
        height: auto;
        gap: 2.4rem;
        padding: 0;
        align-items: flex-start;
    }

    .title-right-why-select-zework-1 {
        width: 100%;
        min-height: auto;
        align-items: flex-start;
    }

    .title-right-why-select-zework-1 h3 {
        font-size: 2.2rem;
        line-height: 1.4;
        text-align: left;
        max-width: 100%;
    }

    .content-right-why-select-zework-1 {
        width: 100%;
    }

    .content-right-why-select-zework-1 div {
        height: auto;
        padding: 1.2rem 0;
        gap: 1.2rem;
        align-items: flex-start;
    }

    .content-right-why-select-zework-1 div p {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .why-select-zework-3 {
        width: 95%;
        max-width: 48rem;
        height: auto;
        padding: 3.2rem 1.6rem;
        gap: 3.2rem;
    }

    .top-why-select-zework-3 {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 1.6rem;
        align-items: flex-start;
    }

    .left-top-why-select-zework-3 {
        width: 100%;
        height: auto;
    }

    .left-top-why-select-zework-3 h3 {
        font-size: 2.2rem;
        text-align: left;
    }

    .right-top-why-select-zework-3 {
        width: 100%;
        height: auto;
        text-align: left;
    }

    .right-top-why-select-zework-3 p {
        font-size: 1.5rem;
        width: 100%;
        margin-top: 0;
    }

    .bottom-why-select-zework-3 {
        width: 100%;
        height: auto;
        padding: 0;
    }
}