/**
 * Homepage hero (STQC slider): light band + sharp rectangular frame + accent bar (no rounded corners on slides).
 */

#hero-container.tcl-home-hero-modern {
    background: linear-gradient(180deg, #eef4f9 0%, #f8fafc 50%, #f4f8fb 100%);
    padding: 1rem 0 1.35rem;
    border-bottom: 1px solid rgba(11, 92, 173, 0.08);
}

.tcl-home-hero-modern.stqc-hero-section {
    background: transparent;
    overflow: visible;
}

.tcl-home-hero-modern .stqc-slider-container {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 47, 87, 0.12);
    box-shadow:
        0 10px 40px rgba(15, 47, 87, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.6) inset;
    position: relative;
    background: #0a1628;
}

.tcl-home-hero-modern .stqc-slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 25;
    background: linear-gradient(90deg, #0b5cad 0%, #0f2f57 55%, rgba(11, 92, 173, 0.35) 100%);
    pointer-events: none;
}

.tcl-home-hero-modern .stqc-slider {
    border-radius: 0;
}

/* Prev / next / play — navy family */
.tcl-home-hero-modern .stqc-nav,
.tcl-home-hero-modern .stqc-play-pause {
    background: rgba(15, 47, 87, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.tcl-home-hero-modern .stqc-nav:hover,
.tcl-home-hero-modern .stqc-nav:focus,
.tcl-home-hero-modern .stqc-play-pause:hover,
.tcl-home-hero-modern .stqc-play-pause:focus {
    background: #0b5cad !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.tcl-home-hero-modern .stqc-slider-dots {
    background: rgba(15, 47, 87, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.tcl-home-hero-modern .stqc-dot {
    border-color: rgba(255, 255, 255, 0.65);
}

.tcl-home-hero-modern .stqc-dot.active {
    background: #7dd3fc;
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(11, 92, 173, 0.35);
}

.tcl-home-hero-modern .stqc-slide-link {
    background: rgba(11, 92, 173, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-weight: 600;
}

.tcl-home-hero-modern .stqc-slide-link:hover,
.tcl-home-hero-modern .stqc-slide-link:focus {
    background: #0b5cad;
    outline-color: #93c5fd;
}

@media (max-width: 768px) {
    #hero-container.tcl-home-hero-modern {
        padding: 0.5rem 0 1rem;
    }
}
