/**
 * HGS site footer — solid surface, no background image.
 * Brand navy #002147 family (Highbrow Global School logo).
 */
.footer-section.hgs-footer-pro {
  background-color: #000d1f;
  background-image: linear-gradient(
    165deg,
    #002147 0%,
    #001a38 48%,
    #000814 100%
  );
}

.footer-section.hgs-footer-pro .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}

.footer-section.hgs-footer-pro .footer-brand::before {
  background-color: rgba(255, 255, 255, 0.08);
}

.footer-section.hgs-footer-pro .footer-brand .contact-info {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-section.hgs-footer-pro .footer-brand .social-links a {
  background-color: rgba(255, 255, 255, 0.08);
}

.footer-section.hgs-footer-pro .footer-brand .social-links a:hover {
  background-color: rgba(217, 148, 38, 0.45);
}

/* Wordmark must stay visible if SVG fails to paint (path / MIME issues). */
.footer-section.hgs-footer-pro .brand-info .logo img {
  display: block;
  min-height: 36px;
}
