);
}
// ─── Main Component ───────────────────────────────────────────────────────────
export default function Process() {
const t = useTranslations();
return (
{/*
Desktop layout:
col 1 (lg:col-span-1) → SectionHeader, flush left
col 2–4 (lg:col-span-3) → 2×2 grid of step cards
Mobile layout:
header on top, steps in single column below
*/}