.industries{background:#fff;padding:6rem 0}.industries-inner{margin:0 auto;max-width:80rem}.industries-header{margin-bottom:4rem;text-align:center}.industries-title{color:#0f172a;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin-bottom:1.25rem}.industries-subtitle{color:var(--muted-foreground);font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:40rem}.industries-grid{display:grid;gap:1.5rem;padding:0 1rem}@media (min-width:640px){.industries-grid{grid-template-columns:repeat(2,1fr);padding:0 2rem}}@media (min-width:1024px){.industries-grid{grid-template-columns:repeat(4,1fr)}}.industry-card{background:var(--card);border:1px solid rgba(var(--border),.5);border-radius:var(--radius-xl);padding:1.75rem;transition:all .3s ease}.industry-card:hover{border-color:rgba(37,99,235,.3);box-shadow:0 18px 40px rgba(15,23,42,.12);transform:translateY(-4px)}.industryicon{align-items:center;background:rgba(25,145,210,.1);border-radius:var(--radius-lg);color:var(--primary);display:flex;height:3.5rem;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:3.5rem}.industry-card:hover .industryicon{background:var(--primary);color:#fff}.industryicon svg{fill:none;height:1.75rem;stroke:currentColor;stroke-width:2;width:1.75rem}.industry-title{color:#0f172a;font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.industry-text{color:var(--muted-foreground);font-size:.9rem;line-height:1.5}