/* === Tablet === */
@media (max-width: 1024px) {
  .hero-section {
    padding: 20px;
  }

  #main-title {
    font-size: 22px;
  }

  #intro-text {
    font-size: 20px;
    padding: 20px 10px;
  }

  .ebook-section, .learning-section, .guarantee-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .ebook-text, .learning-content {
    width: 100%;
  }

  video {
    width: 100%;
    height: auto;
  }

  .proof-cards {
    flex-direction: column;
    padding: 20px;
  }

  .swiper-slide img {
    max-width: 90%;
  }
}

/* === Celular === */
@media (max-width: 768px) {
  h1, h2, h3 {
    font-size: 90%;
  }

  #main-title {
    font-size: 18px;
  }

  #intro-text {
    font-size: 16px;
    padding: 15px 5px;
  }

  .hero-section {
    padding: 15px;
  }

  .ebook-text, .learning-content, .guarantee-text {
    padding: 0 10px;
  }

  .ebook-text .ebook-title {
    font-size: 16px;
  }

  .ebook-text p {
    font-size: 14px;
  }

  .section-cta a.cta1, .cta2, .cta-button {
    width: 90%;
    font-size: 16px;
    padding: 12px;
  }

  .proof-card {
    margin: 15px 0;
    padding: 15px;
  }

  .swiper-slide img {
    max-width: 80%;
  }

  .faq-section {
    padding: 20px 10px;
  }

  .guarantee-section {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    width: 95%;
  }

  .container {
    padding: 20px;
  }

  .timer {
    font-size: 28px;
  }

  .price .new-price {
    font-size: 18px;
  }

  .price .old-price {
    font-size: 16px;
  }
}
