/* GoJD Home section visibility + desktop circular highlights — 2026-09-02
   Underlying React links/routes remain intact. */
.brands-section{display:none!important;}
.category-squares-section .section-header>.link{display:none!important;}
@media (max-width:900px){
  .category-squares-section{display:none!important;}
}
@media (min-width:901px){
  .category-squares-section{display:block!important;padding:38px 0 46px!important;background:#f7f8fa!important;}
  .category-squares-section .section-header{display:none!important;margin:0!important;}
  .category-squares-section .section-header h2{display:none!important;}
  .category-squares-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:24px!important;align-items:start!important;}
  .category-square-item{min-width:0!important;height:auto!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:11px!important;color:#171717!important;text-decoration:none!important;}
  .category-square-item:hover{transform:translateY(-2px)!important;}
  .category-square-img{width:138px!important;height:138px!important;aspect-ratio:1/1!important;border-radius:50%!important;overflow:hidden!important;display:grid!important;place-items:center!important;padding:0!important;background:#f5f6f7!important;border:1px solid #dfe3e8!important;box-shadow:0 5px 16px rgba(15,23,42,.08)!important;}
  .category-square-img img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;border-radius:50%!important;}
  .category-square-item>span{font-size:17px!important;line-height:1.15!important;font-weight:750!important;text-align:center!important;white-space:nowrap!important;}
}
@media (min-width:901px) and (max-width:1180px){
  .category-squares-grid{gap:14px!important;}
  .category-square-img{width:112px!important;height:112px!important;}
  .category-square-item>span{font-size:15px!important;}
}

/* dedicated 4-item desktop circles replace legacy category squares */
@media(min-width:901px){.category-squares-section{display:none!important}}
