/* ============================================
   RESPONSIVE.CSS - Formacao Salgadeiro Profissional
   ============================================ */

/* Tablet
   -------------------------------------------- */
@media (max-width: 1024px) {
  .section-hero {
    padding: 30px 0 60px;
  }

  .section-hero h1 {
    font-size: 30px;
  }

  .hero-logo {
    max-width: 60%;
  }

  .motivos-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
  }

  .section-motivos {
    min-height: auto;
    padding: 50px 0 60px;
  }

  .depoimentos-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }

  .depoimentos-grid .depoimento-item:last-child {
    max-width: 100%;
  }

  .curriculo-image {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .bonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .garantia-content {
    flex-direction: column;
    text-align: center;
  }

  .garantia-image {
    max-width: 300px;
    margin: 0 auto;
  }

  .bio-content {
    flex-direction: column;
    text-align: center;
  }

  .bio-image {
    max-width: 250px;
    margin: 0 auto;
  }

  .fixed-banner .container {
    flex-direction: column;
    gap: 5px;
  }

  .fixed-banner {
    padding: 8px 15px;
  }

  .section-motivos h2,
  .section-depoimentos h2,
  .section-curriculo h2,
  .section-bonus h2,
  .section-investimento h2,
  .garantia-text h2 {
    font-size: 30px;
  }

  .btn-cta--large {
    font-size: 27px;
  }
}

/* Mobile
   -------------------------------------------- */
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .section-hero h1 {
    font-size: 24px;
    max-width: 100%;
  }

  .hero-description {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-logo {
    max-width: 75%;
  }

  .section-hero {
    padding: 20px 0 50px;
  }

  .btn-cta {
    font-size: 20px;
    padding: 15px 25px;
    width: 100%;
  }

  .btn-cta--secondary {
    font-size: 18px;
  }

  .btn-cta--large {
    font-size: 22px;
  }

  .btn-cta-red {
    font-size: 20px;
    padding: 15px 25px;
    width: 100%;
  }

  .section-motivos h2,
  .section-depoimentos h2,
  .section-curriculo h2,
  .section-bonus h2,
  .section-investimento h2 {
    font-size: 24px;
  }

  .motivo-card h3 {
    font-size: 24px;
  }

  .motivo-card p {
    font-size: 16px;
  }

  .motivo-number {
    font-size: 40px;
  }

  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .curriculo-image {
    max-width: 100%;
  }

  .step-card {
    padding: 15px 20px;
  }

  .step-card h3 {
    font-size: 18px;
  }

  .step-card p {
    font-size: 16px;
  }

  .pricing-card-price {
    font-size: 36px;
  }

  .price-list-item {
    font-size: 14px;
  }

  /* Garantia */
  .garantia-text h2 {
    font-size: 30px;
  }

  .garantia-text h3 {
    font-size: 20px;
  }

  .garantia-text p {
    font-size: 16px;
  }

  .garantia-image {
    max-width: 200px;
    margin: 0 auto;
  }

  /* Bio */
  .bio-image {
    max-width: 60%;
    margin: 0 auto;
  }

  .bio-text p {
    font-size: 16px;
  }

  /* FAQ */
  .section-faq h2 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 18px;
    padding: 15px;
  }

  .faq-answer p {
    font-size: 16px;
  }

  /* Fixed banner */
  .fixed-banner {
    font-size: 13px;
  }

  .countdown-item span {
    font-size: 18px;
  }

  .fixed-banner-text {
    font-size: 13px;
    text-align: center;
  }

  /* Footer */
  .footer-logo img {
    max-width: 50%;
  }
}
