.industry-page{width:100%;min-height:100vh}.industry-hero{position:relative;width:100%;height:60vh;min-height:500px;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.hero-overlay h1{color:white;font-size:4rem;font-weight:700;text-transform:uppercase;text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.company-info{padding:4rem 0;background-color:#f8f9fa}.company-info h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.info-item{text-align:center;padding:1.5rem;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.info-item h3{color:#666;font-size:1.2rem;margin-bottom:1rem}.info-item p{color:#333;line-height:1.6}.overview-section{padding:4rem 0}.overview-section h2{font-size:2rem;color:#333;margin-bottom:2rem}.overview-section p{font-size:1.1rem;line-height:1.8;color:#444}.focus-areas{padding:4rem 0;background-color:#f8f9fa}.focus-areas h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.focus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.focus-item{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.focus-item h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.focus-item p{color:#444;line-height:1.6}.commitment-section{padding:4rem 0}.commitment-section h2{font-size:2rem;color:#333;margin-bottom:2rem}.commitment-section p{font-size:1.1rem;line-height:1.8;color:#444}@media (max-width:768px){.hero-overlay h1{font-size:2.5rem}.industry-hero{height:40vh}.container{padding:0 1rem}.focus-grid,.info-grid{grid-template-columns:1fr}.commitment-section h2,.company-info h2,.focus-areas h2,.overview-section h2{font-size:1.8rem}}