/* ============================================================
Case-study illustrations: abstract, on-brand, not photographic
Each is a contained SVG that paints onto the dark art panel.
============================================================ */
function RoasGrowthArt() {
// Bars climbing + ROAS multiplier overlay
return (
);
}
function ProgrammaticInstallArt() {
// Programmatic mesh with install pings
return (
);
}
function AffiliateMrrArt() {
// Partner ladder feeding into MRR stack
return (
);
}
function CpaReductionArt() {
// Two trend lines: spend flat, enrollments up; CPA dropping
return (
);
}
Object.assign(window, { RoasGrowthArt, ProgrammaticInstallArt, AffiliateMrrArt, CpaReductionArt });