/* Animação zoom elástico - 3s parado + zoom + retorno elástico + subida */
@keyframes vapofil-pop {
  0%, 60% {
    transform: scale(1) translateY(0);
  }
  72% {
    transform: scale(1.35) translateY(-14px);
  }
  82% {
    transform: scale(0.97) translateY(0);
  }
  91% {
    transform: scale(1.04) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

/* Elemento oculto - exibido após delay do vídeo (classe .esconder - VTurb) */
.esconder {
  display: none;
}

/* Visível para edição - adicione "delay-visible" na div para ver os cards durante desenvolvimento */
.esconder.delay-visible {
  display: block !important;
}

/* Card VAPOFIL */
.vapofil-card {
  max-width: 480px;
  margin: 0 auto;
  background: linear-gradient(to right, #15223F, #0F335F);
  border: 2px solid #00d4ff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.vapofil-banner {
  background: linear-gradient(to right, #0F335F, #15223F);
  color: #7ED957;
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0 black;
}

.vapofil-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.vapofil-left {
  flex: 1;
  min-width: 180px;
  text-align: center;
}

.vapofil-offer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.vapofil-bottles {
  font-size: 1.9rem;
  font-weight: 800;
  color: #22c55e;
  text-transform: uppercase;
  text-shadow: 0 2px 0 black, 0 0 12px rgba(255, 220, 0, 0.4), 0 0 24px rgba(255, 200, 0, 0.25);
  animation: vapofil-pop 5s ease-in-out infinite;
}

.vapofil-price-old {
  font-size: 1rem;
  color: #ef4444;
  text-decoration: line-through;
}

.vapofil-price-new {
  font-size: 1.4rem;
  font-weight: 800;
  color: #22c55e;
  text-transform: uppercase;
}

.vapofil-supply {
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
}

.vapofil-bottles-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 8px auto 0;
  margin-bottom: 12px;
}

.vapofil-image-wrap {
  position: relative;
  width: 100%;
  max-width: 200px;
}

.vapofil-product-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.vapofil-badge-popular {
  position: absolute;
  top: -8px;
  left: -8px;
  background: #eab308;
  color: black;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.2;
  z-index: 2;
}

.vapofil-badge-shipping {
  position: absolute;
  top: 10px;
  right: -5px;
  background: #eab308;
  color: black;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 4px;
  z-index: 2;
}

.vapofil-right {
  flex: 1;
  min-width: 160px;
}

.vapofil-right-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}

.vapofil-right-pricing .vapofil-price-old {
  font-size: 1.25rem;
  color: #ef4444;
  text-decoration: line-through;
}

.vapofil-right-pricing .vapofil-price-new {
  font-size: 1.8rem;
  font-weight: 800;
  color: #22c55e;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.vapofil-free-ship {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.vapofil-benefits {
  list-style: none;
  margin-bottom: 12px;
}

.vapofil-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.vapofil-benefits li:first-child .check,
.vapofil-benefits li:first-child strong {
  color: #eab308;
}

.vapofil-benefits .check {
  color: #22c55e;
  font-size: 1.1rem;
  margin-right: 4px;
}

.vapofil-guarantee {
  font-size: 1.15rem;
  font-weight: 600;
  color: #eab308;
  text-align: center;
  margin-bottom: 4px;
  line-height: 1.3;
}

.vapofil-surprise {
  font-size: 1.05rem;
  font-weight: 400;
  color: #00d4ff;
  text-align: center;
  text-shadow: 0 2px 0 black, 0 0 12px rgba(234, 179, 8, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
  animation: vapofil-pop 5s ease-in-out infinite;
}

.vapofil-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 20px 16px;
  padding: 14px 24px;
  background: linear-gradient(to bottom, #01BF64 50%, #05AC5B 50%);
  border: 2px solid #05AC5B;
  border-radius: 10px;
  color: white;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0,0,0,0.35);
}

.vapofil-footer {
  text-align: center;
  padding-bottom: 16px;
  font-size: 1.1rem;
  color: white;
  text-transform: uppercase;
}

.vapofil-footer-guarantee {
  color: #D1D5DB;
}

.vapofil-footer-ship {
  font-weight: 700;
  font-size: 1.1rem;
  color: #eab308;
  margin-top: 4px;
}

/* Card Good Value */
.goodvalue-card {
  max-width: 480px;
  margin: 24px auto 0;
  background: white;
  border: 2px solid #1E5F74;
  border-radius: 16px;
  overflow: hidden;
}

.goodvalue-header {
  background: #0a1628;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 16px;
  border-radius: 14px 14px 0 0;
}

.goodvalue-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.goodvalue-bottom {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.goodvalue-left {
  flex: 1;
  min-width: 140px;
}

.goodvalue-bottles {
  font-size: 1.5rem;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-align: center;
}

.goodvalue-supply {
  font-size: 1rem;
  color: black;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}

.goodvalue-bottles-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 12px;
}

.goodvalue-image-wrap {
  position: relative;
  width: 100%;
  max-width: 160px;
}

.goodvalue-product-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.goodvalue-badge-shipping {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  background: #eab308;
  color: black;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}

.goodvalue-right {
  flex: 1;
  min-width: 160px;
}

.goodvalue-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.goodvalue-price-old {
  font-size: 1.35rem;
  color: #ef4444;
  text-decoration: line-through;
}

.goodvalue-price-new {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #eab308;
  text-shadow:
    -2px -2px 0 black,
    2px -2px 0 black,
    -2px 2px 0 black,
    2px 2px 0 black,
    -2px 0 0 black,
    2px 0 0 black,
    0 -2px 0 black,
    0 2px 0 black;
}

.goodvalue-free-ship {
  font-size: 1.05rem;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}

.goodvalue-shipping {
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: black;
}

.goodvalue-benefits {
  list-style: none;
  margin-bottom: 16px;
}

.goodvalue-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.goodvalue-benefits li:first-child {
  color: #2A5BA5;
}

.goodvalue-check {
  color: #2A5BA5;
  font-size: 0.95rem;
  margin-right: 4px;
  flex-shrink: 0;
}

.goodvalue-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 12px 24px;
  background: linear-gradient(to bottom, #DADADA 50%, #E0E0E0 50%);
  border: 2px solid #DADADA;
  box-shadow: 0 4px 0 #C6C6C6;
  border-radius: 8px;
  color: black;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 12px;
}

.goodvalue-total {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
  color: black;
}

.goodvalue-total .strike {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #6B7280;
  color: #6B7280;
  font-size: 0.95em;
}

.goodvalue-total-price {
  font-weight: 700;
}

.goodvalue-footer-ship {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ef4444;
}

.goodvalue-footer-ship .goodvalue-ship-gray {
  color: #6B7280;
}

.goodvalue-clone .goodvalue-footer-ship.goodvalue-clone-ship {
  color: #6B7280;
}

.satisfaction-block {
  width: calc(100% + 40px);
  margin: 24px -20px 0;
  background: white;
  padding: 20px 24px 24px;
  box-sizing: border-box;
}

.satisfaction-banner {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: black;
}

.guarantee-text {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ef4444;
  margin-top: 12px;
}

.guarantee-badge-wrap {
  width: calc(100% + 40px);
  margin: 0 -20px;
  text-align: center;
  padding: 8px 24px 24px;
  background: white;
}

.guarantee-badge {
  max-width: 140px;
  height: auto;
  display: inline-block;
}

.guarantee-description {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #374151;
  max-width: 480px;
  margin: 20px auto 0;
  padding: 0 20px 24px;
}

.guarantee-icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 20px;
  padding: 0 20px 24px;
}

.guarantee-icons-row .guarantee-icon {
  max-width: 60px;
  height: auto;
  display: block;
}

/* Reset e base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-dark: #1A1A2E;
  --bg-darker: #0F0F1A;
  --bg-card: #111827;
  --bg-border: #2A2A4E;
  --red-accent: #E50914;
  --red-bright: #FF0000;
  --text-white: #FFFFFF;
  --text-black: #000000;
  --hashtag-bg: #2D3748;
  --popup-bg: #FFFFFF;
  --border-light: rgba(255, 255, 255, 0.2);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #0B0E12;
  color: var(--text-white);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Mobile-first: layout principal */
.main-content {
  max-width: 100%;
  padding: 0 20px;
}

/* Card: banner + vídeo + status */
.video-card {
  margin-top: 32px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.7);
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #0F1419;
  border-bottom: 1px solid #1E2832;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.search-btn {
  background: none;
  border: none;
  color: var(--text-white);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn svg {
  width: 18px;
  height: 18px;
}

/* Exclusive Coverage Banner */
.exclusive-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  background-color: var(--red-accent);
  gap: 12px;
  border-radius: 12px 12px 0 0;
}

.banner-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.record-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
}

.banner-text {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.watch-now-btn {
  background-color: #A01918;
  border: none;
  border-radius: 4px;
  color: var(--text-white);
  padding: 6px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  white-space: nowrap;
}

/* Video Container */
.video-container {
  padding: 20px;
  background-color: var(--bg-card);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vturb-placeholder {
  position: relative;
  width: 95%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--bg-card);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* Quando o player VTurb está carregado, o container se ajusta ao tamanho do player */
.vturb-placeholder:has(vturb-smartplayer),
.vturb-placeholder:has(iframe[src*="vturb"]) {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
}

/* Esconde o overlay quando o player VTurb estiver carregado */
.vturb-placeholder:has(vturb-smartplayer) [data-vturb-fallback],
.vturb-placeholder:has(iframe[src*="vturb"]) [data-vturb-fallback] {
  display: none !important;
}

.video-overlay {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.red-overlays {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.exclamation-mark {
  position: absolute;
  font-size: 3rem;
  font-weight: 900;
  color: var(--red-accent);
  text-shadow: 0 0 20px rgba(229, 9, 20, 0.5);
  opacity: 0.9;
}

.exclamation-mark.top-left {
  top: 12px;
  left: 12px;
}

.exclamation-mark.top-right {
  top: 12px;
  right: 12px;
}

.exclamation-mark.bottom-right {
  bottom: 12px;
  right: 12px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--red-accent);
  border: none;
  color: var(--text-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(229, 9, 20, 0.5);
  z-index: 5;
}

.play-button svg {
  margin-left: 4px;
}

/* Status Bar */
.status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: var(--bg-card);
  gap: 12px;
  flex-wrap: wrap;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid var(--bg-border);
}

.status-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #F87171;
}

.status-item:last-child {
  font-size: 0.7rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #F87171;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Hashtag Section */
.hashtag-section {
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 32px 20px 32px;
  background-color: #0F1419;
  border-radius: 12px;
  text-align: center;
}

.notification-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: #9CA3AF;
}

.bell-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #9CA3AF;
}

.hashtags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hashtag {
  display: inline-block;
  padding: 6px 10px;
  background-color: rgba(31, 42, 55, 0.6);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-white);
  border: none;
}

/* Responsivo - tablets e desktop */
@media (min-width: 768px) {
  .main-content {
    max-width: 600px;
    margin: 0 auto;
  }

  .vturb-placeholder {
    max-width: 100%;
  }
}
