body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  background: linear-gradient(whitesmoke, transparent);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
}

html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}
/* Texto */
.banner-texto {
  width: 50%;
  z-index: 2;
  max-width: 400px;
  
}
h3 {
    color:#d73725;
    border: solid 1 px white;
    border-radius: 5px 5px 0 0;
    background: white;
    margin: 0 auto 0 auto;
    padding: 3px 15px;
    max-width: 70%;
    text-align: center;
    font-size: 14px;
}
/* Banner */
.banner-home {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 10px;
  background:
    linear-gradient(to right, #d73725 40%, rgba(255,255,255,0.1) 60%),
    url("../img/bannertoken.webp") right center / 60% no-repeat;
  box-shadow: 0 3px 7px rgba(0,0,0,0.5);
  overflow: hidden;
  
}
.menu-compra-fixo {
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 2px solid white;
  padding: 0 15px 15px 15px;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  
}

.menu-compra-fixo h3 {
  font-size: 12px;
  color:#d73725;
  margin: 10px 0 0px;
  max-width: 50%;
  background: linear-gradient(to right, white whitesmoke);
  text-align: left;
}

.opcoes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 8px;
  padding: 0;
  width: 100%;
  border-radius: 0 5px 5px 5px;
  background: transparent;
  backdrop-filter: blur(3px) saturate(100%);
  -webkit-backdrop-filter: blur(3px) saturate(100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.226);
  cursor: pointer;
}
.opcoes::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 30%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), transparent);
  pointer-events: none;
}


.opcoes button {
  flex: 1;
  border: none;
  background: transparent;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 12px;
}

.opcoes button.ativo {
  background: linear-gradient(90deg, #fd5c4a, #fb4834);
  color: #ffffff;
  border: solid 1px white;
}
.opcoes button:hover {
  background: linear-gradient(90deg, #fd5c4a, #fb4834);
  color: #fff;
}

/* Linha com imagem + botão + preço */
.produto-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  background: white;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

}

/* Imagem do certificado */
.produto-img img {
  width: 110px;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
  
}

/* Botão de compra */
.btn-comprar {
  background: linear-gradient(90deg, #119600, #164f00);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
  height: 60px;
}

.btn-comprar:hover {
  filter: brightness(1.1);
}

/* Bloco de preço + pagamento */
.produto-detalhes {
  display: flex;
  border-radius: 1px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.produto-detalhes strong {
  font-size: 25px;
  color:#119600;
  line-height: 1; 
  text-align: center;
}

.produto-detalhes small {
  display: block;
  color: #555;
  font-size: 12px;
  line-height: 1;
  text-align: center
}

/* ===== PROVA SOCIAL ===== */
.prova-social {
  background: linear-gradient(to bottom, #fff, #ffe5e5);
  padding: 40px 20px;
  text-align: center;
  color: #333;
}

.prova-social h2 {
  font-size: 20px;
  font-weight: 600;
  color: #d73725;
  margin-bottom: 25px;
}

.depoimentos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.depoimentos .card {
  background: #fff;
  border: 2px solid #ffd3d3;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 280px;
  flex: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.depoimentos .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.depoimentos .card p {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}

.depoimentos .card span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #d73725;
  font-size: 13px;
}
/* ===== BENEFÍCIOS ===== */
.beneficios {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
  color: #333;
}

.beneficios h2 {
  color: #d73725;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-items: center;
}

.beneficio {
  background: linear-gradient(180deg, #ffe5e5, #ffffff);
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 280px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.beneficio:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.beneficio i {
  font-size: 30px;
  color: #d73725;
  margin-bottom: 10px;
}

.beneficio h3 {
  font-size: 16px;
  color: #d73725;
  margin-bottom: 8px;
}

.beneficio p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}
/* ===== FAQ ===== */
.faq {
  background: linear-gradient(to bottom, #ffe5e5, #fff);
  padding: 50px 20px;
  color: #333;
}

.faq h2 {
  text-align: center;
  color: #d73725;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq-item {
  max-width: 700px;
  margin: 0 auto 15px auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  background: #fff;
}

.faq-pergunta {
  width: 100%;
  text-align: left;
  background: #d73725;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.faq-pergunta:hover {
  background: #c32f21;
}

.faq-resposta {
  display: none;
  padding: 15px;
  background: #fff5f5;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

/* ativa */
.faq-item.ativo .faq-resposta {
  display: block;
}
/* ===== CTA FINAL ===== */
.cta-final {
  background: linear-gradient(90deg, #d73725, #e74c3c);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.cta-conteudo h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta-conteudo p {
  font-size: 14px;
  margin-bottom: 25px;
}

.btn-cta {
  display: inline-block;
  background: #fff;
  color: #d73725;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-cta:hover {
  transform: scale(1.05);
  filter: brightness(0.95);
}

.selos {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.selos img {
  height: 40px;
  object-fit: contain;
  filter: brightness(1.1);
}
/* ===== MODAL COMPRA ===== */
.modal-compra {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: auto;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(3px);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 15px;
  overflow-y: auto; /* permite rolar a página */
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 850px; /* mais largo */
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin: 40px auto; /* espaçamento no topo e base */
  max-height: none; /* remove limite vertical */
}


.modal-content h2 {
  text-align: center;
  color: #d73725;
  margin-bottom: 15px;
}

.resumo-selecao {
  background: #fff5f5;
  border-left: 4px solid #d73725;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.modal-content label {
  font-weight: 600;
  color: #333;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.modal-content input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 13px;
}

.btn-confirmar {
  background: linear-gradient(90deg, #e74c3c, #d73725);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-confirmar:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
}

.fechar {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
}

.fechar:hover {
  color: #d73725;
}
/* ===== GRID DOS FORMULÁRIOS ===== */
.form-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.linha {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.campo {
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
}

.campo.pequeno {
  flex: 0.4;
  max-width: 100px;
}

.campo label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  color: #333;
}

.campo input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
}

.campo input:focus {
  outline: none;
  border-color: #d73725;
  box-shadow: 0 0 0 2px rgba(215,55,37,0.1);
}
/* ===== PROGRESSO DO CHECKOUT ===== */
.progress-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 15px 0 0 0;
  position: relative;
  background: whitesmoke;
  margin-bottom: 20px;
}

.progress-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #C03227, rgb(236, 44, 26));
  z-index: 0;
  
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  text-align: center;
  color: #777;
  font-weight: 500;
}

.step .circle {
  width: 90px;
  height: 20px;
  border-radius: 5px 5px 0 0;
  background: #d5d5d5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease;
  padding: 8px 5px 5px 5px;
  margin-bottom: 10px;
}

/* Etapa ativa */
.step.ativo .circle {
  background: linear-gradient(to bottom, #C03227, rgb(236, 44, 26));
  margin-bottom: 10px;
  
}
.progress-steps .step p {
  font-size: 12px;   /* ajuste o tamanho conforme desejar */
  margin-top: 4px;
}

.step.ativo p {
  color: #b22b27;
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}

/* Etapas concluídas */
.step.concluido .circle {
  background: #d5d5d5;
  font-size: 12px;
  
}

.step.concluido .circle::before {
  content: "✔️";
}

.step.concluido p {
  color: #2e7d32;
  
}
/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .banner-home {
  background: linear-gradient(to right, #ff653e 30%, #cc2900 70%);
    
  }

  .produto-info {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    width: 100%;
    background: white;
  }

  .produto-img img {
    width: 90px;
    
  }

  .btn-comprar {
    min-width: 300px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
  }

  .produto-detalhes {
    align-items: center;
    font-size: 13px;
    
  }
  .produto-detalhes strong {
  font-size: 25px;
  font-weight: 600;
  color:#119600;
  line-height: 1; 
}
.produto-detalhes small {
  font-size: 13px;
  
}
 /* Texto */
.banner-texto {
  width: 100%;
  z-index: 2;
  
}

 .prova-social {
    padding: 30px 10px;
  }
  .prova-social h2 {
    font-size: 18px;
  }
  .depoimentos {
    flex-direction: column;
    align-items: center;
  }
  .depoimentos .card {
    max-width: 90%;
  }
   .beneficios {
    padding: 30px 10px;
  }
  .beneficios h2 {
    font-size: 20px;
  }
  .beneficio {
    max-width: 100%;
  }
    .faq {
    padding: 30px 10px;
  }
  .faq h2 {
    font-size: 20px;
  }
  .faq-pergunta {
    font-size: 14px;
    padding: 12px;
  }
    .cta-final {
    padding: 40px 15px;
  }
  .cta-conteudo h2 {
    font-size: 20px;
  }
  .selos img {
    height: 35px;
  }
    .modal-content {
    max-width: 90%;
    padding: 20px;
  }
    .linha {
    flex-direction: column;
  }
  .campo.pequeno {
    max-width: 100%;
  }
  /* ===== PROGRESSO DO CHECKOUT ===== */
.progress-steps {
  gap: 1px;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  
}
.step .circle {
  width: 70px;
  font-size: 10px;
  transition: all 0.3s ease;
}
.step.ativo p {
  font-size: 12px;
}
.progress-steps::before {
  top: 30px;
  left: 0;
  
}
.campo input {
  font-size: 16px;
  
}
}