/* Gradient background for contact page */
  .contact-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  }