.metroer-hero-slider {
        position: relative;
        background: #0f1418;
        display: block;
        margin-top: 0;
        overflow: hidden;
    }

    .metroer-hero-swiper,
    .metroer-hero-swiper .swiper-wrapper,
    .metroer-hero-swiper .swiper-slide {
        height: 85vh;
        min-height: 600px;
    }

    .metroer-hero-slide {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #0f1418;
    }

    .metroer-hero-video-wrap,
    .metroer-hero-overlay,
    .metroer-hero-content {
        position: absolute;
        inset: 0;
    }

    .metroer-hero-video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transform: scale(1.02);
    }

    .metroer-hero-overlay {
        background:
            linear-gradient(180deg, rgba(8, 12, 16, 0.18) 0%, rgba(8, 12, 16, 0.28) 28%, rgba(8, 12, 16, 0.60) 100%),
            linear-gradient(90deg, rgba(8, 12, 16, 0.50) 0%, rgba(8, 12, 16, 0.14) 38%, rgba(8, 12, 16, 0.18) 100%);
        pointer-events: none;
    }

    .metroer-hero-content {
        display: flex;
        align-items: flex-end;
        z-index: 2;
    }

    .metroer-hero-content .container {
        width: 100%;
        padding-bottom: 12rem;
    }

    .metroer-hero-copy {
        max-width: 66rem;
        color: #fff;
    }

    .metroer-hero-eyebrow {
        display: inline-block;
        margin-bottom: 2rem;
        font-size: 1.4rem;
        line-height: 1.4;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.82);
    }

    .metroer-hero-title {
        margin: 0;
        font-family: var(--font-primary);
        font-size: clamp(5.6rem, 8vw, 9.6rem);
        line-height: 0.94;
        font-weight: 400;
        letter-spacing: -0.05em;
        color: #fff;
    }

    .metroer-hero-desc {
        max-width: 46rem;
        margin: 2.6rem 0 0;
        font-size: 1.8rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.82);
    }

    .metroer-hero-controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding: 0 0 4.2rem;
    }

    .metroer-hero-controls-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
    }

    .metroer-hero-progress {
        position: relative;
        flex: 1 1 auto;
        max-width: 36rem;
        height: 2px;
        background: rgba(255, 255, 255, 0.25);
        overflow: hidden;
    }

    .metroer-hero-progress-bar {
        position: absolute;
        inset: 0 auto 0 0;
        width: 20%;
        background: #fff;
        transform-origin: left center;
        transition: transform 0.45s ease, width 0.45s ease;
    }

    .metroer-hero-nav {
        display: flex;
        align-items: center;
        gap: 1.2rem;
    }

    .metroer-hero-prev,
    .metroer-hero-next {
        width: 5.6rem;
        height: 5.6rem;
        border: 1px solid rgba(255, 255, 255, 0.26);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
        transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    }

    .metroer-hero-prev:hover,
    .metroer-hero-next:hover {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-2px);
    }

    .metroer-hero-prev i,
    .metroer-hero-next i {
        font-size: 1.7rem;
    }

    @media only screen and (max-width: 991px) {
        .metroer-hero-swiper,
        .metroer-hero-swiper .swiper-wrapper,
        .metroer-hero-swiper .swiper-slide {
            min-height: 640px;
        }

        .metroer-hero-content .container {
            padding-bottom: 10rem;
        }

        .metroer-hero-copy {
            max-width: 54rem;
        }

        .metroer-hero-title {
            font-size: clamp(4.6rem, 11vw, 7rem);
        }

        .metroer-hero-desc {
            max-width: 40rem;
            font-size: 1.6rem;
        }

        .metroer-hero-controls {
            padding-bottom: 3rem;
        }

        .metroer-hero-controls-inner {
            gap: 2rem;
        }
    }

    @media only screen and (max-width: 575px) {
        .metroer-hero-swiper,
        .metroer-hero-swiper .swiper-wrapper,
        .metroer-hero-swiper .swiper-slide {
            min-height: 560px;
        }

        .metroer-hero-overlay {
            background:
                linear-gradient(180deg, rgba(8, 12, 16, 0.14) 0%, rgba(8, 12, 16, 0.24) 24%, rgba(8, 12, 16, 0.72) 100%),
                linear-gradient(90deg, rgba(8, 12, 16, 0.52) 0%, rgba(8, 12, 16, 0.22) 100%);
        }

        .metroer-hero-content .container {
            padding-bottom: 11rem;
        }

        .metroer-hero-eyebrow {
            margin-bottom: 1.4rem;
            font-size: 1.1rem;
            letter-spacing: 0.18em;
        }

        .metroer-hero-title {
            font-size: clamp(4rem, 14vw, 5.8rem);
            line-height: 0.98;
        }

        .metroer-hero-desc {
            max-width: 100%;
            margin-top: 1.8rem;
            font-size: 1.4rem;
            line-height: 1.6;
        }

        .metroer-hero-controls {
            padding-bottom: 2.4rem;
        }

        .metroer-hero-controls-inner {
            gap: 1.6rem;
        }

        .metroer-hero-progress {
            max-width: none;
        }

        .metroer-hero-prev,
        .metroer-hero-next {
            width: 4.8rem;
            height: 4.8rem;
        }
    }
