.footer-services {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, .24);
  text-align: center;
}
.footer-services > strong {
  display: block;
  margin-bottom: .65rem;
  color: inherit;
  font-size: .875rem;
  font-weight: 800;
}
.footer-services > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem 1rem;
}
.footer-services a {
  color: #475569;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.6;
  transition: color .2s ease;
}
.footer-services a:hover { color: #f97316; }
footer.bg-slate-950 .footer-services a { color: #94a3b8; }
footer.bg-slate-950 .footer-services a:hover { color: #fb923c; }
@media (max-width: 640px) {
  .footer-services { margin-top: 1.15rem; padding-top: 1rem; }
  .footer-services > div { gap: .3rem .8rem; }
  .footer-services a { font-size: .75rem; }
}
