/* ============================================
   BHILLION DOLLAR — GLOBAL FOOTER
   ============================================ */

.bd-footer {
  background: #050505;
  border-top: 2px solid #d4af37;
  padding: 32px 16px;
  margin-top: 40px;
  text-align: center;
}

.bd-footer-message {
  color: #f5f5f5;
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 16px;
  opacity: 0.9;
}

.bd-footer-links a {
  color: #d4af37;
  text-decoration: none;
  margin: 0 8px;
  font-weight: bold;
}

.bd-footer-links a:hover {
  color: #fff;
}

.bd-footer-copy {
  color: #aaa;
  font-size: 0.9rem;
  margin-top: 12px;
}

/* ============ FIXED + CLEAN FOOTER LOGO ============ */
.bd-footer-logo {
  width: 70px;          /* final controlled size */
  height: auto;
  max-width: 70px;
  display: block;
  margin: 0 auto 18px;
  opacity: 0.95;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.6));
}
