.product-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}.product-category-card{color:inherit;background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;min-height:380px;padding:32px;text-decoration:none;transition:all .3s;display:flex;position:relative}.product-category-card:hover{border-color:#1565c0;transform:translateY(-2px);box-shadow:0 8px 30px #1565c01a}.product-category-card:hover .card-icon{transform:scale(1.1)}.product-category-card:hover .explore-text{color:#1565c0}.card-icon{color:#1565c0;margin-bottom:20px;font-size:2rem;transition:transform .3s;display:inline-block}.card-title{color:#0a1628;margin:0 0 16px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}.card-description{color:#6b7280;flex:1;margin:0 0 24px;font-size:.9rem;line-height:1.6}.features-list{margin:0 0 24px;padding:0;list-style:none}.feature-item{color:#4b5563;border-bottom:1px solid #f3f4f6;align-items:center;padding:8px 0;font-size:.85rem;transition:color .2s;display:flex}.feature-item:last-child{border-bottom:none}.feature-item:before{content:"•";color:#1565c0;margin-right:12px;font-size:1.2rem;font-weight:700}.product-category-card:hover .feature-item{color:#374151}.explore-text{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:.8rem;font-weight:600;transition:color .2s;display:inline-flex}.explore-text:after{content:"→";transition:transform .2s}.product-category-card:hover .explore-text:after{transform:translate(2px)}.product-category-card:before{content:attr(data-number);color:#9ca3af;opacity:.5;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:800;position:absolute;top:20px;right:20px}@media (max-width:1024px){.product-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-category-card{min-height:340px;padding:24px}}@media (max-width:768px){.product-cards-grid{grid-template-columns:1fr;gap:16px}.product-category-card{min-height:auto;padding:20px}.card-icon{margin-bottom:16px;font-size:1.8rem}.card-title{font-size:1.1rem}.card-description{margin-bottom:20px;font-size:.85rem}}@media (max-width:480px){.product-cards-grid{gap:12px;margin-top:24px}.product-category-card{padding:16px}.card-title{font-size:1rem}.card-description,.feature-item{font-size:.8rem}}
