@media (max-width: 1024px) {
  .hero__inner,
  .diferenciais__inner,
  .contato__inner {
    grid-template-columns: 1fr;
  }

  .hero__content {
    order: 1;
  }

  .hero__brand-panel {
    max-width: 40rem;
  }

  .hero__brand-frame {
    min-height: 22rem;
  }

  .areas__grid,
  .equipe__grid,
  .depoimentos__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .navbar__links,
  .navbar__cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero {
    padding: 140px 0 80px;
  }

  .hero__title {
    font-size: clamp(2.8rem, 10vw, 4rem);
  }

  .hero__watermark {
    width: 340px;
    right: -80px;
  }

  .authority__grid,
  .areas__grid,
  .depoimentos__grid,
  .equipe__grid,
  .diferenciais__grid,
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .authority__item:nth-child(odd)::before {
    display: none;
  }

  .como-funciona__steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .como-funciona__steps::before {
    display: none;
  }

  .step {
    text-align: left;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    align-items: start;
  }

  .step__icon-wrap {
    margin: 0;
  }

  .step__body {
    padding-top: 0.5rem;
  }
}

@media (max-width: 560px) {
  .section-header {
    margin-bottom: 3rem;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__ctas .btn,
  .hero__cta-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .authority__grid,
  .areas__grid,
  .depoimentos__grid,
  .equipe__grid,
  .diferenciais__grid,
  .footer__top {
    grid-template-columns: 1fr;
  }

  .authority__item + .authority__item::before {
    display: none;
  }

  .hero__brand-frame {
    min-height: 18rem;
  }

  .contato__form {
    padding: 1.5rem;
  }

  .whatsapp-float {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu,
  .btn,
  .area-card,
  .team-card,
  .btn-whatsapp-team,
  .whatsapp-float {
    transition: none;
  }
}
