{/* Header */}

{t('blog.hero.title')}

{t('blog.hero.subtitle')}

{/* Filter & Search */}
{/* Categories */}
{categoryKeys.map(catKey => ( ))}
{/* Search */}
setSearchTerm(e.target.value)} className="w-full pl-10 pr-4 py-2 bg-charcoal-light border border-silver/20 rounded-lg text-white text-sm focus:outline-none focus:ring-2 focus:ring-deepGreen focus:border-transparent transition-all" />
{/* Blog Grid */}
{filteredPosts.length > 0 ? (
{filteredPosts.map((post) => ( ))}
) : (

{t('blog.search.noResults')}

)}