* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* altura do header */
}
#preloader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.logo-wrapper {
  width: 200px;
  animation: pulseGlow 2s ease-in-out infinite;
}

.logo {
  width: 100%;
  display: block;
}

/* Animação de pulsar com opacidade */
@keyframes pulseGlow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.enunciado-card {
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ff5112;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 250px;
  text-align: center;
  padding: 5px;

}

.enunciado-card h4 {
  position: relative;
  top: 5px;
}

.imagem-inicio {
  position: relative;
  left: 200px;
}

nav ul {
  list-style: none;
  position: relative;
  top: -150px;
}

nav ul li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 50px;
  top: 5px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  transition: all .4s;
  font-weight: 500;
}

nav ul li a:hover {
  color: #ff5112;
}

.imagem-inicio img {
  position: relative;
}

.conteudo-card {
  position: relative;
  top: -10px;
  height: 210px;
  border-radius: 20px;
}

.megas-card {
  font-family: "Poppins", sans-serif;
  color: white;
  text-align: center;
  font-size: 45px;
  margin-top: 10px;
  font-weight: 500;

}

.none {
  display: none;
}

.fibra-imagem {
  width: 25px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -2px;
  left: 5px;
}

.card ul {
  list-style: none;
  display: block;
  margin: 0 auto !important;
  position: relative;
  top: -40px;
  padding: 0 !important;
  text-align: center;


}

.card ul li {
  display: inline-block;
}

.plan-card ul li {
  font-size: 16px;
  margin-top: 50px;
  padding-top: 10px;
}

.plan-card ul {
  position: relative;
  top: -40px;
}

.tipo-plano {
  font-size: 12px;
  color: white;
  font-family: "Poppins", sans-serif;
  position: relative;
  top: -10px;
}

.valor-card {
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  text-align: center;
  color: white;
  position: relative;
  top: -5px !important;
  font-weight: 700;

}

.valor-card span {
  position: relative;
  top: -18px;
  left: -10px;

}

.valor-card span:first-child {
  top: -12px;
  left: 12px;
}

span {
  font-size: 20px;
}

.motivos {
  height: 100vh;
  width: 100%;
}

.inicio {
  height: 100vh;
  background-image: url('img/fundo_inicio.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.1s ease-out;
  will-change: transform;
  position: relative;
  z-index: 2;

}

.beneficios-check {
  margin-top: 40px;
}

.enunciado-beneficios {
  font-size: 40px;
  text-align: center;
  color: rgb(51 64 113);
  position: relative;
  top: -20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.beneficios li {
  color: white !important;
  mix-blend-mode: normal !important;
}

.beneficios li::marker {
  color: white !important;
}


.img-float {
  position: relative;
  animation: flutuar 3s ease-in-out infinite !important;
}

.imagem-beneficios {
  width: 500px;
}

.imagem-beneficios {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Quando visível na tela */
.imagem-beneficios.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Animação de flutuação */
@keyframes flutuar {

  0%,
  100% {
    top: 0px;
  }

  50% {
    top: -10px;
  }
}




.imagens-planos {
  width: 600px;
}

@media (min-width: 1025px) {
  .inicio {
    background-position: 75% center;
    /* foca mais à direita onde está o roteador */
  }


}

@media (max-width: 767px) {
  .carousel-container {
    width: 90%;
    left: 0;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .inicio {
    background-position: 80% center;
    /* ainda mais foco no roteador */
  }

}

/* Celulares */
@media (max-width: 767px) {
  .inicio {
    background-position: 90% center;
    /* quase totalmente focado no roteador */

  }
}

.logo-inicio {
  width: 250px;

}

.logo-inicio img {
  margin-top: 50px;
  margin-left: 50px;
}

.carousel-container {
  width: 1100px;
  max-width: 100%;
  height: 500px;
  position: relative;
  top: 20px;
  margin: 0 auto;

  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s ease-out;
  will-change: transform;
}


@media (min-width: 991px) {
  .carousel-container {
    margin-left: 150px;
    /* empurra 50px pra direita */
  }
}

.carousel-track {
  width: 100%;
  height: 420px;
  position: relative;
}

.card {
  width: 250px;
  height: 190px;
  background: #ccc;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.controls {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  position: relative;
  top: -80px;
}

.controls button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.controls button:hover {
  background-color: white;
  color: #000758;
  /* Azul, você pode trocar pelo tom que preferir */
}


/* Container principal (opcional) */
.benefits {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1rem;
  font-family: "Poppins", sans-serif;
}

/* Bloco individual */
.benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Quando entra na tela */
.benefit.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Espaço reservado pro check animado */
.check-anim {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

/* SVG base */
.check-anim svg {
  width: 100%;
  height: 100%;
  stroke: rgb(255 64 0);
  stroke-width: 4;
  fill: none;
}

/* Animação de contorno */
.circle,
.check {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 0.5s ease;
}

/* Check específico */
.check-anim svg .check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}

/* Ativada após a entrada */
.benefit.animate-check .circle {
  stroke-dashoffset: 0;
}

.benefit.animate-check .check {
  stroke-dashoffset: 0;
  transition-delay: 0.2s;
}

/* Textos */
.benefit p {
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.benefit p strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  color: rgb(51 64 113);
}

.planos {
  margin-top: 50px;
  height: 80vh;
  background-image: url('img/planos.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.1s ease-out;
  will-change: transform;
  position: relative;
  z-index: 2;

}

.enunciado-beneficios {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.enunciado-beneficios.visible {
  opacity: 1;
  transform: translateX(0);
}




.plan-card {
  @apply p-6 text-center rounded-2xl shadow-lg transition transform hover:scale-105 duration-300;
  background: linear-gradient(135deg, #000d48 0%, #c22434 100%);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
}

.plan-card h3 {
  @apply text-2xl font-semibold text-cyan-300;
}

.plan-card .velocidade {
  @apply text-lg mt-2;
}

.plan-card .preco {
  @apply text-3xl font-bold mt-4;
}

.plan-card .descricao {
  @apply mt-2 text-gray-400;
}

.swiper {
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  cursor: grab;
  widh
}

.planos {
  font-family: "Poppins", sans-serif;
}

.enunciado-planos {
  color: white;
  font-family: "Poppins", sans-serif;
}

.plan-card h3 {
  color: #ff6800;
  font-size: 40px;
  text-align: center;

}

.velocidade {
  color: white !important;
  font-size: 20px !important;
  text-align: center;
}

hr {
  margin: 10px;
  padding: 5px;
}

.preco {
  color: white !important;
  font-size: 50px !important;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.redes-sociais {
  height: 100vh;
}

.setinhas {
  color: white !important;
  position: relative;
  margin-right: 50px !important;
  margin-left: 50px !important;
}


.perguntas {
  padding: 2rem;
  font-family: "Segoe UI", sans-serif;
  background: white;
  color: #e2e8f0;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.faq-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  color: rgba(252, 107, 0, 1);
}

.faq-item {
  background-color: #1e293b;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.15);
}

.faq-question {
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.faq-question:hover {
  background-color: rgba(59, 130, 246, 0.1);
}

.faq-question .icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  color: white;
}

.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  background-color: #1e293b;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 1rem 1.5rem;
  max-height: 200px;
}

.faq-answer p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.5;
}

.perguntas {
  padding-right: 100px;
  padding-left: 100px;
}





/* Section Styling */


#speedtest-section {
  background: url(img/velocidade.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  color: white !important;
}


.mascote-container {
  animation: float 3s ease-in-out infinite;
  max-width: 300px;
}

#speedtest-section {
  position: relative;
}

.fala-box-central {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  text-align: center;
  max-width: 80%;
}

#fala-mascote {
  display: block;
  color: #333;
  text-align: center;
  width: 100%;
}

.transformar {
  font-size: 50px !important;
}

@media (max-width: 768px) {
  .fala-box-central {
    font-size: 1rem;
    max-width: 90%;
  }

  .mascote-container {
    margin-top: 2rem;
  }
}

.test-container {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
}

.speedtest-results-container {
  min-width: 250px;
}

.speedtest-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.result-box {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s;
}

.result-box:hover {
  transform: scale(1.05);
}

.result-value {
  font-size: 2rem;
  font-weight: 600;
}

.result-label {
  font-size: 1rem;
  opacity: 0.8;
}

#startBtn {
  padding: 10px 30px;
  font-weight: 500;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid white;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#startBtn:hover {
  background: white;
  color: #000;
  transform: scale(1.05);
}


.fala-box {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 15px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.4;
  color: black !important;
  position: relative;
  top: 100px;
  position: absolute;

}

.mascote-imagem {

  z-index: 0;
}

.fala-box-central {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  width: 30%;
  min-height: 120px;
  font-size: 12px !important;
  line-height: 1.6;
  text-align: center;
  z-index: 9999;
  color: black !important;
}

.box-group {
  position: relative;
  left: 50px;
}



.fala-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: white;
  transform: rotate(45deg);
}

.mascote-imagem {
  width: 420px;
  position: relative;
  top: 15px;
}

.fale-conosco {

  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif !important;
}

.fale-conosco .container .row {
  background: rgba(255, 255, 255, 0.7);
  /* Fundo branco transparente */
  backdrop-filter: blur(10px);
  /* Efeito de desfoque para dar a sensação de vidro */
  border-radius: 12px;
  /* Borda arredondada */
  padding: 30px;
  /* Menor espaçamento para deixar o box mais compacto */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  font-family: "Poppins", sans-serif !important;
}

.titulo-fc {
  font-size: 25px;
  font-family: "Poppins", sans-serif !important;
  color: #ff7e00 !important;
}

.form-area h2,
.social-area h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ff7e00;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333;
  border: 1px solid #ff7e00;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ff9800;
  box-shadow: 0 0 10px #ff9800;
  color: #000;
}

.form-floating>label {
  color: #555;
}

textarea.form-control {
  resize: none;
}

.btn-enviar {
  background: linear-gradient(135deg, #ff7e00, #ff9800);
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.btn-enviar:hover {
  background: linear-gradient(135deg, #ff9800, #ff7e00);
}

.social-icons a {
  font-size: 24px;
  color: #ff7e00;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ff7e00;
  padding: 15px;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.social-icons a:hover {
  background: #ff7e00;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .fale-conosco .container .row {
    flex-direction: column;
  }
}




@media (max-width: 768px) {
  .test-container {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .speedtest-results-container {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .speedtest-results {
    align-items: center;
  }

  .result-box {
    text-align: center;
    width: 100%;
    max-width: 300px;
  }

  .right-panel {
    justify-content: center;
    align-items: center;
  }
}



@media (max-width: 1024px) {
  .test-container {
    padding: 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .speedtest-results {
    flex-direction: column;
    align-items: center;
  }

  .result-box {
    width: 80%;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .test-container {
    padding: 15px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .result-value {
    font-size: 2rem;
  }

  .result-label {
    font-size: 1rem;
  }

  .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
  }
}

@media (max-width: 480px) {
  .test-container {
    padding: 10px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .result-value {
    font-size: 1.5rem;
  }

  .result-label {
    font-size: 0.9rem;
  }

  .btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

/* === AJUSTES RESPONSIVOS AVANÇADOS === */

/* MOBILE FIRST */
@media (max-width: 767px) {
  .fale-conosco .container .row {
    padding: 20px;
  }

  .fale-conosco form {
    transform: scale(1.05);
    /* tipo um zoom */
    padding: 0 10px;
  }

  .form-control {
    font-size: 16px;
  }

  .titulo-fc {
    font-size: 32px;
    text-align: center;
  }

  #fale-conosco {
    padding: 20px 10px;
  }

  .fala-box-central {
    top: 40%;
    font-size: 14px;
    width: 90%;
  }

  .carousel-container {
    width: 95%;
    left: 0;
    top: 10px;
  }

  .benefits .benefit {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefit p {
    font-size: 14px;
  }

  .faq-title {
    font-size: 24px;
  }
}

/* TABLETS */
@media (min-width: 768px) and (max-width: 1024px) {
  .form-control {
    font-size: 17px;
  }

  .titulo-fc {
    font-size: 28px;
  }

  .fala-box-central {
    width: 70%;
    font-size: 16px;
  }

  .carousel-container {
    left: 30px;
  }
}

/* NOTEBOOK */
@media (min-width: 1025px) and (max-width: 1440px) {
  .fale-conosco .container .row {
    padding: 40px;
  }
    #bloco-astronauta img {
    width: 280px !important;
  }

  .planos {
    height: 110vh;
  }

  .form-control {
    font-size: 18px;
  }

  .fala-box-central {
    font-size: 16px;
    max-width: 40%;
  }

  .carousel-container {
    width: 420px;
  }

  .img-float {
    width: 350px;
  }

  .benefits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    transform: scale(0.9);
    transform-origin: center right;
  }

  .benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;

  }

  .check-anim {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .check-anim svg {
    width: 100%;
    height: 100%;
    stroke: rgb(255 64 0);
    stroke-width: 4;
    fill: none;
  }

  .benefit>div {
    flex: 1;
  }

}

/* FULL HD */
@media (min-width: 1441px) {

  nav{
    transition: all .3s !important;
  }
  nav.nav-mobile {
    position: absolute;
    top: 90px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 20px;
    width: fit-content;
    max-width: 300px;
    z-index: 999;
  
  }

  nav.nav-mobile ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    top: 0;
  }

  nav.nav-mobile ul li {
    margin: 0;
  }

  nav.nav-mobile ul li a {
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  /* Quando aberto */
  nav.nav-mobile.active {
    display: block;
  }

  nav.nav-mobile:not(.active) {
    display: none;
  }

  .enunciado-beneficios-mobile {
    display: none !important;
  }

  .imagem-beneficios {
    display: block !important;
  }

  .imagem-inicio img {
    top: 150px;

  }
 
  header img{
    left: 100px;
  }
  .motivos img{
    margin-top: 200px !important;
    margin-left: 300px;
    width: 800px !important;
  }
  
  .fale-conosco .container .row {
    padding: 50px 80px;
  }

  #bloco-astronauta img {
    width: 680px !important;
    margin-left: 160px !important;
  }
  .imagem-inicio{
    top: 250px !important;
  }
  .carousel-container{
    margin-top: 220px !important;
  }

  .form-control {
    font-size: 20px;
  }

  .titulo-fc {
    font-size: 36px;
  }

  .fala-box-central {
    max-width: 600px;
    font-size: 18px;
  }

  .carousel-container {
    width: 500px;
  }

  .img-float {
    width: 400px;
  }
  .benefits{
    margin-top: 200px;
    margin-left: 290px;
    position: relative;
    left: 100px;
  }

}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

.imagens-planos {
  position: relative;
  width: 100%;
  height: 100%;

}

.imagem-inicio {
  position: relative;
  left: 200px;
  width: 320px;
}



@keyframes flutuar {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

#inicio {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


/* Astronauta centralizado na parte de baixo */
@keyframes flutuar-mobile {

  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  50% {
    transform: translateX(-50%) translateY(-40px) scale(1.02);
  }
}


.astronauta-mobile {
  animation: flutuar-mobile 3s ease-in-out infinite !important;
  position: absolute;
  left: 50%;
  top: 45vh;
  bottom: 5vh; /* ou ajuste como quiser */
  transform: translateX(-50%);
  z-index: 3 !important;
  width: 520px;
  max-width: 90vw;
}




.plan-card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: white;
}

.plan-card ul li svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: white;
}

@media (min-width: 1025px) and (max-width: 1440px){

  nav{
    transition: all .3s !important;
  }
  nav.nav-mobile {
    position: absolute;
    top: 90px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 20px;
    width: fit-content;
    max-width: 300px;
    z-index: 999;
  
  }

  nav.nav-mobile ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    top: 0;
  }

  nav.nav-mobile ul li {
    margin: 0;
  }

  nav.nav-mobile ul li a {
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  /* Quando aberto */
  nav.nav-mobile.active {
    display: block;
  }

  nav.nav-mobile:not(.active) {
    display: none;
  }

  .enunciado-beneficios-mobile {
    display: none !important;
  }

  .imagem-beneficios {
    display: block !important;
  }

  .imagem-inicio img {
    top: 150px;

  }



  .carousel-container {
    margin-top: 100px;
  }

  header {
    height: 80px !important;
  }

  header img {
    margin-left: 100px !important;
  }

  .logo-inicio img {
    max-width: 220px !important;
  }

  .menu-toggle {
    transform: scale(0.6);
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
    top: -8px !important;
  }

  /* Reduz tamanho do nav */
  nav.nav-mobile ul {
    top: -100px;
  }

  nav.nav-mobile ul li {
    margin-right: 20px;
    margin-top: 30px;
  }

  nav.nav-mobile ul li a {
    font-size: 22px;
  }

}


@media (max-width: 1100px) and (min-width: 1001px) {
  #bloco-astronauta img {
    width: 250px !important;
  }
  .imagens-planos{
    left: -60vh;
    top: 12vh;
  }
  .logo-inicio{
    left: 150px !important;
    top: 50px;
    position: absolute;
  }

}

@media (max-height: 1800px) and (max-width: 1100px) {



  .motivos {
    height: 100vh !important;
  }

}

.enunciado-beneficios-mobile {
  display: none;
  font-size: 46px !important;
  color: #334071;
  font-weight: 700;
  text-align: center;
  margin: 50px 0;
  margin-top: 100px !important;
  font-family: "Poppins", sans-serif;
}

.enunciado-beneficios-mobile {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.enunciado-beneficios-mobile.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fogueteFlutuar {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-12px) scale(1.07);
  }
}

.mascote-foguete {
  animation: fogueteFlutuar 3s ease-in-out infinite;
  max-width: 200px;
}

/* HEADER FIXO COMPLETO */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000758;
  z-index: 10000 !important;
  /* mais alto que qualquer outro */
  padding: 12px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Alinhamento horizontal */
header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

/* LOGO */
.logo-inicio img {
  max-width: 160px;
  height: auto;
  position: relative;
  top: -15px;
}



/* MENU HAMBURGUER */
.menu-toggle {
  font-size: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: white;
  z-index: 10001;
  margin-left: auto;
  z-index: 10001 !important;
}

.fala-box-menor {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.button-mensagem {
  display: block;
  margin: 0 auto;
  background-color: #334071;
  color: white;
  padding: 5px;
  font-family: "Poppins", sans-serif;
}

header.fixed-top {
  z-index: 1050;
}
.imagem-beneficios img{
  margin-top: 50px;
}
@media (max-width: 1100px) and (min-width: 1001px){
  .carousel-container{
    top: 20vh !important;
  }
}
@media (max-width: 991px) and (min-height: 600px) {
  /* Centralização geral da section */
  
  .benefit {
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 30px;
    text-align: center;

    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease-out forwards;
  }

  .content-mobile {
    margin-top: 100px;
  }

  .link-contrato {
    transform: scale(2) !important;
    transform-origin: center center;
    left: 40% !important;
  }

  .link-saiba-mais {
    top: 10px;
    position: absolute;
  }

  .container-saiba-mais {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-contrato {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #fala-mascote {
    font-size: 30px;
  }

  .fala-box-central {
    width: 100%;
    max-width: 600px;
    background: white;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    z-index: 10;
    position: absolute;
    top: -10px !important;
    left: -30px;


  }

  #startBtn {
    display: block;
    margin: 0 auto;
    padding: 26px 100px;
    font-size: 1.4rem;
    font-weight: bold;
    width: 60%;
    display: block;
    position: relative;
    left: -30px;
  }


  #download-scale,
  #upload-scale,
  #ping-scale,
  #jitter-scale {
    display: block !important;
    width: 100%;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
  }

  /* Caso as barras internas tenham animação via JS */
  #download-scale .barra,
  #upload-scale .barra,
  #ping-scale .barra,
  #jitter-scale .barra {
    height: 100%;
    background: linear-gradient(to right, #ff5112, #ff0077);
    transition: width 0.3s ease-in-out;
    width: 0%;
    /* o JS irá modificar isso */
  }

  .speedtest-results {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 10px;
    position: relative;
    margin-top: 250px !important;
  }

  #speedtest-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .result-box {
    width: 80vw !important;
    min-height: 180px;
    padding: 24px;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(1.05);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }

  .result-value {
    font-size: 2.4rem;
  }

  .result-label {
    font-size: 1.2rem;
    margin-top: 8px;
  }

  .mascote-foguete {
    display: none !important;
  }


  .faq-title {
    font-size: 35px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }

  .perguntas {
    min-height: 40vh;
    transform: scale(1.2);
    padding-top: 150px;
  }

  .faq-question span {
    font-size: 25px !important;
  }

  .faq-answer p {
    font-size: 24px !important;
  }

  .benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0 20px;
    text-align: center;
    transform: scale(1.65);
    margin-top: 380px;
  }

  .motivos {
    height: 85vh;
  }



  .benefit:nth-child(1) {
    animation-delay: 0.1s;
  }

  .benefit:nth-child(2) {
    animation-delay: 0.2s;
  }

  .benefit:nth-child(3) {
    animation-delay: 0.3s;
  }

  .benefit:nth-child(4) {
    animation-delay: 0.4s;
  }

  .benefit:nth-child(5) {
    animation-delay: 0.5s;
  }

  .benefit:nth-child(6) {
    animation-delay: 0.6s;
  }




  .benefit img {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }

  .benefit p {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
  }

  .check-anim {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  /* Oculta mascote e mostra título mobile */
  .imagem-beneficios,
  .imagem-beneficios img {
    display: none !important;
  }

  .enunciado-beneficios-mobile {
    display: block;
    font-size: 28px;
    color: #334071;
    text-align: center;
    margin: 30px 0 10px;
    font-family: "Poppins", sans-serif;
  }

  /* Outros elementos da página */
  .fale-conosco {
    min-height: 60vh !important;
  }

  .fale-conosco .container {
    transform: scale(1.2);
  }

  .planos .mySwiper {
    transform: scale(1.3);
  }

  .texto-social-media {
    transform: scale(1.6);
    position: relative;
    top: 150px;
  }

  .celular {
    transform: scale(1.7);
    position: relative;
    top: 30vh;
  }

  .social-media {
    height: 120vh;
  }

  /* .imagem-inicio {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 5vh !important;
    position: absolute !important;
  } */

  #bloco-astronauta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 99;

  }

  #bloco-astronauta img {
    position: relative;
    left: 5%;
  }

  .img-float {
    position: absolute;
    bottom: 20vh;
    left: 50%;

    z-index: 100;
  }

  .inicio {
    position: relative;
    overflow: hidden;
  }

  .carousel-container {
    width: 100vh;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    margin-top: 160px;
    z-index: 999 !important;
  }

  .carousel-container .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    width: 100%;
  }

  .logo-inicio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-inicio img {
    max-width: 400px;
  }

  .logo-inicio-group {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .plan-card {
    width: 90% !important;
    min-height: 400px;
    padding: 24px;
    font-size: 1rem;
    margin: auto;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }

  .plan-card h3 {
    font-size: 1.5rem;
  }

  .plan-card .preco {
    font-size: 1.8rem;
  }

  .plan-card .velocidade {
    font-size: 1.4rem;
  }

  .plan-card ul li {
    font-size: 1rem;
    padding: 6px 0;
  }

  .beneficios {
    margin-left: 50px;
  }


}


/* Ícone do menu hamburguer */
/* Ícone do menu hamburguer */
header {
  height: 150px;
}

.menu-toggle {
  display: block;
  position: fixed;
  top: 15px;
  left: 15px;
  font-size: 70px;
  color: #ff5112;
  padding: 10px 15px;
  border-radius: 10px;
  z-index: 10001;
  cursor: pointer;
  border: none;
}

/* Menu mobile oculto por padrão */
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Quando ativo, desliza para a tela */
.nav-mobile.active {
  transform: translateX(0);
}

/* Estilização dos links da nav */
.nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-mobile ul li {
  margin: 20px 0;
}

.nav-mobile ul li a {
  text-decoration: none;
  font-size: 5rem;
  color: white;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-mobile ul li a:hover {
  color: #ff5112;
}



.menu-toggle {
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10001;
  transition: all 0.3s ease;
}

/* As barras do menu */
.menu-toggle .bar {
  width: 100%;
  height: 10px;
  /* bem visível */
  background-color: #ff5112;
  border-radius: 6px;
  transition: all 0.4s ease;
}

/* Quando ativo (vira X) */
.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
  background-color: #ff5112;
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
  background-color: #ff5112;
}





/* Estilização da lista de navegação */
.nav-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 20px;
  list-style: none;
  gap: 20px;
}

.nav-mobile li a {
  text-decoration: none;
  font-size: 5rem;
  color: #ffff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-mobile li a:hover {
  color: #ff0077;
}

footer {
  background-color: #1a1a1a;
  /* fundo escuro visível */
  color: white;
  padding: 40px 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  border-top: 4px solid #170d9b;
  /* destaque laranja se quiser */
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.4);
  /* profundidade */
}

header.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000758;
  /* azul escuro do projeto */
  z-index: 9999 !important;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

header.fixed-top .logo-inicio img {
  max-width: 320px;
  height: auto;
  margin: 0;
  position: relative;
  top: 5px;
}

header.fixed-top .menu-toggle {
  margin-left: auto;
  margin-right: 20px;
  top: 35px;
}

header.fixed-top nav.nav-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #000758;
  z-index: 999;
}

.link-contrato {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.link-contrato a {
  display: inline-flex;
  align-items: center;
  background: white;
  border-radius: 30px;
  padding: 10px 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: transform 0.3s;
  gap: 12px;
}

.link-contrato a:hover {
  transform: scale(1.05);
}

.icone-bg {
  background-color: #ff5112;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-contrato {
  width: 24px;
  height: 24px;
  stroke: white;
}

.link-contrato span {
  font-size: 1rem;
  color: #ff5112;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  /* ícone fixo, texto flexível */
  align-items: start;
  gap: 1rem;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  margin-bottom: 20px;
}

.benefit.visible {
  opacity: 1;
  transform: translateX(0);
}

.check-anim {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-anim svg {
  width: 100%;
  height: 100%;
  stroke: #ff4000;
  stroke-width: 4;
  fill: none;
}

.benefit p {
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.benefit p strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
  color: #334071;
}

@media (max-width: 991px) and (max-height: 1400px){

  .link-contrato{
    left: 40%;
  }
  .social-media{
    height: 160vh;
  }
  .celular{
    margin-top: 200px;
  }
}

#astronauta.astronauta-mobile img {
  width: 520px !important;
  max-width: 90vw;
}

@media screen and (orientation: landscape) and (max-width: 1100px){
  header img{
    left: 100px;
  }

  .carousel-container{
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    position: absolute;
  }

  .motivos img{
    display: none;
  }

  .benefits{
    transform: scale(0.8);
    position: relative;
    top: -130px;
  }
  .enunciado-beneficios-mobile{
    display: block;
    font-size: 25px !important;
    position: relative;
    top: -40px;
  }
  .planos{
    height: 120vh;
  }
  .link-contrato {

    left: 50% !important;
  }
  .social-media{
    height: 250vh;
  }
  .celular{
    position: relative;
    top: -150px;
  }
}
.alert {
  animation: fadeInUp 0.5s ease forwards;
  margin-top: 15px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


