@charset "UTF-8";.industries-hero{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-secondary-dark) 100%);padding:64px 0 48px;color:#fff}.industries-hero h1{font-size:2.1rem;font-weight:800;color:#fff;margin-bottom:10px}.industries-hero p{color:rgba(255,255,255,.85);font-size:1rem;max-width:580px}.industries-grid{padding:64px 0 80px;background:var(--color-gray-50)}.industry-item{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:4px;overflow:hidden;margin-bottom:24px;display:flex;align-items:stretch;transition:box-shadow .2s}.industry-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.industry-item .ind-img{width:220px;flex-shrink:0;overflow:hidden;background:var(--color-gray-100)}.industry-item .ind-img ai-img,.industry-item .ind-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industry-item .ind-body{padding:24px 28px;flex:1}.industry-item .ind-name{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.industry-item .ind-desc{font-size:.92rem;color:var(--color-secondary);line-height:1.7;margin-bottom:12px}.industry-item .ind-products{display:flex;flex-wrap:wrap;gap:6px}.industry-item .ind-tag{background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:2px;padding:3px 10px;font-size:.78rem;color:var(--color-secondary-dark);font-weight:500}@media (max-width:576px){.industry-item{flex-direction:column}.industry-item .ind-img{width:100%;height:160px}}