.why-section {
    background-color: var(--why-bg);
    padding: 75px 0;
    text-align: center;
}

.why-label {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin-bottom: 8px;
}

.why-title {
    color: #fff;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
}

.why-sub {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 12px;
}

.why-item {
    padding: 20px 10px;
    transition: var(--transition);
}

.why-item i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 14px;
    display: inline-block;
    font-weight: 400;
    transition: var(--transition);
}

.why-item .why-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    color: #fff;
    transition: var(--transition);
}

.why-item .why-ico svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.why-item .why-ico img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.why-item h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.why-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.why-item:hover i {
    transform: translateY(-6px) scale(1.1);
}
