/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.main-footer {
  padding: 50px 20px 40px 20px;
  background: rgba(3, 9, 6, 0.82);
  border-top: 1px solid rgba(18, 224, 108, 0.14);
}
 
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
 
/* linha verde separadora */
.footer-divisor {
  width: 60px;
  height: 3px;
  background-color: #12E06C;
  border-radius: 999px;
}
 
.footer-titulo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
}
 
.footer-texto {
  font-size: 13px;
  color: #A0AAB5;
  line-height: 1.8;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #d7e1db;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: #12e06c;
}
.instagram{

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.instagram img{
  width: 30px;
  height: auto;
}
.instagram a{
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
}
