.hero-slider-3286da27 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.hs-slides-container-3286da27 {
    position: relative;
    width: 100%;
    height: 100%;
}

.hs-slide-3286da27 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hs-slide-active-3286da27 {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.hs-slide-bg-3286da27 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.hs-slide-overlay-3286da27 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hs-slide-content-3286da27 {
    position: relative;
    z-index: 2;
    padding: 0 5%;
    max-width: 800px;
    color: #fff;
}

.hs-title-3286da27 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.1;
    font-family: sans-serif;
}

.hs-subtitle-3286da27 {
    font-size: 1.25rem;
    margin: 0 0 30px;
    font-family: sans-serif;
    font-weight: 400;
}

.hs-btn-3286da27 {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    transition: opacity 0.3s ease;
}

.hs-btn-3286da27:hover {
    opacity: 0.8;
}

.hs-nav-container-3286da27 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    padding: 20px 5% 0;
}

.hs-nav-items-3286da27 {
    display: flex;
    width: 100%;
    gap: 20px;
}

.hs-nav-item-3286da27 {
    flex: 1;
    cursor: pointer;
    padding-bottom: 20px;
}

.hs-nav-text-3286da27 {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.6);
    margin-top: 15px;
    transition: color 0.3s ease;
}

.hs-nav-active-3286da27 .hs-nav-text-3286da27, .hs-nav-item-3286da27:hover .hs-nav-text-3286da27 {
    color: #fff;
}

.hs-nav-title-3286da27 {
    font-size: 1rem;
    font-weight: 600;
    font-family: sans-serif;
}

.hs-nav-progress-track-3286da27 {
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.2);
    position: relative;
}

.hs-nav-progress-bar-3286da27 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #fff;
}

@media (max-width: 768px) {
    .hs-title-3286da27 { font-size: 2rem; }
    .hs-nav-title-3286da27 { font-size: 0.8rem; }
    .hs-nav-items-3286da27 { gap: 10px; flex-wrap: wrap; }
    .hs-nav-item-3286da27 { flex: 1 1 40%; }
}