:root {
    --vermelho-intenso: #d90000;
    --preto-profundo: #0d0d0d;
    --dourado-metalico: #e6a900;
    --cinza-escuro: #222222;
    --branco: #ffffff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html {
  scroll-behavior: smooth;
}
body {
    background-color: var(--preto-profundo);
    color: var(--branco);
}
h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    font-weight: 700;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 30px;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 500;
    word-spacing: 1.5;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: 400;
}
ul {
    list-style: none;
}
li {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}
span {
    font-family: 'Lato', fantasy;
    font-size: 20px;
    display: block;
}
strong {
    color: var(--dourado-metalico);
}
.faq-section .cta-button {
  width: 40%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  text-align:center;
  align-items: center;
}
.cience .cta-button  {
  width: 300px;
}
header {
    background-color: var(--vermelho-intenso);
    color: var(--branco);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    padding: 20px;
    font-family: 'Bebas Neue', sans-serif;
    text-decoration: none;
    

}

header a {
  text-decoration:none;
  color:white;
  
}


.cta {
    color: var(--branco);
    background-color: var(--vermelho-intenso);
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    width: 350px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 30px auto;
}

.hero {
    /*background-image: url(./assets/hero.webp);*/
    
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 1.3rem;
    
    justify-content: center;
    box-shadow: #d90000 1px 1px 1px;
    text-align: center;
}
.hero p {
  text-align: left;
}
.hero p strong {
  font-size: 92px;
}
.hero ul {
  text-align: left;
  list-style:none;
}
.bg-hero {
  max-width: 600px;
  padding: 0;
  margin: 0;
}
.bg-hero img {
  width: 100%;
  filter: drop-shadow(0 0 10px #d90000) drop-shadow(0 0 20px );
    transition: filter 0.3s ease;
}
.problema {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.problema ul {
    border: 1px solid #d90000;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.problema p {
    width: 60%;
    text-align: center;
}
.problema .cta-button {
  width: 100%;
  margin: 0;
  padding: 5px;
  font-size: 1rem;
}
.cta-button {
    /*background: linear-gradient(45deg, #ff0000, #ff4500);*/
    background: linear-gradient(45deg, rgb(18, 201, 18), rgb(11, 169, 11));
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 5px 15px rgba(255, 0, 0, 0.5);
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  /* Efeito de brilho automático */
  .cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    animation: shine 2s infinite linear;
  }

  @keyframes shine {
    0% { left: -100%; }
    100% { left: 100%; }
  }

  /* Efeito hover restaurado */
  .cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(255, 0, 0, 0.7);
  }
  .cta-alerta {
    background-color: var(--vermelho-intenso);
    color: var(--branco);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 60px;
    padding: 20px;
    font-family: 'Bebas Neue', sans-serif;
  }

  .grid-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 40px;
  }
  .info-box {
    border: 1px solid var(--vermelho-intenso);
    border-radius: 15px;
    width: 400px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .info-box img {
    width: 100px;
  }
  .solution {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .solution-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    font-size: 35px;
    width: 70%;
  }
  .cience {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cience-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    
   
  }
  .cience-text h3 {
    font-size: 50px;
  }
  .cience-text p {
    font-size: 30px;
  }
  .cience img {
    filter: drop-shadow(0 0 10px #d90000) drop-shadow(0 0 20px );
    transition: filter 0.3s ease;
    width: 600px;

  }
  .cience-text .cta-button {
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
  }

  .ganhos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .ganhos-container .ganhos .cta-button {
    width: 100%;
    padding: 5px;
  }
  .ganhos {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 30px;
    justify-content: center;
    align-items: center;

  }
  .ganhos p {
    font-size: 35px;
    text-align: center;
  }
  .ganhos ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .ganhos-container img {
    filter: drop-shadow(0 0 10px goldenrod) drop-shadow(0 0 20px #d90000);
    transition: filter 0.3s ease;
    width: 800px;
  }
  .ganhos .cta-button {
    width: 60%;
    text-decoration: none;
    margin: 30px auto;
    text-align: center;
  }






  .faq-section {
    background: #111;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
  }

  .faq-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .faq-container {
    max-width: 700px;
    margin: 0 auto;
  }

  .faq-item {
    margin-bottom: 10px;
  }

  .faq-question {
    width: 100%;
    padding: 15px;
    background: #222;
    color: #fff;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }

  .faq-question:hover {
    background: #333;
  }

  .faq-answer {
    display: none;
    padding: 15px;
    background: #333;
    text-align: left;
    border-top: 2px solid #ffb400;
  }
  .fire-emoji {
    font-size: 40px;
    display: inline-block;
    animation: firePulse 1s infinite alternate ease-in-out;
  }

  @keyframes firePulse {
    0% {
      transform: scale(1);
      filter: drop-shadow(0 0 5px orange);
    }
    100% {
      transform: scale(1.2);
      filter: drop-shadow(0 0 15px red);
    }
  }
  .garantia {
    display: flex;
    align-items: center;
    background-color: var(--vermelho-intenso);
    padding: 40px;
  }
  .garantia h2 {
    margin: 0;
    text-align: justify;
  }
  .ofertas {
    padding: 40px;
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  .oferta-box {
    border: 1px solid var(--vermelho-intenso);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:1.8rem
  }
  .oferta-box-2 .cta-button {
    margin: 0 auto;
  }
  .bonus {
    border: 1px solid #d90000;
    border-radius: 15px;
    padding: 10px;
  }
  .bonus-item {
    display: flex;
    align-items: center;
    
  }
  .bonus-text {
    padding: 8px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:1rem;
  }
  .bonus-img img  {
    width: 100%;
    max-width: 330px;
    border-radius: 15px;
  }
  #price strong {
    font-size: 32px;
  }
  #p0 {
    font-size:2rem;
    color: var(--dourado-metalico);
  }
  #p1 {
    font-size: 3rem;
  }
  #p2 {
    font-size: 5rem;
  }
  #urgencia {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--branco);
    text-align: center;
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
#contador {
  font-size: 2rem;
  color: var(--vermelho-intenso);
  margin-top: 20px;
}
  footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 10px;
  }
  footer a {
    text-decoration: none;
    color: #fff;
  }
  .testemunhas {
    text-align:center;
  }
  .bonus strong {
    font-size: 2.5rem;
  }
.feedback-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem;
  padding: 30px;
  
}
.feedback-img img {
  max-width: 350px;
  width: 100%;
  border-radius: 15px;
}
.redes-sociais {
  display: flex;
  justify-content: center;
  gap:1.4rem;
}
.redes-sociais img{
  filter: brightness(0) invert(1);
  width: 40px;
  transition: filter 0.3s ease;
}
.redes-sociais img:hover {
  filter: invert(34%) sepia(100%) saturate(7500%) hue-rotate(0deg);
  
}

.promisse {
  background-color: #0d0d0d;
  padding: 20px;
  overflow: hidden;
}

.promisse-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.promisse-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.carrossel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.carrossel::-webkit-scrollbar {
  display: none;
}
.p-box {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background-color: #0d0d0d;
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  border: 1px solid #d90000;
  border-right: none;
  border-bottom: none;
  box-shadow: 2px 3px 6px -2px #d90000;
}

.p-box i {
    font-size: 52px;
}

.metodo-benefits {
  padding: 0;
  margin: 0;
}
.metodo-carousel {
  padding: 5px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.mtd-box {
  background-color: #0d0d0d;
  box-shadow: 2px 3px 6px 3px #d90000;
  font-size: 100%;
  width: 100%;
  padding: 10px;
  gap: 10px;
}
.mtd-box p {
  font-size: 100%;
}
  

  @media screen and (max-width: 1020px){
    header {
      max-width: 768px;
      width: 100%;
      font-size: 22px;
    }
    h2 {
      margin: 0;
    }
    section {
      max-width: 768px;
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
    }
    section h2 {
      font-size: 1.5em;
    }
    .hero {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      max-width: 768px;
      width: 100%;
      gap:1.5rem;
    }
    .hero h1 {
      font-size: 1.4rem;
    }
    .hero h2 {
      font-size: 1.8rem;
      width: 100%;
      padding: 0;
    }
    .hero span {
      font-size: 1.5rem;
    }
    .bg-hero img {
      max-width: 200px;
    }
    .cta-button {
      margin: 30px auto;
      padding: 10px;
      width: 100%;
      max-width: fit-content;
    }
    .hero .cta-button {
      margin: 30px auto;
      padding: 10px;
      width: 100%;
      max-width: fit-content;
    }
    .problema h2 {
      font-size: 2rem;
      width: 100%;
    }
    .problema p {
      width: 100%;
      font-size: 2rem;
    }
    .cta-button {
      margin: 0;
      padding: 2px;
      width:100%;
      font-size: 1rem;
      text-align: center;
      align-items: center;
    }
    .container .solution .cta-button {
      padding: 5px;
      margin: 0;
      width: 100%;
      font-size: 100%;
    }
    .solution-intro {
      max-width: 768px;
      width: 100%;
      
    }
    .solution-intro h2 {
      font-size: 2rem;
      width: 100%;

      
    }
    .grid-box {
      max-width: 768px;
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    .info-box {
      max-width: 768px;
      width: 100%;
    }
    .cience {
      display: flex;
      flex-direction: column;
    }
    .cience img {
      max-width: 768px;
      width:100%;
      margin: 10px auto;
    }
    .cience-text h3{
      font-size: 2rem;
    }
    .cience-text p {
      width: 100%;
      font-size: 1.7rem;
    }
    .cience-text .cta-button {
      padding: 15px;
      width: 100%;
    }
    .testemunhas {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .feedback-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-content: center;
      align-items: center;
    }
    .feedback-img img {
      max-width: 200px;
    }
    .ganhos-container {
      display: flex;
      flex-direction: column;
    }
    .ganhos-container h2 {
      margin: 30px auto;
      font-size: 2rem;
    }
    .ganhos p {
      line-height: 1;
    }
     .ganhos strong {
      font-size: 20px;
      line-height: 1;
    }
    .ganhos-container img {
      max-width: 768px;
      width: 100%;
    }
    #p-title {
      font-size: 1.8rem;
    }
    .ganhos-container .cta-button {
      padding: 30px;
    }
    .cta-alerta h3 {
      font-size:large;
    }
    .garantia {
      max-width: 768px;
      width: 100%;
      display: flex; 
      flex-direction: column;
    }
    .garantia img {
      max-width: 768px;
      width: 100%;
    }
    
    .garantia-container h2 {
      font-size: 1.6rem;
      margin: 30px auto;
    }
    .ofertas {
      max-width: 768px;
      width: 100%;
      display: flex; 
      flex-direction: column;
    }
    .oferta-container {
      font-size: 20px;
      margin: 30px auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    .oferta-container .cta-button {
      padding: 30px;
      margin: 0 auto;
    }
    .oferta-box {
      max-width: 768px;
      width: 97%;
    }
    .bonus-item {
      display: flex;
      
    }
    
    .faq-section .cta-button {
      width:100%;
    }
  }