:root{--vcg-top-space-desktop:-20px;--vcg-top-space-mobile:-20px}.vency-category-grid-wrapper{box-sizing:border-box;width:100vw;margin-left:-50vw;margin-right:-50vw;margin-top:var(--vcg-top-space-desktop);direction:rtl;background:linear-gradient(#eff3f6 0%,#fff 100%);padding:20px 0 80px;font-family:Dana,sans-serif;position:relative;left:50%;right:50%}.vcg-inner-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.vcg-section-header{text-align:center;margin-bottom:30px;display:block}.vcg-section-header h3{color:#111;margin:0;font-size:22px;font-weight:800}.vcg-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.vcg-item{z-index:1;text-decoration:none;display:block;position:relative}.vcg-desktop-card{z-index:2;border-radius:24px;justify-content:center;align-items:center;width:100%;height:160px;transition:transform .3s;display:flex;position:relative;overflow:hidden}.vcg-item:hover .vcg-desktop-card{transform:translateY(-5px)}.vcg-desk-img{pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.vcg-mode-contain .vcg-desk-img img{object-fit:contain;filter:drop-shadow(0 10px 20px #00000026);max-width:80%;max-height:80%}.vcg-mode-cover .vcg-desktop-card{border:1px solid #0000000d;background-color:#0000!important}.vcg-mode-cover .vcg-desk-img img{object-fit:cover;filter:none;width:100%;max-width:100%;height:100%;max-height:100%}.vcg-count-badge{color:#fff;z-index:3;text-shadow:0 1px 3px #0000004d;font-size:12px;font-weight:600;position:absolute;bottom:15px;right:15px}.vcg-desk-title-row{justify-content:flex-start;align-items:center;gap:8px;margin-top:15px;padding-right:5px;display:flex}.vcg-desk-title{color:#374151;font-size:15px;font-weight:700;transition:color .2s}.vcg-item:hover .vcg-desk-title{color:#7c3aed}.vcg-desk-arrow svg{stroke:#9ca3af;width:6px;height:10px;display:block;transform:rotate(180deg)}.vcg-item:hover .vcg-desk-arrow svg path{stroke:#7c3aed}.vcg-mobile-card{display:none}@media (width<=1024px){.vency-category-grid-wrapper{margin-top:var(--vcg-top-space-mobile);padding:30px 0}.vcg-grid{grid-template-columns:repeat(2,1fr);gap:20px}.vcg-section-header h3{font-size:18px}.vcg-desktop-card,.vcg-desk-title-row{display:none!important}.vcg-mobile-card{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex}.vcg-mob-icon-box{justify-content:center;align-items:center;width:60px;height:60px;display:flex}.vcg-mob-icon-box img{object-fit:contain;width:40px;height:40px}.vcg-mobile-title{color:#111;text-align:center;font-size:14px;font-weight:700}}