*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#101828;line-height:1.6}header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 7%;border-bottom:1px solid #e4e7ec;background:#fff;position:sticky;top:0;z-index:5}.brand{font-size:21px;font-weight:850;text-decoration:none;color:#101828}.brand span{color:#1683c8}.brand small{font-size:12px;letter-spacing:1px;color:#667085;margin-left:8px;border-left:1px solid #d0d5dd;padding-left:10px}nav{display:flex;gap:26px}nav a,footer a{color:#475467;text-decoration:none}.hero{min-height:680px;padding:90px 10%;display:flex;align-items:center;justify-content:space-between;gap:60px;background:linear-gradient(135deg,#f8fbfd,#eaf5fb)}.hero>div:first-child{max-width:680px}label{font-size:12px;letter-spacing:2px;font-weight:800;color:#667085}.hero h1{font-size:clamp(52px,7vw,86px);line-height:1.02;letter-spacing:-3px;margin:14px 0 24px}.hero h1 span{color:#1683c8}.hero p{font-size:20px;color:#475467}.btn{display:inline-block;margin-top:22px;background:#101828;color:#fff;padding:13px 22px;border-radius:10px;text-decoration:none;font-weight:750}.phone{width:292px;height:570px;background:#111827;border:9px solid #111827;border-radius:43px;padding:9px;box-shadow:0 28px 65px #10182835;transform:rotate(3deg)}.screen{height:100%;border-radius:29px;background:#f8fafc;padding:25px 14px}.screen small{float:right;color:#98a2b3}.screen article{background:#fff;border-radius:14px;padding:15px;margin:14px 0;border-left:5px solid #667085;box-shadow:0 4px 15px #10182810;color:#e63946;font-size:10px;font-weight:800;letter-spacing:1px}.screen article strong,.screen article:not(strong){display:block}.screen article strong{font-size:15px;letter-spacing:0;color:#101828;margin:5px 0}.screen .critical{border-left-color:#e63946}.screen .warning{border-left-color:#f5b700;color:#a36b00}.screen .warning strong{color:#101828}section:not(.hero):not(.cta){padding:100px 10%}section h2,.cta h2{font-size:48px;line-height:1.1;letter-spacing:-1.3px;margin:10px 0 45px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid>div{padding:28px;border:1px solid #e4e7ec;border-radius:16px;font-size:27px}.grid h3{font-size:19px;margin:15px 0 7px}.grid p{font-size:16px;color:#667085;margin:0}.dark{background:#101828;color:#fff}.dark label{color:#98a2b3}.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.flow div{border-top:1px solid #475467;padding-top:20px}.flow b{color:#1683c8}.flow h3{margin:8px 0}.flow p{color:#98a2b3}.industries{background:#f8fafc}.industries p{max-width:850px;color:#667085;font-size:19px}.cta{text-align:center;padding:100px 10%;background:#eaf5fb}.cta h2{margin-bottom:15px}.cta p{color:#667085}footer{padding:28px 7%;border-top:1px solid #e4e7ec;color:#667085;font-size:14px;display:flex;justify-content:space-between;gap:20px}.legal{max-width:900px;margin:auto;min-height:calc(100vh - 150px)}.legal h1{font-size:54px;line-height:1.1}.legal h2{margin-top:40px}@media(max-width:850px){nav{display:none}.hero{padding:65px 7%;display:block}.phone{margin:55px auto 0}.grid,.flow{grid-template-columns:1fr}section:not(.hero):not(.cta){padding:70px 7%}section h2,.cta h2{font-size:38px}footer{display:block}.legal h1{font-size:42px}}