/* ============================================
   RESPONSIVE.CSS - Clube dos Salgadeiros
   ============================================ */

/* Tablet
   -------------------------------------------- */
@media (max-width: 1024px) {
  .section-hero h1 {
    font-size: 36px;
  }

  .problems-grid {
    flex-direction: column;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-grid .feature-card {
    margin-top: 0 !important;
  }

  .content-grid,
  .content-cards {
    flex-direction: column;
  }

  .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plans-grid {
    flex-direction: column;
    align-items: center;
  }

  .plan-annual {
    transform: none;
  }

  .how-it-works-content {
    flex-direction: column;
    text-align: center;
  }

  .guarantee-content {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-content .about-image {
    margin: 0 auto;
  }

  .fixed-banner .container {
    flex-direction: column;
    gap: 5px;
  }

  .fixed-banner {
    padding: 8px 15px;
  }
}

/* Mobile
   -------------------------------------------- */
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .section-hero h1 {
    font-size: 28px;
  }

  .section-hero h2 {
    font-size: 20px;
  }

  .btn-cta {
    font-size: 22px;
    padding: 15px 25px;
    width: 100%;
  }

  .section-problems h2,
  .section-advantages h2,
  .section-plans h2,
  .section-content-list h2,
  .section-faq h2 {
    font-size: 32px;
  }

  .section-how-it-works h2 {
    font-size: 30px;
  }

  .section-how-it-works h3 {
    font-size: 28px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    max-width: 100%;
  }

  .guarantee-image {
    max-width: 250px;
    margin: 0 auto;
  }

  .section-guarantee h2 {
    font-size: 32px;
  }

  .fixed-banner {
    font-size: 13px;
  }

  .countdown-item span {
    font-size: 18px;
  }

  .fixed-banner-text {
    font-size: 13px;
    text-align: center;
  }

  .about-image {
    max-width: 60%;
    margin: 0 auto;
  }

  .features-grid {
    padding: 0 15px;
  }

  .section-features-grid {
    padding: 0;
  }

  .problems-list li {
    font-size: 17px;
  }

  .btn-plan {
    font-size: 18px;
    padding: 15px 20px;
  }
}
