/* Footer compartilhado — baseado nos HTMLs de serviço (Adolescentes, etc.) */
.site-footer.footer{
  background:#0E2238;
  color:#cdd9e6;
  font-family:'Source Sans 3',Arial,sans-serif;
  margin-top:0;
  padding:0;
}
.site-footer .footer-inner{max-width:1200px;margin:0 auto;padding:50px 40px 30px}
.site-footer .footer-top{
  display:grid;
  grid-template-columns:1.2fr 1fr 1.4fr 1.2fr;
  gap:32px;
}
.site-footer .footer-logo-wrap{
  display:inline-block;
  line-height:0;
  margin-top:-16px;
}
.site-footer .footer-logo{
  display:block;
  height:132px;
  width:auto;
  max-width:600px;
  object-fit:contain;
}
.site-footer .footer-col-title{
  color:var(--gold,#c5963a);
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0 0 18px;
}
.site-footer .footer-text{
  font-size:14px;
  line-height:1.7;
  color:#aebccb;
  margin:0 0 8px;
}
.site-footer .address-item{
  display:flex;
  gap:10px;
  margin-bottom:18px;
  color:#aebccb;
}
.site-footer .address-links{display:flex;gap:16px;margin-top:4px;flex-wrap:wrap}
.site-footer .address-link{
  color:var(--gold,#c5963a);
  font-weight:700;
  font-size:13px;
  text-decoration:none;
  transition:opacity .3s;
}
.site-footer .address-link:hover{opacity:.7}
.site-footer .social-group{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  color:#aebccb;
  flex-wrap:wrap;
}
.site-footer .social-link{
  color:#cdd9e6;
  font-size:14px;
  text-decoration:none;
  transition:color .3s;
}
.site-footer .social-link:hover{color:var(--gold,#c5963a)}
.site-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:30px;
  padding-top:30px;
  text-align:center;
}
.site-footer .footer-admin-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 20px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:8px;
  color:#cdd9e6;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  transition:background .3s;
  font-family:inherit;
}
.site-footer .footer-admin-btn:hover{background:rgba(255,255,255,.08)}
.site-footer .footer-copy{
  margin:22px 0 0;
  font-size:13px;
  color:#8A99A8;
}
.site-footer.aj-footer{margin-top:48px}
.site-footer.svc-footer{margin-top:80px}
@media(max-width:768px){
  .site-footer .footer-top{grid-template-columns:1fr;gap:28px}
  .site-footer .footer-inner{padding:40px 24px 24px}
  .site-footer .footer-logo-wrap{margin-top:-10px}
}
