.page-hero{position:relative;overflow:hidden;padding:85px 0;background:#171717;color:#fff}
.page-hero:after{content:"";position:absolute;right:-160px;top:-220px;width:520px;height:520px;border:1px solid rgba(255,255,255,.06);border-radius:50%}
.page-hero-inner{position:relative;z-index:2;max-width:850px}
.page-hero .eyebrow{color:var(--brand);margin-bottom:15px}
.page-hero h1{max-width:780px;margin:0 0 20px;font-family:Montserrat,sans-serif;font-size:42px;line-height:1.15;font-weight:700;color:#fff}
.page-hero h1 span{color:var(--brand)}
.page-hero p{max-width:650px;margin:0;color:#aaa;font-size:11px;line-height:1.8}
.breadcrumb-wrap{display:flex;align-items:center;gap:9px;margin-top:30px;color:#777;font-size:9px}
.breadcrumb-wrap a{color:#aaa}
.breadcrumb-wrap a:hover{color:var(--brand)}
.breadcrumb-wrap i{font-size:7px;color:var(--brand)}
.breadcrumb-wrap span{color:#fff}
.products-page-section{padding:100px 0;background:#fff}
.products-page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:45px}
.products-page-intro h2{max-width:650px;margin:0;font-family:Montserrat,sans-serif;font-size:32px;line-height:1.2;font-weight:700;color:#171717}
.products-page-intro h2 span{color:var(--brand)}
.products-page-intro>p{max-width:390px;margin:0;color:#777;font-size:10px;line-height:1.8}
.products-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-page-card{display:block;background:#fff;border:1px solid #e8e8e8;color:#222;transition:.3s}
.product-page-card:hover{color:#222;border-color:#ddd;box-shadow:0 15px 35px rgba(0,0,0,.08);transform:translateY(-4px)}
.product-page-image{position:relative;height:250px;overflow:hidden;background:#ddd}
.product-page-image img{width:100%;height:100%;object-fit:cover;transition:.6s ease}
.product-page-card:hover .product-page-image img{transform:scale(1.05)}
.product-page-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.45))}
.product-page-number{position:absolute;top:18px;left:18px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.6);color:#fff;font:700 9px Montserrat}
.product-page-arrow{position:absolute;right:18px;bottom:18px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);color:#222;font-size:11px;transition:.25s}
.product-page-card:hover .product-page-arrow{background:var(--brand);color:#fff}
.product-page-content{padding:25px 25px 27px}
.product-page-label{display:block;margin-bottom:8px;color:var(--brand);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}
.product-page-content h3{margin:0 0 15px;font-family:Montserrat,sans-serif;font-size:15px;line-height:1.35;font-weight:700;text-transform:uppercase;color:#171717}
.product-page-items{display:flex;flex-direction:column;gap:5px;margin-bottom:21px;padding-top:14px;border-top:1px solid #eee}
.product-page-items span{color:#777;font-size:9px;line-height:1.4}
.product-page-link{display:inline-flex;align-items:center;gap:7px;color:#222;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}
.product-page-link i{color:var(--brand);transition:.2s}
.product-page-card:hover .product-page-link i{transform:translateX(4px)}
.products-page-cta{padding:70px 0;background:#f5f5f5}
.products-page-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.products-page-cta h2{margin:0;font-family:Montserrat,sans-serif;font-size:29px;line-height:1.2;font-weight:700;color:#171717}
.products-page-cta h2 span{color:var(--brand)}
.products-page-cta .eyebrow{margin-bottom:10px}
@media(max-width:991px){
.page-hero{padding:70px 0}
.page-hero h1{font-size:35px}
.products-page-section{padding:80px 0}
.products-page-intro{align-items:flex-start;flex-direction:column;gap:20px}
.products-page-intro h2{font-size:29px}
.products-page-grid{grid-template-columns:repeat(2,1fr)}
.products-page-cta{padding:60px 0}
}
@media(max-width:575px){
.page-hero{padding:60px 0}
.page-hero h1{font-size:29px}
.products-page-section{padding:65px 0}
.products-page-intro h2{font-size:26px}
.products-page-grid{grid-template-columns:1fr;gap:15px}
.product-page-image{height:235px}
.product-page-content{padding:22px}
.products-page-cta-inner{align-items:flex-start;flex-direction:column}
.products-page-cta h2{font-size:25px}
.products-page-cta .btn{width:100%;justify-content:center}
}

.product-category-hero h1{max-width:900px}
.product-category-section{padding:100px 0;background:#fff}
.product-category-main{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.product-category-image{position:relative;height:520px;overflow:hidden;background:#ddd}
.product-category-image img{width:100%;height:100%;object-fit:cover;transition:.6s ease}
.product-category-image:hover img{transform:scale(1.03)}
.product-category-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.5))}
.product-category-image-label{position:absolute;left:30px;bottom:28px;color:#fff}
.product-category-image-label span{display:block;margin-bottom:6px;font-size:8px;font-weight:700;letter-spacing:2px}
.product-category-image-label strong{font:700 30px Montserrat;color:var(--brand)}
.product-category-content{max-width:650px}
.product-category-content h2{margin:0;font-family:Montserrat,sans-serif;font-size:32px;line-height:1.2;font-weight:700;color:#171717}
.product-category-content>.section-line{margin:18px 0}
.product-category-content>p{max-width:570px;margin:0 0 32px;color:#777;font-size:11px;line-height:1.85}
.product-category-products{margin-bottom:30px}
.product-category-products-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #ddd}
.product-category-products-heading span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#222}
.product-category-products-heading strong{font-size:8px;font-weight:600;color:#999}
.product-category-items{border-top:0}
.product-category-item{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #eee;transition:.2s}
.product-category-item-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex:0 0 28px;border:1px solid #e5e5e5;color:var(--brand);font:700 8px Montserrat}
.product-category-item-name{flex:1;color:#333;font-size:10px;font-weight:600}
.product-category-item i{color:#aaa;font-size:11px;transition:.2s}
.product-category-item:hover{padding-left:6px}
.product-category-item:hover i{color:var(--brand);transform:translate(2px,-2px)}
.product-category-single{display:flex;flex-direction:column;gap:7px;margin-bottom:30px;padding:20px 22px;border:1px solid #eee}
.product-category-single span{color:var(--brand);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}
.product-category-single strong{font:600 12px Montserrat;color:#222}
.product-category-actions{display:flex;align-items:center;gap:25px}
.product-back-link{display:inline-flex;align-items:center;gap:8px;color:#555;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}
.product-back-link i{color:var(--brand)}
.product-back-link:hover{color:var(--brand)}
.related-products-section{padding:90px 0;background:#f6f6f6}
.related-products-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}
.related-products-header h2{margin:0;font-family:Montserrat,sans-serif;font-size:29px;font-weight:700;color:#171717}
.related-products-header h2 span{color:var(--brand)}
.related-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.related-product{display:block;background:#fff;border:1px solid #e8e8e8;color:#222;transition:.3s}
.related-product:hover{color:#222;box-shadow:0 12px 30px rgba(0,0,0,.07);transform:translateY(-3px)}
.related-product-image{height:190px;overflow:hidden;background:#ddd}
.related-product-image img{width:100%;height:100%;object-fit:cover;transition:.6s}
.related-product:hover .related-product-image img{transform:scale(1.05)}
.related-product-content{position:relative;padding:19px 45px 20px 20px}
.related-product-content span{display:block;margin-bottom:6px;color:var(--brand);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:1.3px}
.related-product-content h3{margin:0;font-family:Montserrat,sans-serif;font-size:11px;line-height:1.4;font-weight:700;text-transform:uppercase}
.related-product-content i{position:absolute;right:19px;bottom:20px;color:#aaa;font-size:11px;transition:.2s}
.related-product:hover .related-product-content i{color:var(--brand);transform:translate(2px,-2px)}
.product-not-found{padding:100px 0;background:#fff}
.product-not-found-inner{max-width:600px;margin:auto;text-align:center}
.product-not-found-inner>i{display:flex;width:60px;height:60px;align-items:center;justify-content:center;margin:0 auto 20px;border:1px solid #eee;color:var(--brand);font-size:23px}
.product-not-found-inner h2{margin:0 0 12px;font-family:Montserrat,sans-serif;font-size:25px}
.product-not-found-inner p{margin:0 0 25px;color:#777;font-size:10px}
@media(max-width:991px){
.product-category-section{padding:80px 0}
.product-category-main{grid-template-columns:1fr;gap:45px}
.product-category-image{height:430px}
.product-category-content h2{font-size:29px}
.related-products-section{padding:75px 0}
.related-products-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:575px){
.product-category-section{padding:65px 0}
.product-category-image{height:330px}
.product-category-content h2{font-size:26px}
.product-category-image-label{left:22px;bottom:22px}
.product-category-image-label strong{font-size:24px}
.product-category-actions{align-items:flex-start;flex-direction:column;gap:18px}
.related-products-section{padding:60px 0}
.related-products-header{align-items:flex-start;flex-direction:column}
.related-products-header h2{font-size:25px}
.related-products-grid{grid-template-columns:1fr}
.related-product-image{height:210px}
}


/*  */

.product-detail-hero h1{max-width:900px}
.product-detail-section{padding:100px 0;background:#fff}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.product-detail-image{position:relative;height:550px;overflow:hidden;background:#ddd}
.product-detail-image img{width:100%;height:100%;object-fit:cover;transition:.6s}
.product-detail-image:hover img{transform:scale(1.03)}
.product-detail-image-label{position:absolute;left:30px;bottom:28px;color:#fff}
.product-detail-image-label span{display:block;margin-bottom:6px;font-size:8px;font-weight:700;letter-spacing:2px}
.product-detail-image-label strong{font:700 30px Montserrat;color:var(--brand)}
.product-detail-content{max-width:650px}
.product-detail-content h2{margin:0;font-family:Montserrat,sans-serif;font-size:32px;line-height:1.2;font-weight:700;color:#171717}
.product-detail-content>.section-line{margin:18px 0}
.product-detail-content>p{margin:0 0 30px;color:#777;font-size:11px;line-height:1.85}
.product-detail-block{margin-bottom:28px}
.product-detail-block h3{margin:0 0 13px;font:700 10px Montserrat;text-transform:uppercase;letter-spacing:1px;color:#222}
.product-detail-features{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px}
.product-detail-features div{display:flex;align-items:flex-start;gap:8px;color:#666;font-size:9px;line-height:1.5}
.product-detail-features i{color:var(--brand);font-size:11px}
.product-detail-applications{display:flex;flex-wrap:wrap;gap:7px}
.product-detail-applications span{padding:8px 11px;border:1px solid #e5e5e5;color:#666;font-size:8px}
.product-detail-actions{display:flex;align-items:center;gap:25px;margin-top:30px}
.product-specifications-section{padding:90px 0;background:#f6f6f6}
.product-specifications-header{margin-bottom:30px}
.product-specifications-header h2{margin:0;font-family:Montserrat,sans-serif;font-size:29px;font-weight:700}
.product-specifications-header h2 span{color:var(--brand)}
.product-specifications-table{max-width:900px;border-top:1px solid #ddd;background:#fff}
.product-spec-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5e5e5}
.product-spec-row span,.product-spec-row strong{padding:15px 20px;font-size:9px}
.product-spec-row span{color:#777}
.product-spec-row strong{color:#222;font-weight:600;border-left:1px solid #e5e5e5}
.product-related-section{padding:90px 0;background:#fff}
.product-related-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}
.product-related-header h2{margin:0;font-family:Montserrat,sans-serif;font-size:29px;font-weight:700}
.product-related-header h2 span{color:var(--brand)}
.product-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.product-related-card{display:block;border:1px solid #e7e7e7;background:#fff;color:#222;transition:.3s}
.product-related-card:hover{color:#222;transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.07)}
.product-related-image{height:210px;overflow:hidden;background:#ddd}
.product-related-image img{width:100%;height:100%;object-fit:cover;transition:.6s}
.product-related-card:hover .product-related-image img{transform:scale(1.05)}
.product-related-content{position:relative;padding:20px 45px 20px 20px}
.product-related-content span{display:block;margin-bottom:6px;color:var(--brand);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:1.3px}
.product-related-content h3{margin:0;font:700 11px/1.4 Montserrat;text-transform:uppercase}
.product-related-content i{position:absolute;right:20px;bottom:20px;color:#aaa;font-size:11px}
.product-related-card:hover .product-related-content i{color:var(--brand);transform:translate(2px,-2px)}
.product-detail-cta{padding:70px 0;background:#171717;color:#fff}
.product-detail-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.product-detail-cta h2{margin:0 0 12px;font:700 29px/1.2 Montserrat;color:#fff}
.product-detail-cta h2 span{color:var(--brand)}
.product-detail-cta p{margin:0;color:#999;font-size:10px}
.product-detail-cta .eyebrow{display:block;margin-bottom:10px;color:var(--brand)}
@media(max-width:991px){
.product-detail-section{padding:80px 0}
.product-detail-grid{grid-template-columns:1fr;gap:45px}
.product-detail-image{height:430px}
.product-detail-content h2{font-size:29px}
.product-related-grid{grid-template-columns:repeat(2,1fr)}
.product-detail-cta-inner{align-items:flex-start;flex-direction:column;gap:30px}
}
@media(max-width:575px){
.product-detail-section{padding:65px 0}
.product-detail-image{height:330px}
.product-detail-content h2{font-size:26px}
.product-detail-features{grid-template-columns:1fr}
.product-detail-actions{align-items:flex-start;flex-direction:column;gap:18px}
.product-specifications-section,.product-related-section{padding:60px 0}
.product-specifications-header h2,.product-related-header h2{font-size:25px}
.product-spec-row{grid-template-columns:1fr}
.product-spec-row strong{border-left:0;border-top:1px solid #eee}
.product-related-header{align-items:flex-start;flex-direction:column}
.product-related-grid{grid-template-columns:1fr}
.product-related-image{height:220px}
.product-detail-cta{padding:55px 0}
.product-detail-cta h2{font-size:25px}
.product-detail-cta .btn{width:100%;justify-content:center}
}


/* about page css */

.about-page-hero{padding:90px 0}
.about-page-hero h1{max-width:850px}
.about-introduction{padding:95px 0;background:#fff}
.about-introduction-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.about-introduction-heading h2{margin:0;font:700 34px/1.2 Montserrat;color:#171717}
.about-introduction-heading h2 span{color:var(--brand)}
.about-introduction-content{max-width:650px}
.about-introduction-content p{margin:0 0 18px;color:#777;font-size:14px;line-height:1.9}
.about-story-section{padding:100px 0;background:#f6f6f6}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-story-image{height:510px;overflow:hidden;background:#ddd}
.about-story-image img{width:100%;height:100%;object-fit:cover;transition:.6s}
.about-story-image:hover img{transform:scale(1.03)}
.about-story-content{max-width:620px}
.about-story-content h2{margin:0;font:700 32px/1.2 Montserrat;color:#171717}
.about-story-content>.section-line{margin:18px 0}
.about-story-content>p{margin:0 0 30px;color:#777;font-size:14px;line-height:1.9}
.about-founded{padding:22px 0 0;border-top:1px solid #ddd}
.about-founded span{display:block;margin-bottom:5px;color:#999;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}
.about-founded strong{display:block;margin-bottom:8px;color:var(--brand);font:700 28px Montserrat}
.about-founded p{max-width:500px;margin:0;color:#888;font-size:12px;line-height:1.7}
.about-values-section{padding:100px 0;background:#fff}
.about-values-header{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:45px}
.about-values-header h2{margin:0;font:700 32px/1.2 Montserrat;color:#171717}
.about-values-header h2 span{color:var(--brand)}
.about-values-header>p{max-width:450px;margin:0;color:#777;font-size:14px;line-height:1.8}
.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5}
.about-value{display:flex;align-items:flex-start;gap:20px;padding:30px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.about-value-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex:0 0 48px;border:1px solid #e5e5e5;color:var(--brand);font-size:18px}
.about-value h3{margin:2px 0 8px;font:700 14px Montserrat;color:#222}
.about-value p{margin:0;color:#777;font-size:12px;line-height:1.7}
.about-approach-section{display:grid;grid-template-columns:50% 50%;min-height:560px;background:#171717;color:#fff}
.about-approach-image{position:relative;min-height:560px;overflow:hidden}
.about-approach-image img{width:100%;height:100%;object-fit:cover}
.about-approach-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3)}
.about-approach-content{display:flex;flex-direction:column;justify-content:center;padding:70px 9%}
.about-approach-content h2{margin:0;font:700 32px/1.2 Montserrat;color:#fff}
.about-approach-content .section-line{margin:18px 0}
.about-approach-content>p{max-width:600px;margin:0 0 30px;color:#aaa;font-size:14px;line-height:1.9}
.about-capabilities{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;max-width:650px}
.about-capability{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #333;color:#ccc;font-size:12px}
.about-capability i{color:var(--brand);font-size:14px}
.about-cta{padding:75px 0;background:#f5f5f5}
.about-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.about-cta h2{margin:0 0 12px;font:700 30px/1.2 Montserrat;color:#171717}
.about-cta h2 span{color:var(--brand)}
.about-cta p{margin:0;color:#777;font-size:13px}
.about-cta .eyebrow{display:block;margin-bottom:10px}
@media(max-width:991px){
.about-introduction,.about-story-section,.about-values-section{padding:80px 0}
.about-introduction-grid,.about-story-grid{grid-template-columns:1fr;gap:45px}
.about-introduction-heading h2,.about-story-content h2,.about-values-header h2{font-size:30px}
.about-values-header{align-items:flex-start;flex-direction:column;gap:20px}
.about-approach-section{grid-template-columns:1fr}
.about-approach-image{min-height:380px}
.about-approach-content{padding:60px 7%}
.about-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:575px){
.about-page-hero{padding:65px 0}
.about-introduction,.about-story-section,.about-values-section{padding:65px 0}
.about-introduction-heading h2,.about-story-content h2,.about-values-header h2{font-size:27px}
.about-introduction-content p,.about-story-content>p,.about-values-header>p{font-size:13px}
.about-story-image{height:330px}
.about-values-grid{grid-template-columns:1fr}
.about-value{padding:23px 20px}
.about-approach-image{min-height:280px}
.about-approach-content{padding:50px 25px}
.about-approach-content h2{font-size:27px}
.about-capabilities{grid-template-columns:1fr}
.about-cta{padding:60px 0}
.about-cta h2{font-size:26px}
.about-cta .btn{width:100%;justify-content:center}
}



.industries-page-hero{padding:90px 0}
.industries-intro-section{padding:95px 0;background:#fff}
.industries-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}
.industries-intro-grid h2{margin:0;font:700 34px/1.2 Montserrat;color:#171717}
.industries-intro-grid h2 span{color:var(--brand)}
.industries-intro-grid>div:last-child{max-width:650px}
.industries-intro-grid p{margin:0 0 18px;color:#777;font-size:14px;line-height:1.9}
.industries-showcase-section{padding:0 0 100px;background:#fff}
.industries-showcase-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:330px 330px;gap:15px}
.industry-showcase-card{position:relative;display:block;overflow:hidden;background:#222;color:#fff}
.industry-card-1{grid-row:1 / 3}
.industry-card-4{grid-column:2 / 4}
.industry-showcase-image{position:absolute;inset:0}
.industry-showcase-image img{width:100%;height:100%;object-fit:cover;transition:.7s}
.industry-showcase-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,.82) 100%)}
.industry-showcase-card:hover .industry-showcase-image img{transform:scale(1.05)}
.industry-showcase-content{position:absolute;left:25px;right:25px;bottom:25px;z-index:2}
.industry-showcase-content>span:first-child{display:block;margin-bottom:7px;color:#ddd;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}
.industry-showcase-content h3{margin:0 0 9px;font:700 21px/1.2 Montserrat;color:#fff}
.industry-showcase-content p{max-width:520px;margin:0 0 15px;color:#ccc;font-size:12px;line-height:1.65}
.industry-explore{display:inline-flex!important;align-items:center;gap:7px;color:#fff!important;font-size:11px!important;letter-spacing:.8px!important}
.industry-explore i{color:var(--brand);transition:.2s}
.industry-showcase-card:hover .industry-explore i{transform:translateX(4px)}
.industry-process-section{padding:100px 0;background:#f6f6f6}
.industry-process-header{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:45px}
.industry-process-header h2{margin:0;font:700 32px/1.2 Montserrat;color:#171717}
.industry-process-header h2 span{color:var(--brand)}
.industry-process-header>p{max-width:480px;margin:0;color:#777;font-size:14px;line-height:1.8}
.industry-process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ddd;border-left:1px solid #ddd}
.industry-process-item{display:flex;align-items:flex-start;gap:20px;padding:32px 28px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
.industry-process-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex:0 0 50px;border:1px solid #e5e5e5;color:var(--brand);font-size:19px}
.industry-process-item h3{margin:2px 0 8px;font:700 15px Montserrat;color:#222}
.industry-process-item p{margin:0;color:#777;font-size:12px;line-height:1.7}
.industries-cta{padding:75px 0;background:#171717;color:#fff}
.industries-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.industries-cta h2{margin:0 0 12px;font:700 30px/1.2 Montserrat;color:#fff}
.industries-cta h2 span{color:var(--brand)}
.industries-cta p{margin:0;color:#999;font-size:13px}
.industries-cta .eyebrow{display:block;margin-bottom:10px;color:var(--brand)}
@media(max-width:991px){
.industries-intro-section{padding:80px 0}
.industries-intro-grid{grid-template-columns:1fr;gap:40px}
.industries-intro-grid h2{font-size:30px}
.industries-showcase-section{padding-bottom:80px}
.industries-showcase-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 330px 330px}
.industry-card-1{grid-row:1 / 3}
.industry-card-4{grid-column:2;grid-row:3}
.industry-process-section{padding:80px 0}
.industry-process-header{align-items:flex-start;flex-direction:column;gap:20px}
.industry-process-grid{grid-template-columns:1fr}
.industries-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:575px){
.industries-page-hero{padding:65px 0}
.industries-intro-section{padding:65px 0}
.industries-intro-grid h2{font-size:27px}
.industries-intro-grid p{font-size:13px}
.industries-showcase-section{padding-bottom:65px}
.industries-showcase-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:12px}
.industry-card-1,.industry-card-4{grid-column:auto;grid-row:auto}
.industry-showcase-card{height:320px}
.industry-showcase-content{left:20px;right:20px;bottom:20px}
.industry-showcase-content h3{font-size:19px}
.industry-showcase-content p{font-size:12px}
.industry-process-section{padding:65px 0}
.industry-process-header h2{font-size:27px}
.industry-process-header>p{font-size:13px}
.industry-process-item{padding:25px 20px}
.industries-cta{padding:60px 0}
.industries-cta h2{font-size:26px}
.industries-cta .btn{width:100%;justify-content:center}
}