a[href^="mailto:hello@woodlylab.ru"] {
  color: #C5A46D !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

a[href^="mailto:hello@woodlylab.ru"]:hover {
  color: #D8B97F !important; /* немного светлее золото */
}
