/* Footer minimalista centrado */
#site-footer {
  background-color: #000000;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #969696; 
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
   
}

.footer-text {
  color: #ffffff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 480px) {
  .footer-text { font-size: 0.9rem; }
}