:root{--category-hero-bg:#fafbfc;--category-hero-title:#0f172a;--category-hero-count:#6b7280;--category-hero-text:#374151;--category-hero-icon-bg:#3b82f6;--category-hero-icon-color:#ffffff;}
.category-hero-section{position:relative;padding:3.5rem 0 2.75rem;overflow:hidden;}
.category-hero-inner{position:relative;max-width:920px;}
.category-hero-heading{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.35rem;}
.category-hero-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:0.625rem;background:var(--category-hero-icon-bg);display:grid;place-items:center;color:var(--category-hero-icon-color);font-size:1rem;line-height:1;}
.category-hero-icon img{width:1.25rem;height:1.25rem;object-fit:contain;}
.category-hero-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;color:var(--category-hero-title);margin:0;letter-spacing:-0.02em;}
.category-hero-count{font-size:0.9375rem;font-weight:400;color:var(--category-hero-count);margin:0 0 0 3.25rem;}
.category-hero-description{font-size:1rem;line-height:1.65;color:var(--category-hero-text);margin:1.25rem 0 0;max-width:920px;}
@media (max-width:767.98px){.category-hero-section{padding:2.5rem 0 2rem;}.category-hero-count{margin-left:0;}.category-hero-description{font-size:1rem;}}
