/* Crédito discreto Tecnonube — pie oscuro (landing PowerTad) */
.footer__credit-line {
  margin: 0.5rem 0 0;
  padding-top: 0.35rem;
  font-size: 0.6875rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.32);
  text-align: center;
}

.footer__credit-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.footer__credit-link:hover {
  color: rgba(255, 255, 255, 0.52);
  border-bottom-color: rgba(255, 255, 255, 0.28);
}
