/* MartinsCode v39 — refinamento do footer */

footer{
  position:relative !important;
  background:linear-gradient(180deg,#04050a 0%, #06070d 100%) !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  color:#fff !important;
  overflow:hidden !important;
}
footer::before{
  content:none !important;
  display:none !important;
}
footer::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(122,93,255,.55), rgba(48,131,255,.42), transparent);
  pointer-events:none;
}
footer .footer-grid{
  position:relative !important;
  z-index:1 !important;
  width:min(1440px, calc(100% - 80px)) !important;
  max-width:1440px !important;
  margin:0 auto !important;
  padding:62px 0 34px !important;
  display:grid !important;
  grid-template-columns:minmax(280px,1.35fr) repeat(3, minmax(150px,.8fr)) !important;
  gap:42px !important;
  align-items:start !important;
}
footer .footer-grid > div:first-child{
  max-width:420px !important;
}
footer .footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  margin-bottom:16px !important;
}
footer .footer-logo img{
  display:block !important;
  width:190px !important;
  height:auto !important;
}
footer .footer-grid > div:first-child > p{
  margin:0 0 20px !important;
  color:#9b9aac !important;
  font-size:14px !important;
  line-height:1.85 !important;
}
footer .footer-grid h3{
  margin:0 0 12px !important;
  color:#f4f5fb !important;
  font-size:10px !important;
  font-weight:800 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
footer .footer-grid a{
  display:block !important;
  padding:7px 0 !important;
  color:#8f8d9f !important;
  font-size:13px !important;
  line-height:1.55 !important;
  transition:color .2s ease, transform .2s ease !important;
}
footer .footer-grid a:hover{
  color:#ffffff !important;
  transform:translateX(2px) !important;
}
footer .social-links{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-top:6px !important;
}
footer .social-link{
  display:grid !important;
  place-items:center !important;
  width:42px !important;
  height:42px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.04) !important;
  color:#d8def5 !important;
}
footer .social-link:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(132,95,255,.36) !important;
  background:rgba(132,95,255,.12) !important;
}
footer .social-link svg{
  width:18px !important;
  height:18px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
}
footer .copyright{
  position:relative !important;
  z-index:1 !important;
  width:min(1440px, calc(100% - 80px)) !important;
  max-width:1440px !important;
  margin:0 auto !important;
  padding:18px 0 22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  color:#6f6d7f !important;
  font-size:10px !important;
  letter-spacing:.04em !important;
  text-align:left !important;
}
footer .copyright span:last-child{
  text-align:right !important;
}

@media (max-width: 1180px){
  footer .footer-grid,
  footer .copyright{
    width:min(100%, calc(100% - 48px)) !important;
  }
  footer .footer-grid{
    grid-template-columns:1.2fr 1fr 1fr !important;
    gap:34px !important;
  }
  footer .footer-grid > div:first-child{
    grid-column:1 / -1 !important;
    max-width:560px !important;
  }
}

@media (max-width: 860px){
  footer .footer-grid,
  footer .copyright{
    width:calc(100% - 24px) !important;
  }
  footer .footer-grid{
    padding:48px 0 26px !important;
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
  footer .footer-grid > div:first-child{
    grid-column:auto !important;
    max-width:none !important;
  }
  footer .copyright{
    flex-direction:column !important;
    align-items:flex-start !important;
    padding:16px 0 20px !important;
    gap:8px !important;
  }
  footer .copyright span:last-child{
    text-align:left !important;
  }
}


/* v77 — remover caixas/bordas das redes sociais e seta */
footer .social-link,
footer .social-link:hover,
footer .social-link:focus-visible,
footer .footer-top-v73,
footer .footer-top-v73:hover,
footer .footer-top-v73:focus-visible,
html[data-theme="light"] footer .social-link,
html[data-theme="light"] footer .social-link:hover,
html[data-theme="light"] footer .social-link:focus-visible,
html[data-theme="light"] footer .footer-top-v73,
html[data-theme="light"] footer .footer-top-v73:hover,
html[data-theme="light"] footer .footer-top-v73:focus-visible{
  border:none!important;
  background:transparent!important;
  box-shadow:none!important;
}
footer .social-link:hover,
footer .social-link:focus-visible,
footer .footer-top-v73:hover,
footer .footer-top-v73:focus-visible{
  transform:translateY(-1px)!important;
}
