.home-hero {
    background: linear-gradient(135deg, #0d1226, #3b2686);
}
.home-hero .breadcrumb {
    backdrop-filter: blur(6px);
    background-color: rgba(0,0,0,0.35);
}
.home-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}
.home-card .icon-wrapper {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgba(255,255,255,0.08);
}

.home-cta {
    background: none;
}

.home-cta-card {
    background: linear-gradient(135deg, rgba(30, 16, 62, 0.95), rgba(52, 24, 110, 0.95));
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 25px 55px rgba(12, 5, 30, 0.75);
    position: relative;
    overflow: hidden;
}

.home-cta-card::after {
    content: '';
    position: absolute;
    inset: 14%;
    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 60%);
    opacity: 0.5;
    pointer-events: none;
}

.home-cta-card .btn-light {
    background: #fff;
}

.home-cta-card .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.6);
}

.home-cta-card .btn-outline-light:hover {
    border-color: rgba(255, 255, 255, 0.9);
}

.home-cta .btn {
    font-weight: 600;
}
.home-cta {
    background: linear-gradient(180deg, #0b0b12, #1b1b1f);
}

.multistream-promo-strip {
    padding: 1rem 0 0;
}

.multistream-promo-strip__slide {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 70px rgba(6, 4, 18, 0.55);
}

.multistream-promo-strip__carousel {
    position: relative;
}

.multistream-promo-strip--home .multistream-promo-strip__carousel {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    line-height: normal;
}

.multistream-promo-strip__image {
    display: block;
    width: 100%;
    height: clamp(380px, 42vw, 540px);
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #090a18, #160f2f 55%, #0b0b13 100%);
}

.multistream-promo-strip__content {
    display: none;
}

.multistream-promo-strip--home .multistream-promo-strip__cta {
    position: absolute;
    right: 1.35rem;
    bottom: 1.35rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 58px;
    padding: 0.85rem 1.4rem;
    border-radius: 18px;
    background: rgba(12, 10, 28, 0.88);
    border: 1px solid rgba(179, 108, 255, 0.58);
    box-shadow: 0 16px 32px rgba(11, 6, 24, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.multistream-promo-strip--home .multistream-promo-strip__cta:hover {
    transform: translateY(-1px);
    border-color: rgba(209, 171, 255, 0.9);
    background: rgba(27, 17, 56, 0.92);
    color: #fff;
    box-shadow: 0 20px 36px rgba(11, 6, 24, 0.5), 0 0 0 1px rgba(179, 108, 255, 0.18);
}

.multistream-promo-strip__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(179, 108, 255, 0.72);
    border-radius: 999px;
    background: rgba(131, 56, 236, 0.92);
    backdrop-filter: blur(14px);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
    opacity: 1 !important;
}

.multistream-promo-strip__nav:hover {
    background: rgba(154, 80, 255, 0.96);
    border-color: rgba(231, 214, 255, 0.92);
}

.multistream-promo-strip__nav span {
    display: inline-block;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.multistream-promo-strip__nav--prev {
    left: 1rem;
}

.multistream-promo-strip__nav--next {
    right: 1rem;
}

.multistream-promo-strip__dots {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.multistream-promo-strip__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.multistream-promo-strip__dot.active {
    background: #b36cff;
    box-shadow: 0 0 0 1px rgba(179, 108, 255, 0.32), 0 0 16px rgba(179, 108, 255, 0.42);
    transform: scale(1.12);
}

@media (max-width: 991px) {
    .multistream-promo-strip__image {
        height: clamp(290px, 56vw, 420px);
    }

    .multistream-promo-strip__slide {
        border-radius: 24px;
    }

    .multistream-promo-strip--home .multistream-promo-strip__cta {
        right: 1rem;
        bottom: 1rem;
        min-width: 154px;
        min-height: 52px;
        border-radius: 16px;
        font-size: 0.94rem;
    }

    .multistream-promo-strip--home .multistream-promo-strip__carousel {
        max-width: 100%;
    }

    .multistream-promo-strip__nav {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 575px) {
    .multistream-promo-strip__image {
        height: clamp(188px, 58vw, 252px);
        object-fit: contain;
        object-position: center;
    }

    .multistream-promo-strip {
        padding-top: 0.75rem;
    }

    .multistream-promo-strip__slide {
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(9, 10, 24, 0.98), rgba(16, 10, 34, 0.98));
        line-height: normal;
    }

    .multistream-promo-strip__content {
        display: block;
        padding: 0.95rem 1rem 0.2rem;
    }

    .multistream-promo-strip__title {
        margin: 0;
        font-size: 1.22rem;
        line-height: 1.05;
        font-weight: 900;
        color: #fff;
    }

    .multistream-promo-strip__description {
        margin: 0.35rem 0 0;
        font-size: 0.84rem;
        line-height: 1.35;
        color: rgba(239, 236, 247, 0.92);
    }

    .multistream-promo-strip--home .multistream-promo-strip__cta {
        display: none;
    }

    .multistream-promo-strip__nav,
    .multistream-promo-strip__dots {
        display: none !important;
    }

    .multistream-promo-strip__carousel {
        touch-action: pan-y pinch-zoom;
    }
}
