html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #faf6f0;
  color: #331d0d;
}

/* -------- HERO -------- */
.hero {
  background-image: url("bg-vinicola.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero-logo {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
  display: block;
}
.hero-title {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 2px 16px #300;
  margin-bottom: 2rem;
  text-align: center;
  word-break: break-word;
}
.hero-subtitle {
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 1px 10px #0009;
  text-align: center;
  margin-bottom: 7rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cta-botao {
  background: #d82929;
  color: #fff;
  font-size: 2rem;
  padding: 1.1rem 3rem;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 16px #b2222244;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  display: inline-block;
  margin: 0.5rem auto;
  cursor: pointer;
  border: none;
}
.cta-botao:hover {
  background: gold;
  color: #700c0c;
  box-shadow: 0 6px 20px #b2222255;
  transform: scale(1.04);
}

/* -------- CTAs INTERMEDIÁRIOS -------- */
.cta-intermediario {
  width: 100%;
  text-align: center;
  margin: 9rem 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.cta-intermediario .cta-botao {
  margin: 0 auto;
  width: auto;
}
@media (max-width: 600px) {
  .cta-intermediario {
    margin: 3rem 0;
  }
}

/* --------- SEÇÕES --------- */
section {
  margin: 0 auto 3.2rem auto;
  max-width: 1200px;
  width: 100%;
  padding: 3rem 4vw;
}
.sobre,
.aprenda,
.como-funciona,
.depoimentos {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 32px #0001;
  position: relative;
}
.sobre {
  justify-content: center;
  background: #fffbe6;
  flex-wrap: wrap;
}
.sobre-imagem {
  width: 320px;
  max-width: 98vw;
  border-radius: 20px;
  box-shadow: 0 4px 24px #0002;
  display: block;
  height: auto;
}
.sobre-texto {
  max-width: 480px;
  flex: 1;
}
.sobre-texto h2 {
  color: #630;
}
.sobre-texto ul {
  font-size: 1.08rem;
  line-height: 1.7;
  margin-top: 1rem;
  padding-left: 1.1rem;
}

/* --------- AULAS AO VIVO --------- */
.aprenda {
  background: linear-gradient(90deg, #fff9e5 40%, #f5f1ea 100%);
  border-radius: 26px;
  margin-top: 2.5rem;
  padding: 3.5rem 4vw;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.aprenda-conteudo {
  flex: 1 1 340px;
  min-width: 0;
}
.aprenda-conteudo h2 {
  color: #914802;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
}
.aprenda-conteudo ul {
  background: #fff6dc;
  border-left: 5px solid #d7b164;
  border-radius: 10px;
  box-shadow: 0 2px 8px #b59c5e22;
  padding: 1.1rem 1.5rem;
  font-size: 1.17rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.aprenda-conteudo ul li {
  margin-bottom: 0.7rem;
}
.aprenda-conteudo span {
  font-weight: 600;
  background: #fff4c2;
  color: #7a3a00;
  border-radius: 8px;
  padding: 0.4rem 0.9rem;
  font-size: 1rem;
}
.aprenda-imagem {
  flex: 1 1 300px;
  min-width: 180px;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 6px 32px #0002;
  border: 5px solid #fffbe6;
  display: block;
  object-fit: cover;
}

/* --------- COMO FUNCIONA O GRUPO --------- */
.como-funciona {
  background: linear-gradient(90deg, #fff 70%, #efe8db 100%);
  border-radius: 24px;
  box-shadow: 0 4px 22px #0001;
  padding: 3.2rem 4vw;
  gap: 3rem;
  flex-wrap: wrap;
}
.como-funciona h2 {
  text-align: center;
  color: #6d3600;
  font-size: 2rem;
  letter-spacing: -1px;
  margin-bottom: 2.5rem;
  font-weight: 700;
  width: 100%;
}
.passos {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.passo {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px #d7b16418;
  padding: 2rem 1.1rem 1.5rem 1.1rem;
  flex: 1 1 210px;
  min-width: 190px;
  max-width: 330px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #f5e3b2;
  margin-bottom: 1rem;
}
.passo:hover {
  box-shadow: 0 8px 32px #d7b16444;
  transform: translateY(-4px) scale(1.03);
}
.passo img {
  width: 62px;
  max-width: 90%;
  min-width: 44px;
  margin-bottom: 0.8rem;
  filter: drop-shadow(0 2px 8px #d7b16455);
  height: auto;
}
.passo strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
  color: #9a5902;
}
.passo p {
  color: #432b0e;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* --------- DEPOIMENTOS --------- */
.depoimentos {
  background: linear-gradient(90deg, #fff7e3 55%, #f7f7ed 100%);
  border-radius: 26px;
  box-shadow: 0 4px 18px #0001;
  padding: 3.5rem 4vw;
  gap: 2.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.depoimentos h2 {
  font-size: 2rem;
  color: #6d3600;
  font-weight: 700;
  margin-bottom: 2.4rem;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
}
.depoimentos-grid {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.depoimentos-grid img {
  width: 300px;
  max-width: 95vw;
  border-radius: 20px;
  box-shadow: 0 4px 20px #b59c5e22, 0 1.5px 5px #fff9e5cc;
  border: 3px solid #fffbe6;
  transition: box-shadow 0.2s, transform 0.2s;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  height: auto;
}
.depoimentos-grid img:hover {
  box-shadow: 0 12px 36px #91480233, 0 4px 24px #fff8ecaa;
  transform: scale(1.03);
}

/* --------- BLOCO DE CONFIANÇA --------- */
.confianca {
  padding: 2.6rem 0 2rem 0;
  text-align: center;
}
.confianca img {
  width: 160px;
  min-width: 64px;
  max-width: 95vw;
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 2px 10px #d7b16444);
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.confianca div,
.confianca span {
  display: block;
  font-size: 1.24rem;
  background: #fff9e4;
  color: #814500;
  margin: 0 auto;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 14px;
  box-shadow: 0 2px 12px #d7b16411;
  max-width: 420px;
  font-weight: 500;
  word-break: break-word;
}

/* --------- FAQ --------- */
.faq {
  background: linear-gradient(90deg, #fffbe9 70%, #faf7f0 100%);
  padding: 2.5rem 1rem 3rem 1rem;
  border-radius: 24px;
  box-shadow: 0 2px 14px #b59c5e13;
  margin: 3rem auto 0 auto;
  max-width: 900px;
}
.faq h2 {
  text-align: center;
  color: #9a5902;
  font-size: 2rem;
  margin-bottom: 1.8rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.faq-lista details {
  margin-bottom: 1.2rem;
  border-radius: 8px;
  background: #fff8e6;
  box-shadow: 0 1px 8px #e2c88414;
  padding: 0.7rem 1.1rem;
  transition: box-shadow 0.18s;
  border: 1.5px solid #f6e7b8;
}
.faq-lista details[open] {
  box-shadow: 0 4px 22px #d7b1641a;
  border: 1.5px solid #ffd580;
}
.faq-lista summary {
  font-size: 1.14rem;
  font-weight: 600;
  color: #814500;
  cursor: pointer;
}
.faq-lista p {
  color: #333;
  font-size: 1.08rem;
  margin: 0.7rem 0 0 0.4rem;
}

/* --------- RODAPÉ --------- */
.rodape {
  background: #332b1a;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
  font-size: 1.06rem;
}
.rodape a {
  color: #ffd700;
  text-decoration: underline;
  margin: 0 0.2rem;
}

@media (max-width: 600px) {
  body {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero {
    padding: 0.5rem 0.5rem 1.1rem 0.5rem;
    min-height: 97vh;
    min-height: 97dvh;
    justify-content: center;
    align-items: center;
  }
  .hero-logo {
    max-width: 98vw;
    width: 150px;
    margin-bottom: 2rem;
  }
  .hero-title {
    font-size: 1.45rem;
    margin-bottom: 0.9rem;
    text-align: center;
    line-height: 1.16;
    word-break: break-word;
  }
  .hero-subtitle {
    font-size: 1.05rem;
    margin-bottom: 2.2rem;
    max-width: 96vw;
    text-align: center;
    line-height: 1.4;
  }
  .cta-botao {
    font-size: 1.06rem;
    padding: 1.1rem 0.4rem;
    border-radius: 10px;
    width: 98vw;
    max-width: 340px;
    margin: 0.8rem auto 0.9rem auto;
    display: block;
    box-sizing: border-box;
  }
  .cta-intermediario {
    margin: 1.4rem 0 0.8rem 0;
    padding: 0;
  }

  section,
  .faq {
    padding: 1.1rem 2vw !important;
    border-radius: 7px;
    margin: 1.1rem 0 1.5rem 0;
    max-width: 100vw;
  }

  .sobre,
  .aprenda,
  .como-funciona,
  .depoimentos {
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
    padding: 1.15rem 1vw;
    border-radius: 8px;
    margin: 0.7rem 0 1.3rem 0;
    max-width: 100vw;
  }
  .sobre-imagem,
  .aprenda-imagem {
    width: 99vw;
    max-width: 350px;
    margin: 0.5rem auto 0.8rem auto;
    border-radius: 9px;
    box-shadow: 0 2px 10px #0001;
  }
  .sobre-texto h2,
  .aprenda-conteudo h2,
  .como-funciona h2,
  .depoimentos h2,
  .faq h2 {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .sobre-texto ul,
  .aprenda-conteudo ul {
    padding: 0.5rem 0.5rem 0.5rem 1.1rem;
    font-size: 1.05rem;
    margin: 0.7rem 0 0.7rem 0;
  }
  .aprenda-conteudo span {
    font-size: 0.97rem;
    padding: 0.35rem 0.7rem;
  }

  .passos {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0;
    align-items: stretch;
  }
  .passo {
    padding: 0.8rem 0.3rem;
    border-radius: 8px;
    margin: 0.3rem 0;
    min-width: 0;
    max-width: 99vw;
  }
  .passo img {
    width: 38px;
    margin-bottom: 0.5rem;
  }
  .passo strong {
    font-size: 1.03rem;
    margin-bottom: 0.2rem;
  }
  .passo p {
    font-size: 0.99rem;
  }

  .depoimentos-grid {
    gap: 0.6rem;
    flex-direction: column;
    align-items: center;
  }
  .depoimentos-grid img {
    width: 98vw;
    max-width: 340px;
    border-radius: 8px;
    margin: 0.2rem auto;
  }
  .confianca img {
    width: 48px;
    min-width: 30px;
    margin-bottom: 0.7rem;
  }
  .confianca div,
  .confianca span {
    padding: 0.4rem 0.3rem;
    font-size: 0.99rem;
    border-radius: 6px;
    min-width: 0;
    max-width: 98vw;
  }
  .faq-lista details {
    font-size: 1rem;
    padding: 0.41rem 0.7rem;
    border-radius: 6px;
  }
  .rodape {
    padding: 1rem 0 0.7rem 0;
    font-size: 0.99rem;
    margin-top: 1rem;
  }
}

/* Garante imagens SEM overflow mesmo para imagens fora do padrão */
img,
video {
  max-width: 100vw !important;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
