/* TOP TV Elementor Kit */
.top-tv-kit {
    --toptv-red: #ed1c16;
    --toptv-red-dark: #c90805;
    --toptv-black: #101010;
    --toptv-text: #111111;
    --toptv-muted: #666666;
    --toptv-border: #e8e8e8;
    --toptv-bg: #ffffff;
    --toptv-soft: #fff6f4;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--toptv-text);
    background: #fff;
    line-height: 1.4;
}

.top-tv-kit *,
.top-tv-kit *::before,
.top-tv-kit *::after {
    box-sizing: border-box;
}

.top-tv-kit a {
    text-decoration: none;
}

.toptv-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.toptv-header {
    height: 86px;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.toptv-logo img {
    display: block;
    width: 158px;
    height: auto;
}

.toptv-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
    font-size: 13px;
    font-weight: 700;
}

.toptv-nav a {
    color: #111;
    padding: 34px 0 30px;
    position: relative;
}

.toptv-nav a.is-active {
    color: var(--toptv-red);
}

.toptv-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 3px;
    border-radius: 3px;
    background: var(--toptv-red);
}

.toptv-langs {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 13px;
    font-weight: 700;
}

.toptv-langs a {
    color: #222;
    padding: 8px 11px;
    border-radius: 10px;
}

.toptv-langs a.is-active {
    background: #ffeceb;
    color: var(--toptv-red);
}

.toptv-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 580px;
    align-items: center;
    gap: 44px;
    min-height: 350px;
    padding: 26px 47px 26px;
    border: 1px solid #eeeeee;
    border-radius: 24px 24px 0 0;
    background:
        radial-gradient(circle at 100% 40%, rgba(237, 28, 22, .08), transparent 36%),
        linear-gradient(180deg, #fff 0%, #fff 76%, #fff2ef 100%);
}

.toptv-hero::after {
    content: "";
    position: absolute;
    right: -145px;
    bottom: -55px;
    width: 580px;
    height: 240px;
    border-radius: 50%;
    border: 1px solid rgba(237, 28, 22, .13);
    transform: rotate(-10deg);
    box-shadow:
        -18px 10px 0 rgba(237, 28, 22, .03),
        -44px 24px 0 rgba(237, 28, 22, .025),
        -72px 38px 0 rgba(237, 28, 22, .02);
    pointer-events: none;
}

.toptv-hero-copy {
    position: relative;
    z-index: 2;
}

.toptv-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(46px, 5.6vw, 68px);
    line-height: .98;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.toptv-hero p {
    margin: 0 0 28px;
    color: #676767;
    font-size: 24px;
    font-weight: 500;
}

.toptv-hero-actions {
    display: flex;
    gap: 27px;
    align-items: center;
    flex-wrap: wrap;
}

.toptv-btn {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 800;
    transition: .2s ease;
}

.toptv-btn-primary {
    background: var(--toptv-red);
    color: #fff;
    box-shadow: 0 6px 18px rgba(237, 28, 22, .18);
}

.toptv-btn-primary:hover {
    background: var(--toptv-red-dark);
    color: #fff;
}

.toptv-btn-outline {
    background: #fff;
    border: 1.5px solid var(--toptv-red);
    color: var(--toptv-red);
}

.toptv-btn-outline:hover {
    background: #fff7f6;
    color: var(--toptv-red);
}

.toptv-mini-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 999px;
    background: #fff;
    color: var(--toptv-red);
    font-size: 10px;
}

.toptv-hero-media {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 18px;
    min-height: 305px;
    box-shadow: 0 14px 42px rgba(0, 0, 0, .22);
    background: #210303;
}

.toptv-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 305px;
    object-fit: cover;
}

.toptv-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    border-radius: 50%;
    background: #fff;
    color: var(--toptv-red);
    font-size: 21px;
    box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

.toptv-live-name {
    position: absolute;
    left: 24px;
    bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

.toptv-live-name i {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--toptv-red);
    border-radius: 50%;
}

.toptv-live-badge {
    position: absolute;
    right: 19px;
    bottom: 22px;
    padding: 9px 15px;
    border-radius: 7px;
    background: var(--toptv-red);
    color: #fff;
    font-weight: 900;
    font-size: 15px;
}

.toptv-section {
    padding-top: 24px;
}

.toptv-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.toptv-section-head.is-left {
    justify-content: flex-start;
    margin-bottom: 14px;
}

.toptv-section-head h2 {
    position: relative;
    margin: 0;
    padding-left: 19px;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .01em;
}

.toptv-section-head h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 19px;
    border-radius: 8px;
    background: var(--toptv-red);
}

.toptv-section-head a {
    color: #555;
    font-size: 13px;
    font-weight: 600;
}

.toptv-section-head a span,
.toptv-feature-card a span,
.toptv-news-card a span,
.toptv-about a span {
    color: var(--toptv-red);
}

.toptv-emissions {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 21px;
}

.toptv-emission-card,
.toptv-feature-card,
.toptv-news-card,
.toptv-about {
    background: #fff;
    border: 1px solid var(--toptv-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,.02);
}

.toptv-emission-card img {
    width: 100%;
    aspect-ratio: 140 / 179;
    object-fit: cover;
    display: block;
}

.toptv-emission-card div {
    padding: 11px 12px 15px;
}

.toptv-emission-card h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 900;
}

.toptv-emission-card p {
    margin: 0;
    color: #777;
    font-size: 12px;
    font-weight: 600;
}

.toptv-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
    padding-top: 26px;
}

.toptv-feature-card {
    position: relative;
    min-height: 168px;
    padding: 20px 20px 17px;
    overflow: hidden;
}

.toptv-feature-card::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(237,28,22,.13);
    border-radius: 50%;
}

.toptv-feature-card:nth-child(1)::after {
    content: "⌁";
    border: 0;
    width: auto;
    height: auto;
    right: 26px;
    bottom: 22px;
    color: var(--toptv-red);
    font-size: 72px;
    line-height: 1;
}

.toptv-feature-card:nth-child(2)::after {
    content: "▶";
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--toptv-red);
    font-size: 28px;
}

.toptv-feature-card:nth-child(3)::after {
    content: "📣";
    border: 0;
    right: 27px;
    bottom: 30px;
    font-size: 62px;
    line-height: 1;
    width: auto;
    height: auto;
}

.toptv-feature-card:nth-child(4)::after {
    content: "☊";
    border: 0;
    right: 22px;
    bottom: 20px;
    color: var(--toptv-red);
    font-size: 76px;
    line-height: 1;
}

.toptv-feature-title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 25px;
    margin-bottom: 18px;
}

.toptv-feature-icon {
    color: var(--toptv-red);
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
}

.toptv-feature-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
}

.toptv-small-badge {
    margin-left: auto;
    padding: 5px 9px;
    border-radius: 6px;
    background: var(--toptv-red);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.toptv-feature-card p {
    max-width: 160px;
    margin: 0 0 20px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}

.toptv-feature-card a,
.toptv-news-card a,
.toptv-about a {
    color: var(--toptv-red);
    font-size: 13px;
    font-weight: 800;
}

.toptv-news-about {
    display: grid;
    grid-template-columns: 1fr 275px;
    gap: 21px;
    padding-top: 28px;
}

.toptv-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.toptv-news-card img {
    width: 100%;
    aspect-ratio: 214 / 108;
    object-fit: cover;
    display: block;
}

.toptv-news-card div {
    padding: 13px 16px 18px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}

.toptv-news-card time {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.toptv-news-card h3 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    flex: 1;
}

.toptv-about {
    padding: 0 14px 18px;
}

.toptv-about .toptv-section-head {
    margin-top: 17px;
}

.toptv-about img {
    width: 100%;
    display: block;
    border-radius: 6px;
    aspect-ratio: 232 / 82;
    object-fit: cover;
}

.toptv-about p {
    margin: 15px 0 15px;
    color: #444;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.toptv-gallery-wrap {
    padding-top: 25px;
}

.toptv-gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.toptv-gallery img {
    width: 100%;
    aspect-ratio: 108 / 55;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.toptv-partners-wrap {
    padding-top: 18px;
    padding-bottom: 27px;
}

.toptv-partners {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}

.toptv-partners span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    border: 1px solid var(--toptv-border);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.toptv-partners img {
    width: 100%;
    max-width: 104px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.toptv-footer {
    background: radial-gradient(circle at 0 0, rgba(237,28,22,.17), transparent 18%), #151515;
    color: #fff;
    border-radius: 44px 44px 0 0;
    margin-top: 0;
}

.toptv-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 31px 28px 35px;
    display: grid;
    grid-template-columns: 260px 1px 340px 250px 1fr;
    gap: 30px;
    align-items: start;
}

.toptv-footer-inner::before {
    content: "";
    width: 1px;
    height: 78px;
    background: rgba(255,255,255,.25);
    grid-column: 2;
    grid-row: 1;
}

.toptv-footer-brand img {
    width: 155px;
    display: block;
    margin-bottom: 16px;
}

.toptv-footer-brand p,
.toptv-footer-contact p,
.toptv-footer-copy p {
    margin: 0;
    color: #d9d9d9;
    font-size: 13px;
    line-height: 1.55;
}

.toptv-footer-contact h3,
.toptv-footer-social h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: 900;
}

.toptv-footer-contact p {
    margin-bottom: 6px;
}

.toptv-footer-social div {
    display: flex;
    gap: 14px;
    align-items: center;
}

.toptv-footer-social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #246fe8;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}

.toptv-footer-social a:nth-child(2) {
    background: #080808;
}

.toptv-footer-social a:nth-child(3) {
    background: #f00;
}

.toptv-footer-social a:nth-child(4) {
    background: linear-gradient(135deg, #743ad5, #d53a9d, #ff9f00);
}

.toptv-footer-copy {
    text-align: right;
    align-self: end;
}

@media (max-width: 1120px) {
    .toptv-header {
        grid-template-columns: 170px 1fr;
    }
    .toptv-langs {
        grid-column: 1 / -1;
        justify-content: flex-end;
        margin-top: -22px;
    }
    .toptv-hero {
        grid-template-columns: 1fr;
    }
    .toptv-hero-media {
        min-height: 260px;
    }
    .toptv-emissions {
        grid-template-columns: repeat(3, 1fr);
    }
    .toptv-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .toptv-news-about {
        grid-template-columns: 1fr;
    }
    .toptv-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
    .toptv-partners {
        grid-template-columns: repeat(5, 1fr);
    }
    .toptv-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    .toptv-footer-inner::before {
        display: none;
    }
    .toptv-footer-copy {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .toptv-page {
        padding: 0 16px;
    }
    .toptv-header {
        height: auto;
        padding: 18px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .toptv-nav,
    .toptv-langs {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 18px;
        margin: 0;
        padding-bottom: 8px;
    }
    .toptv-nav a {
        padding: 8px 0;
        white-space: nowrap;
    }
    .toptv-nav a.is-active::after {
        bottom: 0;
    }
    .toptv-hero {
        padding: 30px 20px;
        border-radius: 20px 20px 0 0;
        gap: 26px;
    }
    .toptv-hero h1 {
        font-size: 42px;
    }
    .toptv-hero p {
        font-size: 18px;
    }
    .toptv-hero-media,
    .toptv-hero-media img {
        min-height: 220px;
    }
    .toptv-emissions,
    .toptv-news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .toptv-feature-grid,
    .toptv-gallery,
    .toptv-partners {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .toptv-footer {
        border-radius: 26px 26px 0 0;
    }
    .toptv-footer-inner {
        padding: 30px 20px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .toptv-emissions,
    .toptv-news-grid,
    .toptv-feature-grid,
    .toptv-gallery,
    .toptv-partners {
        grid-template-columns: 1fr;
    }
    .toptv-hero-actions {
        gap: 14px;
    }
    .toptv-btn {
        width: 100%;
    }
}
