:root{--navy:#06182a;--navy2:#0a2135;--gold:#e8b94f;--white:#fff;--muted:#cbd5df;--ink:#0a2135;--line:rgba(232,185,79,.28);--card:#f4f7f9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1280px,calc(100% - 96px));margin:auto}
.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;background:rgba(4,17,30,.93);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.header-inner{height:100px;display:flex;align-items:center;gap:42px}.brand{display:block;flex:0 0 auto}.brand img{display:block;width:310px;height:auto;max-height:78px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;gap:36px;margin-left:auto;color:#fff;font-size:16px}.main-nav a{opacity:.96}.main-nav a:hover{color:var(--gold)}.header-job{border:2px solid var(--gold);padding:15px 25px;border-radius:7px;color:var(--gold);font-weight:700}.menu-toggle{display:none;background:none;border:0;color:#fff;width:42px;height:42px;padding:8px;cursor:pointer}.menu-toggle span{display:block;height:3px;background:#fff;margin:5px 0;border-radius:2px;transition:.2s}.menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.hero{position:relative;min-height:810px;padding-top:100px;overflow:hidden;background:var(--navy)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(4,21,36,.98) 0%,rgba(4,21,36,.90) 30%,rgba(4,21,36,.48) 62%,rgba(4,21,36,.10) 100%),url('assets/hero-construction-wide.png');background-position:center,center;background-size:cover,cover;background-repeat:no-repeat,no-repeat}.hero:after{content:"";position:absolute;right:-8%;bottom:-18%;width:55%;height:60%;background:linear-gradient(135deg,transparent 0 26%,rgba(4,21,36,.95) 27% 100%);opacity:.9}.hero-content{position:relative;z-index:3;padding:74px 0 0;max-width:760px}.eyebrow,.section-label{color:var(--gold);font-size:15px;font-weight:800;letter-spacing:5px;text-transform:uppercase}.hero h1{font-size:76px;line-height:.98;letter-spacing:-3.5px;margin:24px 0 25px;color:#fff;font-weight:800}.hero h1 span{color:var(--gold)}.hero-copy{color:#e1e8ef;font-size:24px;line-height:1.45;max-width:720px;margin:0 0 32px}.cta-row{display:flex;gap:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-width:275px;padding:19px 26px;border-radius:8px;font-size:19px;font-weight:800}.btn-primary{background:var(--gold);color:#07192b}.btn-outline{border:2px solid var(--gold);color:#fff}.arrow{font-size:30px;line-height:0}.trust{position:relative;z-index:4;margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);max-width:790px}.trust-item{padding:0 30px 0 0;border-right:1px solid rgba(255,255,255,.24);margin-right:30px}.trust-item:last-child{border:0;margin-right:0}.trust-icon{font-size:34px;color:var(--gold);height:48px}.trust h3{color:#fff;margin:9px 0 7px;font-size:18px}.trust p{color:#c7d2dd;margin:0;line-height:1.45;font-size:15px}
.section{padding:76px 0}.what{background:#fff}.section-label{margin-bottom:14px}.section h2{font-size:52px;letter-spacing:-2px;line-height:1.05;margin:0 0 20px;color:var(--ink)}.gold-line{width:64px;height:4px;background:var(--gold);margin:24px 0 36px}.sector-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sector{background:var(--card);padding:28px 25px 24px;min-height:250px;border:1px solid #e9eef2;display:flex;flex-direction:column}.sector-icon{font-size:42px;margin-bottom:20px}.sector h3{margin:0 0 12px;font-size:20px}.sector p{margin:0;color:#425365;line-height:1.5}.sector .go{margin-top:auto;color:var(--gold);font-size:30px;text-align:right}
.page-hero{padding:170px 0 75px;background:var(--navy);color:#fff}.page-hero h1{font-size:64px;line-height:1;margin:15px 0}.page-hero p{font-size:20px;color:#d4dde6;max-width:750px;line-height:1.5}.content{padding:70px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.simple-card{border:1px solid #e5ebf0;padding:28px;border-radius:8px}.simple-card h3{margin-top:0}.form{max-width:760px;display:grid;gap:16px}.form input,.form textarea,.form select{width:100%;padding:15px;border:1px solid #ccd6df;border-radius:6px;font:inherit}.form textarea{min-height:150px}.form button{border:0;cursor:pointer}.site-footer{background:var(--navy);color:#d2dbe4;padding:40px 0}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-logo{width:210px}.footer-small{font-size:13px;line-height:1.6}
@media(max-width:1050px){.container{width:min(100% - 48px,900px)}.header-inner{height:88px;gap:18px}.brand img{width:190px}.main-nav{gap:17px;font-size:13px}.header-job{padding:11px 14px}.hero h1{font-size:61px}.hero-copy{font-size:21px}.sector-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:calc(100% - 54px)}.site-header{position:absolute}.header-inner{height:118px;align-items:center;gap:8px}.brand{width:185px}.brand img{width:185px;max-height:none}.main-nav{position:absolute;top:108px;right:27px;display:none;grid-template-columns:1fr;gap:0;min-width:180px;padding:12px;background:rgba(4,21,36,.98);border:1px solid rgba(232,185,79,.65);border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.35);font-size:15px;line-height:1}.main-nav.open{display:grid}.main-nav a{padding:12px 14px;color:#fff}.main-nav a:hover{background:rgba(232,185,79,.10);color:var(--gold)}.main-nav .header-job{display:block;margin-top:6px;text-align:center;padding:12px 14px}.menu-toggle{display:block;margin-left:auto}.hero{min-height:900px;padding-top:118px}.hero:before{background-image:linear-gradient(180deg,rgba(4,21,36,.20) 0%,rgba(4,21,36,.48) 24%,rgba(4,21,36,.94) 58%,rgba(4,21,36,1) 78%),url('assets/hero-construction-wide.png');background-position:center,center top;background-size:cover,100% auto;background-repeat:no-repeat,no-repeat;background-color:var(--navy)}.hero:after{right:-25%;bottom:-8%;width:85%;height:48%}.hero-content{padding-top:54px;max-width:none;padding-right:2px}.eyebrow{font-size:12px;letter-spacing:3.5px}.hero h1{font-size:49px;line-height:.99;letter-spacing:-2px;margin:19px 0 23px}.hero-copy{font-size:18px;line-height:1.55;margin-bottom:26px}.cta-row{gap:12px}.btn{min-width:0;flex:1;padding:16px 11px;font-size:16px;gap:12px}.arrow{font-size:25px}.trust{margin-top:52px;grid-template-columns:repeat(3,1fr);max-width:none}.trust-item{padding-right:12px;margin-right:12px}.trust-icon{font-size:27px;height:39px}.trust h3{font-size:14px;line-height:1.2}.trust p{font-size:12px}.section{padding:58px 0}.section h2{font-size:39px;letter-spacing:-1.5px}.sector-grid{grid-template-columns:1fr 1fr;gap:10px}.sector{padding:20px 16px;min-height:220px}.sector h3{font-size:16px}.sector p{font-size:13px}.page-hero{padding:160px 0 55px}.page-hero h1{font-size:48px}.cards{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:390px){.container{width:calc(100% - 40px)}.brand{width:165px}.brand img{width:165px}.main-nav{font-size:10px;gap:7px 9px}.hero h1{font-size:45px}.hero-copy{font-size:17px}.btn{font-size:15px}.trust h3{font-size:13px}.trust p{font-size:11px}}
