/* إخفاء شارة "ثقة وأمان" من قسم Hero */
.hero-badge {
    display: none !important;
}

/* إخفاء hero-meta إذا كانت فارغة */
.hero-meta:empty {
    display: none !important;
}
