/* ── Footer ── */
footer {
  background: var(--bg-footer);
  color: var(--text-footer);
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 0.95rem;
  border-top: 2px solid var(--primary);
}

footer a {
  color: var(--primary);
  text-decoration: none;
}

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

.footer-product {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.7;
}

