/* InsightfulAffiliate brand overrides (small, optional).
 * Upload this file to Systeme.io Media and set its URL in configs/brands/ia.yml as override_css_url.
 */
:root {
  /* Subtle accent shift (feel free to adjust) */
  --purple: #8a5cf6;
  --cyan: #20d4d8;
  --grad: linear-gradient(90deg, var(--purple), var(--cyan));
}

/* Example micro-spacing tweak on hero slab */
.hero-slab { padding-top: 28px; padding-bottom: 28px; }

