:root{--blue:#0d4fb8;--blue-dark:#083a8f;--red:#d71920;--ink:#1b1d21;--muted:#606873;--line:#e5e8ed;--soft:#f7f8fa;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{display:block;max-width:100%}a{color:inherit}.container{width:min(var(--max),calc(100% - 64px));margin:auto}
.site-header{height:92px;background:#fff;border-bottom:1px solid #e7e9ed;position:sticky;top:0;z-index:100}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;height:92px}.brand img{width:142px;height:88px;object-fit:contain}.menu{display:flex;align-items:center;gap:8px}.menu a{font-size:14px;font-weight:700;text-decoration:none;padding:11px 14px;border-radius:8px;color:#30343a}.menu a:hover,.menu a.active{color:var(--red)}.menu .cta{background:var(--red);color:#fff;padding:12px 20px;margin-left:5px}.menu .cta:hover{background:#bf1117;color:#fff}.mobile-toggle{display:none;border:0;background:none;font-size:28px;color:var(--blue)}
.home-hero{min-height:410px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(4,34,91,.94),rgba(10,67,160,.74) 58%,rgba(177,26,56,.55)),url('images/hero-automation.jpg') center/cover no-repeat}.home-hero-inner{padding:70px 0}.home-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.04em;margin:0 0 20px;max-width:760px}.home-hero h1 span{color:#ff2830}.home-hero p{font-size:18px;max-width:700px;margin:0;color:rgba(255,255,255,.94)}.red-line{width:36px;height:3px;background:var(--red);margin:22px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:12px 18px;text-decoration:none;font-weight:700;font-size:13px;cursor:pointer}.btn.primary{background:var(--red);color:#fff}.btn.blue{background:var(--blue);color:#fff}.btn.light{background:#fff;color:var(--blue);border:1px solid var(--line)}
.feature-strip{border-bottom:1px solid var(--line);background:#fff}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.feature{display:flex;gap:18px;padding:26px 30px;align-items:flex-start;border-right:1px solid var(--line)}.feature:last-child{border-right:0}.feature-icon{width:48px;height:48px;flex:0 0 48px;border:2px solid var(--blue);border-radius:50%;color:var(--blue);display:grid;place-items:center;font-size:23px;font-weight:700}.feature h3{font-size:15px;color:var(--blue);margin:0 0 6px}.feature p{font-size:12px;line-height:1.45;color:var(--muted);margin:0}
.section{padding:64px 0}.section.soft{background:var(--soft)}.section.blue{background:var(--blue);color:#fff}.section-title{font-size:38px;line-height:1.08;color:var(--blue);margin:0 0 12px}.section-title.white{color:#fff}.eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--red)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.intro-copy p{font-size:15px;color:#515862;margin:0 0 16px}.intro-image{border-radius:14px;overflow:hidden}.intro-image img{width:100%;height:300px;object-fit:cover}.quote{border-left:3px solid var(--red);padding:12px 0 12px 18px;color:#6b737d;font-style:italic;margin-top:24px}.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.mini-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:22px}.mini-card .num{color:var(--red);font-weight:800;font-size:12px}.mini-card h3{color:var(--blue);font-size:17px;margin:12px 0 7px}.mini-card p{font-size:13px;color:var(--muted);margin:0}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service-card{display:grid;grid-template-columns:150px 1fr;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;min-height:150px}.service-card img{width:150px;height:100%;min-height:150px;object-fit:cover}.service-card .body{padding:20px}.service-card h3{color:var(--blue);font-size:16px;margin:0 0 8px}.service-card p{font-size:12px;color:var(--muted);margin:0}.service-banner{margin-top:18px;background:linear-gradient(100deg,var(--blue),#1e5dcc);color:#fff;border-radius:12px;padding:22px 26px;display:flex;align-items:center;gap:20px}.service-banner .icon{width:52px;height:52px;border:2px solid rgba(255,255,255,.8);border-radius:50%;display:grid;place-items:center;font-size:22px;flex:0 0 52px}.service-banner h3{margin:0 0 5px;font-size:16px}.service-banner p{margin:0;font-size:12px;opacity:.9}
.page-top{padding:46px 0 24px}.page-top h1{font-size:42px;color:var(--blue);margin:0 0 8px;line-height:1.08}.page-top .sub{font-size:14px;color:var(--muted);max-width:720px;margin:0}.page-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.page-layout.reverse{grid-template-columns:1fr 1fr}.page-photo{border-radius:14px;overflow:hidden}.page-photo img{width:100%;height:320px;object-fit:cover}.page-copy p{font-size:14px;color:#515862}.page-copy h2{font-size:28px;color:var(--blue);margin:0 0 14px}.bullet-list{list-style:none;padding:0;margin:20px 0}.bullet-list li{position:relative;padding:9px 0 9px 25px;font-size:13px;border-bottom:1px solid var(--line)}.bullet-list li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:900}
.projects-intro{display:flex;justify-content:space-between;gap:30px;align-items:end}.projects-intro p{max-width:580px;color:var(--muted);font-size:13px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.project-card{display:block;overflow:hidden;border-radius:10px;background:#eee;aspect-ratio:4/3}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.project-card:hover img{transform:scale(1.04)}
.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:stretch}.contact-info{padding:18px 0}.contact-row{display:flex;gap:13px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.contact-row .icon{width:26px;height:26px;border:2px solid var(--blue);border-radius:50%;color:var(--blue);display:grid;place-items:center;flex:0 0 26px;font-size:12px}.contact-row strong{display:block;color:#30343a}.contact-row span{color:var(--muted)}.map-wrap{border-radius:14px;overflow:hidden;border:1px solid var(--line);min-height:380px}.map-wrap iframe{width:100%;height:100%;min-height:380px;border:0}
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px}.contact-card{border:1px solid var(--line);border-radius:14px;padding:26px;background:#fff}.contact-card h2{color:var(--blue);margin:8px 0 18px;font-size:28px}.contact-card p{font-size:13px;color:var(--muted)}.contact-item{padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.contact-item small{display:block;color:#8a919b;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800;margin-bottom:4px}.contact-item a{color:var(--blue);font-weight:700;text-decoration:none}form{display:grid;grid-template-columns:1fr 1fr;gap:14px}form .full{grid-column:1/-1}label{font-size:12px;font-weight:700;color:#444}input,textarea{width:100%;margin-top:6px;padding:11px 12px;border:1px solid #d9dde2;border-radius:8px;font:inherit;font-size:13px}textarea{min-height:130px;resize:vertical}.form-note{font-size:10px;color:#8a919b}
.site-footer{background:linear-gradient(110deg,#083d99,#0d4fb8);color:#fff;padding:30px 0 15px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:35px;align-items:center}.site-footer img{width:145px;height:auto;background:#fff;border-radius:3px}.site-footer p{font-size:11px;line-height:1.65;margin:9px 0 0;color:rgba(255,255,255,.88)}.footer-links{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}.footer-links a{font-size:11px;color:#fff;text-decoration:none;opacity:.9}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:20px;padding-top:12px;font-size:10px;color:rgba(255,255,255,.75);display:flex;justify-content:space-between;gap:20px}
@media(max-width:900px){.site-header{position:sticky}.menu.open{display:flex;position:absolute;left:0;right:0;top:82px;background:#fff;border-bottom:1px solid var(--line);padding:14px 18px;flex-direction:column;align-items:stretch;box-shadow:0 12px 25px rgba(0,0,0,.08)}.menu.open a{width:100%;text-align:center}.container{width:min(var(--max),calc(100% - 36px))}.menu{display:none}.mobile-toggle{display:block}.site-header,.nav,.brand{height:82px}.brand img{width:125px;height:80px}.home-hero{min-height:430px}.features,.intro-grid,.page-layout,.service-grid,.location-grid,.contact-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line)}.feature:last-child{border-bottom:0}.intro-image img,.page-photo img{height:260px}.mini-cards{grid-template-columns:1fr}.project-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}}
@media(max-width:560px){.container{width:min(var(--max),calc(100% - 28px))}.home-hero h1{font-size:42px}.home-hero p{font-size:16px}.page-top h1{font-size:35px}.project-grid{grid-template-columns:1fr}.service-card{grid-template-columns:105px 1fr}.service-card img{width:105px}.service-card .body{padding:16px}.section{padding:50px 0}.projects-intro{display:block}}
