@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--blue:#1647ef;--ink:#121927;--muted:#586170;--light:#f3f5f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #efad27;outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}header,footer{padding:26px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:24px;line-height:1.2;letter-spacing:1px}.brand small{display:block;font-size:10px;letter-spacing:1.6px;margin-top:5px}.brand-symbol{display:grid;place-items:center;background:var(--blue);color:white;font-size:30px;width:43px;height:45px;letter-spacing:-4px;padding-right:4px;border-radius:8px;font-family:Manrope,sans-serif}nav{display:flex;gap:34px;font-size:14px;font-weight:600}nav a:hover,.text-link:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:19px 23px;border-radius:6px;font-weight:700;line-height:1.4;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0002}.button svg{width:24px;height:24px;flex-shrink:0}.button span{font-size:23px;margin-left:7px}.button.small{padding:11px 19px;font-size:14px}.dark{background:var(--ink);color:white}.white{background:white;color:var(--ink)}.hero{display:grid;grid-template-columns:1.07fr 1fr;background:var(--blue);color:white;min-height:620px}.hero-copy{padding:65px 8% 30px 9.4%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.7px;display:flex;align-items:center;gap:10px}.line{width:25px;height:2px;background:currentColor}h1{font-size:clamp(56px,6.5vw,94px);line-height:1.06;letter-spacing:-5px;font-weight:800;margin:28px 0 25px}.intro{font-size:17px;line-height:1.75;color:#edf1ff;margin-bottom:28px}.hero-note{font-size:12px;margin-top:13px;color:#e0e7ff}.hero-bottom{border-top:1px solid #ffffff50;margin-top:45px;padding-top:20px;display:flex;gap:20px;align-items:center;font-size:10px;font-weight:700;letter-spacing:1.4px}.plus{font-size:23px;font-weight:400}.hero-visual{position:relative;overflow:hidden;min-height:600px;background:#17222d}.hero-visual img{width:100%;height:100%;position:absolute;object-fit:cover;filter:brightness(.75)}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#061429aa,transparent 60%);pointer-events:none}.image-label{position:absolute;bottom:42px;left:35px;display:flex;align-items:center;gap:15px;z-index:1;line-height:1.5;font-size:15px}.label-icon{border:1px solid #ffffff80;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;font-size:25px}.image-label strong{font-size:19px}.vertical-label{position:absolute;right:20px;top:30px;writing-mode:vertical-rl;font-size:10px;letter-spacing:2px;z-index:1}.section{padding:84px 7%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:40px}.section-heading>p{max-width:330px;color:var(--muted)}.blue{color:var(--blue)}h2{font-size:clamp(30px,3.3vw,47px);line-height:1.2;letter-spacing:-1.9px;font-weight:800;margin-top:17px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-card{border:1px solid #dfe3ea;padding:32px;border-radius:10px}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.service-top>span{font-size:13px;color:#7b8595}.device-icon{width:49px;height:49px;color:var(--blue)}h3{font-size:24px;letter-spacing:-.6px;line-height:1.4}.service-card>p{margin:15px 0 24px;max-width:440px;color:var(--muted)}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{font-size:12px;background:var(--light);padding:6px 11px;border-radius:4px}.text-link{display:flex;justify-content:space-between;font-size:14px;font-weight:700;border-top:1px solid #e0e5ed;margin-top:30px;padding-top:20px}.text-link span{font-size:20px;line-height:1}.process{background:var(--light)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:43px}.step-number{display:grid;place-items:center;width:37px;height:37px;background:var(--blue);color:#fff;border-radius:50%;font-weight:700;margin-bottom:23px}.steps h3{font-size:19px}.steps p{color:var(--muted);margin-top:12px;font-size:15px}.contact{display:flex;justify-content:space-between;align-items:center;gap:35px;background:var(--blue);color:white}.contact h2{font-size:clamp(30px,3.5vw,48px)}.contact .button{flex-shrink:0}footer{padding:35px 5%;color:var(--muted);font-size:12px}footer .brand{color:var(--ink);font-size:19px}footer .brand-symbol{width:36px;height:38px;font-size:25px}footer .brand small{font-size:8px}footer p{font-size:14px}.special-panel{background:#eaf0ff;border:1px solid #c2d0ff;border-radius:12px;padding:32px;margin:35px 7%}.special-panel p{margin:12px 0 22px}.special-panel h2{margin:0;font-size:30px}
@media(min-width:1550px){body{max-width:1700px;margin:auto}}@media(max-width:900px){header{padding:20px 5%}nav{gap:18px}.hero{grid-template-columns:1fr 1fr;min-height:530px}.hero-copy{padding:48px 8% 25px 10%}h1{font-size:65px;letter-spacing:-3px}.hero-visual{min-height:530px}.intro{font-size:16px}.intro br{display:none}.hero .button{font-size:14px;padding:16px 14px;gap:8px}.hero .button span{margin:0}.hero-bottom{gap:10px;font-size:9px}.section{padding:65px 5%}.steps{gap:25px}.service-card{padding:25px}.image-label{left:22px}.image-label strong{font-size:16px}}@media(max-width:650px){nav{display:none}.brand{font-size:20px}.brand-symbol{width:37px;height:39px}.brand small{font-size:8px}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 6% 25px}h1{font-size:68px;letter-spacing:-3.5px;margin:24px 0}.hero .button{font-size:15px;padding:17px 20px}.hero-bottom{font-size:10px;justify-content:space-between;margin-top:30px}.hero-visual{min-height:340px}.hero-visual img{object-position:center 55%}.image-label{bottom:25px}.section{padding:55px 6%}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px;max-width:none}.service-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:30px}.step-number{margin-bottom:12px}.steps h3{font-size:21px}.contact{align-items:flex-start;flex-direction:column;gap:28px}footer{flex-wrap:wrap;padding:30px 6%}footer p{width:100%;order:3}h2{letter-spacing:-1.2px}.eyebrow{font-size:11px}.hero-note{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
