/* GomezTek shared styles */

.site-footer {
  margin-top: 0;
  padding: 3rem 0 1.75rem;
  background: #0B1220 !important;
  color: #CBD5E1 !important;
  font-size: 0.9rem;
  border-top: 1px solid #1E293B;
}
.site-footer a {
  color: #E2E8F0 !important;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.site-footer-brand {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff !important;
  margin-bottom: 0.65rem;
  text-decoration: none !important;
}
.site-footer-brand:hover {
  color: #7DD3FC !important;
  text-decoration: none !important;
}
.site-footer-brand img {
  display: none;
}
.site-footer-tagline {
  margin: 0;
  max-width: 24rem;
  line-height: 1.55;
  color: #94A3B8 !important;
  font-size: 0.9rem;
}
.site-footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748B !important;
  margin: 0 0 0.85rem;
}
.site-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer-links li {
  margin-bottom: 0.45rem;
}
.site-footer-links a {
  font-weight: 500;
  font-size: 0.9rem;
  color: #E2E8F0 !important;
}
.site-footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #334155;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.site-footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  color: #94A3B8 !important;
}
.site-footer-bottom a {
  color: #CBD5E1 !important;
}
@media (max-width: 575.98px) {
  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
