
/* FOOTER */
footer {
  background: linear-gradient(180deg, #08152a, #0a1a2f);
  color: #cfd6e0;
  text-align: center;
  padding: 50px 20px;
}
footer img {
  height: 34px;
  margin-bottom: 10px;
}

.site-footer {
  background: #0a1a2f;
  color: #cfd6e0;
  padding: 60px 20px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  height: 56px; /* ✅ BIGGER & CLEAR */
  margin-bottom: 16px;
}

.footer-brand {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.site-footer p {
  font-size: 14px;
  margin: 6px 0;
}

.footer-disclaimer {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 16px;
}

.site-footer {
  background: linear-gradient(180deg, #08152a, #0a1a2f);
  color: #cfd6e0;
  text-align: center;
  padding: 60px 20px 50px;
}

.footer-logo {
  height: 72px; 
  margin-bottom: 18px;
}

.footer-note {
  font-size: 12px;
  opacity: 0.8;
}