
:root{--navy:#082b60;--blue:#0757c9;--red:#c91f2b;--text:#13233b;--muted:#62718a;--bg:#f5f8fc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}.container{width:92%;max-width:1180px;margin:auto}
.top{background:var(--navy);color:#fff;font-size:13px;padding:8px}.top .container{display:flex;justify-content:space-between}
header{position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 3px 16px #0001}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.logo{width:165px}.links{display:flex;gap:28px;font-weight:bold}.links a{padding:28px 0;border-bottom:3px solid transparent}.links a:hover,.links .active{border-color:var(--red)}.phone{font-weight:bold;color:var(--blue)}.menu{display:none;border:0;background:none;font-size:28px;color:var(--navy)}
.hero{min-height:590px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#031d43eF,#031d43aa),url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=85') center/cover}.hero h1{font-size:clamp(40px,6vw,68px);line-height:1.05;max-width:760px;margin:14px 0}.hero p{font-size:20px;max-width:650px}.eyebrow{color:#ff5a63;font-weight:800;letter-spacing:2px;font-size:13px}.btn{display:inline-block;background:var(--blue);color:#fff;padding:13px 22px;border-radius:7px;font-weight:bold;border:2px solid var(--blue);margin:7px}.btn.red{background:var(--red);border-color:var(--red)}.btn.outline{background:transparent;border-color:#fff}
.band{background:var(--navy);color:#fff}.bandgrid,.stats{display:grid;grid-template-columns:repeat(4,1fr)}.banditem,.stat{padding:24px;border-right:1px solid #ffffff33}.banditem:last-child,.stat:last-child{border:0}.banditem b{display:block}.banditem span,.stat span{color:#cbd9ed;font-size:14px}
section{padding:80px 0}.alt{background:var(--bg)}.title{text-align:center;max-width:700px;margin:0 auto 42px}.title h2{font-size:40px;margin:7px 0}.title p,.card p,.split p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{padding:28px;background:#fff;border:1px solid #e3e9f1;border-radius:14px;box-shadow:0 15px 40px #092c6314}.icon{width:56px;height:56px;border-radius:14px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:26px;margin-bottom:17px}.card h3{margin:0 0 8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split h2{font-size:40px;line-height:1.15}.photo{height:420px;border-radius:16px;background:url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1100&q=85') center/cover}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.check:before{content:'✓';color:var(--red);font-weight:bold;margin-right:9px}.cta{background:linear-gradient(120deg,var(--blue),var(--navy));color:#fff;border-radius:16px;padding:45px;display:flex;justify-content:space-between;align-items:center}.cta h2{font-size:34px;margin:0}.pagehero{background:linear-gradient(90deg,#031d43ee,#031d4380),url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff;padding:80px 0}.pagehero h1{font-size:52px;margin:0}.services{display:grid;grid-template-columns:1fr 1fr;gap:22px}.service{display:flex;gap:18px;padding:25px;background:#fff;border:1px solid #e3e9f1;border-radius:14px;box-shadow:0 15px 40px #092c6310}.service .icon{flex:none;margin:0}.service h3{margin:0}.service p{margin:4px 0;color:var(--muted)}
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}.contactbox{background:var(--bg);padding:32px;border-radius:15px}.row{display:flex;gap:14px;margin:20px 0}.row .icon{width:44px;height:44px;margin:0}.row strong{display:block}.row span{color:var(--muted)}form{padding:32px;border-radius:15px;box-shadow:0 15px 40px #092c6314}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{font-weight:bold;font-size:14px}input,textarea,select{width:100%;padding:12px;margin-top:6px;border:1px solid #d5dfeb;border-radius:7px;font:inherit}textarea{min-height:140px}.full{grid-column:1/-1}.map{width:100%;height:350px;border:0;border-radius:15px;margin-top:25px}
footer{background:#061e40;color:#fff;padding:55px 0 18px}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:30px}.foot img{width:155px;background:#fff;padding:6px;border-radius:4px}.foot a{display:block;color:#d5e0f0;margin:7px 0}.copy{border-top:1px solid #ffffff22;margin-top:30px;padding-top:16px;text-align:center;color:#b7c7dd;font-size:13px}.wa{position:fixed;right:20px;bottom:20px;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:24px;z-index:30}
@media(max-width:900px){.links{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:10px 5%;flex-direction:column;gap:0}.links.open{display:flex}.links a{padding:12px 0}.menu{display:block}.phone{display:none}.cards{grid-template-columns:1fr 1fr}.bandgrid,.stats{grid-template-columns:1fr 1fr}.foot{grid-template-columns:1fr 1fr}.split,.contact{grid-template-columns:1fr}}
@media(max-width:600px){.top .address{display:none}.logo{width:140px}.hero{min-height:560px}.hero p{font-size:17px}.cards,.services,.formgrid,.foot{grid-template-columns:1fr}.bandgrid,.stats{grid-template-columns:1fr}.banditem,.stat{border-right:0;border-bottom:1px solid #ffffff22}.title h2,.split h2{font-size:32px}.cta{display:block;padding:32px}.pagehero h1{font-size:40px}}
