:root{--navy:#031a38;--blue:#0875e1;--ink:#07162b;--muted:#63738a;--line:#dce5ef;--soft:#f3f7fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,sans-serif}a{text-decoration:none;color:inherit;cursor:pointer}header{height:82px;padding:0 clamp(20px,5vw,75px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;border-bottom:1px solid #e8edf3;z-index:20}.brand,.foot-brand{display:flex;align-items:center;gap:10px}.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover}.brand span,.foot-brand span,.phone span{display:flex;flex-direction:column}.brand b{color:var(--navy);letter-spacing:.1em}.brand small{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#6e7c8f;margin-top:3px}nav{display:flex;gap:32px;font-size:14px;font-weight:bold}nav a:hover{color:var(--blue)}.nav-cta{background:var(--navy);color:#fff;border-radius:8px;padding:13px 18px;font-size:13px;font-weight:bold}.nav-cta span{color:#7ac8ff}.hero{min-height:660px;background:linear-gradient(120deg,#031a38,#063d7e);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:70px clamp(24px,7vw,105px);overflow:hidden}.tag{display:flex;align-items:center;gap:9px;color:#90ccff;font-weight:bold;font-size:12px;letter-spacing:.18em;text-transform:uppercase}.tag i{width:28px;height:2px;background:#1686f3}.hero h1{font-size:clamp(46px,5.3vw,76px);letter-spacing:-.045em;line-height:1.01;margin:20px 0}.hero h1 em{display:block;color:#67baff;font-style:normal}.intro{color:#c5d5e7;font-size:18px;line-height:1.7;max-width:620px}.actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:16px 23px;border-radius:8px;font-weight:bold;font-size:14px;border:0;cursor:pointer}.blue{background:var(--blue);color:#fff;box-shadow:0 10px 24px #001a3d55}.outline{border:1px solid #ffffff55;color:#fff}.checks{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:#b9cbe0;font-size:12px}.hero-art{position:relative;text-align:center}.hero-art>img{width:min(570px,100%);border-radius:50%;mix-blend-mode:screen}.active{position:absolute;bottom:4%;left:4%;display:flex;align-items:center;gap:12px;background:#fff;color:var(--ink);padding:15px 18px;border-radius:11px;box-shadow:0 15px 40px #0005}.active i{width:10px;height:10px;background:#18b870;border-radius:50%;box-shadow:0 0 0 5px #18b87022}.active span{display:flex;flex-direction:column;text-align:left}.active small{font-size:9px;color:#748296;letter-spacing:.1em}.active b{font-size:13px;margin-top:4px}.stats{max-width:1160px;margin:-25px auto 0;background:#fff;border-radius:12px;box-shadow:0 15px 50px #031a3822;display:grid;grid-template-columns:repeat(4,1fr);padding:28px 10px;position:relative}.stats div{text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}.stats div:last-child{border:0}.stats b{color:var(--navy);font-size:19px}.stats span{font-size:10px;letter-spacing:.1em;color:#748296;text-transform:uppercase}.section{padding:105px clamp(22px,7vw,105px)}.heading{display:flex;align-items:end;justify-content:space-between;gap:40px;max-width:1240px;margin:auto}.heading>p{max-width:450px;color:var(--muted);line-height:1.7}.tag.dark{color:#075bb7}.section h2,.why h2,.quote h2{font-size:clamp(35px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:15px 0;color:var(--navy)}.cards{max-width:1240px;margin:40px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards article{border:1px solid var(--line);border-radius:12px;padding:28px;transition:.2s}.cards article:hover{transform:translateY(-5px);box-shadow:0 15px 40px #031a3818}.icon{display:grid;place-items:center;width:52px;height:52px;background:#eaf4ff;color:#075bb7;border-radius:10px;font-size:27px;font-weight:bold}.cards h3{color:var(--navy);font-size:18px;margin:22px 0 10px}.cards p{color:var(--muted);font-size:14px;line-height:1.7;min-height:72px}.cards a{color:#075bb7;font-size:13px;font-weight:bold}.why{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:#fff;min-height:630px}.why-img{background:#f2f6fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.why-img img{width:85%;mix-blend-mode:multiply}.why-copy{align-self:center;padding:75px clamp(32px,7vw,95px)}.why h2{color:#fff}.why-copy>p:not(.tag){color:#b8c9dc;line-height:1.8}.why ul{list-style:none;padding:15px 0 0;margin:0;display:grid;gap:20px}.why li{display:flex;align-items:center;gap:14px}.why li>b{color:#63baff;font-size:22px}.why li span{display:flex;flex-direction:column}.why li small{color:#93a9c0;margin-top:4px}.quote{padding:105px clamp(22px,8vw,120px);display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;background:var(--soft)}.quote>div>p:not(.tag){color:var(--muted);line-height:1.7}.phone{display:flex;align-items:center;gap:14px;margin-top:30px}.phone>b{width:50px;height:50px;background:#25b66d;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:11px}.phone small{color:var(--muted)}.phone strong{font-size:20px;margin-top:3px}form{background:#fff;padding:34px;border-radius:14px;box-shadow:0 15px 50px #031a3815;display:grid;gap:17px}label{display:grid;gap:8px;color:#263b56;font-size:12px;font-weight:bold}.row{display:grid;grid-template-columns:1fr 1fr;gap:15px}input{width:100%;padding:14px;border:1px solid #d5dfeb;border-radius:7px;font:inherit;outline:none}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0875e118}form>small{text-align:center;color:#8793a2}.banner{margin:0 clamp(20px,7vw,105px);transform:translateY(58px);background:linear-gradient(115deg,#0756b6,#083c80);color:#fff;padding:52px 62px;border-radius:14px;display:flex;justify-content:space-between;align-items:center}.banner p{font-size:12px;letter-spacing:.12em;color:#c1ddfa}.banner h2{font-size:32px;margin:8px 0 0}.white{background:#fff;color:var(--navy)}footer{background:#031328;color:#9db0c5;padding:115px clamp(22px,7vw,105px) 28px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:35px;font-size:13px}footer>div:not(.foot-brand){display:flex;flex-direction:column;gap:10px}footer>div>b{color:#fff}.foot-brand img{width:64px;height:64px;border-radius:50%;object-fit:cover}.foot-brand b{color:#fff;font-size:18px;letter-spacing:.1em}.foot-brand small{margin-top:5px}footer>p{grid-column:1/-1;border-top:1px solid #ffffff18;padding-top:24px}.float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:bold;box-shadow:0 8px 28px #0004;z-index:20}
@media(max-width:950px){nav{display:none}.hero{grid-template-columns:1fr}.hero-art{max-width:580px;margin:auto}.cards{grid-template-columns:1fr 1fr}.why{grid-template-columns:1fr}.why-img{min-height:450px}.quote{grid-template-columns:1fr}.stats{margin:0;border-radius:0}}
@media(max-width:620px){header{height:72px;padding:0 15px}.brand img{width:48px;height:48px}.brand b{font-size:14px}.nav-cta span{display:none}.hero{padding:58px 20px 35px}.hero h1{font-size:43px}.intro{font-size:16px}.actions{flex-direction:column}.checks{gap:10px}.stats{grid-template-columns:1fr 1fr}.stats div{padding:17px 4px}.stats div:nth-child(2){border-right:0}.section{padding:75px 20px}.heading{display:block}.cards{grid-template-columns:1fr}.cards p{min-height:0}.why-img{min-height:300px}.why-copy,.quote{padding:70px 20px}.row{grid-template-columns:1fr}form{padding:24px 20px}.banner{margin:0 18px;padding:38px 24px;display:block}.banner .btn{margin-top:22px;width:100%}footer{grid-template-columns:1fr;padding-top:105px}footer>p{grid-column:auto}}
