/* GERAL E RESET */
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #111827;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.invisible {
    display: none;
}


.hidden {
    display: none !important;
}

.esconder {
    display: none;
}

/* CABEÇALHO */
/* CABEÇALHO */
.main-header {
    font-family: 'Jost', sans-serif;
    /* <-- ADICIONE ESTA LINHA */
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.5rem;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
}

.header-left {
    display: flex;
    align-items: center;
}

.mobile-menu-button {
    display: none;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 0.5rem;
}

.logo-cnn {
    color: #CC0000;
    font-weight: bold;
    font-size: 1.5rem;
}

.logo-health {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 0.5rem;
}

.main-nav {
    display: none;
    /* Escondido por padrão, aparece em telas maiores */
    align-items: center;
    gap: 1.5rem;
}

.main-nav a {
    color: #111827;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease-in-out;
}

.main-nav a:hover {
    color: #CC0000;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-action {
    display: none;
    /* Escondido por padrão */
    align-items: center;
    color: #374151;
    text-decoration: none;
}

.header-action:hover {
    color: #CC0000;
}

.header-action i {
    margin-right: 0.5rem;
}

.live-tv-text {
    color: #CC0000;
}

.search-button {
    padding: 0.5rem;
    border-radius: 9999px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #f3f4f6;
}

.search-button i {
    color: #374151;
}

.sign-in-button {
    display: none;
    /* Escondido por padrão */
    padding: 0.25rem 0.75rem;
    color: #111827;
    font-weight: bold;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.sign-in-button:hover {
    color: #CC0000;
    border-color: #CC0000;
}

/* Menu Mobile */
.mobile-menu {
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
}

.mobile-menu a {
    display: block;
    color: #111827;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5rem 0;
}

.mobile-menu a:hover {
    color: #CC0000;
}

.mobile-menu-divider {
    border-top: 1px solid #e5e7eb;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
}

.mobile-action {
    display: flex;
    align-items: center;
}

.mobile-action i {
    margin-right: 0.5rem;
}


/* SEÇÃO HERO */
.hero-section {
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

.hero-content {
    max-width: 1200px;
    margin: auto;
}

.breaking-news-badge {
    display: inline-block;
    color: #dc2626;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    padding: 0.25rem 0.5rem;
    background-color: rgba(220, 38, 38, 0.1);
    border-radius: 0.25rem;
}

.hero-content h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    color: #374151;
}

.hero-content .subtitle {
    font-size: 0.8rem;
    color: #4b5563;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 0.25rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.article-meta span {
    font-weight: bold;
}

.article-meta span:not(:first-child) {
    font-weight: normal;
}


/* VÍDEO */
.video-container {
    background-color: #f9fafb;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.video-header {
    background-color: #dc2626;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.video-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.video-header-left svg {
    width: 1.25rem;
    height: 1.25rem;
}

.video-header-left span {
    font-weight: 600;
}

.watch-now-badge {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
}

.video-player-wrapper {
    padding: 1rem;
}

.smartplayer-container {
    position: relative;
    max-width: 1080px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

vturb-smartplayer {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.video-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dc2626;
    font-weight: 600;
    font-size: 0.875rem;
}

.live-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #dc2626;
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.recording-warning {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 600;
}

.warning-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #dc2626;
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}


/* SEÇÃO DE TAGS */
.tags-section {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.tags-title {
    color: #4b5563;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tags-title svg {
    width: 1rem;
    height: 1rem;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.tag {
    background-color: #f3f4f6;
    color: #1f2937;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    transition: background-color 0.2s;
}

.tag:hover {
    background-color: #e5e7eb;
}

/* SEÇÃO DE PREÇOS */
.pricing-section {
    padding: 3rem 0;
    background-color: #fff;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 3rem;
    color: #dc2626;
    text-transform: uppercase;
    position: relative;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #dc2626, #ef4444);
    border-radius: 0.25rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.package-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(239, 68, 68, 0.2);
}

.package-card.popular {
    transform: scale(1.05);
    /* Destaque para o plano popular */
}

.badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ef4444;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.package-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    /* Espaço para o badge */
}

.package-image-container {
    margin: 20px auto;
    text-align: center;
    transition: transform 0.3s ease;
}

.package-card:hover .package-image-container {
    transform: scale(1.05);
}

.package-image {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.price-section {
    text-align: center;
    margin: 12px 0;
    padding: 20px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.price-per-bottle {
    font-size: 36px;
    font-weight: 900;
    color: #333;
}

.price-per-bottle span {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.total-price {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

.savings-info,
.shipping-info {
    color: #ef4444;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.features-list {
    list-style: none;
    padding: 0 0 10px;
    margin: 10px 0;
    text-align: center;
    flex: 1;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.features-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    width: 100%;
    padding: 2px 0;
}

.features-list li span {
    color: #ef4444;
    margin-right: 8px;
}

.package-footer {
    margin-top: auto;
    padding-top: 12px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-methods img {
    height: 20px;
    object-fit: contain;
}

.buy-button {
    width: 100%;
    background-color: #ef4444;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}

.buy-button:hover {
    background-color: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(239, 68, 68, 0.3);
}

/* MEDIA QUERIES PARA RESPONSIVIDADE */
@media (min-width: 768px) {
    .mobile-menu-button {
        display: block;
    }

    .main-nav,
    .header-action,
    .sign-in-button {
        display: flex;
    }

    .mobile-menu {
        display: none !important;
    }

    .hero-content h1 {
        font-size: 1.875rem;
    }

    .hero-content .subtitle {
        font-size: 1.125rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .package-card.popular {
        order: -1;
        /* Mover para o início */
    }
}