.category-boxes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.category-box{background:#fff;border:3px solid #36b54a;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.category-box:hover{transform:translateY(-6px);border-color:#000}.category-box a{display:block;color:inherit;text-decoration:none}.category-box img{width:100%;max-height:300px;object-fit:contain;display:block;transition:transform .4s ease;padding:20px}.category-box:hover img{transform:scale(1.04)}.category-box h3{margin:0;padding:18px 15px;text-align:center;font-size:24px;line-height:1.4;font-weight:700;color:#36b54a}@media (max-width:1024px){.category-boxes{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:15px}}@media (max-width:767px){.category-boxes{grid-template-columns:1fr;gap:18px}.category-box img{height:auto}.category-box h3{font-size:18px}}.category-box h3{text-align:center;line-height:1.4}.category-box h3::after{content:"";display:inline-block;width:15px;height:17px;margin-left:8px;vertical-align:middle;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform .25s ease}.category-box:hover h3::after{transform:translateX(5px)}