*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#111820;background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 48px));margin:auto}.header{position:absolute;z-index:10;width:100%;color:#fff}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px}.brand-mark{background:#ef3b2d;color:#fff;width:42px;height:42px;display:grid;place-items:center;font-size:28px;font-weight:800}.brand b{display:block;font-size:17px;letter-spacing:.3px}.brand small{display:block;font-size:7px;opacity:.8}.nav nav{display:flex;gap:26px;align-items:center;font-size:13px;font-weight:600}.nav nav a:not(.btn){opacity:.9}.menu{display:none;background:none;border:0;color:white;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;background:#f13b2d;color:#fff;border:1px solid #f13b2d;border-radius:4px;padding:13px 22px;font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}.btn-small{padding:10px 18px}.btn-outline{background:transparent;border-color:#fff;margin-left:10px}.hero{min-height:690px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden;background:#09121b}.hero-bg,.solution-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(5,13,20,.97) 0%,rgba(5,13,20,.83) 40%,rgba(5,13,20,.2) 100%),url("assets/hero-industrial.jpg");background-size:cover;background-position:center}.hero-content{position:relative;padding-top:70px}.eyebrow{font-size:12px;font-weight:800;color:#f13b2d;letter-spacing:.4px;margin-bottom:12px}.hero h1{font-size:60px;line-height:1.03;max-width:600px;margin:0 0 22px;font-weight:800;letter-spacing:-2px}.hero p{max-width:520px;font-size:17px;color:#e4e8eb;margin-bottom:30px}.section{padding:85px 0}.about-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center}.about-grid h2,.project-callout h2,.contacts h2{font-size:40px;line-height:1.1;margin:0 0 20px;letter-spacing:-1px}.about-grid p{color:#5c6670;max-width:560px}.image-card img{width:100%;height:330px;object-fit:cover;border-radius:3px}.advantages{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:65px}.advantages article{padding:0 28px;border-right:1px solid #ddd}.advantages article:first-child{padding-left:0}.advantages article:last-child{border:0}.advantages span{font-size:31px;color:#ef3b2d}.advantages h3{font-size:17px;margin:7px 0}.advantages p{font-size:13px;color:#68727c;margin:0}.process{background:#f6f7f8}.center{text-align:center}.process h2{font-size:38px;margin:0 0 50px}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:28px}.steps>div{position:relative}.steps b{color:#ef3b2d;font-size:12px}.steps h3{font-size:16px;margin:5px 0}.steps p{font-size:12px;color:#68727c;margin:0}.solutions{position:relative;min-height:500px;color:#fff;display:flex;align-items:center;overflow:hidden;background:#09121b}.solution-bg{background-image:linear-gradient(90deg,rgba(4,14,22,.97) 0%,rgba(4,14,22,.82) 50%,rgba(4,14,22,.25) 100%),url("assets/industry.jpg");background-position:center}.solution-inner{position:relative;padding:75px 0}.solution-inner h2{font-size:40px;line-height:1.1;max-width:650px;margin:0 0 28px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 45px;max-width:760px}.check-grid p{font-size:14px;margin:0}.check-grid p::first-letter{color:#f13b2d}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid rgba(255,255,255,.2);margin-top:45px;padding-top:25px;max-width:850px}.stats strong{display:block;color:#f13b2d;font-size:33px}.stats span{font-size:12px;color:#d6dde2}.projects{background:#fff}.project-callout{border:1px solid #e1e5e8;padding:45px 55px;display:flex;align-items:center;justify-content:space-between;gap:40px}.project-callout p{max-width:650px;color:#68727c}.contacts{background:#f5f6f7;padding:80px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr .8fr;gap:35px}.contacts h2{font-size:37px}.contacts p{color:#65707a}.contact-list p{margin:20px 0}.contact-list a{font-weight:700}.contact-form{background:#fff;padding:25px;border-radius:5px;box-shadow:0 8px 30px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:10px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #e0e4e7;padding:13px;border-radius:3px;font:inherit;resize:vertical}.consent{font-size:11px;color:#68727c;display:flex;gap:7px;align-items:flex-start}.contact-form button{width:100%}.contact-form small{min-height:18px}.map-card{display:flex;flex-direction:column;gap:14px}.map-placeholder{min-height:240px;background:linear-gradient(135deg,#e6e8e5,#d4d9d5);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#4b555c}.map-placeholder span{font-size:35px}.map-placeholder small{margin-top:8px;max-width:200px}.mini-brand{background:#0b1620;color:#fff;padding:25px;min-height:135px}.mini-brand b{font-size:20px}.mini-brand small{display:block;font-size:8px;color:#c7d0d7;margin-top:4px}footer{background:#09131d;color:#aeb7be;font-size:12px}.footer-inner{min-height:65px;display:flex;align-items:center;justify-content:space-between}.footer-inner a{color:#dce1e4}.red{color:#ef3b2d}@media(max-width:900px){.nav nav{display:none}.menu{display:block}.hero{min-height:650px}.hero h1{font-size:48px}.about-grid{grid-template-columns:1fr}.advantages{grid-template-columns:1fr 1fr;gap:28px}.advantages article{border:0;padding:0}.steps{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.map-card{grid-column:1/-1}.project-callout{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.container{width:min(100% - 30px,1180px)}.hero h1{font-size:40px}.hero p{font-size:15px}.section{padding:60px 0}.about-grid h2,.project-callout h2,.contacts h2,.solution-inner h2{font-size:31px}.advantages,.steps,.check-grid,.stats,.contact-grid{grid-template-columns:1fr}.steps{gap:24px}.stats{gap:14px}.project-callout{padding:30px}.footer-inner{padding:18px 0;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.image-card img{height:260px}.btn{padding:12px 17px}}
.page-hero{min-height:390px;padding-top:155px;padding-bottom:70px;color:#fff;display:flex;align-items:center;background:#0a151f center/cover no-repeat}
.page-hero h1{font-size:58px;line-height:1.05;margin:0;letter-spacing:-1.5px}.about-wide{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-wide h2,.section> .container>h2{font-size:40px;line-height:1.1;margin:0 0 24px}.about-wide p,.lead{color:#66717b;max-width:650px}.large-photo{width:100%;height:430px;object-fit:cover}.light{background:#f5f6f7}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:45px}.cards-3 article{background:#fff;border:1px solid #e2e5e8;padding:30px}.cards-3 span,.solution-num{color:#ef3b2d;font-weight:800}.cards-3 h3{margin:8px 0}.cards-3 p{color:#66717b;font-size:14px}.solution-list{display:grid;grid-template-columns:1fr 1fr;gap:0 50px;margin-top:45px}.solution-list article{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:28px 0;border-top:1px solid #e0e4e7}.solution-list h3{margin:0 0 7px;font-size:20px}.solution-list p{margin:0;color:#66717b}.wide-white{color:#d9e0e5;max-width:650px;font-size:17px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:45px}.project-card{border:1px solid #e0e4e7;background:#fff}.project-card img{width:100%;height:220px;object-fit:cover}.project-card div{padding:25px}.project-card span{font-size:11px;color:#ef3b2d;font-weight:800}.project-card h3{font-size:20px;line-height:1.2;margin:8px 0}.project-card p{font-size:14px;color:#66717b}.inner-page .header{position:absolute}
@media(max-width:900px){.about-wide,.cards-3,.project-grid{grid-template-columns:1fr}.solution-list{grid-template-columns:1fr}.page-hero h1{font-size:46px}.about-wide .large-photo{height:320px}}
@media(max-width:600px){.page-hero{min-height:320px;padding-top:130px}.page-hero h1{font-size:38px}.about-wide h2,.section>.container>h2{font-size:31px}}

/* Final adjustment: compact engineering image so the complete visual remains visible */
.about-grid .image-card{max-width:84%;justify-self:end}
.about-grid .image-card img{height:auto;max-height:300px;object-fit:contain;display:block}
.about-wide .large-photo{width:84%;height:auto;max-height:360px;object-fit:contain;justify-self:end;display:block}
@media(max-width:900px){.about-grid .image-card,.about-wide .large-photo{max-width:100%;width:100%;justify-self:stretch}.about-grid .image-card img{max-height:320px}.about-wide .large-photo{max-height:360px}}
