footer.ba666-unified-footer {
  background: #111110;
  border-top: 2px solid var(--primary);
  padding: 50px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}
footer.ba666-unified-footer > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 4fr) minmax(0, 2fr) minmax(0, 3fr) minmax(0, 3fr);
  column-gap: 3rem;
  row-gap: 2.5rem;
  margin: 0;
}
footer.ba666-unified-footer > .container > .row > * {
  width: auto !important;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.ba666-unified-footer .footer-brand p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.75;
  max-width: 320px;
  margin: 0.8rem 0 0;
}
.ba666-unified-footer .footer-heading {
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.55rem;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
}
.ba666-unified-footer .footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--primary);
}
.ba666-unified-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ba666-unified-footer .footer-links li {
  margin-bottom: 0.55rem;
}
.ba666-unified-footer .footer-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ba666-unified-footer .footer-links a::before {
  content: '›';
  color: var(--primary);
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.45rem;
}
.ba666-unified-footer .footer-links a:hover,
.ba666-unified-footer .footer-links a.active {
  color: var(--primary);
}
.ba666-unified-footer .footer-links a.active {
  font-weight: 700;
}
.ba666-unified-footer .footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 0.65rem;
}
.ba666-unified-footer .footer-contact-row i {
  color: var(--primary);
  margin-top: 0.12rem;
}
.ba666-unified-footer .footer-contact-row a {
  color: var(--primary);
  text-decoration: none;
}
.ba666-unified-footer .footer-payment-label {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin: 1.1rem 0 0.55rem;
}
.ba666-unified-footer .footer-payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ba666-unified-footer .footer-payment-list span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 3px 9px;
  color: var(--text-muted);
  font-size: 0.78rem;
}
.ba666-unified-footer .footer-bottom {
  background: #0e0d0c;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-top: 40px;
  padding: 1.2rem 0;
  text-align: center;
}
.ba666-unified-footer .footer-bottom p {
  margin: 0;
}
@media (max-width: 991.98px) {
  footer.ba666-unified-footer > .container > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer.ba666-unified-footer .footer-brand {
    grid-column: auto;
  }
}
@media (max-width: 767.98px) {
  footer.ba666-unified-footer {
    padding-top: 38px;
  }
  .ba666-unified-footer .footer-brand p {
    max-width: none;
  }
  footer.ba666-unified-footer > .container > .row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2rem;
  }
  .ba666-unified-footer .footer-bottom {
    margin-top: 30px;
  }
}
