`;
// Transition Advice
if(needsTransition) {
html += `
`;
// Transition Timeline
html += `Recommendation: Switch to ${recommendation.replace("-", " ").toUpperCase()}
`; if(issueType === 'too-early') { html += `Child is too young/small for this seat type
`; } else { html += `Child has outgrown this seat's limits
`; } } // Installation Tips html += `Installation Checklist:
- ${standards.installation.map(tip => `
- ${tip} `).join('')}
Safety Rules:
- Harness snug (no pinch test)
- Chest clip at armpit level
- No bulky clothes under harness
- Expiration date check (6-10 years)
Car Seat Stages
0-4 years: Rear-Facing (until max limits)
2-7 years: Forward-Facing with harness
4-12 years: Booster Seat
8+ years: Seat Belt (when fits properly)