/* ─── RESEARCH PAGE ──────────────────────────────────
   Reuses about.css components (ab-hero, ab-usp-card,
   ab-facts-section). Page-specific overrides only.    */

/* ── Research hero background image ──
   Scoped to this page only — the shared .ab-hero (about.css) used
   on Services/Products stays a plain gradient.                   */
.ab-hero.ab-hero--research {
  background:
    linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.72) 100%),
    linear-gradient(135deg, rgba(11,30,78,.55) 0%, rgba(22,56,131,.4) 50%, rgba(26,77,183,.5) 100%),
    url('../../../images/research-banner.jpg') center / cover no-repeat;
}

.ab-usp-card h4 {
  line-height: 1.3;
}
