.icon-cards{display:grid;gap:1.25rem}.icon-cards__item{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .3s,box-shadow .3s,transform .3s}.icon-cards__item:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md);transform:translateY(-3px)}.icon-cards__title{color:var(--text-primary);font-size:1rem;font-weight:700;margin-bottom:.5rem}.icon-cards__ic{align-items:center;background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:12px;display:flex;height:44px;justify-content:center;margin-bottom:1.25rem;width:44px}.icon-cards__ic img{height:22px;width:22px}@media (min-width:992px){.icon-cards{grid-template-columns:repeat(3,1fr)}}