/* ============================================================
   61peak - SodaPeak VSL 6.1.0
   Estrutura: base -> secoes da pagina -> componentes portados
   (pricing table, reviews, purchase notification).
   Para replicar em outro produto: trocar cores da marca,
   imagens e textos no index.html + CONFIG no js/main.js.
   ============================================================ */

/* ---------- Base ---------- */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, sans-serif;
  background: #000;
  color: #000;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-wrap: break-word;
}

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

button {
  border: none;
  outline: 0;
  background: 0 0;
  cursor: pointer;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/* Blocos revelados pelo player no momento do pitch (js/main.js) */
.esconder {
  display: none;
}

/* ---------- Barra de atencao ---------- */
.attention-bar {
  background: #c61111;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

/* ---------- VSL ---------- */
.video-section {
  background: #000;
  padding-top: 30px;
}

.video-section .video-wrap {
  margin-bottom: 30px;
}

.video-section .vsl-headline {
  max-width: 400px;
  margin: 0 auto 18px;
  padding: 0 14px;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.video-section .vsl-headline h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.video-section .vsl-headline-accent {
  color: #f0c060;
}

.video-section .vsl-headline-sub {
  max-width: 400px;
  margin: -12px auto 0;
  padding: 0 8px 22px;
  text-align: center;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .video-section {
    padding-top: 22px;
  }
  .video-section .vsl-headline h1 {
    font-size: 23px;
  }
}

/* ---------- Banner da oferta (esconder) ---------- */
.reveal-banner {
  background: #2a0b13;
  padding: 30px 0 20px;
  text-align: center;
}

.reveal-banner h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #f0c060;
}

.reveal-banner .countdown {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .reveal-banner h2 {
    font-size: 16px;
  }

  .reveal-banner .countdown {
    font-size: 36px;
  }
}

/* ---------- Oferta: precos + depoimentos (esconder) ---------- */
.offer-section {
  background: #ebebeb;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .offer-section {
    padding: 0 5px;
  }
}

.offer-caret {
  text-align: center;
  color: #2a0b13;
  margin-top: -30px;
  margin-bottom: -10px;
}

.offer-caret svg {
  height: 61px;
  fill: currentColor;
}

@media (max-width: 480px) {
  .offer-caret {
    margin-bottom: -25px;
  }
}

.offer-section .pricing-wrapper {
  margin-top: 8px;
}

.offer-section .nd-reviews-wrap {
  margin-top: 8px;
}

@media (max-width: 480px) {
  .offer-section .nd-reviews-wrap {
    margin-top: 30px;
  }
}

/* Prova social (abaixo dos depoimentos) */
.sp-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 5px;
}

.sp-stars {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 1px 0 #000;
}

.sp-count {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}

/* ---------- Garantia (esconder) ---------- */
.guarantee-section {
  background: #ebebeb;
  padding-bottom: 25px;
}

.guarantee-title {
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  color: #7a7a7a;
  padding: 20px 10px 10px;
}

@media (max-width: 480px) {
  .guarantee-title {
    font-size: 22px;
  }
}

.guarantee-row {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 65%;
  margin: 0 auto;
}

.guarantee-text p {
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  text-align: left;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .guarantee-row {
    flex-direction: column;
  }

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

.guarantee-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 34%;
  margin: 20px auto 0;
  flex-wrap: nowrap;
}

.guarantee-badges img {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: auto;
}

@media (max-width: 480px) {
  .guarantee-badges {
    width: 98%;
  }
}

/* ---------- Oferta final (esconder) ---------- */
.bottom-offer {
  background: #ebebeb;
  padding: 8px 0 30px;
}

@media (max-width: 480px) {
  .bottom-offer {
    padding: 8px 5px 30px;
  }
}


/* ---------- Pricing table (portado do original) ---------- */
.pricing-wrapper * {
                    box-sizing: border-box;
                    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                    margin: 0;
                    padding: 0
                  }

                  .pricing-wrapper {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    background-color: transparent;
                    padding: 20px 10px
                  }

                  .pricing-container {
                    width: 100%;
                    max-width: 500px;
                    display: flex;
                    flex-direction: column;
                    gap: 15px
                  }

                  .card {
                    border-radius: 18px;
                    position: relative;
                    background: #fff;
                    display: block;
                    text-decoration: none;
                    color: inherit;
                    cursor: pointer;
                    transition: transform .3s cubic-bezier(.25, .8, .25, 1), box-shadow .3s ease;
                    z-index: 1;
                    margin: 0
                  }

                  .card:hover {
                    transform: scale(1.02);
                    z-index: 10;
                    box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
                  }

                  .highlight-header {
                    background-color: #7a1f33;
                    color: #fff;
                    padding: 8px;
                    font-size: 16px;
                    font-weight: 700;
                    text-transform: uppercase;
                    text-align: center;
                    width: 100%;
                    border-radius: 18px 18px 0 0;
                    position: relative;
                    z-index: 2
                  }

                  .gray-header {
                    display: none;
                    background-color: #a6a6a6;
                    color: #fff;
                    padding: 10px;
                    font-size: 18px;
                    font-weight: 700;
                    text-transform: uppercase;
                    text-align: center;
                    border-radius: 15px 15px 0 0
                  }

                  .highlight-body {
                    background: linear-gradient(180deg, #fae7b8 0, #fef6e0 100%);
                    border: 3px solid #000;
                    border-top: none;
                    border-radius: 0 0 18px 18px;
                    padding-top: 5px
                  }

                  .card.standard {
                    border: 3px solid #a6a6a6;
                    background: #fff;
                    border-radius: 18px
                  }

                  .card-row {
                    display: flex;
                    flex-direction: row;
                    padding: 12px;
                    gap: 8px;
                    align-items: center
                  }

                  .col-left {
                    width: 45%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    text-align: center
                  }

                  .col-right {
                    width: 55%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    text-align: center
                  }

                  h3 {
                    font-size: 19px;
                    font-weight: 800;
                    color: #000;
                    margin-bottom: -2px;
                    text-transform: uppercase;
                    line-height: 1.1
                  }

                  .subtitle {
                    font-size: 13px;
                    font-weight: 400;
                    color: #000;
                    margin-bottom: 2px
                  }

                  .product-img {
                    max-width: 100%;
                    width: 110px;
                    height: auto;
                    object-fit: contain;
                    margin: 15px 0
                  }

                  .product-img.product-img-lg {
                    width: 150px
                  }

                  .total-price-row {
                    font-size: 18px;
                    margin-top: 2px;
                    font-weight: 800;
                    color: #000;
                    display: flex;
                    align-items: center;
                    justify-content: center
                  }

                  .strike-red {
                    text-decoration: line-through;
                    text-decoration-color: #7a1f33;
                    -webkit-text-decoration-color: #7a1f33;
                    text-decoration-thickness: 2px;
                    color: #999;
                    margin-right: 5px;
                    font-weight: 600
                  }

                  .unit-price-row {
                    margin-bottom: 5px;
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    line-height: 1;
                    color: #2b2b2b
                  }

                  .currency-symbol {
                    font-size: 20px;
                    font-weight: 700;
                    margin-top: 6px;
                    margin-right: 1px
                  }

                  .big-number {
                    font-size: 52px;
                    font-weight: 800;
                    letter-spacing: -2px;
                    color: #2b2b2b;
                    line-height: 1
                  }

                  .per-unit {
                    font-size: 10px;
                    font-weight: 600;
                    align-self: flex-end;
                    margin-bottom: 8px;
                    margin-left: 2px;
                    text-transform: uppercase;
                    color: #333
                  }

                  .badges-container {
                    width: 80%;
                    display: flex;
                    flex-direction: column;
                    gap: 4px;
                    margin-bottom: 8px;
                    margin-left: auto;
                    margin-right: auto
                  }

                  .badge {
                    color: #fff;
                    font-size: 10px;
                    padding: 4px 2px;
                    border-radius: 5px;
                    font-weight: 700;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 5px;
                    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
                    line-height: 1
                  }

                  .badge svg {
                    width: 10px;
                    height: 10px;
                    fill: white
                  }

                  .bg-red {
                    background-color: #7a1f33
                  }

                  .bg-black {
                    background-color: #000
                  }

                  .bg-green {
                    background-color: #4a8b6c
                  }

                  .btn-visual {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    width: 100%;
                    padding: 8px 0;
                    border-radius: 6px;
                    font-size: 16px;
                    font-weight: 800;
                    text-decoration: none;
                    color: #000;
                    transition: transform .1s;
                    margin-bottom: 2px
                  }

                  .btn-visual svg {
                    width: 16px;
                    height: 16px
                  }

                  .btn-gold-3d {
                    background: linear-gradient(180deg, #fddb63 0, #fbc02d 100%);
                    border: 1px solid #eb4;
                    box-shadow: 0 4px 0 #bc822c
                  }

                  .card:active .btn-gold-3d {
                    box-shadow: 0 2px 0 #bc822c;
                    transform: translateY(2px)
                  }

                  .btn-gray-3d {
                    background: linear-gradient(180deg, #ccc 0, #e6e6e6 100%);
                    border: 1px solid #bbb;
                    box-shadow: 0 4px 0 #a6a6a6
                  }

                  .card:active .btn-gray-3d {
                    box-shadow: 0 2px 0 #a6a6a6;
                    transform: translateY(2px)
                  }

                  .payment-icons {
                    width: 120px;
                    height: auto;
                    margin-top: 5px;
                    display: block
                  }

                  .shipping-text {
                    font-style: italic;
                    font-size: 12px;
                    margin-bottom: 5px;
                    color: #000
                  }

                  @media (min-width:769px) {
                    .pricing-container {
                      flex-direction: row;
                      align-items: center;
                      justify-content: center;
                      max-width: 1100px;
                      gap: 25px
                    }

                    .pricing-container>div:nth-of-type(2) {
                      order: 1
                    }

                    .pricing-container>a {
                      order: 2
                    }

                    .pricing-container>div:first-of-type {
                      order: 3
                    }

                    .desktop-card-wrapper {
                      display: flex;
                      flex-direction: column;
                      flex: 0 0 300px;
                      max-width: 300px;
                      border: 3px solid #a6a6a6;
                      border-radius: 18px;
                      overflow: hidden;
                      background: #fff;
                      transition: transform .3s ease;
                      margin-top: 0
                    }

                    .card.highlight {
                      flex: 0 0 300px;
                      max-width: 300px;
                      transform: scale(1.1);
                      z-index: 5;
                      margin-top: 0
                    }

                    .desktop-card-wrapper:hover {
                      transform: scale(1.05);
                      box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
                      z-index: 10
                    }

                    .card.highlight:hover {
                      transform: scale(1.15)
                    }

                    .card-row {
                      flex-direction: column;
                      padding: 15px;
                      text-align: center;
                      gap: 4px
                    }

                    .col-left,
                    .col-right {
                      display: contents
                    }

                    .col-left h3 {
                      order: 1;
                      margin-bottom: 0
                    }

                    .col-left .subtitle {
                      order: 2;
                      margin-bottom: 2px
                    }

                    .col-left .product-img {
                      order: 3;
                      width: 150px;
                      margin: 15px 0
                    }

                    .col-left .product-img.product-img-lg {
                      width: 200px
                    }

                    .col-right .unit-price-row {
                      order: 4;
                      justify-content: center;
                      margin-bottom: 2px
                    }

                    .col-right .badges-container,
                    .col-right .shipping-text {
                      order: 5;
                      margin-bottom: 8px
                    }

                    .col-right .btn-visual {
                      order: 6;
                      width: 90%;
                      margin: 0 auto
                    }

                    .col-right .payment-icons {
                      order: 7;
                      margin-top: 5px
                    }

                    .col-left .total-price-row {
                      order: 8;
                      margin-top: 8px;
                      margin-bottom: 0
                    }

                    .gray-header {
                      display: block;
                      padding: 8px
                    }

                    .desktop-card-wrapper .card.standard {
                      border: none;
                      border-radius: 0;
                      box-shadow: none
                    }

                    .highlight-body.card-row {
                      padding-top: 10px;
                      padding-bottom: 15px
                    }
                  }

/* Seta animada do botao de 6 potes */
.btn-6flaschen {
      position: relative !important;
      overflow: visible !important
    }

    .btn-6flaschen::after {
      content: "👈🏻";
      position: absolute;
      right: -5px;
      top: 95%;
      font-size: 48px;
      line-height: 1;
      pointer-events: none;
      z-index: 9999;
      filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .35)) drop-shadow(0 6px 6px rgba(0, 0, 0, .25));
      animation: tsPoint 1.8s ease-in-out infinite;
      transform: translateY(-50%) translate(0, 0) rotate(40deg)
    }

    @keyframes tsPoint {

      0%,
      100% {
        transform: translateY(-50%) translate(0, 0) rotate(40deg)
      }

      50% {
        transform: translateY(-50%) translate(12px, 8px) rotate(60deg)
      }
    }

    @media(max-width:768px) {
      .btn-6flaschen::after {
        font-size: 34px;
        right: -15px
      }
    }

/* ---------- Depoimentos (portado, recolorido p/ SodaPeak) ---------- */
.nd-reviews-wrap {
                    max-width: 680px;
                    margin: 0 auto;
                    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
                    color: #1a1a1a;
                    padding: 16px
                  }

                  .nd-pill {
                    display: inline-block;
                    background: #f7e8ec;
                    color: #6e1a2c;
                    font-weight: 700;
                    font-size: 13px;
                    padding: 8px 18px;
                    border-radius: 999px;
                    margin-bottom: 14px;
                    letter-spacing: .3px
                  }

                  .nd-title {
                    font-size: 26px;
                    font-weight: 800;
                    line-height: 1.25;
                    margin: 0 0 10px;
                    color: #0f2a2c
                  }

                  .nd-title span {
                    color: #6e1a2c
                  }

                  .nd-sub {
                    font-size: 15px;
                    color: #4a4a4a;
                    margin: 0 0 22px;
                    line-height: 1.5
                  }

                  .nd-img {
                    width: 100%;
                    border-radius: 14px;
                    display: block;
                    margin: 0 auto 22px;
                    box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
                  }

                  .nd-card {
                    background: #fff;
                    border: 1px solid #ececec;
                    border-radius: 14px;
                    padding: 18px;
                    margin: 0 auto 16px;
                    max-width: 680px;
                    box-shadow: 0 2px 10px rgba(0, 0, 0, .04)
                  }

                  .nd-head {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 8px;
                    flex-wrap: wrap;
                    gap: 6px
                  }

                  .nd-user {
                    display: flex;
                    align-items: center;
                    gap: 12px
                  }

                  .nd-avatar {
                    width: 48px;
                    height: 48px;
                    border-radius: 50%;
                    object-fit: cover;
                    border: 2px solid #f7e8ec;
                    display: block
                  }

                  .nd-name {
                    font-weight: 700;
                    font-size: 15px;
                    color: #0f2a2c
                  }

                  .nd-verified {
                    font-size: 12px;
                    color: #6e1a2c;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                    gap: 4px
                  }

                  .nd-stars {
                    color: #f5a623;
                    font-size: 16px;
                    letter-spacing: 2px;
                    margin-bottom: 6px
                  }

                  .nd-text {
                    font-size: 14.5px;
                    line-height: 1.55;
                    color: #333;
                    margin: 0
                  }

                  .nd-text strong {
                    color: #0f2a2c
                  }

                  @media(max-width:520px) {
                    .nd-title {
                      font-size: 22px
                    }

                    .nd-reviews-wrap {
                      padding: 12px
                    }
                  }

/* ---------- Purchase notification (portado, recolorido p/ SodaPeak) ---------- */
.nd-pop-wrap * {
                    box-sizing: border-box;
                    font-family: Inter, Arial, sans-serif
                  }

                  .nd-pop {
                    position: fixed;
                    left: 20px;
                    bottom: 20px;
                    z-index: 99999;
                    background: #6e1a2c;
                    color: #fff;
                    border-radius: 12px;
                    padding: 12px 16px 12px 12px;
                    display: none;
                    align-items: center;
                    gap: 12px;
                    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
                    max-width: 340px;
                    min-width: 280px;
                    animation: ndSlideIn .5s ease-out
                  }

                  .nd-pop.show {
                    display: flex
                  }

                  @keyframes ndSlideIn {
                    from {
                      transform: translateY(120%);
                      opacity: 0
                    }

                    to {
                      transform: translateY(0);
                      opacity: 1
                    }
                  }

                  @keyframes ndSlideOut {
                    from {
                      transform: translateY(0);
                      opacity: 1
                    }

                    to {
                      transform: translateY(120%);
                      opacity: 0
                    }
                  }

                  .nd-pop.hide {
                    animation: ndSlideOut .4s ease-in forwards
                  }

                  .nd-pop img {
                    width: 80px;
                    height: 80px;
                    object-fit: contain;
                    flex-shrink: 0;
                    background: 0 0 !important;
                    padding: 0 !important;
                    border-radius: 0 !important
                  }

                  .nd-pop-body {
                    flex: 1;
                    min-width: 0;
                    line-height: 1.25
                  }

                  .nd-pop-name {
                    font-size: 13px;
                    font-weight: 600;
                    color: #fff;
                    margin: 0 0 2px
                  }

                  .nd-pop-title {
                    font-size: 16px;
                    font-weight: 800;
                    color: #f0c060;
                    margin: 0 0 4px;
                    letter-spacing: .2px
                  }

                  .nd-pop-meta {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    font-size: 12px;
                    color: #fff
                  }

                  .nd-pop-verified {
                    display: inline-flex;
                    align-items: center;
                    gap: 3px;
                    background: #fff;
                    color: #6e1a2c;
                    font-weight: 700;
                    padding: 2px 7px;
                    border-radius: 20px;
                    font-size: 11px
                  }

                  .nd-pop-verified svg {
                    width: 11px;
                    height: 11px
                  }

                  .nd-pop-close {
                    position: absolute;
                    top: 6px;
                    right: 8px;
                    background: 0 0;
                    border: 0;
                    color: #fff;
                    font-size: 18px;
                    cursor: pointer;
                    opacity: .7;
                    line-height: 1
                  }

                  .nd-pop-close:hover {
                    opacity: 1
                  }

                  @media(max-width:480px) {
                    .nd-pop {
                      left: 10px;
                      right: 10px;
                      bottom: 10px;
                      max-width: none;
                      min-width: 0
                    }

                    .nd-pop img {
                      width: 64px;
                      height: 64px
                    }

                    .nd-pop-title {
                      font-size: 14px
                    }
                  }
