/*------------------------------------------------------------------
   Pack797 home hero carousel — branded slide presentation
----------------------------------------------------------------*/
.wpo-hero-slider-1,
.wpo-hero-slider-s2.wpo-hero-slider-1 {
    height: clamp(420px, 62vh, 620px);
    isolation: isolate;
}

@media (max-width: 767px) {
    .wpo-hero-slider-1,
    .wpo-hero-slider-s2.wpo-hero-slider-1 {
        height: auto;
        min-height: 520px;
    }
}

.wpo-hero-slider-1 .slide-inner.slide-bg-image {
    background-color: var(--color-blue);
    background-image:
        radial-gradient(ellipse 70% 55% at 88% 18%, rgba(255, 204, 51, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 55% 50% at 12% 88%, rgba(66, 132, 194, 0.35) 0%, transparent 60%),
        linear-gradient(145deg, #082f57 0%, var(--color-blue) 42%, #134f87 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wpo-hero-slider-1 .slide-inner.slide-bg-image:before {
    background:
        linear-gradient(
            105deg,
            rgba(8, 47, 87, 0.94) 0%,
            rgba(11, 63, 113, 0.82) 34%,
            rgba(11, 63, 113, 0.42) 62%,
            rgba(11, 63, 113, 0.18) 100%
        );
    opacity: 1;
    z-index: 1;
}

.wpo-hero-slider-1 .slide-inner.slide-bg-image:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-yellow) 0%, rgba(255, 204, 51, 0.15) 55%, transparent 100%);
    z-index: 2;
}

.wpo-hero-slider-1 .slide-content {
    position: relative;
    z-index: 3;
    max-width: 40rem;
    padding: 1.25rem 0 1.5rem;
    padding-right: 0 !important;
}

.wpo-hero-slider-1 .slide-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.85rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 204, 51, 0.16);
    border: 1px solid rgba(255, 204, 51, 0.45);
    color: var(--color-yellow);
    font-family: "Futura PT", "Muli", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.wpo-hero-slider-1 .slide-title {
    max-width: 100%;
}

.wpo-hero-slider-1 .slide-title h2 {
    margin: 0 0 1rem;
    font-family: "Futura PT", "Muli", sans-serif;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.wpo-hero-slider-1 .slide-title h2::after {
    content: "";
    display: block;
    width: 4.25rem;
    height: 0.28rem;
    margin-top: 0.9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-yellow), rgba(255, 204, 51, 0.2));
}

.wpo-hero-slider-1 .slide-text {
    margin-bottom: 1.35rem;
}

.wpo-hero-slider-1 .slide-text p {
    margin: 0;
    max-width: 34em;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.98rem, 1.35vw, 1.125rem) !important;
    font-weight: 500;
    line-height: 1.65;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.wpo-hero-slider-1 .slide-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.wpo-hero-slider-1 .slide-btns .theme-btn-s3 {
    min-width: 10.5rem;
    border: 1.5px solid rgba(11, 63, 113, 0.12) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), 0 8px 18px rgba(230, 184, 0, 0.28) !important;
}

.wpo-hero-slider-1 .slide-btns .theme-btn-s3:hover,
.wpo-hero-slider-1 .slide-btns .theme-btn-s3:focus {
    transform: translateY(-2px);
    border-color: transparent !important;
}

.wpo-hero-slider-1 .swiper-button-prev,
.wpo-hero-slider-1 .swiper-button-next {
    width: 3.15rem;
    height: 3.15rem;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    background: rgba(11, 63, 113, 0.42);
    color: #fff;
    opacity: 1;
    backdrop-filter: blur(4px);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.wpo-hero-slider-1 .swiper-button-prev:hover,
.wpo-hero-slider-1 .swiper-button-next:hover {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
    color: var(--color-blue);
}

.wpo-hero-slider-1 .swiper-pagination {
    bottom: 1.15rem !important;
}

.wpo-hero-slider-1 .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: width 0.2s ease, background 0.2s ease;
}

.wpo-hero-slider-1 .swiper-pagination-bullet-active {
    width: 1.55rem;
    border-radius: 999px;
    background: var(--color-yellow);
}

@media (max-width: 991px) {
    .wpo-hero-slider-1 .slide-content {
        margin: 0 auto;
        text-align: center;
        max-width: 36rem;
        padding-left: 1rem;
        padding-right: 1rem !important;
    }

    .wpo-hero-slider-1 .slide-title h2::after {
        margin-left: auto;
        margin-right: auto;
    }

    .wpo-hero-slider-1 .slide-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .wpo-hero-slider-1 .slide-btns {
        justify-content: center;
    }

    .wpo-hero-slider-1 .slide-inner.slide-bg-image:before {
        background:
            linear-gradient(
                180deg,
                rgba(8, 47, 87, 0.88) 0%,
                rgba(11, 63, 113, 0.78) 45%,
                rgba(11, 63, 113, 0.7) 100%
            );
    }
}

@media (max-width: 767px) {
    .wpo-hero-slider-1 .swiper-button-prev,
    .wpo-hero-slider-1 .swiper-button-next {
        display: none;
    }

    .wpo-hero-slider-1 .slide-content {
        padding-top: 2rem;
        padding-bottom: 3.25rem;
    }
}
