/* ============================================================
   SERVICES INDEX PAGE — page-specific styles
   Additive rules for the services.html listing page only.
   Do NOT edit style.css or main.js from here.
   ============================================================ */

/* ─── 3-column process grid variant (this page's "Strategy /
   Execute / Scale" process only has 3 steps, vs. the 4-column
   default used on individual service detail pages) ───────────── */
.process-alt-grid.cols-3 { grid-template-columns: 1fr; max-width: 900px; margin: 0 auto; }
@media (min-width: 768px) { .process-alt-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }

/* Icon badge sits above the step number inside each process card */
.process-alt-grid.cols-3 .included-icon { margin-bottom: 20px; }
