:root{
  --color-dark: #0f172a;        
  --color-dark-soft: #1e293b;  
  --color-light: #f8fafc;      
  --color-muted: #64748b;       

  --color-accent: #FFCC00;       
  --color-accent-dark: #CC9A00;

  --border-soft: rgba(255,255,255,.08);

  --font-heading: "Poppins", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --hero-title-from: #ffffff;
  --hero-title-to: #c7d2fe; 

  --section-title-from: #e5e7eb;
  --section-title-to: #a78bfa;
}

/* ONLY Service card titles */
.service-title--card{
  background: linear-gradient(
    90deg,
    #1e293b 0%,   /* tumedam hall-sinine */
    #5b21b6 100%  /* sügavam lilla */
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

