/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #333;
}

/* Grid System */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Hero */
.hero {
  background-image: url(img/background.webp);
  background-size: cover;
  background-position: center bottom;
  color: white;
  padding: 60px 0;
}

.headline {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.highlight {
  background-color: #aa0000;
}

.subheadline {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 1rem;
}

.video-placeholder {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

/* Estiliza corretamente o player do Wistia */
/* Modo expansão */
.hero.full-video-mode .container,
.hero.full-video-mode .row,
.hero.full-video-mode .headline,
.hero.full-video-mode .subheadline {
  display: none !important;
}
.hero.full-video-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 !important;
}
.mute-button{
    display: none;
}
.offer-box{
    flex: 1 1 20%;
}
.offer {
  display: none;
}
.offer>div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
/* Botão visível */
.unmute-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  padding: 15px 30px;
  background-color: #16a34a;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  z-index: 999;
  pointer-events: auto;
}
@keyframes pulse2 {
  0% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 1.3;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.unmute-button {
  animation: pulse2 1.2s ease-in-out infinite;
  z-index: 10;
}
/* Botão invisível sobre o vídeo */
.overlay-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 998;
}

/* Animação do botão CTA do popup */
.pulse {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.video-placeholder {
  width: 100%;
  max-width: 1280px;
  aspect-ratio: 16 / 9;
  position: relative;
}

wistia-player {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}
.video-placeholder {
  position: relative;
}
.video-placeholder *{
    object-fit: contain;
}
  .mute-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(22, 163, 74, 0.95);
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    z-index: 10;
    animation: pulse 1.5s infinite ease-in-out;
  }
.video-container *{
    max-height: 100%;
}
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.08);
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }
/* Offer */
.offer {
  background: #fef3c7;
  padding: 60px 0;
  text-align: center;
}

.order-now {
  color: #152259;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.offer-box {
  background: white;
  border: 2px solid #e9c562;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.content-holder-card{
padding: 60px;
}
.tag {
  color: #d97706;
  font-weight: bold;
  margin-bottom: 12px;
}

.product-img {
  max-width: 100%;
  margin: 16px 0;
}

.price-section {
  font-size: 1.5rem;
  margin: 12px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
}

.new-price {
  font-weight: bold;
  color: #000;
  font-size: 70px;
}

.per-bottle {
  max-width: 50px;
  text-align: left;
  font-size: 1.2rem;
}
.save {
  color: #368000;
  font-weight: bold;
  margin: 0px 0;
  font-size: 22px;
}
.tag img{
    width: 100%;
}
.benefits img{
    max-width: 20px;
    rotate: 45deg;
}
body .benefits li{
    display: flex;
    align-items: center;
    gap: 7px;
    
    font-size: 29px;
}
.tag p{
    display: block;
    position: absolute;
    top: 25px;
    z-index: 1;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    width: 100%;
}
.tag p span{
    font-size: 17px;
}
.tag{
    position: relative;
}
.benefits {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  text-align: left;
}

.benefits li {
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.cta-button {
  background:linear-gradient(to top, #47a601, #5eda03, #47a601);
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  font-size: 1rem;
  display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-button .small {
  font-size: 0.75rem;
  margin-left: 8px;
  background: #16a34a;
}

/* Footer */
.footer {
  font-size: 0.75rem;
  color: #6b7280;
  padding: 40px 16px;
  text-align: center;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}
/* === Popup Overlay === */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none; /* Set to 'block' to trigger popup manually */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 16px;
}

/* === Popup Content === */
.popup-content {
  background-color: #fff;
  padding: 32px;
  max-width: 460px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* === Close Button === */
.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
}

/* === Headline & Text === */
.popup-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #1d4ed8;
}

.popup-text {
  font-size: 1rem;
  margin-bottom: 24px;
}

/* === Offer Box === */
.popup-offer-box {
  background: #fef3c7;
  border: 2px solid #facc15;
  border-radius: 10px;
  padding: 20px;
}

.popup-tag {
  color: #d97706;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-product-img {
  max-width: 180px;
  margin: 12px auto;
}

.popup-price {
  font-size: 1.2rem;
  margin: 12px 0;
}

.popup-old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
}

.popup-new-price {
  font-weight: bold;
  color: #000;
}

.popup-per-bottle {
  display: block;
  font-size: 0.9rem;
}

/* === CTA Button === */
.popup-cta-button {
  background-color: #16a34a;
  color: white;
  font-weight: bold;
  padding: 14px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
  animation: pulse-glow 1.5s infinite ease-in-out;
  transition: transform 0.2s ease;
}

.popup-cta-button:hover {
  transform: scale(1.08);
  background-color: #15803d;
}
@keyframes pulse-glow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0px rgba(22, 163, 74, 0.5);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(22, 163, 74, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0px rgba(22, 163, 74, 0.5);
  }
}
/* === Disclaimer === */
.popup-disclaimer {
  font-size: 0.75rem;
  margin-top: 16px;
  color: #555;
}
