/* ============================================================
   SKBM Global Trade — SERVICES PAGE
   All colors driven by design tokens (css/base.css :root).
   (.svc-card lives in css/base.css — shared with the homepage.)
   ============================================================ */

/* ── CTA STRIP ── */
.cta-strip {
    background: var(--color-primary);
    color: var(--text-on-dark);
}