html {
    margin-top: 0 !important;
}

body {
    background-color: #0C0C0C;
}

.modalMW-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.modalMW-content {
    position: relative;
    max-width: 90%;
    width: 800px;
    max-height: 90%;
    aspect-ratio: 16 / 9;
}

.modalMW-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.modalMW-close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: #f00;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.modalMW-close:hover {
    background: #c00;
}

.tv-gazeta-header {
    background: transparent;
    width: 100%;
    padding: 1rem 2rem;
    position: relative;
    z-index: 100;
}

.tv-gazeta-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.tv-gazeta-logo {
    display: flex;
    align-items: center;
}

.tv-gazeta-logo img {
    height: 64px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.tv-gazeta-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.tv-gazeta-nav a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}

.tv-gazeta-nav a:hover {
    opacity: 0.8;
}


.tv-gazeta-circle-indicator {
    position: fixed;
    top: -30%;
    right: -12%;
    width: 60vw;
    height: 60vh;
    border-radius: 50%;
    z-index: -1;
    transition: background-color 0.5s ease;
    pointer-events: none;
    box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.2);
    filter: blur(120px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* Seção de programas TV Gazeta */
.tv-gazeta-programas {
    margin-top: 40px;
    position: relative;
}

.tv-gazeta-programas-container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.tv-gazeta-programas-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    max-width: 1240px;
    overflow: hidden;
}

.tv-gazeta-slide-container {
    height: 456px;
    margin-left: 70px;
}

/* Conteúdo textual à esquerda */
.tv-programa-content-wrapper {
    height: fit-content;
}

.tv-programa-live-badge {
    display: inline-block;
    background-color: #E60000;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.tv-programa-titulo {
    color: white;
    font-size: clamp(32px, 5vw, 60px);
    font-weight: bold;
    line-height: 1.2;
}

.tv-programa-descricao {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 24px;
    max-width: 710px;
    letter-spacing: -0.36px;
    margin-top: 18px;
}

.tv-programa-botao {
    display: flex;
    max-width: 336px;
    align-items: center;
    justify-content: center;
    color: #131313;
    padding: 11px 137px;
    font-size: clamp(14px, 1.5vw, 18px);
    margin-top: 36px;
    height: 46px;
    border-radius: 23px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tv-programa-pagination {
    display: flex;
    gap: 8px;
    margin-top: 89px;
    max-width: 332px;
}

.tv-programa-bullet {
    flex: 1;
    height: 5px;
    border: 0;
    background: #FF851D 0% 0% no-repeat padding-box;
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
    opacity: 0.3;
}

.tv-programa-bullet.is-active {
    opacity: 1;
}

@media (max-width: 796px) {
    .tv-programa-pagination {
        margin-top: 40px;
        width: 100%;
        max-width: 232px;
    }
}

/* Carousel à direita */
.splide.tv-gazeta-programas-carousel {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.splide.tv-gazeta-programas-carousel .splide__slide {
    max-width: 322px !important;
}

.splide.tv-gazeta-programas-carousel .splide__slide {
    margin-right: 10px !important;
}

.splide.tv-gazeta-programas-carousel .splide__slide:last-child {
    margin-right: 0px !important;
}

.splide.tv-gazeta-programas-carousel .splide__slide .tv-programa-card-image {
    max-width: 322px !important;
    transform: scale(0.85);
    opacity: 0.6;
}

.splide.tv-gazeta-programas-carousel .splide__slide.is-active .tv-programa-card-image {
    transform: scale(1);
    opacity: 1;
}

.tv-programa-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    max-width: 322px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.5s ease;
}

.tv-programa-card-image {
    position: relative;
    width: 100%;
    max-width: 322px;
    height: 456px;
    border-radius: 20px;
    overflow: hidden;
}

.tv-programa-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.5s ease;
}

.tv-programa-card-image:hover img {
    transform: scale(1.05);
}

.tv-programa-card-titulo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

/* Splide paginação */
.tv-gazeta-programas-carousel .splide__pagination {
    bottom: -3rem;
    left: 0;
    text-align: left;
}

.tv-gazeta-programas-carousel .splide__pagination__page {
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 4px;
    border-radius: 2px;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

.tv-gazeta-programas-carousel .splide__pagination__page.is-active {
    background: white;
}

/* Seções de vídeos */
.tv-gazeta-secoes-videos {
    max-width: 1240px;
    margin: 4rem auto;
    padding: 0 20px;
}

.tv-gazeta-secao-video {
    margin-bottom: 4rem;
}

.tv-gazeta-secao-video:last-child {
    margin-bottom: 0;
}

.tv-gazeta-secao-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.tv-gazeta-secao-titulo {
    color: white;
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.64px;
    margin: 0;
}

.tv-gazeta-secao-logo {
    display: flex;
    align-items: center;
}

.tv-gazeta-secao-logo>img {
    width: 200px;
    height: 50px;
    object-position: bottom left;
}

.tv-gazeta-secao-logo img {
    height: 100%;
    width: auto;
    max-width: 300px;
    object-fit: contain;
}

.tv-gazeta-secao-more {
    background: transparent;
    border: none;
    color: white;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.tv-gazeta-secao-more:hover {
    transform: scale(1.1);
}

/* Carousel de vídeos */
.splide.tv-gazeta-secao-carousel {
    width: 100%;
    overflow: visible;
}

.tv-gazeta-video-card figure {
    position: relative;
    height: 317px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    margin: 0;
    background-color: #1a1a1a;
}

.tv-gazeta-video-card figure>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tv-gazeta-video-card:hover figure>img {
    transform: scale(1.5);
}

.tv-gazeta-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #fff;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.tv-gazeta-video-card .tv-gazeta-video-play>img {
    width: 20px;
    height: 20px;
}

.tv-gazeta-video-card {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tv-gazeta-video-card h3 {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 20px;
    letter-spacing: -.14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tv-gazeta-video-card p {
    color: #fff;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 400;
    line-height: 22px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsivo */
@media (max-width: 992px) {
    .tv-gazeta-programas-container {
        padding: 0;
    }

    .tv-programa-content-wrapper {
        padding: 0 20px;
    }

    .tv-gazeta-slide-container {
        height: auto;
        padding: 0;
        ;
        margin-left: 0;
    }

    .splide.tv-gazeta-programas-carousel .splide__pagination {
        display: none;
    }

    .splide.tv-gazeta-programas-carousel {
        position: inherit;
    }

    .splide.tv-gazeta-programas-carousel .splide__slide,
    .tv-programa-card-image {
        max-width: 200px !important;
        height: 284px;
    }

    .tv-gazeta-header-container {
        justify-content: center;
    }

    .tv-gazeta-nav {
        display: none;
    }

    .tv-gazeta-programas-content {
        display: flex;
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .tv-programa-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        position: relative;

    }

    .tv-programa-titulo {
        font-size: clamp(32px, 8vw, 60px);
        font-weight: bold;
    }

    .tv-gazeta-circle-indicator {
        right: 17%;
    }

    .tv-gazeta-secoes-videos {
        margin: 3rem auto;
    }

    .tv-gazeta-secao-video {
        margin-bottom: 3rem;
    }

    .tv-gazeta-secao-logo {
        height: 40px;
    }

    .tv-gazeta-secao-logo img {
        max-width: 200px;
    }

    .tv-gazeta-secao-more {
        font-size: 24px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 400px) {
    .tv-gazeta-secao-carousel .splide__slide {
        max-width: 140px;
    }

    .tv-gazeta-video-card figure {
        height: 194px;
    }
}

/* Hero de vídeo (TV Gazeta) */
.tv-hero {
    max-width: 1240px;
    margin: 2rem auto 3rem auto;
    padding: 0 20px;
}

.tv-hero-container {
    width: 100%;
}

.tv-hero-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    background: linear-gradient(180deg, rgba(16, 51, 70, 1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding: 32px;
}

.tv-hero-grid>img {
    width: 156px;
    height: 52px;
}

.tv-hero-text {
    max-width: 458px;
}

.tv-hero-title {
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.2;
    margin: 0;
    font-weight: bold;
    margin-top: 32px;
}

.tv-hero-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(14px, 1.6vw, 14px);
    line-height: 20px;
    margin-top: 12px;
    letter-spacing: -0.28px;
    font-family: 'OpenSans-Regular';
}

.tv-hero-cta {
    max-width: 336px;
    width: 336px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 63px;
    height: 46px;
    padding: 0 28px;
    background: #f08a00;
    color: #131313;
    border-radius: 23px;
    font-weight: 700;
    font-size: clamp(16px, 1.8vw, 18px);
    text-decoration: none;
    transition: transform .2s ease, filter .2s ease;
    letter-spacing: -0.36px;
    color: #0B293A;
}

.tv-hero-cta.mobile {
    display: none;
}

.tv-hero-cta:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.tv-hero-iframe-wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.tv-hero-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.tv-hero-player {
    display: flex;
    width: 100%;
    max-width: 644px;
    min-height: 365px;
    height: 100%;
}

.ultimas-noticias {
    max-width: 1240px;
    margin: 4rem auto;
    padding: 0 20px;
}

.ultimas-noticias>h2 {
    font-family: 'InterTight-Bold', sans-serif;
    font-weight: bold;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.ultimas-noticias>div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.ultimas-noticias>div>a {
    position: relative;
    width: 100%;
    height: 228px;
    border-radius: 20px;
    overflow: hidden;
}

.ultimas-noticias>div>a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #18181833 0%, #181818 100%) 0% 0% no-repeat padding-box;
}

.ultimas-noticias>div>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ultimas-noticias>div>a>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: 2;
}

.ultimas-noticias>div>a>div>h3 {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #FFFFFF;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ultimas-noticias>div>a>div>h3>div {
    width: 8px;
    height: 8px;
    border: 2px solid #138849;
    border-radius: 50%;
}

.ultimas-noticias>div>a>div>p {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    color: #FFFFFF;
}

@media (max-width: 992px) {

    .tv-hero-grid,
    .tv-hero-player {
        flex-direction: column;
    }

    .tv-hero-player {
        min-height: auto;
    }

    .tv-hero-iframe {
        min-height: 190px;
    }

    .tv-hero-cta {
        display: none;
    }

    .tv-hero-cta.mobile {
        display: flex;
        margin-top: 20px;
    }

    .tv-hero-title {
        text-align: center;
    }

    .tv-hero-description {
        text-align: center;
    }

    .tv-hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ultimas-noticias>h2 {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: unset;
        margin-bottom: 16px;
    }

    .ultimas-noticias>div {
        justify-content: unset;
        flex-direction: column;
        gap: 18px;
    }
}