.hero-slider-container-d0db5313 {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: sans-serif;
}
.hero-slider-d0db5313 {
    position: relative;
    width: 100%;
    height: 500px; /* Overridden by settings */
}
.hero-track-d0db5313 {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.hero-slide-d0db5313 {
    min-width: 100%;
    height: 100%;
    position: relative;
}
.hero-bg-d0db5313 {
    position: absolute;
    inset: 0;
}
.hero-bg-d0db5313 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay-d0db5313 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
}
.hero-content-d0db5313 {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    color: #fff;
    z-index: 2;
}
.hero-badge-d0db5313 {
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hero-headline-d0db5313 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.2;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease 0.3s;
}
.hero-slide-d0db5313.active .hero-headline-d0db5313,
.hero-slide-d0db5313.active .hero-subtext-d0db5313,
.hero-slide-d0db5313.active .hero-btn-d0db5313 {
    transform: translateY(0);
    opacity: 1;
}
.hero-subtext-d0db5313 {
    font-size: 18px;
    margin: 0 0 25px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease 0.4s;
}
.hero-btn-d0db5313 {
    padding: 12px 24px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease 0.5s;
}
.hero-btn-d0db5313:hover {
    filter: brightness(1.1);
    color: #fff;
}
.hero-nav-d0db5313 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.hero-nav-d0db5313:hover {
    background: rgba(255,255,255,0.5);
}
.hero-nav-d0db5313.prev { left: 20px; }
.hero-nav-d0db5313.next { right: 20px; }

@media (max-width: 768px) {
    .hero-content-d0db5313 { padding: 20px; }
    .hero-headline-d0db5313 { font-size: 32px; }
    .hero-subtext-d0db5313 { font-size: 16px; }
    .hero-nav-d0db5313 { display: none; } /* Rely on swipe on mobile */
}