.categories-page{background-color:#EDF1F8;min-height:100vh;padding-top:0;padding-bottom:40px}.categories-container{max-width:1280px;margin:0 auto;padding:0 15px}.categories-title-heading{padding:20px 0;width:100%;background-color:#fff;border-bottom:1px solid #bcc6d7;margin-bottom:40px}.categories-title-container{max-width:1280px;margin:0 auto;padding:0 15px}.categories-page-title{font-family:var(--font-poppins);font-size:36px;color:#333;margin:0;font-weight:600}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{background:white;border-radius:8px;overflow:hidden;display:flex;align-items:center;padding:0;text-decoration:none;color:inherit;transition:all .3s ease}.category-card:hover{box-shadow:0 4px 5px rgba(0,0,0,.287);transform:translateY(-2px)}.category-image{flex-shrink:0;margin-right:20px}.category-img{border-radius:6px 0 0 6px;object-fit:cover;width:100px;height:100px}.category-info{flex-grow:1}.category-info h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:5px}.category-count{font-size:.875rem;color:#718096}.category-placeholder{width:100px;height:100px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px 0 0 6px;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;text-align:center;padding:10px}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.categories-title-heading{margin-bottom:20px}.categories-page-title{font-size:24px;font-weight:600}.categories-grid{grid-template-columns:1fr}.category-card{padding:10px}.category-image{margin-right:15px}.category-img{width:100px;height:100px}}@media (max-width:480px){.categories-page{background-color:#f5f7fa;min-height:100vh;padding-top:0;padding-bottom:20px}.category-card{flex-direction:row;text-align:left;padding:0}.category-image{margin-right:12px;margin-bottom:0}.category-img,.category-placeholder{width:100px;height:100px}.category-info h3{font-size:1rem}.category-count{font-size:.8rem}}