/**
 * style.css
 * Estilos otimizados e organizados para a Página de Vendas SodaPeak
 */

/* Importação otimizada das fontes do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Nunito:wght@400;600;700;800;900&family=Roboto:wght@400;500;700;900&family=Sora:wght@400;600;700;800&display=swap');

/* Reset e Configurações Globais */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Mecanismo de Delay de Pitch */
.esconder {
  display: none;
}

.cronometro {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

/* 1. Barra de Urgência no Topo */
.top-bar {
  background-color: #DC2626;
  padding: 10px 16px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.top-bar p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  letter-spacing: 0.3px;
}

/* 2. Seção de Headline e Vídeo (VSL) */
.vsl-section {
  background-color: #000000;
  padding: 40px 16px 30px;
  text-align: center;
}

.vsl-container {
  max-width: 900px;
  margin: 0 auto;
}

.main-headline {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 25px;
}

.main-headline .highlight {
  color: #FCC012;
  display: block;
}

.video-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}

.sub-headline {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  margin-top: 15px;
}

/* 3. Seção do Título da Oferta */
.offer-header-section {
  background: radial-gradient(at center center, #61101A 0%, #000000 100%);
  padding: 60px 16px 30px;
  text-align: center;
}

.offer-main-title {
  font-family: 'Nunito', sans-serif;
  font-size: 44px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* 4. Grade de Ofertas (Pricing Cards) */
.offers-section {
  background-color: #FFFFFF;
  padding: 40px 16px 50px;
}

.offers-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: center;
}

/* Card Base */
.pricing-card {
  border: 3px solid #3F372B;
  border-radius: 25px;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  background-color: transparent;
}

.pricing-card:hover {
  transform: scale(1.04);
}

/* Header da Faixa de Oferta */
.card-ribbon {
  padding: 12px 20px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.card-ribbon h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* Corpo do Card */
.card-body {
  padding: 15px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

.card-bottles-title {
  font-family: 'Nunito', sans-serif;
  font-size: 35px;
  font-weight: 800;
  margin-top: 5px;
  line-height: 1.1;
}

.card-supply-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.card-image-wrapper {
  margin: -10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.card-image-wrapper img {
  width: 84%;
  height: auto;
  object-fit: contain;
}

/* Preço */
.price-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 5px 0 10px;
  line-height: 1;
}

.currency {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 12px;
  margin-right: 2px;
}

.amount {
  font-family: 'Nunito', sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 0.9;
}

.unit {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-left: 4px;
}

/* Lista de Vantagens (Bullets) */
.features-list {
  list-style: none;
  width: 100%;
  margin: 10px 0 18px;
  padding: 0 5px;
}

.features-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  padding: 4px 0;
}

.features-list li:not(:last-child) {
  border-bottom: 2px dotted #000000;
}

.features-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Botão de Compra */
.btn-buy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 6px;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 12px;
}

.btn-buy svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Cartões Aceitos */
.cards-img {
  width: auto;
  max-width: 180px;
  margin: 5px 0 10px;
}

/* Total e Frete */
.total-price {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  margin-bottom: 4px;
}

.shipping-info {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 800;
}

/* 4.1. Customizações Específicas do Card 1 (Básico - 2 Frascos) */
.card-basic .card-ribbon {
  background-color: #61101A;
  color: #FFFFFF;
}

.card-basic .card-body {
  background-color: #FFFFFF;
  color: #000000;
}

.card-basic .btn-buy {
  background-image: linear-gradient(180deg, #D1D1D1 49%, #BDBDBD 50%);
}

.card-basic .btn-buy:hover {
  background-image: linear-gradient(180deg, #B6B6B6 50%, #D1D1D1 50%);
}

.card-basic .features-list li svg.icon-gold {
  fill: #C0811D;
}

.card-basic .features-list li .text-gold {
  color: #4D330A;
}

/* 4.2. Customizações Específicas do Card 2 (Melhor Oferta - 6 Frascos) */
.card-best {
  position: relative;
}

.card-best .card-ribbon {
  background-color: #FFFFFF;
  color: #3F372B;
}

.card-best .card-body {
  background-image: radial-gradient(at center center, #61101A 50%, #1F1111 100%);
  color: #FFFFFF;
  border-radius: 0 0 22px 22px;
}

.card-best .card-bottles-title,
.card-best .card-supply-subtitle,
.card-best .price-box {
  color: #FFFFFF;
}

.card-best .features-list li {
  color: #FFEB9A;
  border-bottom: 2px dotted #FFFFFF;
}

.card-best .features-list li svg {
  fill: #FFCC00;
}

.card-best .btn-buy {
  background-image: linear-gradient(180deg, #FCC012 49%, #ECA609 50%);
}

.card-best .btn-buy:hover {
  background-image: linear-gradient(180deg, #FFA900 49%, #FCC012 50%);
}

@keyframes hv-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.75);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(251, 191, 36, 0);
  }
}

.btn-pulse {
  animation: hv-pulse 2s infinite;
}

.card-best .cards-img {
  max-width: 210px;
}

.card-best .shipping-info span {
  color: #FFFF00;
}

/* 4.3. Customizações Específicas do Card 3 (Mais Popular - 3 Frascos) */
.card-popular .card-ribbon {
  background-color: #61101A;
  color: #FFFFFF;
}

.card-popular .card-body {
  background-color: #FFFFFF;
  color: #000000;
}

.card-popular .btn-buy {
  background-image: linear-gradient(180deg, #D1D1D1 49%, #BDBDBD 50%);
}

.card-popular .btn-buy:hover {
  background-image: linear-gradient(180deg, #B6B6B6 50%, #D1D1D1 50%);
}

.card-popular .features-list li svg.icon-gold {
  fill: #C0811D;
}

.card-popular .features-list li .text-gold {
  color: #4D330A;
}

/* 5. Seção de Garantia e Selos */
.guarantee-section {
  background-color: #000000;
  padding: 60px 20px;
}

.guarantee-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

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

.guarantee-text {
  max-width: 580px;
  flex: 1 1 350px;
}

.guarantee-title {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 15px;
}

.guarantee-title .highlight-yellow {
  color: #FFFF00;
}

.guarantee-description {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #E2E8F0;
}

.guarantee-description p:not(:last-child) {
  margin-bottom: 15px;
}

.badges-container {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.badges-container img {
  width: 110px;
  height: auto;
  object-fit: contain;
}

/* 6. Responsividade */
@media (max-width: 1024px) {
  .offers-container {
    gap: 15px;
  }
  .amount {
    font-size: 75px;
  }
}

@media (max-width: 768px) {
  .offers-container {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  /* Reordenamento estratégico de conversão no mobile: Melhor oferta primeiro */
  .card-best {
    order: 1;
  }

  .card-popular {
    order: 2;
  }

  .card-basic {
    order: 3;
  }

  .main-headline {
    font-size: 24px;
  }

  .sub-headline {
    font-size: 18px;
  }

  .offer-main-title {
    font-size: 32px;
  }

  .guarantee-container {
    flex-direction: column;
    text-align: center;
  }

  .guarantee-text {
    text-align: center;
  }

  .badges-container img {
    width: 80px;
  }
}
