.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.product-card{flex-direction:column;min-height:320px;display:flex;padding:2rem!important}.product-card.full-width{grid-column:1/-1;min-height:auto}.product-icon-wrapper{background:#f25b1e26;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.product-icon{width:2.75rem;height:2.75rem;color:var(--primary)}.product-card h3{margin-bottom:1rem;font-size:1.2rem}.product-card p{flex:1;margin-bottom:0;font-size:.95rem;line-height:1.7}@media (max-width:768px){.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{text-align:center;align-items:center}}
