AKO FUNGUJE VZDELAI - PROCES
Štyri kroky od zadania k personalizovanej výučbe.
{/* Roadmap rail with all 4 steps */}
{/* base track + animated shimmer.
Track Y math: rail has paddingTop: 8, bubble height 76 →
bubble center sits at 8 + 38 = 46px from rail's padding-box
top. Track height is 2, so top = 45 puts the track's
centerline (45 + 1) exactly at the bubble centerline (46). */}
{/* nodes row */}
{steps.map((s, i) =>
{/* node */}
{s.icon}
{s.n}
{/* label */}
{s.title}
{/* sub-tasks */}
{s.detail.map((d) =>
- {d}
)}
)}