.hs-96589bf1-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hs-96589bf1-swiper {
    width: 100%;
    height: 100%;
}

.hs-96589bf1-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hs-96589bf1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hs-96589bf1-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 40px 24px;
    text-align: center;
}

.hs-96589bf1-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.hs-96589bf1-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.hs-96589bf1-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #6366f1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.hs-96589bf1-btn:hover {
    background-color: #4f46e5;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Navigation */
.hs-96589bf1-nav-prev,
.hs-96589bf1-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #ffffff;
}

.hs-96589bf1-nav-prev:hover,
.hs-96589bf1-nav-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.hs-96589bf1-nav-prev {
    left: 20px;
}

.hs-96589bf1-nav-next {
    right: 20px;
}

.hs-96589bf1-nav-prev svg,
.hs-96589bf1-nav-next svg {
    width: 24px;
    height: 24px;
}

/* Pagination */
.hs-96589bf1-pagination {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

.hs-96589bf1-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hs-96589bf1-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 767px) {
    .hs-96589bf1-title {
        font-size: 28px;
    }

    .hs-96589bf1-subtitle {
        font-size: 15px;
    }

    .hs-96589bf1-nav-prev,
    .hs-96589bf1-nav-next {
        width: 36px;
        height: 36px;
    }

    .hs-96589bf1-nav-prev svg,
    .hs-96589bf1-nav-next svg {
        width: 18px;
        height: 18px;
    }

    .hs-96589bf1-nav-prev {
        left: 10px;
    }

    .hs-96589bf1-nav-next {
        right: 10px;
    }
}
