{/* Top 5 Differences */}
toggleSection('top5')}
accent="text-yellow-400"
/>
{openSections.has('top5') && (
)}
{/* All Features */}
toggleSection('all')}
/>
{openSections.has('all') && (
)}
{/* USPs */}
toggleSection('usp')}
accent="text-indigo-400"
/>
{openSections.has('usp') && (
)}
{/* Score Summary */}
{[
{ name: 'ComplAI', score: ALL_FEATURES.filter(f => f.bp === true).length, color: 'text-indigo-400' },
{ name: 'Vanta', score: ALL_FEATURES.filter(f => f.vanta === true).length, color: 'text-white/50' },
{ name: 'Drata', score: ALL_FEATURES.filter(f => f.drata === true).length, color: 'text-white/50' },
{ name: 'Sprinto', score: ALL_FEATURES.filter(f => f.sprinto === true).length, color: 'text-white/50' },
{ name: 'Proliance', score: ALL_FEATURES.filter(f => f.proliance === true).length, color: 'text-white/50' },
{ name: 'DataGuard', score: ALL_FEATURES.filter(f => f.dataguard === true).length, color: 'text-white/50' },
{ name: 'heyData', score: ALL_FEATURES.filter(f => f.heydata === true).length, color: 'text-white/50' },
].map(item => (
{item.score}/{ALL_FEATURES.length}
{item.name}
))}