:root{--b:#1675e8;--d:#0d294d;--i:#102b50;--s:#f3f8fd;--m:#64778c;--l:#dce7f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial;color:var(--i);line-height:1.6}a{text-decoration:none;color:inherit}img{width:100%;display:block}.container{width:min(1180px,calc(100% - 48px));margin:auto}header{position:sticky;top:0;z-index:30;background:#fff}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.nav>a img{width:260px;height:65px}.nav nav{display:flex;gap:25px;align-items:center;font-size:12px;font-weight:700}.talk,.primary{background:var(--b);color:#fff}.talk{padding:13px 18px}.menu{display:none}.hero{position:relative;min-height:620px;color:#fff}.hero-bg{position:absolute;inset:0;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#051f3df5,#051f3db5 48%,#051f3d18)}.hero-copy{position:relative;z-index:2;min-height:620px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero span,small{font-size:10px;font-weight:800;letter-spacing:.2em;color:#5ba8ff}.hero h1{font-size:clamp(47px,5.7vw,73px);line-height:1.04;margin:15px 0}.hero h1 em{font-style:normal;color:#52c8ff}.hero p{max-width:620px}.btn{display:inline-flex;padding:14px 22px;margin:12px 8px 0 0;font-size:12px;font-weight:800}.ghost{border:1px solid #fff}.section{padding:90px 0}.section h2{font-size:clamp(38px,4vw,55px);line-height:1.08}.section p{color:var(--m)}.solutions{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.solutions article{background:var(--s);border:1px solid var(--l)}.solutions img{height:200px;object-fit:cover}.solutions h3,.solutions p{padding:0 16px}.solutions p{font-size:12px}.about{background:var(--s)}.aboutgrid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.aboutgrid>img{height:500px;object-fit:cover}.points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.points b{background:#fff;padding:12px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.steps div{border-top:3px solid #dcecff}.steps em{color:var(--b);font-weight:800}.contact{background:var(--d);color:#fff}.contact p{color:#c8d7e7}.contactgrid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px}.card{background:#fff;color:var(--i);padding:30px;display:flex;flex-direction:column;gap:9px}.card a:not(.btn){color:var(--b);font-weight:700}.full{justify-content:center}footer{background:#f4f8fc;padding:35px 0}.footer{display:flex;align-items:center;justify-content:space-between;font-size:11px}.footer img{width:260px}@media(max-width:900px){.menu{display:block}.nav nav{display:none}.nav nav.open{display:flex;position:absolute;top:82px;left:15px;right:15px;background:#fff;padding:20px;flex-direction:column}.solutions{grid-template-columns:1fr 1fr}.aboutgrid,.contactgrid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.container{width:calc(100% - 30px)}.solutions,.steps,.points{grid-template-columns:1fr}.hero h1{font-size:45px}.footer{flex-direction:column;gap:18px}}