/* =======================
   Fonte e Reset Inicial
======================== */
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  background: url(img/fundo-transforme-sua-saude-em-21-dias.webp) center/cover no-repeat;
}

/* =======================
   Style links
======================== */
a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  color: #00eeff;
}

/* =======================
   Cabeçalho Principal
======================== */
.header {
  background: #70eb70;
  text-align: center;
  padding: 60px 20px;
}

.header__title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.header__subtitle {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.header img {
  width: 150px;
  margin: 0 auto 1rem;
  display: block;
}

/* =======================
   Botão de Chamada
======================== */
.cta-btn {
  display: inline-block;
  background: #2e7d32;
  color: #ffffff;
  padding: 14px 28px;
  margin-top: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.144),
    0 -0.5rem 0.5rem rgba(0, 0, 0, 0.144);
}

.cta-btn:hover {
  background: #256d28;
}

/* =======================
   Seções Gerais
======================== */
.section {
  padding: 50px 20px;
  max-width: 1100px;
  margin: auto;
}

.section__title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2e7d32;
  text-align: center;
}

/* =======================
   Guia de Bem-Estar
======================== */
.guia-bemestar {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #88ee7f63;
  padding: 3rem 1.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.guia-bemestar p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}

.guia-bemestar ul {
  padding-left: 20px;
  padding-bottom: 20px;
}

.guia-bemestar li {
  margin-bottom: 12px;
  font-size: 1.05em;
}

.destaque {
  font-weight: bold;
  color: #1b5e20;
}

.destaque__btn {
  font-weight: bold;
  color: #ffffff;
}

/* =======================
   Bloco de Convite Final
======================== */
.convite-final {
  background: #a1f1a1ab;
  padding: 20px;
  border-left: 5px solid #2b8a3e;
  border-right: 5px solid #2b8a3e;
  border-radius: 8px;
  font-style: italic;
  color: #1a3c2e;
  margin-top: 20px;
  text-align: center;
}

/* =======================
   Grid Flexível
======================== */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
}

.grid > div {
  flex: 1 1 45%;
}

/* =======================
   Benefícios
======================== */
.beneficios {
  background-color: #d7f9fa5e;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  margin-bottom: 50px;
}

.benefits li {
  margin-bottom: 10px;
  color: #2e7d32;
  font-weight: 600;
}

.modulos {
  background-color: #f3fad75e;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.modulos img {
  width: 25rem;
  margin: 0 auto;
  display: block;
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .modulos img {
    width: 18rem;
  }
} 

/* =======================
   Imagens Responsivas
======================== */
.image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

img.responsive {
  width: 100%;
  height: auto;
  padding-top: 20px;
  border-radius: 16px;
}

/* =======================
   Blocos de Inscrição
======================== */
.inscricao {
  background: #a5d6a7b2;
  text-align: center;
  padding: 50px 20px;
  border-radius: 16px;
  color: #1a1a1a;
}

.inscricao-secundaria {
  text-align: center;
  padding: 3rem 1.5rem;
  color: #1a1a1a;
  background: linear-gradient(135deg, #fffaf085, #ecea6885);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.text_incricao {
  background-color: #fffbea;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.6;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.144),
    0 -0.5rem 0.5rem rgba(0, 0, 0, 0.144);
  margin-top: 50px;
  margin-bottom: 2rem;
  margin-right: 100px;
  margin-left: 100px;
}

/* Parágrafos com destaque */
.text_incricao p {
  margin: 0.75rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #3c2a00;
}

/* Destaque para o preço (caso queira aplicar span no HTML) */
.text_incricao p span.preco {
  color: #d97706;
  /* laranja vibrante */
  font-weight: 700;
  font-size: 1.35rem;
}

.para-quem {
  background-color: #d2f8d2;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  border: 2px dashed #a5d6a7;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.para-quem__lista,
.para-quem__nao {
  list-style: none;
  padding: 0;
  margin: 1rem auto;
  max-width: 600px;
  text-align: left;
}

.para-quem__lista li,
.para-quem__nao li {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  padding-left: 1.5rem;
  position: relative;
}

.para-quem__lista li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

.para-quem__nao li::before {
  content: "✘";
  position: absolute;
  left: 0;
  color: #d32f2f;
  font-weight: bold;
}

.para-quem__subtitulo {
  margin-top: 2rem;
  font-weight: 600;
  color: #b71c1c;
}

.cta-extra {
  background: #e0f2f1;
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.06);
  margin-top: 3rem;
}

.cta-extra p {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}

.bonus {
  background-color: #f4d7fa7e;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bonus p {
  text-align: center;
}

.garantia {
  background-color: #d2f8d2;
  padding: 3rem 6rem;
  border-radius: 1rem;
  border: 2px dashed #a5d6a7;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.garantia__box {
  background-color: #d2f8d2;
  border-radius: 1rem;
  border: 2px dashed #a5d6a7;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  align-items: center;
  padding: 3rem 1.5rem;
  text-align: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

.grid-garantia {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin: 2rem 2rem;
}

.garantia__img {
  width: 18rem;
  margin: 0 auto 1rem;
  display: block;
}

@media (max-width: 768px) {
  .garantia__img {
    width: 12rem;
  }
}

.garantia__box h3 {
  margin: 0;
  color: #2e7d32;
  font-size: 1.4rem;
}

.garantia__box p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

/* Seção geral */
.depoimentos {
  background-color: #d7f9fa5e;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Título */
.depoimentos .section__title {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #8b4513;
}

/* Container de depoimentos */
.testimonials {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Bloco de cada depoimento */
.testimonial {
  background-color: #ecf6f77c;
  padding: 1.5rem;
  border-radius: 1rem;
  max-width: 300px;
  flex: 1 1 250px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.144);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Imagem circular */
.testimonial__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 3px solid #fbd38d;
}

/* Texto do depoimento */
.testimonial p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* Nome */
.testimonial strong {
  color: #5c4033;
  font-weight: 600;
  font-size: 1rem;
}

/* =======================
   FAQ
======================== */
.faq h3 {
  margin-top: 20px;
  color: #1b5e20;
}

/* Estilo para a seção de FAQ com destaque visual */
.realce-faq {
  background: linear-gradient(135deg, #fffaf085, #ecea6885);
  padding: 3rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  color: #2c2c2c;
}

/* Título da seção */
.realce-faq .section__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #8b4513;
}

/* Conteúdo das perguntas */
.faq__content {
  max-width: 700px;
  margin: 0 auto;
}

/* Perguntas */
.faq__content h3 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #5c4033;
}

/* Respostas */
.faq__content p {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #3c3c3c;
}

/* Responsivo */
@media (max-width: 768px) {
  .realce-faq {
    padding: 2rem 1rem;
  }

  .realce-faq .section__title {
    font-size: 1.5rem;
  }

  .faq__content h3 {
    font-size: 1.1rem;
  }

  .faq__content p {
    font-size: 1rem;
  }
}

/* Mobile-first: reduzir margem lateral em telas menores */
@media (max-width: 768px) {
  .text_incricao {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
    padding: 1.25rem 1.25rem;
  }

  .text_incricao p {
    font-size: 1.15rem;
  }

  .text_incricao p span.preco {
    font-size: 1.25rem;
  }
}

/* Responsividade */
@media (max-width: 600px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .garantia__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 3rem;
  }

  .garantia__img {
    margin-bottom: 1rem;
  }

  .para-quem__lista li,
  .para-quem__nao li {
    font-size: 1rem;
    padding-left: 1.25rem;
  }

  .cta-extra p {
    font-size: 1rem;
  }

  .cta-extra .cta-btn {
    font-size: 1rem;
    padding: 12px 20px;
  }
}

/* =======================
   Rodapé
======================== */
footer {
  background: #70eb70;
  text-align: center;
  padding: 30px 20px;
  font-size: 0.9rem;
  color: #333;
}

/* =======================
   Style links
======================== */
footer a {
  color: #333;
  text-decoration: none;
}

footer a:hover {
  color: #0e1ce7;
}

/* =======================
   Responsivo
======================== */
@media (max-width: 768px) {
  .grid > div {
    flex: 1 1 100%;
  }

  .text_incricao {
    margin: 30px 1rem;
    padding: 1.25rem;
    font-size: 1rem;
  }

  .text_incricao p {
    font-size: 1.15rem;
  }

  .text_incricao p span.preco {
    font-size: 1.25rem;
  }

  .testimonials {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    max-width: 100%;
  }

  .header__title {
    font-size: 2rem;
  }

  .section {
    padding: 30px 16px;
  }

  .cta-btn {
    padding: 12px 24px;
  }

  .image-wrapper {
    margin-top: 20px;
  }
}

/* Botão whasapp */
.btn-float-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-float-whatsapp img {
  width: 30px;
  height: 30px;
}

/* Modal de Cookies */
.cookies-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

.cookies-modal a {
  color: #0e927d;
  text-decoration: underline;
}

.cookies-modal button {
  background: #0e927d;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
}
