/* Metallic helpers — chrome text accent (optional use). */
.metal-text {
  background: linear-gradient(180deg, #ffffff 0%, #cdd8ec 28%, #8c9ec2 48%, #ffffff 52%, #aebbd6 60%, #7385a8 82%, #e7edf9 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
