
.hy-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.hy-cat-card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;text-decoration:none;display:block}
.hy-cat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.hy-cat-card .cat-img{height:200px;overflow:hidden}
.hy-cat-card .cat-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hy-cat-card:hover .cat-img img{transform:scale(1.08)}
.hy-cat-card .info{padding:16px 20px}
.hy-cat-card h3{margin:0 0 4px;font-size:1.1rem;color:#1A1A2E}
.hy-cat-card .count{font-size:.85rem;color:#999}
.hy-products{margin-top:24px}
@media(max-width:768px){.hy-hero h1{font-size:1.8rem}.hy-subtitle{font-size:1rem}.hy-cat-grid{grid-template-columns:repeat(2,1fr)}}
