.hs-fc198dd0-container {
    position: relative;
    overflow: hidden;
    background: #000;
}
.hs-fc198dd0-main-swiper {
    width: 100%;
    height: 100%;
}
.hs-fc198dd0-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hs-fc198dd0-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}
.hs-fc198dd0-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
    padding: 20px;
}
.hs-fc198dd0-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}
.hs-fc198dd0-title {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 800;
    margin: 10px 0;
    line-height: 1.1;
    color: #fff;
}
.hs-fc198dd0-desc {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}
.hs-fc198dd0-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.hs-fc198dd0-btn {
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.hs-fc198dd0-btn-primary {
    background: #0066ff;
    color: #fff;
}
.hs-fc198dd0-btn-primary:hover {
    background: #005ce6;
}
.hs-fc198dd0-btn-secondary {
    background: rgba(255,255,255,0.2);
    color: #fff;
    backdrop-filter: blur(5px);
}
.hs-fc198dd0-btn-secondary:hover {
    background: rgba(255,255,255,0.3);
}
.hs-fc198dd0-thumbs-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
}
.hs-fc198dd0-thumbs-swiper {
    padding: 0 50px;
}
.hs-fc198dd0-thumbs-swiper .swiper-slide {
    width: 120px;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s;
    height: 80px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.hs-fc198dd0-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #fff;
}
.hs-fc198dd0-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hs-fc198dd0-thumb-label {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: 500;
}
