body{margin:0;font-family:Inter,sans-serif;background:#f4f8fc;color:#112034;line-height:1.6}.container{width:min(1180px,calc(100% - 40px));margin:auto}.top{background:#071a33;color:white}.top .container{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px}header{background:white;position:sticky;top:0;z-index:10}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.nav img{width:146px}nav{display:flex;gap:22px;align-items:center}nav a,.side a{color:#0878c9;text-decoration:none;font-weight:900}.cta,.btn{display:inline-flex;background:linear-gradient(135deg,#0878c9,#31c6f3);color:white!important;border-radius:8px;padding:12px 18px;text-decoration:none;font-weight:900}.hero{background:linear-gradient(105deg,#071a33,#0878c9);color:white;padding:92px 0}.hero h1{font-size:clamp(2.4rem,5vw,4.3rem);line-height:1;margin:0 0 14px}.hero p{max-width:760px;color:rgba(255,255,255,.86);font-weight:800}section{padding:76px 0}.grid{display:grid;grid-template-columns:1fr 340px;gap:28px}.panel,.side,.contact-card{background:white;border:1px solid #dce7f3;border-radius:8px;padding:26px}.panel h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.08;margin:0 0 10px}.panel p,.panel li{color:#64748b}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}.info{background:#f4f8fc;border:1px solid #dce7f3;border-radius:8px;padding:16px}.info h3{margin:0 0 8px;font-size:1rem}.side a{display:block;padding:9px 0;border-bottom:1px solid #dce7f3}.contact-card{margin-top:16px;background:#071a33;color:white}.contact-card a{color:white!important;display:block;margin:7px 0;text-decoration:none;font-weight:900;overflow-wrap:anywhere}.footer{background:#061326;color:white;padding:40px 0}.footer img{width:180px}@media(max-width:850px){nav{display:none}.grid,.info-grid{grid-template-columns:1fr}.top .container{display:grid;text-align:center;padding:8px 0}}