.service-hero,
.sd-hero,
.acb-hero,
.vdp-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, #f2f8ff 0%, #e7f2ff 52%, #dcecff 100%) !important;
    min-height: 520px;
    padding-top: 108px !important;
    padding-bottom: 70px !important;
}

.service-hero-media-swiper {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.service-hero-media-swiper .swiper-wrapper,
.service-hero-media-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.service-hero-media-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    display: block;
}

.service-hero-slider-tint {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(242,248,255,0.98) 0%, rgba(242,248,255,0.92) 38%, rgba(22,99,187,0.28) 100%),
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02));
    pointer-events: none;
}

.service-hero .container,
.sd-hero .container,
.acb-hero .container,
.vdp-hero .container {
    position: relative;
    z-index: 2;
}

.hero-title,
.sd-hero__content h1,
.acb-hero h1,
.vdp-hero h1 {
    max-width: 760px;
    color: #ff6b00 !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.hero-subtitle,
.sd-hero__content p,
.acb-hero p,
.vdp-hero p {
    max-width: 620px;
    color: #23415f !important;
    font-size: 15px !important;
    line-height: 1.68 !important;
    text-shadow: none !important;
}

.sd-kicker,
.acb-kicker,
.vdp-kicker {
    color: #1663BB !important;
    background: rgba(22,99,187,0.10) !important;
    border-color: rgba(22,99,187,0.18) !important;
    box-shadow: none !important;
}

.breadcrumb-line,
.sd-breadcrumb,
.acb-breadcrumb,
.vdp-breadcrumb {
    color: #31506c !important;
}

.breadcrumb-line a,
.sd-breadcrumb a,
.acb-breadcrumb a,
.vdp-breadcrumb a {
    color: #1663BB !important;
}

@media (max-width: 991px) {
    .service-hero,
    .sd-hero,
    .acb-hero,
    .vdp-hero {
        min-height: 480px;
        padding-top: 86px !important;
        padding-bottom: 58px !important;
    }

    .service-hero-media-swiper img {
        object-position: center;
        opacity: 0.72;
    }

    .service-hero-slider-tint {
        background: linear-gradient(180deg, rgba(242,248,255,0.98) 0%, rgba(242,248,255,0.9) 58%, rgba(22,99,187,0.22) 100%);
    }
}

@media (max-width: 575px) {
    .service-hero,
    .sd-hero,
    .acb-hero,
    .vdp-hero {
        min-height: 450px;
        padding-top: 74px !important;
        padding-bottom: 48px !important;
    }

    .hero-title,
    .sd-hero__content h1,
    .acb-hero h1,
    .vdp-hero h1 {
        font-size: 28px !important;
        line-height: 1.18 !important;
    }
}
