.gradient {
    /* Paleta energética laranja → rosa */
    background: linear-gradient(90deg, #f97316 0%, #ec4899 100%);
  }