/* ==========================================================================
   INDUSTRIES PAGE STYLES
   Order: page shell and hero -> page sections -> CTA -> footer
   ========================================================================== */

/* ==========================================================================
   Page: industries | Inline section styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
    
    body {
      font-family: 'Inter', sans-serif;
    }

    .text-gradient-purple {
      background: linear-gradient(to right, #6366f1, #a855f7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .glass-nav {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
    }

    .hero-card-gradient {
      background: linear-gradient(
  90deg,
  rgba(235, 243, 253, 0.95) 48%,
  rgba(235, 243, 253, 0.70) 57%,
  rgba(235, 243, 253, 0.20) 65%,
  rgba(235, 243, 253, 0) 100%
);
    }
