/* =====================================
   RESPONSIVO
===================================== */

@media (max-width: 900px) {
  .header {
    height: 75px;

    flex-direction: row;

    justify-content: space-between;

    padding: 15px 0;
  }

  nav {
    display: none;
  }

  .logo {
    width: 120px;
  }

  .header-button {
    padding: 10px 18px;

    font-size: 13px;
  }

  .logo {
    width: 120px;
  }

  .header-button {
    padding: 10px 18px;

    font-size: 13px;
  }

  .hero {
    padding: 35px 0 45px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button-primary,
  .button-outline {
    width: 100%;

    text-align: center;
  }

  .highlights {
    flex-direction: column;
  }

  .hero-image {
    min-height: 350px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .footer-content {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .footer-brand p {
    margin: auto;
  }

  .phone-whatsapp {
    justify-content: center;
  }

  .footer-whatsapp,
  .footer-call {
    width: 100%;
  }

  .footer-bottom {
    margin-top: 40px;
  }
  .footer-nety {
    margin: 25px auto 0;

    justify-content: center;

    text-align: left;

    width: 100%;
    max-width: 320px;
  }

  .steps-mascot {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding: 50px 20px 30px;
    gap: 20px;
    overflow: hidden;
  }

  .steps-text {
    order: 1;
  }

  .steps-mascot {
    position: relative;
    overflow: visible;

    padding: 30px 20px 90px;
  }

  .steps-mascot .nety-point {
    position: absolute;

    width: 240px;

    left: auto;

    bottom: -150px;

    right: -20px;
  }

  .nety-point {
    transform: scaleX(-1);
  }

  /* =====================================
   RESPONSIVO TABLET
===================================== */

  @media (max-width: 991px) {
    .about-grid {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .features {
      grid-template-columns: 1fr;
    }

    .steps-wrapper {
      grid-template-columns: 1fr;
    }

    .steps-wrapper::before {
      display: none;
    }

    .steps-mascot {
      flex-direction: column;
      text-align: center;
    }
  }
}


  /* =====================================
   COOKIE
===================================== */

@media (max-width: 600px) {
  .cookie-banner {
    bottom: 10px;
    width: calc(100% - 20px);

    flex-direction: column;
    align-items: stretch;

    padding: 10px;
  }

  .cookie-buttons {
    width: 100%;
  }

  .cookie-banner button {
    width: 70%;
  }

  .cookie-link {
    text-align: center;
  }
}

/* =====================================
  FAIXA DE CONFIANÇA
===================================== */



@media (max-width: 900px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .plans .features {
    grid-template-columns: 1fr;
  }

  .content-text {
    padding: 0 15px;
  }

  .disclaimer p {
    font-size: 13px;

    padding: 0 15px;
  }
}

/* =====================================
   CARDS NETY.WEBP
===================================== */

@media (max-width: 900px) {
  /* reduz a área visual */
  .hero-image {
    min-height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  /* remove o balão da Nety no celular */
  .nety-message {
    display: block;

    top: -120px;
    right: 10px;

    width: 200px;

    padding: 15px 18px;

    border-radius: 18px;
  }

  .nety-message::after {
  bottom: -12px;
  left: 50%;
}

  /* diminui a mascote */
  .hero-mascot img {
    width: 240px;
    padding-right: 0;
  }

  /* esconde o SVG de fundo no mobile */
  .network-bg {
    opacity: 0.15;
  }

  /* cards deixam de flutuar */
  .floating-card {
    position: relative;
    inset: auto;
    width: 90%;
    margin: 10px auto;

    padding: 12px 15px;

    border-radius: 16px;

    animation: cardFloat 4s ease-in-out infinite;
  }

  .card-speed {
    order: 1;
  }

  .card-fiber {
    order: 2;
  }

  .card-support {
    order: 3;
  }

  .floating-card i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .floating-card strong {
    font-size: 14px;
  }

  .floating-card span {
    font-size: 12px;
  }
}

@media (max-width: 768px) {

  .highlights {
    margin-bottom: 80px;
  }

  .hero-image {
    margin-top: 40px;
    min-height: 650px;
  }

  .nety-message {
     margin-top:25px;
  }

}