/* 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: 0.5rem;
    padding-right: 0.5rem;
}

.hidden {
    display: none !important;
}

/* 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;
}

.brand-logo__icon {
    width: 45px;
    height: 22px;
    fill: #c00;
}

.brand-logo__theme {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0c0c0c;
    margin-left: 5px;
}

.main-nav {
    display: none;
    align-items: center;
    gap: 1rem;
}

.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: 1rem;
}

.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;
}

@media screen and (max-width: 768px) {
    .search-button {
        display: none;
    }
}

.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;
}

@media screen and (max-width: 768px) {
    .main-header {
        border-bottom: 2px solid #000000;
        margin-bottom: 0.5rem;
    }
}

/* 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;
}

@media screen and (max-width: 768px) {
    .tags-title {
        font-size: 0.775rem;
    }
}

/* 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 */
    }
}

/* 
=================================== */

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px
}

.hes-card {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 15px;
    flex: 1;
    min-width: 280px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-align: center;
}

/* Cabeçalhos */

.hes-header {
    padding: 15px;
    font-weight: 900;
    font-size: 18px;
    color: white;
    background-color: #949494;
    /* Cinza para os básicos */
    text-transform: uppercase;
}

/* Estilo do Kit de Destaque */

.hes-card.featured {
    border: 3px solid #682703;
    background-color: #faf5f0;
    transform: scale(1.03);
    z-index: 1;
}

.featured .hes-header {
    background-color: #682703;
}

.hes-body {
    padding: 15px;
}

.hes-body img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* Frete Dinâmico */

.delivery-box {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.delivery-date {
    color: #BE0807;
}

/* Botões com Animação Pulsar e Brilho */

.btn-buy {
    position: relative;
    /* Necessário para posicionar o brilho */
    overflow: hidden;
    /* Esconde o brilho quando sai das bordas */
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border: none;
    font-weight: 900;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.2s;
    animation: pulse 1.5s infinite;
}

/* Efeito de Brilho (Pseudo-elemento) */

.btn-buy::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
    transition: none;
    animation: shine 3s infinite;
    /* Velocidade do brilho */
}

/* Keyframes para o Brilho */

@keyframes shine {
    0% {
        left: -60%;
    }
    20% {
        left: 120%;
    }
    /* O brilho passa rápido */
    100% {
        left: 120%;
    }
    /* E espera antes de recomeçar */
}

/* Keyframes do Pulsar (já existente) */

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.btn-yellow {
    background: linear-gradient(to bottom, #FED712, #FBCD12);
    color: #000;
    border: 1px solid #A68A1A;
}

.btn-green {
    background: linear-gradient(to bottom, #44A344, #2E7D32);
    color: #fff;
    border: 1px solid #1E5128;
}

.btn-buy:hover {
    opacity: 0.9;
    animation-play-state: paused;
}

/* Pausa ao passar o mouse para facilitar o clique */

.secure-footer {
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* --- LÓGICA DE ORDEM REVERSA NO MOBILE --- */

@media (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
    .hes-card {
        width: 100%;
        max-width: 360px;
        transform: none !important;
    }
    /* Ordem personalizada no Mobile */
    .card-complete {
        order: 1;
    }
    /* Fica no topo */
    .card-good-value {
        order: 2;
    }
    .card-basic {
        order: 3;
    }
    /* Fica embaixo */
}

/* GUARANTEE */

.guarantee-section {
    background-color: #f4f7f9;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.guarantee-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.guarantee-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2a4b;
    margin-bottom: 10px;
    line-height: 1.2;
}

.guarantee-title .red-highlight {
    color: #c9302c;
}

.guarantee-content {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.guarantee-content {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.guarantee-badge {
    flex-shrink: 0;
    width: 200px;
}

.guarantee-badge img {
    width: 100%;
    height: auto;
}

.guarantee-text {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 30px;
}

.guarantee-text p {
    margin-bottom: 20px;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.trust-badges img {
    height: 50px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .guarantee-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .guarantee-content {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .guarantee-badge {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .guarantee-text {
        text-align: center;
    }
}

/* GUARANTEE */