.industry-hero-section{align-items:center;width:100%;max-width:100vw;min-height:700px;padding:12rem 0;display:flex;position:relative;overflow:hidden}.industry-hero-section:before{content:"";background-color:var(--color-secondary-dark);z-index:-2;clip-path:polygon(0 0,100% 0,100% calc(100% - 5vw),0 100%);background-image:linear-gradient(90deg,#0a1830f2,#0a183099,#0a18301a),url(/media/industry-desk-hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.industry-hero-section:after{content:"";background-color:var(--color-primary);z-index:-1;clip-path:polygon(0 calc(100% - 70px),100% calc(100% - 2vw - 70px),100% calc(100% - 5vw),0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.industry-hero-glow{filter:blur(10px);z-index:0;pointer-events:none;background:radial-gradient(circle,#e8590c40 0%,#0000 70%);width:620px;height:620px;position:absolute;top:-20%;right:5%}.industry-hero-title{font-family:var(--font-heading);color:var(--color-white);z-index:2;margin-bottom:1.5rem;font-size:clamp(1.6rem,1rem + 2.5vw,3.4rem);font-weight:800;line-height:1.15;position:relative}.industry-text-highlight{color:var(--color-primary)}.industry-hero-desc{font-family:var(--font-body);color:#ffffffd1;z-index:2;max-width:600px;margin-bottom:0;font-size:clamp(.85rem,.75rem + .4vw,1.05rem);font-weight:400;line-height:1.65;position:relative}.industry-hero-img-wrapper{z-index:3;justify-content:flex-end;width:100%;display:flex;position:relative;overflow:visible}.industry-hero-img{filter:drop-shadow(-18px 22px 30px #00000073);transform-origin:100%;width:100%;max-width:470px;height:auto;transition:transform .3s;display:block;transform:translate(5%)}@media (min-width:1400px){.industry-hero-img{max-width:550px;transform:scale(1.1)translate(5%,-5%)}}@media (min-width:1200px) and (max-width:1399.98px){.industry-hero-img{max-width:510px;transform:translate(5%)}}@media (min-width:992px) and (max-width:1199.98px){.industry-hero-img{max-width:430px;transform:translate(0)}}@media (max-width:991.98px){.industry-hero-section{min-height:700px;padding:10rem 0 8rem}.industry-hero-section:before{clip-path:polygon(0 0,100% 0,100% calc(100% - 3vw),0 100%);background-image:linear-gradient(#0a1830f2,#0a183099,#0a18301a),url(/media/industry-mob-hero.webp)}.industry-hero-section:after{clip-path:polygon(0 calc(100% - 50px),100% calc(100% - 1.5vw - 50px),100% calc(100% - 3vw),0 100%)}.industry-hero-img-wrapper{justify-content:center;margin-top:1rem;margin-bottom:1rem;overflow:hidden}.industry-hero-img{max-width:520px;transform:translateY(20px)}}@media (max-width:767.98px){.industry-hero-section{min-height:550px;padding:9rem 0 6rem}.industry-hero-section:before{clip-path:polygon(0 0,100% 0,100% calc(100% - 2vw),0 100%)}.industry-hero-section:after{clip-path:polygon(0 calc(100% - 35px),100% calc(100% - 1vw - 35px),100% calc(100% - 2vw),0 100%)}}.industry-section-pad{padding:5rem 0}.industry-section-intro{text-align:center;max-width:760px;margin:0 auto 3.5rem}.industry-section-tag{font-family:var(--font-heading);color:#9e3c06;text-transform:uppercase;letter-spacing:1.8px;background:#e8590c14;border:1px solid #e8590c33;border-radius:30px;margin-bottom:.85rem;padding:.35rem 1.1rem;font-size:.82rem;font-weight:700;display:inline-block}.industry-section-intro h2{font-family:var(--font-heading);color:var(--color-secondary);letter-spacing:-.4px;margin-bottom:1rem;font-size:2.35rem;font-weight:800;line-height:1.25;position:relative}.industry-section-intro h2:after{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-primary-light));border-radius:2px;width:50px;height:4px;margin:.85rem auto 0;display:block}.industry-section-intro p{font-family:var(--font-body);color:var(--color-text-muted);max-width:680px;margin:1.25rem auto 0;font-size:1.05rem;font-weight:400;line-height:1.65}.industry-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-card);flex-direction:column;padding:2.25rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.industry-card:hover{box-shadow:var(--shadow-soft);border-color:#e8590c4d;transform:translateY(-6px)}.industry-card .industry-icon-wrap{border-radius:var(--radius-md);background-color:var(--color-secondary);justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;transition:background-color .3s,transform .3s;display:inline-flex}.industry-card:hover .industry-icon-wrap{background-color:var(--color-primary);transform:scale(1.05)}.industry-card .industry-icon-wrap i{color:var(--color-primary);font-size:1.75rem;transition:color .3s}.industry-card:hover .industry-icon-wrap i{color:var(--color-white)}.industry-card h3{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:.85rem;font-size:1.3rem;font-weight:800;line-height:1.3}.industry-card p{font-family:var(--font-body);color:var(--color-text-muted);margin-bottom:0;font-size:.95rem;font-weight:400;line-height:1.65}.industry-approach-box{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:3rem 2.5rem}.industry-img-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.industry-img{object-fit:cover;width:100%;height:auto;transition:transform .5s}.industry-img-wrap:hover .industry-img{transform:scale(1.02)}
