
.tvc-front-section {
    background: linear-gradient(180deg, #fff7f7 0%, #fff0ee 100%);
    padding: 52px 20px;
    margin: 48px 0 0;
}

.tvc-front-inner {
    max-width: 1320px;
    margin: 0 auto;
}

.tvc-front-title {
    position: relative;
    display: inline-block;
    font-size: 34px;
    line-height: 1.12;
    margin: 0 0 34px;
    padding-left: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #190c0c;
    text-transform: uppercase;
}

.tvc-front-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff3d3d 0%, #9d0000 100%);
    box-shadow: 0 0 18px rgba(216, 32, 32, 0.24);
}

.tvc-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 14px;
}

.tvc-track-viewport {
    position: relative;
    min-height: 720px;
    transition: height 0.18s ease-out;
}

.tvc-track {
    position: relative;
    min-height: inherit;
}

.tvc-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0) scale(0.94);
    transition: transform 0.22s cubic-bezier(.22,.61,.36,1), opacity 0.18s ease;
}

.tvc-slide.is-active,
.tvc-slide.is-prev,
.tvc-slide.is-next {
    opacity: 1;
}

.tvc-slide.is-active {
    z-index: 3;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.tvc-slide.is-prev {
    z-index: 1;
    transform: translate3d(-22%, 0, 0) scale(0.94);
    opacity: 0.42;
}

.tvc-slide.is-next {
    z-index: 1;
    transform: translate3d(22%, 0, 0) scale(0.94);
    opacity: 0.42;
}

.tvc-slide-grid {
    width: min(1060px, 80%);
    display: grid;
    grid-template-columns: minmax(320px, 46%) minmax(340px, 1fr);
    gap: 24px;
    align-items: stretch;
}

.tvc-embed-wrap,
.tvc-content-wrap {
    min-width: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(82, 16, 16, 0.14);
}

.tvc-embed-wrap {
    background: #ffffff;
    border: 1px solid rgba(99, 27, 27, 0.08);
    padding: 20px;
}

.tvc-content-wrap {
    position: relative;
    background: linear-gradient(180deg, #fff1ee 0%, #ffe4df 100%);
    border: 1px solid rgba(177, 44, 44, 0.14);
    padding: 34px 34px 36px;
}

.tvc-slide.is-prev .tvc-embed-wrap,
.tvc-slide.is-prev .tvc-content-wrap,
.tvc-slide.is-next .tvc-embed-wrap,
.tvc-slide.is-next .tvc-content-wrap {
    box-shadow: 0 14px 40px rgba(82, 16, 16, 0.08);
}

.tvc-telegram-embed,
.tvc-telegram-embed iframe,
.tvc-telegram-embed .telegram-post {
    width: 100% !important;
}

.tvc-telegram-embed iframe {
    border-radius: 18px;
    background: #fff;
}

.tvc-telegram-iframe {
    width: 100%;
    min-height: 620px;
    border: 0;
    border-radius: 18px;
    display: block;
    background: #fff;
}

.tvc-embed-placeholder {
    min-height: 620px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
    color: #5f3434;
}

.tvc-embed-placeholder a {
    color: #9d0000;
    font-weight: 700;
    text-decoration: none;
}

.tvc-embed-placeholder a:hover {
    text-decoration: underline;
}

.tvc-item-title {
    position: relative;
    margin: 0 0 18px;
    padding-top: 18px;
    font-size: 31px;
    line-height: 1.16;
    color: #220c0c;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.tvc-item-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 74px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff3a3a 0%, #980000 100%);
}

.tvc-item-description {
    font-size: 16px;
    line-height: 1.82;
    color: #512d2d;
}

.tvc-item-description p {
    margin: 0 0 14px;
}

.tvc-item-description p:last-child {
    margin-bottom: 0;
}

.tvc-arrow {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    border: 1px solid rgba(133, 19, 19, 0.14);
    background: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: #7e1111;
    box-shadow: 0 12px 26px rgba(99, 18, 18, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    z-index: 5;
}

.tvc-arrow:hover {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 16px 30px rgba(99, 18, 18, 0.18);
}

.tvc-arrow:disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1180px) {
    .tvc-slide-grid {
        width: min(980px, 86%);
    }

    .tvc-slide.is-prev {
        transform: translate3d(-18%, 0, 0) scale(0.94);
    }

    .tvc-slide.is-next {
        transform: translate3d(18%, 0, 0) scale(0.94);
    }
}

@media (max-width: 980px) {
    .tvc-track-viewport {
        min-height: 860px;
    }

    .tvc-slide-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: min(760px, 84%);
    }

    .tvc-slide.is-prev {
        transform: translate3d(-12%, 0, 0) scale(0.96);
    }

    .tvc-slide.is-next {
        transform: translate3d(12%, 0, 0) scale(0.96);
    }
}

@media (max-width: 767px) {
    .tvc-front-section {
        padding: 34px 16px;
        background: #fff6f5;
    }

    .tvc-front-title {
        font-size: 26px;
        margin-bottom: 22px;
        padding-left: 16px;
    }

    .tvc-carousel {
        display: block;
    }

    .tvc-track-viewport,
    .tvc-track {
        min-height: 0;
        position: static;
        overflow: visible;
        height: auto !important;
    }

    .tvc-slide {
        position: static;
        inset: auto;
        opacity: 1;
        pointer-events: auto;
        filter: none;
        transform: none;
        min-width: auto;
        margin-bottom: 30px;
        padding: 0 0 28px;
        border-bottom: 1px solid rgba(148, 38, 38, 0.14);
    }

    .tvc-slide:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .tvc-slide-grid {
        width: 100%;
        gap: 16px;
    }

    .tvc-embed-wrap {
        padding: 14px;
        border-radius: 22px;
    }

    .tvc-telegram-iframe,
    .tvc-embed-placeholder {
        min-height: 520px;
    }

    .tvc-content-wrap {
        padding: 24px 20px 22px;
        border-radius: 22px;
    }

    .tvc-item-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .tvc-arrow {
        display: none;
    }
}
