/* =========================================================
   0xGUDODAMA — Contact Page Styles
   ========================================================= */

/* Hover sur les canaux de contact */
a[class*="anim-fade-left"]:hover {
  border-color: rgba(0,255,157,0.2) !important;
}

/* Bouton envoyer un mail */
.mail-btn {
  transition: filter 0.2s, transform 0.15s;
}
.mail-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Bouton PGP */
#pgp-btn:hover {
  background: rgba(167,139,250,0.08);
}
#pgp-btn.copied {
  border-color: rgba(0,255,157,0.3) !important;
  color: #00ff9d !important;
}
