/* Footer Styles */
#footer-placeholder {
  width: 100%;
  position: relative;
  z-index: 1;
  order: 999;
  margin-top: auto;
}

footer#footer {
  width: 100%;
  position: relative;
  margin-top: auto;
}

/* Garantir que o body tenha flex para footer ficar embaixo */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main,
.perfil-container {
  flex: 1 0 auto;
}

/* Garantir que o footer fique sempre no final */
#footer-placeholder {
  flex-shrink: 0;
}
