/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--charcoal);
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-logo { display:flex; align-items:center; gap:12px; }
.footer-name {
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.55);
}
.footer-right { font-size:11px; color:rgba(255,255,255,0.28); }

.compliance {
  background: #0c181b;
  padding: 1.25rem 3rem;
  text-align: center;
}
.compliance p {
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

