
        .CategoryHero {
            color: #fff;
            padding: 30px 0;
            text-align: center;
            box-shadow: 0 2px 6px rgba(0,0,0,.35);
            margin-bottom: 20px;
        }
        .CategoryHero .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .CategoryHero h1 {
            font-size: 24px;
            font-weight: normal;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 0;
        }
        .CategoryHero h1 .cat-icon { font-size: 26px; width: 36px; text-align: center; }
        .CategoryHero .hero-desc {
            font-size: 12px;
            color: rgba(255,255,255,0.85);
            font-weight: 400;
            line-height: 1.7;
            max-width: 320px;
            margin: 10px auto 0;
            text-align: center;
        }
        .CategoryBreadcrumb { font-size: 13px; opacity: 0.75; margin-bottom: 10px; }
        .CategoryBreadcrumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
        .CategoryBreadcrumb a:hover { color: #fff; text-decoration: underline; }
        .CategoryBreadcrumb span { color: rgba(255,255,255,0.5); }
    