/* ============================================
   Personal Nathy — responsive (seções inferiores)
   ============================================ */

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .header-nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    box-shadow: none;
    right: 0;
  }

  .header-nav ul {
    flex-direction: row;
    gap: 1.25rem;
  }

  .header-nav a {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .hero__content {
    padding: 10vh 6vw 5vh;
    padding-top: calc(9vh + 52px);
  }

  .protocolo,
  .quem,
  .treinos {
    grid-template-columns: 1fr;
    padding: 4em 8%;
  }

  .protocolo .ladodire {
    min-height: auto;
    justify-content: center;
  }

  .protocolo .ladodire video,
  #video1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 85%;
    max-width: 420px;
    margin: 0 auto;
  }

  .redes {
    padding: 6em 8%;
    min-height: auto;
  }

  .redes-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .redessociais {
    padding-left: 0;
  }

  .especialidades {
    grid-template-columns: 1fr;
    padding: 4em 2em;
    gap: 2em;
  }

  .treinos .tipos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .treinos .card {
    max-width: 280px;
    margin-top: 50px;
  }

  .hero p {
    max-width: 90%;
  }

  .protocolo .ladoesq,
  .protocolo .ladoesq p {
    max-width: 100%;
    margin-left: 0;
  }

  .protocolo .ladoesq a {
    margin-left: 0;
  }

  .protocolo .ladoesq p,
  .quem p,
  .especialidades .ladodire p {
    font-size: 1.15rem;
  }

  .carrossel .slides-viewport {
    min-height: 240px;
  }

  .carrossel .img-slide img {
    max-width: 200px;
    height: 240px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .footer-brand {
    min-height: 360px;
  }

  .footer-brand__center {
    padding: 3rem 2rem;
  }

  .footer-img img {
    min-height: 400px;
    object-position: center bottom;
  }
}

@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(../img/img-inicio.webp);
    background-position: center 18%;
    background-size: cover;
  }

  .hero__panels {
    display: none;
  }

  .hero__content {
    margin-top: auto;
    padding-top: 46vh;
    padding-bottom: 7vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .protocolo .ladodire {
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .protocolo .ladodire video,
  #video1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 88%;
    max-width: 340px;
    margin: 0 auto;
  }

  .redes-quote p {
    font-size: clamp(1.35rem, 5vw, 1.9rem);
    line-height: 1.5;
  }

  .treinos .tipos img {
    width: 68%;
    max-width: 200px;
  }

  .treinos .card {
    max-width: 240px;
  }

  .treinos .tipos p {
    font-size: 1.15rem;
  }

  .carrossel .slides {
    padding: 0 0.25rem 3em;
    gap: 0.35rem;
  }

  .carrossel .prev,
  .carrossel .next {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .carrossel .img-slide {
    flex-wrap: wrap;
    gap: 8px;
  }

  .carrossel .img-slide img {
    max-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
    height: 200px;
  }

  .quem .img-quem img {
    width: 100%;
  }

  .treinos .tipos {
    flex-direction: column;
    align-items: center;
  }

  .treinos .card {
    max-width: 100%;
    width: 100%;
  }

  .quem {
    padding: 3em 2em;
  }

  .redes {
    padding: 5em 6% 4em;
  }

  .footer-brand h2 {
    letter-spacing: 0.2em;
  }
}

@media (max-width: 600px) {
  .header-quote {
    font-size: 0.8rem;
    padding: 10px 12px;
  }

  .hero__content {
    padding-top: 44vh;
    padding-bottom: 6vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero {
    background-position: center 15%;
  }

  .hero h1 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }

  .hero p {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }

  .hero a {
    font-size: 0.95rem;
    padding: 14px 28px;
  }

  .faixainfinita {
    padding-block: 40px;
  }

  .faixainfinita .texto-faixa p {
    font-size: 1.1rem;
    margin-right: 32px;
  }

  .protocolo {
    padding: 3em 5%;
  }

  .protocolo .ladoesq a {
    font-size: 1rem;
    padding: 14px 24px;
  }

  .especialidades .topico .num {
    padding: 14px 18px;
    font-size: 14px;
  }

  .especialidades .ladodire p {
    font-size: 16px;
  }

  .carrossel h2 {
    padding: 2em 1rem 1.5em;
    font-size: 1.75rem;
  }

  .carrossel .img-slide img {
    height: 160px;
  }

  .quem {
    padding: 3em 1.25em;
  }

  .quem p {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }

  .treinos {
    padding: 3em 1.25em;
  }

  .treinos .tipos img {
    width: 62%;
    max-width: 180px;
  }

  .treinos .card {
    max-width: 220px;
  }

  .redes {
    padding: 4em 5%;
  }

  .redes-quote p {
    font-size: clamp(1.3rem, 5.5vw, 1.75rem);
  }

  .redessociais h3 {
    font-size: 1.75rem;
  }

  .footer-brand {
    min-height: 280px;
  }

  .footer-brand__center {
    padding: 2.5rem 1.25rem;
  }

  .footer-img img {
    min-height: 320px;
    object-position: right bottom;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 1rem;
    right: 1rem;
  }
}
