.hero-wrapper {
    width: 100%;
    margin-top: 0;
    padding: 4px 12px 0;
}

.expo-slider {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 26px 60px rgba(2, 10, 27, 0.48);
    background: #081328;
    isolation: isolate;
}

.expo-slider .carousel-inner {
    min-height: clamp(380px, 66vh, 700px);
    border-radius: inherit;
}

.expo-slider .carousel-item {
    position: relative;
    min-height: inherit;
}

.expo-slider .hero-media,
.expo-slider .hero-overlay {
    position: absolute;
    inset: 0;
}

.expo-slider .hero-media {
    overflow: hidden;
}

.expo-slider .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06) translateY(var(--hero-shift, 0px));
    transition: transform 7.5s cubic-bezier(0.19, 0.89, 0.27, 1);
    will-change: transform;
}

.expo-slider .carousel-item.active .hero-media img {
    transform: scale(1.1) translateY(var(--hero-shift, 0px));
}

.expo-slider .hero-overlay {
    background:
        radial-gradient(900px 420px at 8% 15%, rgba(79, 209, 197, 0.24), transparent 60%),
        radial-gradient(760px 420px at 88% 8%, rgba(242, 195, 91, 0.22), transparent 56%),
        linear-gradient(112deg, rgba(1, 8, 20, 0.56), rgba(1, 9, 22, 0.76) 52%, rgba(2, 10, 24, 0.86));
}

.expo-slider .hero-content-shell {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    padding-block: clamp(28px, 7vh, 72px);
}

.hero-wrapper .expo-caption {
    width: min(760px, 92%);
    padding: clamp(22px, 4.2vw, 38px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background:
        linear-gradient(160deg, rgba(8, 20, 40, 0.76), rgba(8, 24, 48, 0.52)),
        radial-gradient(420px 150px at 0% 0%, rgba(79, 209, 197, 0.17), transparent 66%);
    backdrop-filter: blur(9px);
    box-shadow: 0 24px 52px rgba(1, 8, 22, 0.56);
    text-align: left;
}

.hero-wrapper .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(79, 209, 197, 0.4);
    background: rgba(79, 209, 197, 0.14);
    color: #9eece2;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-wrapper .expo-caption h2 {
    margin: 0;
    color: #f7fbff;
    font-family: "Sora", "Manrope", sans-serif;
    font-size: clamp(1.45rem, 3.6vw, 3rem);
    line-height: 1.14;
    text-shadow: 0 10px 24px rgba(1, 8, 20, 0.35);
}

.hero-wrapper .expo-caption p {
    margin: 14px 0 0;
    color: #d7e5f9;
    font-size: clamp(0.96rem, 1.48vw, 1.2rem);
    line-height: 1.72;
    max-width: 58ch;
}

.hero-wrapper .hero-cta {
    margin-top: 20px;
    min-width: 180px;
}

.expo-slider .carousel-indicators {
    z-index: 4;
    gap: 8px;
    margin-bottom: 16px;
}

.expo-slider .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    opacity: 0.45;
    background: rgba(233, 242, 255, 0.68);
    transition: transform 0.22s ease, opacity 0.22s ease, background-color 0.22s ease, width 0.22s ease;
}

.expo-slider .carousel-indicators [data-bs-target].active {
    width: 48px;
    opacity: 1;
    background: linear-gradient(90deg, #56b9ff, #4fd1c5);
}

.expo-slider .hero-control {
    width: 10%;
    min-width: 58px;
    opacity: 1;
}

.expo-slider .hero-control-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: rgba(7, 21, 43, 0.5);
    backdrop-filter: blur(4px);
    background-size: 58% 58%;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.expo-slider .hero-control:hover .hero-control-icon,
.expo-slider .hero-control:focus .hero-control-icon {
    transform: scale(1.06);
    border-color: rgba(79, 209, 197, 0.58);
    background-color: rgba(9, 27, 54, 0.68);
}

@media (max-width: 991px) {
    .hero-wrapper {
        margin-top: 0;
        padding-inline: 10px;
    }

    .expo-slider {
        border-radius: 20px;
    }

    .expo-slider .carousel-inner {
        min-height: clamp(320px, 56vh, 560px);
    }

    .hero-wrapper .expo-caption {
        width: min(100%, 700px);
        border-radius: 18px;
        padding: 22px 20px;
    }

    .hero-wrapper .expo-caption p {
        max-width: 100%;
    }

    .expo-slider .hero-control {
        min-width: 46px;
    }

    .expo-slider .hero-control-icon {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper {
        margin-top: 0;
        padding-top: 2px;
        padding-inline: 8px;
    }

    .expo-slider .carousel-inner {
        min-height: clamp(300px, 58vh, 500px);
    }

    .expo-slider .hero-content-shell {
        align-items: flex-end;
        padding-block: 16px 22px;
    }

    .hero-wrapper .expo-caption {
        text-align: center;
        margin-inline: auto;
        width: min(100%, 640px);
        padding: 18px 16px;
    }

    .hero-wrapper .hero-kicker {
        margin-bottom: 10px;
    }

    .hero-wrapper .hero-cta {
        margin-top: 16px;
        width: auto;
        min-width: 144px;
        padding: 9px 16px;
        font-size: 0.9rem;
    }

    .expo-slider .hero-control {
        display: none;
    }

    .expo-slider .carousel-indicators {
        margin-bottom: 10px;
    }

    .expo-slider .carousel-indicators [data-bs-target] {
        width: 24px;
        height: 5px;
    }

    .expo-slider .carousel-indicators [data-bs-target].active {
        width: 36px;
    }
}

@media (max-width: 480px) {
    .expo-slider .carousel-inner {
        min-height: clamp(265px, 56vh, 420px);
    }

    .hero-wrapper .expo-caption h2 {
        font-size: clamp(1.2rem, 6.2vw, 1.55rem);
    }

    .hero-wrapper .expo-caption p {
        font-size: 0.88rem;
        line-height: 1.6;
    }
}
