/* Mahat Advisory — pied de page unifié (barre unique, fond bleu site) */
.mahat-footer-unified {
  background: #040720;
  color: #c89a28;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  padding: 16px 48px;
  border-top: 1px solid rgba(200, 154, 40, 0.2);
}
.mahat-footer-unified-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.mahat-footer-unified-left {
  margin: 0;
  line-height: 1.65;
  color: rgba(232, 201, 106, 0.92);
  font-weight: 400;
}
.mahat-footer-unified-left a {
  color: #e8c96a;
  text-decoration: none;
}
.mahat-footer-unified-left a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 720px) {
  .mahat-footer-unified {
    padding: 14px 20px;
  }
  .mahat-footer-unified-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
