:root{--ink:#102044;--blue:#1649db;--red:#ed334b;--pearl:#f5f6fa;--muted:#64708a;--line:#dce1eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--pearl);color:var(--ink);font-family:Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:90px;max-width:1200px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:18px}.brand-name{display:inline-flex;align-items:baseline}.brand-s{color:var(--blue)}.brand-z{color:var(--red)}.brand-word{color:#111;font-weight:500}.logo{position:relative;width:48px;height:48px;border:2px solid var(--blue);display:block;transform:skew(-8deg);box-shadow:5px 5px #ed334b22;isolation:isolate}.logo b{position:absolute;top:8px;font-size:28px;font-weight:900;line-height:1}.logo .s-base,.logo .s-bottom{left:6px;color:var(--blue)}.logo .s-base{z-index:1}.logo .z{left:17px;color:var(--red);z-index:2}.logo .s-bottom{z-index:3;clip-path:inset(52% 0 0 0)}nav{display:flex;gap:34px;font-size:14px;font-weight:650}.button{display:inline-flex;background:var(--blue);color:white;padding:17px 22px;border-radius:12px;font-weight:750}.small{padding:11px 18px;font-size:13px}.hero{max-width:1200px;min-height:650px;margin:auto;padding:70px 28px 84px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;color:var(--blue)}h1,h2{margin:0;letter-spacing:-2.8px;line-height:1.02}h1{font-size:64px}em{font-style:normal;color:var(--blue)}.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:550px;margin:25px 0 30px}.actions{display:flex;align-items:center;gap:30px}.text-link{font-weight:700;border-bottom:1px solid}.trust{display:flex;gap:15px;margin-top:45px;font-size:12px;color:var(--muted)}.trust b{background:var(--red);color:white;padding:10px;border-radius:20px}.hero-visual{height:500px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,#d7e0f7 0 2px,transparent 2px);background-size:26px 26px}.hero-visual:before{content:"";position:absolute;width:340px;height:340px;background:#e8ecf6;border-radius:50%}.ring{position:absolute;width:440px;height:440px;border:1px dashed #aab8d9;border-radius:50%}.support-card{z-index:2;width:260px;padding:22px;background:white;border-radius:22px;text-align:center;box-shadow:0 28px 65px #20386e20}.support-card>span{display:block;text-align:left;color:#10a463;font-size:10px}.screen{width:118px;height:90px;background:var(--blue);border-radius:11px;margin:24px auto 18px;display:grid;place-items:center;color:white;font-size:30px}.support-card h2{font-size:20px}.support-card p{color:var(--muted)}.float{position:absolute;z-index:3;background:white;border-radius:14px;padding:15px;box-shadow:0 16px 40px #20386e22}.one{left:0;top:115px;color:var(--red)}.two{right:0;bottom:100px;color:var(--blue)}.services{padding:100px max(28px,calc((100vw - 1144px)/2));background:white}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section-head h2,.about h2{font-size:44px}.section-head>p{color:var(--muted);max-width:390px}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.service-grid article{min-height:250px;padding:26px;background:var(--pearl);border-radius:18px;display:flex;flex-direction:column}.service-grid article>span{color:var(--red);font-weight:800}.service-grid h3{margin-top:45px}.service-grid p{color:var(--muted);line-height:1.6;font-size:14px}.service-grid .featured{background:var(--ink);color:white}.about{max-width:1144px;margin:auto;padding:100px 28px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.about>p{font-size:19px;line-height:1.7;color:var(--muted)}.contact{max-width:1144px;margin:0 auto 32px;padding:60px 65px;background:var(--blue);color:white;border-radius:26px;display:flex;align-items:center;justify-content:space-between}.contact h2{font-size:44px}.contact>div>p:last-child{color:#d8e1ff}.contact>a{background:white;color:var(--blue);padding:18px 22px;border-radius:12px;font-weight:800}footer{max-width:1144px;margin:auto;padding:28px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}@media(max-width:850px){nav,.small{display:none}.hero{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr 1fr}.section-head,.contact{align-items:flex-start;flex-direction:column;gap:25px}.about{grid-template-columns:1fr}.contact{margin:18px}.ring{width:330px;height:330px}}@media(max-width:520px){h1{font-size:42px}.service-grid{grid-template-columns:1fr}.hero-visual{height:360px}.float{font-size:12px}.section-head h2,.about h2,.contact h2{font-size:34px}footer{flex-wrap:wrap;gap:15px}}
