:root{--ink:#111b33;--muted:#5e6b82;--line:#dfe5ee;--brand:#1769e8;--brand-dark:#0954cc;--surface:#f5f7fa;--dark:#131b2d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(100% - 48px,1152px);margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd6;border-bottom:1px solid #dfe5eeb3;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;height:64px;display:flex}.brand{align-items:center;width:86px;height:38px;display:flex;overflow:hidden}.brand img{object-fit:contain;width:100%;height:100%;display:block}.nav-links{align-items:center;gap:32px;margin-left:auto;display:flex}.nav-links a,footer nav a{color:var(--muted);font-size:14px;font-weight:600;transition:color .2s}.nav-links a:hover,footer nav a:hover{color:var(--ink)}.button{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 23px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.button:hover{background:var(--brand-dark);transform:translateY(-1px)}.button svg{width:17px;height:17px}.button.small{padding:9px 16px}.button.secondary{border-color:var(--line);color:var(--ink);background:0 0}.button.secondary:hover{background:var(--surface)}.hero{background:#fff;min-height:505px;position:relative;overflow:hidden}.glow{filter:blur(68px);background:#1769e830;border-radius:50%;width:385px;height:385px;position:absolute;top:-35px;right:-110px}.hero-content{max-width:1152px;padding-top:95px;padding-bottom:96px;position:relative}.hero-content>*{max-width:690px}.eyebrow{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.eyebrow svg{width:15px;color:var(--brand)}h1,h2,h3,p{margin:0}h1{letter-spacing:-2.3px;max-width:730px;margin-top:24px;font-size:60px;line-height:1.08}h1 strong{color:var(--brand)}.hero p{max-width:680px;color:var(--muted);margin-top:22px;font-size:20px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:31px;display:flex}.tech-strip{border-block:1px solid var(--line);background:var(--surface);padding:39px 0 36px;overflow:hidden}.tech-strip p{color:var(--muted);text-align:center;letter-spacing:1.5px;text-transform:uppercase;font-size:11px;font-weight:700}.tech-carousel{width:max-content;min-width:100%;margin-top:23px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.tech-track{align-items:center;gap:22px 34px;width:max-content;animation:38s linear infinite tech-scroll;display:flex}.tech-carousel:hover .tech-track{animation-play-state:paused}.tech-item{color:#69758a;white-space:nowrap;flex:none;align-items:center;gap:9px;font-size:16px;font-weight:700;display:inline-flex}.tech-item img{object-fit:contain;width:25px;height:25px}@keyframes tech-scroll{to{transform:translate(calc(-50% - 17px))}}@media (prefers-reduced-motion:reduce){.tech-track{animation:none}}.section{padding:95px 0}.heading{max-width:600px}h2{letter-spacing:-1.3px;font-size:38px;line-height:1.13}.heading p{color:var(--muted);margin-top:14px;font-size:16px;line-height:1.55}.service-grid,.metric-grid{grid-template-columns:repeat(3,1fr);gap:23px;margin-top:46px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:16px;min-height:276px;padding:31px;transition:box-shadow .2s,transform .2s}.service-card:hover{transform:translateY(-2px);box-shadow:0 18px 35px #111b331a}.icon-box{width:48px;height:48px;color:var(--brand);background:#e9f1ff;border-radius:12px;place-items:center;display:grid}.icon-box svg{width:25px}.service-card h3{letter-spacing:-.35px;margin-top:23px;font-size:20px}.service-card p{color:var(--muted);margin-top:11px;font-size:14px;line-height:1.55}.about{background:var(--dark);color:#fff;padding:95px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about span{color:#5191f2;letter-spacing:1.5px;text-transform:uppercase;font-size:14px;font-weight:700}.about h2{max-width:490px;margin-top:15px}.about p{color:#ffffffb3;max-width:500px;margin-top:16px;line-height:1.6}.about ul{gap:17px;margin:0;padding:0;list-style:none;display:grid}.about li{color:#ffffffd9;align-items:flex-start;gap:13px;line-height:1.45;display:flex}.about li i{background:var(--brand);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;margin-top:1px;display:grid}.about li i svg{width:12px;height:12px}.metric-card{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:16px;padding:30px}.metric-card svg{width:32px;height:32px;color:var(--brand)}.metric-card b{letter-spacing:-1px;margin-top:13px;font-size:39px;display:block}.metric-card p{color:var(--muted);margin-top:7px;font-size:14px}.cta{background:var(--brand);color:#fff;text-align:center;padding:95px 0}.cta h2{font-size:39px}.cta p{color:#ffffffdb;max-width:610px;margin:15px auto 0;line-height:1.55}.cta .white{color:var(--brand);background:#fff;border-color:#fff;margin-top:30px}.cta .white:hover{background:#f5f7ff}footer{background:var(--dark);color:#ffffffb3}.footer-content{justify-content:space-between;align-items:center;gap:30px;padding:45px 0 29px;display:flex}.footer-brand{width:100px;height:34px}footer nav{flex-wrap:wrap;justify-content:center;gap:26px;display:flex}footer nav a:hover{color:#fff}.copyright{text-align:center;border-top:1px solid #ffffff1a;padding:22px 0;font-size:12px}@media (max-width:700px){.container{width:min(100% - 32px,1152px)}.nav-links{display:none}.nav{gap:12px}.brand{width:78px;height:34px}.hero{min-height:auto}.hero-content{padding-block:75px}h1{letter-spacing:-1.6px;font-size:43px}.hero p{font-size:18px}.section,.about,.cta{padding:70px 0}h2,.cta h2{font-size:32px}.service-grid,.metric-grid,.about-grid{grid-template-columns:1fr;gap:16px}.service-grid,.metric-grid{margin-top:34px}.about-grid{gap:37px}.footer-content{flex-direction:column;padding-top:34px}}
