.app-footer {
  background: #faf7f2;
  border-top: 1px solid #e0d7c8;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #444;
}

.app-footer strong {
  color: #8a623f;
}

.footer-nav {
  margin: 10px 0;
}

.footer-nav a {
  color: #8a623f;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 500;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.app-footer .copyright {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #666;
}

/* ===== LuthierPro — Badge de Licença Integrado ===== */
.app-footer .license-badge {
  margin-top: 10px;
  display: inline-block;
  background: linear-gradient(180deg, #f6f0e3 0%, #e9d7bf 100%);
  border: 1px solid #d9c7aa;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #5a4633;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.app-footer .license-badge.ok {
  color: #2a7a2a;
  border-color: #b5d9b5;
  background: linear-gradient(180deg, #f2fdf2 0%, #d8f1d8 100%);
}

/* ===== Dourado metálico para plano vitalício ===== */
.app-footer .license-badge.vital {
  color: #c9a14a;
  border: 1px solid #d8bb6a;
  background: linear-gradient(180deg, #fff8e1 0%, #f1d78c 100%);
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4),
              0 0 6px rgba(201, 161, 74, 0.3);
}


.app-footer .license-badge.err {
  color: #b33;
  border-color: #e1b2b2;
  background: linear-gradient(180deg, #fff5f5 0%, #f9dede 100%);
}

