.category-header{

margin-bottom:30px;

/* Layout stability */
box-sizing:border-box;

}

.category-header h1{

font-size:32px;

/* Improve readability */
line-height:1.2;

/* Prevent overflow issues */
word-break:break-word;

}

.category-description{

color:var(--cr-muted);

max-width:700px;

/* Improve readability */
line-height:1.5;

/* Prevent overflow issues */
word-break:break-word;

/* Layout stability */
box-sizing:border-box;

}

.category-intelligence-grid{

display:flex;

flex-direction:column;

gap:18px;

/* Fallback safety for environments without flex gap support */
row-gap:18px;

}