{/* Single Parent Div for All Data Content */} {stage.label} {stage.title} {stage.subtitle && ( {stage.subtitle} )} {stage.desc} {stage.points.map((point) => ( {point} ))} {/* Integrated Statistics Grid */} {stage.stats && stage.stats.length > 0 && ( {stage.stats.map((stat) => ( {stat.value} {stat.label} ))} )}