@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");

:root {
  --primary-color: #b45309;
  --extra-light: #f3f4f6;
  --max-width: 1200px;
  --informar: #00FF00;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-width);
  padding: 2rem 1rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
}

.nav__logo {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--extra-light);
}

.nav__links {
  list-style: none;
  gap: 2rem;
  display: none;
}

.nav__links a {
  padding: 1rem;
  text-decoration: none;
  color: var(--extra-light);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

a.contact__btn {
  padding: 0.5rem 2rem;
  border: 2px solid var(--extra-light);
  position: relative;
}

.contact__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translateY(-50%);
  height: 5px;
  width: 50%;
  border-radius: 5px;
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    rgba(0, 0, 0, 0)
  );
}

header {
  background-image: url("assets/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.header__container {
  position: relative;
  min-height: 175vh;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 1rem;
}

.header__content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  
}

 .header__content h1 {
  font-size: 1.5rem;         /* Reduzido de 1.82rem */
  line-height: 1.2;
  font-weight: 500;
  color: var(--extra-light);
  letter-spacing: -0.5px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.header__content h1 span {
  display: block;
  margin-top: -2.8px;        /* proporcional */
  font-weight: 600;
  color: var(--informar);
  letter-spacing: -0.28px;
}


.header__content .start__project {
  text-decoration: none;
  margin-top: 2rem;
  color: var(--extra-light);
  font-weight: 600;
  position: relative;
}

.header__content .start__project::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -120%;
  height: 5px;
  width: 100%;
  border-radius: 5px;
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    rgba(0, 0, 0, 0)
  );
}

.footer__cards {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: end;
  margin-left: 200px;
}

.card {
  padding: 1rem;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--extra-light);
  height: max-content;
  cursor: pointer;
  transition: 0.5s;
}

.card h4 {
  font-size: 1.5rem;
  font-weight: 300;
}

.card h5 {
  font-size: 1rem;
  font-weight: 500;
}

.card p {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  transition: 0.3s;
}

@media (min-width: 640px) {
  .header__container {
    min-height: 150vh;
  }

  .header__content {
    align-items: flex-start;
    text-align: left;
  }

  .header__content h1 {
     font-size: 3rem;  /* Reduzido de 5rem */
    line-height: 1.1;
  }

  .footer__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 780px) {
  .nav__links {
    display: flex;
  }

  .header__container {
    min-height: 100vh;
  }

  .header__content h1 {
    font-size: 3.5rem; /* Reduzido de 5rem */
    line-height: 4rem; /* Ajustado para acompanhar o novo tamanho */
  }

  .footer__cards {
    grid-template-columns: repeat(6, 1fr);
  }

  .card {
    height: 100px;
  }

  .card:hover {
    height: 250px;
  }
}

/* =========================================
   SEÇÃO DE PLANOS - ESTILO ESCADA
   ========================================= */

.plans {
  padding: 100px 1rem;
  background-color: #0d0d0d; /* Fundo escuro seguindo o padrão do site */
}

.plans__container {
  max-width: var(--max-width);
  margin: auto;
  text-align: center;
}

.section__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.section__subtitle {
  color: #aaa;
  margin-bottom: 80px;
  font-weight: 300;
}

/* Container do Grid - Alinhamento por baixo */
.plans__grid {
  display: flex;
  align-items: flex-end; /* Cria o efeito de escada alinhando na base */
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Estilo Base dos Cards Brancos */
.plan__card {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px 25px;
  width: 100%;
  max-width: 320px;
  color: #1a1a1a;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* PROPORÇÃO DA ESCADA (Diferença de 60px entre cada degrau)
*/
.plan--step-1 { 
  min-height: 360px; 
}

.plan--step-2 { 
  min-height: 420px; 
}

.plan--step-3 { 
  min-height: 480px; 
}

/* CARD DE DESTAQUE (GRANDE) 
*/
.plan__card.featured {
  border: 5px solid var(--informar);
  background: linear-gradient(180deg, #ffffff 0%, #f7fff7 100%);
  z-index: 10;
  box-shadow: 0 0 50px rgba(0, 255, 0, 0.15);
}

/* Efeito de Brilho Pulsante no Destaque */
.plan__card.featured::before {
  content: '';
  position: absolute;
  top: -8px; 
  left: -8px; 
  right: -8px; 
  bottom: -8px;
  border: 5px solid var(--informar);
  border-radius: 30px;
  opacity: 0.3;
  animation: shine-border 2.5s infinite;
  pointer-events: none;
}

@keyframes shine-border {
  0% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.02); opacity: 0.6; }
  100% { transform: scale(1.04); opacity: 0; }
}

.featured__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--informar);
  color: #000;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 255, 0, 0.3);
}

/* Elementos Internos do Card */
.plan__icon { 
  font-size: 3.5rem; 
  color: var(--informar); 
  margin-bottom: 15px; 
}

.plan__price { 
  font-size: 3.2rem; 
  font-weight: 700; 
  margin: 15px 0; 
  color: #111; 
}

.plan__price span { 
  font-size: 1.1rem; 
  font-weight: 400; 
  vertical-align: middle;
}

.plan__features {
  list-style: none;
  text-align: left;
  margin-bottom: 25px;
  flex-grow: 1; /* Faz com que as features ocupem o espaço e alinhem o botão */
}

.plan__features li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}

.plan__features i { 
  color: var(--informar); 
  font-size: 1.1rem; 
}

/* Botões de Ação */
.plan__btn {
  text-decoration: none;
  padding: 14px;
  border-radius: 12px;
  font-weight: 600;
  background: #f4f4f4;
  color: #333;
  transition: 0.3s;
  text-align: center;
}

.btn--featured {
  background: var(--informar);
  color: #000;
}

.plan__btn:hover {
  background: #222;
  color: #fff;
  transform: translateY(-3px);
}

/* Responsividade para Celulares */
@media (max-width: 992px) {
  .plans__grid { 
    align-items: center; 
    flex-direction: column;
  }
  
  .plan__card { 
    min-height: auto !important; 
    max-width: 100%; 
    margin-bottom: 20px;
  }
  
  .plan__card.featured { 
    transform: scale(1); 
  }
}

/* =========================================
   SEÇÃO POR QUE ESCOLHER
   ========================================= */

.why-choose {
  padding: 80px 1rem;
  background-color: #0d0d0d; /* Mantendo o fundo padrão */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose__container {
  max-width: var(--max-width);
  margin: auto;
}

.why-choose__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.why__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  transition: 0.3s;
}

.why__item:hover {
  transform: translateY(-5px);
}

.why__icon {
  background: rgba(0, 255, 0, 0.1);
  color: var(--informar);
  font-size: 2.5rem;
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid rgba(0, 255, 0, 0.2);
}

.why__text h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.why__text p {
  color: #aaa;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Ajuste para dispositivos móveis */
@media (max-width: 768px) {
  .why__item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .why-choose__grid {
    gap: 20px;
  }
}
/* =========================================
   SEÇÃO POR QUE ESCOLHER (ESTILO LINKCE)
   ========================================= */

.benefits {
  padding: 100px 1rem;
  background-color: #0d0d0d;
  color: #fff;
}

.benefits__container {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

.benefits__tag {
  display: inline-block;
  border: 1px solid var(--informar);
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.benefits__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.benefits__title span {
  color: var(--informar);
}

.benefits__title i {
  color: var(--informar);
  font-size: 2rem;
  vertical-align: middle;
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefit__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.benefit__icon-wrapper {
  background-color: rgba(0, 255, 0, 0.15); /* Verde Informar com transparência */
  color: var(--informar);
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.benefit__text strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.benefit__text p {
  color: #aaa;
  font-size: 0.9rem;
}

/* Lado da Imagem */
.benefits__image-side {
  position: relative;
  display: flex;
  justify-content: center;
}

.main-image__wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
}

.main-img {
  width: 100%;
  border-radius: 20px;
   box-shadow: 0 0 30px rgba(0, 255, 0, 0.1);
}

.awards__row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -30px; /* Sobrepõe a imagem levemente */
  position: relative;
  z-index: 2;
}

.award-badge {
  width: 70px;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

/* Responsividade */
@media (max-width: 992px) {
  .benefits__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .benefits__title {
    font-size: 2.2rem;
  }

  .benefit__item {
    flex-direction: column;
    text-align: center;
  }

  .benefits__image-side {
    order: -1; /* Imagem aparece primeiro no celular */
  }
}
/* Estilização dos Selos de Ícones (Lado Direito) */
.award-icon-card {
  background: #1a1a1a;
  border: 2px solid var(--informar);
  border-radius: 12px;
  width: 80px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.award-icon-card i {
  color: var(--informar);
  font-size: 2rem;
  filter: drop-shadow(0 0 5px rgba(0, 255, 0, 0.5));
}

.award-icon-card span {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.award-icon-card:hover {
  transform: translateY(-10px);
  background: var(--informar);
}

.award-icon-card:hover i, 
.award-icon-card:hover span {
  color: #000;
}

/* Moldura de Brilho atrás da imagem */
.main-image__wrapper::after {
  content: '';
  position: absolute;
  top: 10%;
  left: -10%;
  width: 100%;
  height: 100%;
  background: var(--informar);
  filter: blur(80px);
  opacity: 0.15;
  z-index: -1;
}

/* ================== FOOTER ================== */

.footer {
  background-color: #050505;
  padding-top: 5rem;
  padding-bottom: 2rem;
  color: var(--extra-light);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 0 1rem;
}

/* Parcerias */
.footer__partners {
  text-align: center;
  margin-bottom: 4rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
}

.footer__partners span {
  display: block;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partners__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  filter: grayscale(1) opacity(0.6);
  transition: 0.3s;
}

.partners__logos i {
  font-size: 2.5rem;
  transition: 0.3s;
}

.partners__logos i:hover {
  filter: grayscale(0) opacity(1);
  color: var(--informar);
}

/* Grid do Footer */
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer__logo {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.footer__desc {
  color: #aaa;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer__col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer__col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--informar);
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: 0.8rem;
}

.footer__links a {
  text-decoration: none;
  color: #aaa;
  font-size: 0.9rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__links a:hover {
  color: var(--informar);
  padding-left: 5px;
}

/* Bottom */
.footer__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #666;
  font-size: 0.85rem;
}

/* Responsividade */
@media (max-width: 968px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 580px) {
  .footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .footer__col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer__links a {
    justify-content: center;
  }
  
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* ================== WHATSAPP FIXO ================== */

.whatsapp-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse-whatsapp 2s infinite;
}

/* Tooltip (Legenda que aparece ao passar o mouse) */
.whatsapp-tooltip {
  position: absolute;
  right: 75px;
  background-color: #333;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

.whatsapp-fixed:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  right: 70px;
}

.whatsapp-fixed:hover {
  transform: scale(1.1);
  background-color: #20b858;
}

/* Animação de Pulso */
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Ajuste para telas menores */
@media (max-width: 780px) {
  .whatsapp-fixed {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  
  .whatsapp-tooltip {
    display: none; /* Esconde o texto no mobile para não atrapalhar */
  }
}

/* ================== BOTÃO ÁREA DO CLIENTE ================== */

.btn-cliente {
  position: relative;
  padding: 0.65rem 2.2rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #00ff00, #00cc66);
  color: #000;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow:
    0 8px 25px rgba(0, 255, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* Brilho animado */
.btn-cliente::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-25deg);
  transition: 0.6s;
}

/* Hover */
.btn-cliente:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 35px rgba(0, 255, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.btn-cliente:hover::before {
  left: 130%;
}

/* Clique */
.btn-cliente:active {
  transform: scale(0.96);
}
 

/* Grid e Cards */
.neighborhoods__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.neighborhood__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.neighborhood__card i {
  font-size: 2.5rem;
  color: var(--informar);
  margin-bottom: 15px;
  transition: 0.3s;
}

.neighborhood__card h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 5px;
}

.neighborhood__card p {
  font-size: 0.8rem;
  color: #888;
}

.status-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--informar);
  color: #000;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* Efeito Hover Criativo */
.neighborhood__card:hover {
  background: rgba(0, 255, 0, 0.05);
  border-color: var(--informar);
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 255, 0, 0.1);
}

.neighborhood__card:hover i {
  transform: scale(1.2) rotate(15deg);
  text-shadow: 0 0 10px var(--informar);
}

/* Responsividade */
@media (max-width: 600px) {
  .neighborhoods__grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* Container da Velocidade */
.plan__badge-speed {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

/* O número (Grande e Impactante) */
.speed-number {
  font-size: 5rem; /* Tamanho heróico */
  font-weight: 900;
  line-height: 1;
  color: #1a1a1a; /* Cor sólida para leitura rápida */
  letter-spacing: -3px;
}

/* O "Mega" (Pequeno, elegante e posicionado) */
.speed-unit {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--informar); /* Destaque na cor da marca */
  letter-spacing: 1px;
}

 
/* Ajuste de responsividade */
@media (max-width: 480px) {
  .speed-number {
    font-size: 4rem;
  }
}
/* Container que agrupa o número e a unidade */
.plan__badge-speed {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}

/* Número com tamanho reduzido para maior elegância */
.speed-number {
  font-size: 3.8rem; /* Reduzido de 5rem para um visual mais clean */
  font-weight: 800;
  line-height: 1;
  color: #1a1a1a;
  letter-spacing: -2px;
}

/* Unidade "Mega" pequena e estilizada */
.speed-unit {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--informar); /* Usando a variável de cor definida no root */
  letter-spacing: 1px;
}

 

/* Ajuste para telas pequenas */
@media (max-width: 480px) {
  .speed-number {
    font-size: 3.2rem;
  }
}

/* ============================================================
   SEÇÃO DE COBERTURA - INFORMAR TELECOM
   ============================================================ */

:root {
  /* Cores de Status */
  --status-total: #00FF00;   /* Verde */
  --status-parcial: #FFD700; /* Amarelo */
  --status-none: #FF4444;    /* Vermelho */
  --informar: #00FF00;
  --max-width: 1200px;
}

.coverage {
  padding: 100px 1rem;
  background-color: #050505; /* Fundo ultra dark */
  text-align: center;
  overflow: hidden;
}

.coverage__header {
  margin-bottom: 50px;
}

/* --- BARRA DE PESQUISA DINÂMICA --- */
.search__wrapper {
  max-width: 600px;
  margin: 0 auto 60px auto;
  position: relative;
}

.search__box {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 12px 25px;
  transition: 0.4s;
  z-index: 5;
}

.search__box:focus-within {
  border-color: var(--informar);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 25px rgba(0, 255, 0, 0.1);
}

.search__box i {
  font-size: 1.5rem;
  color: var(--informar);
  margin-right: 15px;
}

.search__box input {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 1.1rem;
  outline: none;
}

.search__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: var(--informar);
  filter: blur(50px);
  opacity: 0.05;
  z-index: -1;
}

/* --- GRID DE CARDS --- */
.neighborhoods__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  max-width: var(--max-width);
  margin: auto;
}

/* Estrutura Base do Card (Não muda) */
.neighborhood__card {
  background: linear-gradient(145deg, #111, #080808);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 45px 25px;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  animation: cardAppear 0.5s ease backwards;
}

@keyframes cardAppear {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.neighborhood__card h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.neighborhood__card p {
  color: #555;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Ícone de Fundo (O indicador principal) */
.neighborhood__card i {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 5rem;
  opacity: 0.03;
  transition: 0.5s;
  z-index: 1;
}

/* Badge de Status Superior */
.status-badge {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid transparent;
}

/* --- LÓGICA DE CORES E ÍCONES POR STATUS --- */

/* 1. STATUS TOTAL (Verde) */
.status--total .status-badge {
  color: var(--status-total);
  background: rgba(0, 255, 0, 0.05);
  border-color: rgba(0, 255, 0, 0.2);
}
.status--total i { color: var(--status-total); }
.status--total:hover {
  border-color: var(--status-total);
  box-shadow: 0 10px 40px rgba(0, 255, 0, 0.1);
}
.status--total:hover i {
  opacity: 0.2;
  transform: scale(1.1) rotate(-10deg);
}

/* 2. STATUS PARCIAL (Amarelo) */
.status--parcial .status-badge {
  color: var(--status-parcial);
  background: rgba(255, 215, 0, 0.05);
  border-color: rgba(255, 215, 0, 0.2);
}
.status--parcial i { color: var(--status-parcial); }
.status--parcial:hover {
  border-color: var(--status-parcial);
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.1);
}
.status--parcial:hover i {
  opacity: 0.2;
  transform: scale(1.1) rotate(-10deg);
}

/* 3. STATUS SEM COBERTURA (Vermelho) */
.status--none .status-badge {
  color: var(--status-none);
  background: rgba(255, 68, 68, 0.05);
  border-color: rgba(255, 68, 68, 0.2);
}
.status--none i { color: var(--status-none); }
.status--none:hover {
  border-color: var(--status-none);
  box-shadow: 0 10px 40px rgba(255, 68, 68, 0.1);
}
.status--none:hover i {
  opacity: 0.2;
  transform: scale(1.1) rotate(-10deg);
}

/* --- FEEDBACK DE PESQUISA --- */
.no-results {
  display: none;
  padding: 60px;
  color: #666;
}
.no-results i {
  font-size: 3rem;
  display: block;
  margin-bottom: 20px;
  color: var(--status-none);
}
.no-results a {
  color: var(--informar);
  text-decoration: underline;
  font-weight: 600;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
  .neighborhoods__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .neighborhoods__grid {
    grid-template-columns: 1fr;
  }
  .coverage {
    padding: 60px 1rem;
  }
}
/* Oculta o grid inicialmente */
.neighborhoods__grid {
  display: none; /* Escondido por padrão */
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  max-width: var(--max-width);
  margin: 40px auto 0 auto;
}

/* Classe que será adicionada via JS quando houver pesquisa */
.neighborhoods__grid.show {
  display: grid;
  animation: fadeInUp 0.5s ease;
}

/* Animação suave para os cards aparecerem */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Ajuste na barra de busca para ser o centro das atenções */
.search__wrapper {
  margin-bottom: 20px; /* Diminuído para o grid aparecer logo abaixo */
}
/* ============================= */
/* RESPONSIVO – CARDS DO HEADER  */
/* ============================= */

@media (max-width: 1024px) {
  .footer__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .footer__cards {
    position: relative;          /* sai do absolute no mobile */
    bottom: auto;
    grid-template-columns: 1fr;  /* um card por linha */
    margin: 2rem 0 0;
    width: 100%;
  }

  .footer__cards .card {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer__cards {
    gap: 1.2rem;
  }

  .footer__cards .card {
    padding: 1.5rem 1.2rem;
  }
}

@media (max-width: 768px) {
  header {
    min-height: 100vh;
    background-image: url("assets/bg_pq_ultimo.jpg");
    background-size: cover;
    background-position: center top; /* Foca no topo da imagem */
    background-repeat: no-repeat;
    
    /* TRUQUE: A imagem fica fixa, evitando que ela precise 
       esticar para acompanhar o tamanho do container */
    background-attachment: fixed; 
  }

  .header__container {
    min-height: 120vh; /* Reduzi de 175vh para evitar rolagem excessiva */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
  }
   .footer__links li{
    text-align: left;
  }
}
@media (max-width: 580px) {
  .footer__links a {
    justify-content: flex-start;
  }

  .footer__col h4::after {
    left: 0;
    transform: none;
  }
}

/* Aqui */

/* Efeito de movimento nos cards da seção Planos */
.plan__card:hover {
  /* Elevação e aumento suave */
  transform: translateY(-15px) scale(1.02);
  
  /* Sombra mais profunda para dar sensação de flutuação */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 255, 0, 0.1);
  
  /* Borda sutilmente iluminada no hover */
  border: 1px solid rgba(0, 255, 0, 0.3);
  
  z-index: 20; /* Garante que o card fique acima dos outros ao subir */
}

/* Mantendo as propriedades do Card 3 (Featured) intactas, 
   apenas garantindo que ele também responda ao movimento 
   sem perder o brilho pulsante original */
.plan__card.featured:hover {
  transform: translateY(-20px) scale(1.05); /* Um pouco mais alto que os outros */
  border: 5px solid var(--informar); /* Mantém a borda grossa original */
}

/* Pequeno efeito no ícone para dar vida ao card */
.plan__card:hover .plan__icon i {
  transform: scale(1.1);
  transition: 0.3s;
  color: #000; /* Contraste rápido no ícone */
}

/* Ajuste no botão interno quando o card recebe hover */
.plan__card:hover .plan__btn:not(.btn--featured) {
  background: var(--informar);
  color: #000;
}

/* Efeito Menu */
/* Efeito Profissional nos Links do NAV */
.nav__links a {
  position: relative; /* Necessário para posicionar a linha em relação ao texto */
  transition: color 0.3s ease;
}

/* Criando a linha invisível abaixo do texto */
.nav__links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* Começa com largura zero */
  height: 2px;
  background-color: var(--informar);
  transition: width 0.3s ease; /* Animação da largura */
}

/* Quando passar o mouse: a cor do texto muda e a linha expande */
.nav__links a:hover {
  color: var(--informar);
}

.nav__links a:hover::after {
  width: 100%; /* A linha preenche toda a largura do link */
}

/* Efeito especial para o botão de contato (se quiser diferenciar dos links comuns) */
a.contact__btn:hover {
  background-color: var(--informar);
  color: #000 !important;
  border-color: var(--informar);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Esconde o botão de menu por padrão (telas grandes) */
.nav__menu__btn {
  display: none;
  font-size: 2rem;
  color: var(--extra-light);
  cursor: pointer;
}

@media (max-width: 780px) {
  .nav__menu__btn {
    display: block; /* Mostra o ícone no celular */
    z-index: 1001;
  }

  .nav__links {
    display: none; /* Mantém escondido até o clique (precisa de JS abaixo) */
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 2rem;
    text-align: center;
    gap: 1rem;
    z-index: 1000;
  }

  /* Classe que o JS vai adicionar para abrir o menu */
  .nav__links.open {
    display: flex;
  }

  /* Ajuste para o botão Área do Cliente não ocupar a tela toda */
  .btn-cliente {
    display: inline-block;
    width: auto;
  }
}
/* Garante que o botão apareça em telas menores que 780px */
@media (max-width: 780px) {
  .nav__menu__btn {
    display: block !important; /* Força a exibição do ícone */
    color: var(--extra-light);
    font-size: 2rem;
    cursor: pointer;
    z-index: 1001;
  }
}
@media (max-width: 780px) {
  .nav__links {
    display: none; /* Escondido por padrão no mobile */
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 2rem;
    gap: 1.5rem;
    text-align: center;
  }

  /* Esta classe será ativada pelo seu JavaScript no index.php */
  .nav__links.open {
    display: flex; 
  }
}
@media (max-width: 780px) {
  .nav__links {
    /* Estilo do menu mobile quando escondido */
    display: none; 
    flex-direction: column;
    position: absolute;
    top: 100%; /* Aparece logo abaixo do nav */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95); /* Fundo escuro para leitura */
    padding: 2rem;
    gap: 1.5rem;
    text-align: center;
    z-index: 1000;
  }

  /* Esta classe é a que o seu JS ativa ao clicar */
  .nav__links.open {
    display: flex; 
  }

  .nav__links a {
    width: 100%;
    display: block;
  }
}
@media (max-width: 780px) {
  /* Garante que o botão do menu seja visível em qualquer celular */
  .nav__menu__btn {
    display: block !important; 
    color: var(--extra-light);
    position: relative;
    z-index: 1002;
  }

  .nav__links {
    display: none; /* Escondido por padrão */
    flex-direction: column;
    position: fixed; /* Fixado na tela */
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95); /* Fundo sólido para ver as opções */
    justify-content: center;
    align-items: center;
    z-index: 1001;
  }

  /* ESTA REGRA É A MAIS IMPORTANTE: Faz o menu aparecer */
  .nav__links.open {
    display: flex !important;
  }

  .nav__links li {
    margin-bottom: 2rem;
  }
  
  .nav__links a {
    font-size: 1.5rem;
    color: white;
  }
}