/* ============================================================================
   Capi Când-IA Pro — Link (Fase 0)
   .ds-link-gold  → link inline dourado
   .ds-link-muted → link discreto cinza (rodapé, voltar, etc.)
   ============================================================================ */

.ds-link-gold {
  color: var(--ds-gold);
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
}

.ds-link-gold:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ds-link-muted {
  color: var(--ds-text-muted);
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  transition: var(--ds-trans-fast);
}

.ds-link-muted:hover {
  color: var(--ds-text-2);
}
