.industries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}.industry-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:var(--space-2xl);transition:transform var(--transition-base),box-shadow var(--transition-base)}.industry-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.industry-card__icon{width:48px;height:48px;margin-bottom:var(--space-lg)}.industry-card__icon svg{width:100%;height:100%}.industry-card__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-gray-900);margin-bottom:var(--space-sm)}.industry-card__desc{font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed);margin-bottom:var(--space-lg)}.industry-card__products{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.industry-card__product{display:inline-block;padding:4px 12px;background:var(--color-gray-100);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-primary)}@media (max-width: 768px){.industries-grid{grid-template-columns:1fr}}@media (min-width: 1024px){.industries-grid{grid-template-columns:repeat(2,1fr)}}
