.elementor-3329{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b2d215f *//* =========================
   FUNDO GERAL
========================= */
.acopolo-footer{
  width:100%;
  overflow:hidden;
  font-family:'Inter',sans-serif;
  color:#fff;
  position:relative;

  /* FLORESTA + GRADIENTE */
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0.95) 0%,
      rgba(0,0,0,0.80) 45%,
      rgba(30,105,41,0.88) 100%
    ),
    url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=2000&q=80');

  background-size:cover;
  background-position:center;
}

/* =========================
   CONTAINER
========================= */
.acopolo-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================
   TOPO (LOGO + FRASE)
========================= */
.acopolo-footer-topo{
  padding:40px 0 28px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.acopolo-footer-brand{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.acopolo-footer-brand img{
  width:110px;
  height:auto;
  display:block;
}

/* =========================
   FRASE (TAGLINE PRINCIPAL)
========================= */
.acopolo-footer-frase{
  font-family:'Montserrat',sans-serif;
  font-weight:900;
  font-size:18px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:-0.5px;
  text-align:right;
}

/* LINK DA FRASE (PRINCIPIA / EMICIDA)
   🔥 BRILHO CONTROLADO + PULSO SUAVE
*/
.acopolo-footer-frase a{
  color:#EEF407;
  text-decoration:none;
  position:relative;
  display:inline-block;

  text-shadow:0 0 8px rgba(238,244,7,0.35);
  transition:0.3s ease;
  animation:pulseGlow 2.8s infinite ease-in-out;
}

.acopolo-footer-frase a:hover{
  color:#ffffff;
  text-shadow:0 0 14px rgba(238,244,7,0.65);
}

/* ANIMAÇÃO DO BRILHO */
@keyframes pulseGlow{
  0%,100%{
    text-shadow:0 0 6px rgba(238,244,7,0.25);
  }
  50%{
    text-shadow:0 0 14px rgba(238,244,7,0.55);
  }
}

/* =========================
   GRID PRINCIPAL
========================= */
.acopolo-footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px; /* mais compacto */
  padding:30px 0;
}

.acopolo-footer-grid h3{
  font-size:13px;
  margin-bottom:10px;
  color:#EEF407;
  letter-spacing:1px;
}

.acopolo-footer-grid a{
  display:block;
  color:#B3B3B3;
  text-decoration:none;
  font-size:13px;
  margin-bottom:6px;
  transition:.2s;
}

.acopolo-footer-grid a:hover{
  color:#7DBC24;
}

/* =========================
   BASE LEGAL
========================= */
.acopolo-base{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:18px 0 30px;
  flex-wrap:wrap;
}

.acopolo-base a{
  font-size:10px;
  color:#777;
  text-decoration:none;
  margin-right:10px;
}

/* ASSINATURA FINAL */
.acopolo-assinatura{
  max-width:420px;
}

.acopolo-assinatura h5{
  font-size:11px;
  margin-bottom:6px;
  color:#aaa;
}

.acopolo-assinatura p{
  font-size:10px;
  color:#777;
  margin-bottom:6px;
}

.acopolo-assinatura span{
  font-size:9px;
  color:#555;
}

/* =========================
   RESPONSIVO
========================= */
@media(max-width:1024px){

  .acopolo-footer-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .acopolo-footer-brand{
    flex-direction:column;
    align-items:flex-start;
  }

  .acopolo-footer-frase{
    font-size:16px;
    text-align:left;
  }

}

@media(max-width:767px){

  .acopolo-footer-grid{
    grid-template-columns:repeat(2,1fr); /* você pediu 2x2 */
    gap:18px;
  }

  .acopolo-footer-frase{
    font-size:14px;
  }

  .acopolo-footer-brand img{
    width:95px;
  }

}/* End custom CSS */