@charset "UTF-8";.industries-hero{background:linear-gradient(to right,var(--neutral-dark),var(--primary-dark));color:var(--white);padding:64px 0}.industries-hero h1{color:var(--white);font-size:max(1.5rem, min(3.5vw, 2.5rem))}.industries-hero p{color:rgba(255,255,255,.75);max-width:540px}.industry-card{border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;height:100%;transition:box-shadow var(--transition),border-color var(--transition)}.industry-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.industry-card-img{aspect-ratio:16/9;overflow:hidden}.industry-card-img ai-img,.industry-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industry-card-body{padding:20px}.industry-card-body h3{font-size:1.05rem;font-weight:700;margin-bottom:6px}.industry-card-body p{font-size:.875rem;color:var(--neutral-mid);margin:0}.industry-spec-table th{background:var(--neutral-light);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--neutral-mid);font-weight:700;border-color:var(--border-color)}.industry-spec-table td{border-color:var(--border-color);font-size:.9rem}