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

.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: 2rem 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: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  color: #4b5563;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

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

/* ========= DARK MODE =========
   Ative com <body class="dark"> ou <html class="dark">
   Cole este bloco AO FINAL do seu CSS atual
================================*/

/* Base */
.dark body {
  background-color: #0b0e14; /* fundo geral escuro */
  color: #e5e7eb; /* texto padrão claro */
}

/* Containers / utilitários */
.dark .container {
  color: inherit;
}
.dark .hidden,
.dark .esconder {
  display: none;
}

.dark .logo-cnn {
  color: #fff !important;
}

/* Cabeçalho */
.dark .main-header {
  background-color: #0f131a;
  border-bottom: 1px solid #1f2937;
}
.dark .header-content {
  color: #e5e7eb;
}

.dark .logo-cnn {
  color: #f87171;
}
.dark .logo-health {
  color: #f9fafb;
}

.dark .main-nav a {
  color: #e5e7eb;
}
.dark .main-nav a:hover {
  color: #f87171; /* tom de vermelho mais suave no hover */
}

.dark .header-action {
  color: #cbd5e1;
}
.dark .header-action:hover {
  color: #f87171;
}

.dark .search-button:hover {
  background-color: #111827;
}
.dark .search-button i {
  color: #cbd5e1;
}

.dark .sign-in-button {
  color: #e5e7eb;
  border-color: #334155;
}
.dark .sign-in-button:hover {
  color: #f87171;
  border-color: #f87171;
}

/* Menu Mobile */
.dark .mobile-menu {
  background-color: #0f131a;
  border-top: 1px solid #1f2937;
}
.dark .mobile-menu a {
  color: #e5e7eb;
}
.dark .mobile-menu a:hover {
  color: #f87171;
}
.dark .mobile-menu-divider {
  border-top: 1px solid #1f2937;
}

/* Seção Hero */
.dark .hero-section {
  background: transparent;
}
.dark .breaking-news-badge {
  color: #f87171;
  background-color: rgba(248, 113, 113, 0.12);
}
.dark .hero-content h1 {
  color: #f3f4f6;
}
.dark .hero-content .subtitle {
  color: #9ca3af;
}
.dark .article-meta {
  color: #9ca3af;
  border-bottom: 1px solid #1f2937;
}
.dark .article-meta span {
  color: #e5e7eb;
}

/* Vídeo */
.dark .video-container {
  background-color: #111827;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5),
    0 4px 6px -4px rgba(0, 0, 0, 0.5);
}
.dark .video-header {
  /* mantém o vermelho da sua identidade */
  background-color: #dc2626;
  color: #fff;
}
.dark .video-player-wrapper {
  background: transparent;
}
.dark .smartplayer-container {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.6),
    0 8px 10px -6px rgba(0, 0, 0, 0.6);
}
.dark vturb-smartplayer {
  filter: none;
}
.dark .video-footer {
  border-top: 1px solid #1f2937;
  color: #e5e7eb;
}
.dark .live-indicator {
  color: #f87171;
}
.dark .live-dot {
  background-color: #f87171;
}
.dark .recording-warning {
  color: #f87171;
}
.dark .warning-dot {
  background-color: #f87171;
}

/* Tags */
.dark .tags-section {
  background-color: #0f131a;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.dark .tags-title {
  color: #9ca3af;
}
.dark .tags-title svg {
  fill: currentColor;
}
.dark .tag {
  background-color: #111827;
  color: #e5e7eb;
}
.dark .tag:hover {
  background-color: #1f2937;
}

/* Preços / Cards */
.dark .pricing-section {
  background-color: #0b0e14;
}
.dark .section-title {
  color: #f87171; /* leve variação para legibilidade no dark */
}
.dark .section-title::after {
  background: linear-gradient(to right, #dc2626, #ef4444);
}

.dark .package-card {
  background: #0f131a;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}
.dark .package-card:hover {
  box-shadow: 0 15px 35px rgba(239, 68, 68, 0.12);
}
.dark .package-card.popular {
  /* mantém o destaque */
  transform: scale(1.05);
}

.dark .badge {
  background-color: #ef4444;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.dark .package-image-container {
  /* sem alteração de cores */
}
.dark .package-image {
  /* imagens intactas */
}

.dark .price-section {
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.dark .price-per-bottle {
  color: #f3f4f6;
}
.dark .price-per-bottle span {
  color: #cbd5e1;
}
.dark .total-price {
  color: #cbd5e1;
}
.dark .savings-info,
.dark .shipping-info {
  color: #f87171;
}

.dark .features-list {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.dark .features-list li {
  color: #e5e7eb;
}
.dark .features-list li span {
  color: #f87171;
}

.dark .package-footer {
  /* sem alteração */
}

.dark .payment-methods img {
  /* se os logotipos forem escuros, opcionalmente reduza a opacidade do fundo
       ou aplique um fundo claro local ao <img> via wrapper (não forçado aqui). */
  filter: none;
}

.dark .buy-button {
  background-color: #ef4444;
  color: #fff;
  box-shadow: 0 4px 6px rgba(239, 68, 68, 0.18);
}
.dark .buy-button:hover {
  background-color: #dc2626;
  box-shadow: 0 6px 12px rgba(239, 68, 68, 0.25);
}

/* Media Queries — comportamento visual mantido */
@media (min-width: 768px) {
  .dark .mobile-menu {
    display: none !important;
  }
  .dark .hero-content h1 {
    color: #f3f4f6;
  }
  .dark .hero-content .subtitle {
    color: #9ca3af;
  }
  /* grid e ordem permanecem iguais */
}
