.industries-section{background-color:hsl(var(--background));padding:5rem 2rem}.container{margin:0 auto;max-width:72rem}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:hsl(var(--foreground));font-size:2.25rem;font-weight:500;line-height:1.2;margin:0}.industries-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.industries-grid{grid-template-columns:repeat(3,1fr)}}.industry-card{align-items:center;background-color:hsl(var(--card));border:1px solid hsl(var(--card-border));border-radius:.75rem;box-shadow:var(--shadow-sm);display:flex;gap:1rem;padding:1.5rem;position:relative;transition:box-shadow .2s ease,transform .2s ease}.industry-card:after{border-radius:inherit;content:"";inset:-1px;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:999}.industry-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.industry-card:hover:after{background-color:var(--elevate-1);opacity:1}.industry-card:hover .industry-icon-wrapper{background-color:#f9741566}.industry-icon-wrapper{align-items:center;background-color:#f9741533;border:1px solid #f9741566;border-radius:.5rem;display:flex;flex-shrink:0;height:3rem;justify-content:center;position:relative;transition:all .3s ease;width:3rem;z-index:1000}.industry-icon-wrapper i,.industry-icon-wrapper svg{color:hsl(var(--primary));height:1.5rem;width:1.5rem}.industry-name{color:hsl(var(--foreground));font-size:1rem;font-weight:500;line-height:1.5;position:relative;z-index:1000}@media (max-width:767px){.industries-section{padding:3rem 2rem}.section-header{margin-bottom:2rem}.section-title{font-size:1.875rem}.industries-grid{gap:1rem}}@media (max-width:480px){.industries-section{padding:2rem 1rem}.section-title{font-size:1.5rem}.industry-card{gap:.75rem;padding:1rem}.industry-icon-wrapper{height:2.5rem;width:2.5rem}.industry-icon-wrapper i,.industry-icon-wrapper svg{height:1.25rem;width:1.25rem}.industry-name{font-size:.9375rem}}