/* backend/static/css/footer.css */

/* Versão: 1.0.0 - Compact & Premium Footer (BTOS Edition) */

/* ==========================================================================
   1. ESTRUTURA DO RODAPÉ
   ========================================================================== */
.footer-btos {
  padding: 2.5rem 0 1.5rem; /* Design compacto BTOS */
  color: rgb(255 255 255 / 60%);
  background-color: var(--color-bg-dark);
}

.footer-heading {
  margin-bottom: 1rem;

  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-link {
  display: block;

  margin-bottom: 0.35rem;

  font-size: 0.9rem;

  /* A11Y LOCK: links pequenos no rodapé não podem ficar abaixo do contraste AA. */
  color: rgb(255 255 255 / 72%);
  text-decoration: none;

  transition: var(--transition-fast);
}

.footer-link:hover {
  padding-left: 4px;
  color: #fff;
}

/* A11Y HOTFIX: aumenta alvo de clique dos links listados no footer sem alterar estrutura. */
.footer-btos ul .footer-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 0;
}

/* ==========================================================================
   2. ÍCONES SOCIAIS (Premium Glass)
   ========================================================================== */
.footer-social-container {
  display: flex;
  gap: 10px;
}

.btn-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8px;

  background: rgb(255 255 255 / 5%);

  transition: var(--transition-normal);
}

.btn-social-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: var(--transition-fast);
}

.btn-social-icon:hover {
  transform: translateY(-3px);
  background: #fff;
}

.btn-social-icon:hover svg {
  fill: var(--color-bg-dark);
}

/* ==========================================================================
   3. COPYRIGHT & FINALIZAÇÃO
   ========================================================================== */
.footer-copyright {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 5%);

  font-size: 0.85rem;

  /* A11Y LOCK: texto legal permanece discreto, mas precisa continuar legível. */
  color: rgb(255 255 255 / 64%);
  text-align: center;
}
