.industries-page{background-color:var(--base-500);min-height:100vh}.industries-page-hero{padding:12rem 0 8rem}.industries-page-header{flex-direction:column;gap:2rem;max-width:900px;margin-bottom:6rem;display:flex}.industries-page-callout p{color:var(--base-350)}.industries-page-title h1{letter-spacing:-.15rem;color:var(--base-100);font-size:clamp(3rem,6vw,5.5rem);line-height:1.1}.industries-page-description{max-width:650px}.industries-page-description p{color:var(--base-250);line-height:1.7}.industries-page-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.industry-page-card{border-radius:16px;height:450px;transition:all .4s cubic-bezier(.65,0,.076,1);position:relative;overflow:hidden}.industry-page-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 25px 50px #0006}.industry-page-card-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.industry-page-card-bg img{object-fit:cover;width:100%;height:100%;transition:all .6s cubic-bezier(.65,0,.076,1)}.industry-page-card:hover .industry-page-card-bg img{transform:scale(1.1)}.industry-page-card-overlay{z-index:2;background:linear-gradient(#12121266 0%,#121212d9 100%);width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.industry-page-card:hover .industry-page-card-overlay{background:linear-gradient(#1212124d 0%,#121212e6 100%)}.industry-page-card-content{z-index:3;flex-direction:column;justify-content:flex-end;gap:1rem;height:100%;padding:2.5rem;display:flex;position:relative}.industry-page-card-icon{background-color:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.5rem;transition:all .4s;display:flex}.industry-page-card:hover .industry-page-card-icon{background-color:#ffffff26;transform:scale(1.1)}.industry-page-card-icon img{object-fit:contain;filter:invert();opacity:.95;width:60%;height:60%}.industry-page-card-header h3{color:var(--base-100);letter-spacing:-.02rem;font-size:1.85rem;font-weight:600;line-height:1.2;transition:all .3s}.industry-page-card:hover .industry-page-card-header h3{transform:translate(4px)}.industry-page-card-description p{color:var(--base-250);opacity:.9;font-size:.95rem;line-height:1.6}.industry-page-card-action{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.industry-page-arrow{color:var(--base-100);align-items:center;font-size:1.5rem;transition:all .4s cubic-bezier(.65,0,.076,1);display:inline-flex}.industry-page-card:hover .industry-page-arrow{transform:translate(8px)}.section-icon{align-items:center;margin-right:.25rem;display:inline-flex}.industry-page-learn-more{color:var(--base-250);opacity:0;font-size:.9rem;font-weight:500;transition:all .4s cubic-bezier(.65,0,.076,1);transform:translate(-10px)}.industry-page-card:hover .industry-page-learn-more{opacity:1;transform:translate(0)}@media (max-width:1000px){.industries-page-hero{padding:8rem 0 4rem}.industries-page-header{margin-bottom:4rem}.industries-page-title h1{font-size:2.5rem}.industries-page-grid{grid-template-columns:1fr;gap:1.5rem}.industry-page-card{height:400px}.industry-page-card-content{padding:2rem}.industry-page-card-header h3{font-size:1.5rem}}
