/* ==========================================================================
   Site footer (UDLAP calendario-escolar)
   ========================================================================== */
.footer {
  background: #262d27;
  color: #ffffff;
  margin-top: 50px;
  padding: 3rem 0 2rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: var(--font-body, "Source Sans 3", sans-serif);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.footer-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-text {
  font-family: var(--font-body, "Source Sans 3", sans-serif);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0 0 0.5rem;
  color: #ffffff;
}

.footer-link {
  color: var(--orange, #ff6b35);
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-link:hover {
  color: #e2e8f0;
}

@media (max-width: 1024px) {
  .footer-logo {
    max-width: 250px;
  }
}

[data-theme="dark"] .footer {
  background: #000000;
}

[data-theme="dark"] .footer-link:hover {
  color: #e2e8f0;
}
