.rz-vision-section {
    background:
        linear-gradient(135deg, #f8fbff 0%, #ffffff 45%, #f4f9ff 100%);
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.rz-vision-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(9, 87, 99, 0.05);
    border-radius: 50%;
    filter: blur(20px);
}

.rz-vision-tag {
    padding: 5px 18px;
    border-radius: 100px;
    background: rgba(9, 87, 99, 0.08);
    color: #095763;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.rz-vision-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    color: #111;
    margin-bottom: 20px;
}

.rz-vision-title span {
    color: #095763;
    display: block;
}

.rz-leader-label {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #095763;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.rz-quote-line {
    width: 90px;
    height: 4px;
    background: linear-gradient(to right, #095763, transparent);
    border-radius: 10px;
}

.rz-highlight-text {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #111;
    margin-bottom: 35px;
    position: relative;
    padding-left: 24px;
    border-left: 4px solid #095763;
}

.rz-vision-description p {
    font-size: 17px;
    line-height: 1.95;
    color: #555;
    margin-bottom: 20px;
}

.rz-vision-description strong {
    color: #111;
}

.rz-vision-image-wrapper {
    position: relative;
}

.rz-image-glow {
    position: absolute;
    inset: 40px;
    background: radial-gradient(circle,
            rgba(9, 87, 99, 0.25) 0%,
            rgba(9, 87, 99, 0.02) 70%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
}

.rz-vision-image {
    position: relative;
    z-index: 2;
    max-height: 700px;
    object-fit: contain;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.15));
}

@media(max-width:991px) {
    .rz-vision-title {
        font-size: 40px;
    }

    .rz-highlight-text {
        font-size: 22px;
    }

    .rz-vision-content {
        padding-right: 0 !important;
    }

    .rz-vision-image {
        max-height: 500px;
    }
}

@media(max-width:767px) {
    .rz-vision-section {
        padding: 70px 0;
    }

    .rz-vision-title {
        font-size: 32px;
    }

    .rz-highlight-text {
        font-size: 20px;
        line-height: 1.6;
    }

    .rz-vision-description p {
        font-size: 16px;
        line-height: 1.8;
    }
}

.item.slider-02-pc {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#mainHeaderVideo {
    height: 100%;
    object-fit: cover;
    width: 100%;
}