body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  background: #fff;
}

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/*classe reutilizável*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
}

.hero {
  background: linear-gradient(to bottom, #7b2cbf, #9759f7);
  color: white;
  padding: 60px 20px;
}

.hero-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hero-texto {
  flex: 1 1 500px;
  padding: 20px;
  line-height: 1.6;
}

.hero-texto h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-texto p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: #f2f2f2;
}

.hero-imagem {
  flex: 1 1 460px;
  text-align: center;
  padding: 10px 20px;
}

.livro-img-grande {
  width: 550px;
  transform: rotate(5deg);
  transition: transform 0.3s ease;
}

.livro-img-grande:hover {
  transform: rotate(-4deg) scale(1.03);
}

.btn {
  display: inline-block;
  background: #fcd34d;
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.btn:hover {
  background: #e6c200;
}

.destaque {
  color: #e6c200;
}

.detalhes {
  font-size: 0.9rem;
  color: #c4f0c4;
  margin-top: 10px;
}

/*<!-- Seção com os benefícios do eBook -->*/
.beneficios {
  padding: 60px 20px;
  text-align: center;
}


.beneficios h2 {
    font-size: 40px;
}

.icone-beneficio {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.card {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 35px;
  width: 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pulse {
  animation: pulse-animation 1.5s infinite;
  transform-origin: center;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*chamada de ação*/

.call-to-action {
  background-color: #f4f4f8;
  text-align: center;
  padding: 60px 20px;
}

.call-to-action h2 {
  font-size: 1.8rem;
  color: #111827;
  font-weight: bold;
  margin-bottom: 10px;
}

.call-to-action p {
  color: #4b5563;
  font-size: 1rem;
  margin-bottom: 30px;
}

.btn-download {
  background: linear-gradient(90deg, #a855f7, #8b5cf6);
  color: white;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

/*sobre*/
.secao-professora {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background-color: #fff;
}

.conteudo-professora {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap; /* Garante que funcione no mobile */
}

.texto-professora {
  flex: 1;
  min-width: 300px;
}

.texto-professora h2 {
  font-size: 24px;
  color: #111;
}

.texto-professora h2 span {
  color: #8b5cf6; /* Roxo vibrante */
}

.texto-professora p {
  margin: 20px 0;
  line-height: 1.6;
  color: #333;
}

.texto-professora ul {
  list-style: none;
  padding: 0;
}

.texto-professora li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #222;
}

.texto-professora li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #fcd34d; /* Amarelo */
  border-radius: 50%;
}

.foto-professora {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.foto-professora img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*depoimentos*/
.depoimentos {
  background-color: #f4f4f8;
  padding: 60px 20px;
  text-align: center;
}

.depoimentos h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #111;
}

.destaque-roxo {
  color: #8b5cf6;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: white;
  padding: 24px;
  width: 320px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.avatar {
  transition: box-shadow 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: #ede9fe;
  color: #7c3aed;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card:hover .avatar {
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.3);
}

.avatar.amarelo {
  background-color: #fef3c7;
  color: #ca8a04;
}

.avatar.lilas {
  background-color: #f3e8ff;
  color: #9333ea;
}

.info strong {
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.info small {
  font-size: 0.85rem;
  color: #6b7280;
}

.texto-depoimento {
  font-style: italic;
  color: #333;
  font-size: 0.95rem;
  margin: 8px 0;
}

.estrelas {
  color: #facc15;
  font-size: 1.1rem;
}
/*bonus*/
.bonus {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}

.bonus-box {
  background: linear-gradient(90deg, #f4eeff, #fffbe6);
  border-radius: 16px;
  padding: 40px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.bonus-titulo {
  font-size: 28px;
  margin-bottom: 16px;
  color: #A259FF;
}

.bonus-titulo span {
  color: #A259FF;
}

.bonus-descricao {
  color: #333;
  max-width: 700px;
  margin: 0 auto 32px auto;
  font-size: 16px;
}

.bonus-itens {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.bonus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  color: #000;
}

.bonus-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.bonus-mais {
  font-size: 28px;
  font-weight: bold;
  color: #555;
}

/*cta section*/

.cta-section {
  background-color: #5E35B1;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

.cta-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-section .destaque {
  color: #FFD700;
}

.subtitulo {
  font-size: 20px;
  margin-bottom: 32px;
  color: #eeeeee;
}

.btn-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #000000;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 24px;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #e6c000;
  transform: scale(1.02);
  transition: all 0.3s ease;
}

.beneficios-cta {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ccffcc;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.beneficios-cta li {
  color: #b7ffb7;
}


/*footer*/
.footer-roxo {
  background-color: #2B1A47;
  color: #dddddd;
  padding: 60px 20px 30px;
  font-size: 14px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 30px;
  text-align: left;
}

.footer-col {
  flex: 1 1 250px;
}

.footer-title {
  color: #FFD700;
}

.footer-social a {
  margin-right: 16px;
  font-size: 20px;
  text-decoration: none;
}

.footer-social a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.link-raja {
  color: #FFD700;
}

.link-politica {
  color: #FFFFFF;
}

.link-raja:hover {
  text-decoration: underline;
}

/*garantia*/
.garantia {
  background-color: #fff;
  color: #1a1a1a;
  padding: 60px 20px;
  text-align: center;
}

.icone-garantia {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fcd34d;
  letter-spacing: 6px;
}

.titulo-garantia {
  font-size: 24px;
  letter-spacing: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1a1a1a;
}

.texto-garantia {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.subtexto-garantia {
  font-size: 14px;
  color: #555;
}


/*responsividade*/

/*hero resp*/

/* RESPONSIVIDADE PARA HERO */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
  }

  .hero-texto,
  .hero-imagem {
    flex: unset !important;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .hero-texto h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .hero-texto p {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 1rem;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  .detalhes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .livro-container {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .livro-img-grande {
    max-width: 280px;
    width: 100%;
    height: auto;
    transform: none !important;
    margin: 10px auto 0;
    margin-left: 30px;
  }

  .livro-img-grande:hover {
    transform: rotate(-4deg) scale(1.03);
  }

  /*beneficios*/
  .beneficios {
    padding: 40px 20px;
    text-align: center;
  }

  .beneficios h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .icone-beneficio {
    width: 48px;
  }

  .cards {
    gap: 16px;
    justify-content: center;
  }

  .card {
    width: 90%;
    padding: 24px;
    margin: 0 auto; /* centraliza o card */
    box-sizing: border-box;
  }

  /*sobre a professora*/
  .secao-professora {
    padding: 40px 20px;
  }

  .conteudo-professora {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .texto-professora {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .texto-professora h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .texto-professora p {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .texto-professora li {
    font-size: 0.95rem;
  }

  .foto-professora {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  /*bonus*/
  .bonus {
    padding: 40px 20px;
    text-align: center;
  }

  .bonus-box {
    padding: 30px 20px;
    max-width: 85%;
    margin: 0 auto;
  }

  .bonus-titulo {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }

  .bonus-descricao {
    font-size: 1rem;
    padding: 0 10px;
    margin-bottom: 24px;
  }

  .bonus-itens {
    gap: 24px;
    flex-direction: column;
  }

  .bonus-item {
    font-size: 0.95rem;
  }

  .bonus-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }

  .bonus-mais {
    font-size: 1.3rem;
  }

  /*footer*/
  .footer-roxo {
    padding: 40px 20px 20px; 
  }

  .footer-content {
    gap: 20px;
    margin-bottom: 20px; 
    text-align: center;
  }

  .footer-bottom {
    padding-top: 12px; 
  }
}

@media (max-width: 480px) {
  .hero-texto h1 {
    font-size: 1.5rem;
  }

  .hero-texto p {
    font-size: 0.95rem;
  }

  .btn {
    font-size: 0.95rem;
    padding: 10px 18px;
  }

  .livro-img-grande {
    max-width: 230px;
  }
}

