/* =============================================================
   TechVistaar — Single software category page
   (software/ai-software.html, productivity.html, crm.html, etc.)
============================================================= */
.cat-banner{
  display:flex; align-items:center; gap:16px; margin:34px 0 0;
  border:1px solid var(--line); border-radius:16px; padding:22px 26px;
}
.cat-banner .icon-box{ width:46px; height:46px; border-radius:12px; background:var(--panel); display:flex; align-items:center; justify-content:center; flex:none; }
.cat-banner p{ font-size:14px; color:var(--ink); opacity:.85; }

.other-cats{ padding:40px 0 70px; }
.other-cats .section-head{ margin-bottom:24px; }
.other-grid{ display:flex; gap:10px; flex-wrap:wrap; }
