.category-grid-section{padding:4rem 1.5rem;background-color:#f8f9fa}.category-grid-container{max-width:1200px;margin:0 auto}.category-grid-header{text-align:center;margin-bottom:3rem}.category-grid-header h2{font-size:2.5rem;font-weight:700;color:#1d1d1f;margin-bottom:1rem}.category-grid-header p{color:#666;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.category-row{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.category-row.bottom-row .category-card,.category-row.top-row .category-card{flex:1 1;max-width:380px}.category-card{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/3;display:flex;flex-direction:column;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.category-image-wrapper{flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;z-index:1}.category-image-wrapper img{max-width:90%;max-height:90%;object-fit:contain;transition:transform .3s ease}.category-card:hover .category-image-wrapper img{transform:scale(1.05)}.category-title{height:60px;padding:0 1rem;font-size:min(1.1rem,3.5vw);font-weight:600;color:white;z-index:2;position:relative;background-color:rgba(0,0,0,.15);justify-content:center;text-align:center;flex-shrink:0}.category-series-list,.category-title{display:flex;flex-direction:column;align-items:center}.category-series-list{list-style:none;margin:0;width:100%;gap:.3rem;padding:.2rem 0 0}.category-series-list li{font-size:.85rem;font-weight:400;color:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;text-align:center;width:100%}@media (max-width:992px){.category-row{flex-direction:column;align-items:center}.category-row.bottom-row .category-card,.category-row.top-row .category-card{width:100%;max-width:500px}}