@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{--navy:#102f43;--blue:#4b97d1;--ice:#eef7fc;--orange:#eb861c;--muted:#526975;--line:#d8e5eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}header{height:112px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);gap:24px;background:#fff}.brand{display:flex;align-items:center;gap:16px}.brand img{width:82px;height:82px;object-fit:contain}.brand span{font-size:12px;line-height:1.5;font-weight:600}nav{display:flex;gap:27px;font-size:14px;font-weight:600}nav a:hover,.text-link:hover{color:#b85e05}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--orange);color:#102f43;padding:17px 24px;border-radius:5px;font-weight:700;transition:transform .2s,background .2s;border:0;cursor:pointer}.button:hover{background:#f5a546;transform:translateY(-2px)}.button.small{padding:12px 18px;font-size:14px}.hero{display:grid;grid-template-columns:1.16fr 1fr;min-height:650px;padding:68px 5% 66px;gap:40px;background:linear-gradient(110deg,#f3f9fc 35%,#fff 100%)}.eyebrow{font-size:12px;letter-spacing:.15em;font-weight:800;color:#327eae;margin-bottom:24px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.14;letter-spacing:-.045em}h1{font-size:clamp(48px,5.1vw,78px);font-weight:600;margin:0 0 27px}h1 em{font-style:normal;color:#3784ba}p{color:var(--muted)}.hero p{font-size:19px;line-height:1.6}.actions{display:flex;align-items:center;gap:28px;margin-top:30px}.text-link{font-weight:600;font-size:14px}.hero-note{font-size:12px;margin-top:39px;color:var(--muted)}.hero-art{position:relative;background:var(--navy);border-radius:5px 100px 5px 5px;overflow:hidden;color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:center;min-height:480px}.orbit{position:absolute;border:1px solid #7cbbe577;border-radius:50%;width:620px;height:620px;left:30%;top:-270px}.o2{width:580px;height:580px;left:36%;top:-220px;border:14px solid #eb861c}.o3{width:480px;height:480px;left:44%;top:-168px;border:4px solid #9ad0ef}.art-label{position:relative;font-size:11px;letter-spacing:.2em;margin-top:60px;color:#9bcce9}.art-title{position:relative;font-family:Manrope;font-size:clamp(36px,4vw,59px);line-height:1.15;margin:22px 0 70px;letter-spacing:-.04em}.art-title i{font-weight:400;color:#b9dff6}.art-bottom{position:relative;border-top:1px solid #ffffff40;padding-top:22px;display:flex;justify-content:space-between;font-size:13px}.service-strip{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:26px 5%;border-bottom:1px solid var(--line)}.service-strip>span{font-size:10px;letter-spacing:.1em;color:var(--muted)}.service-strip a{font-size:14px;font-weight:600}.section{padding:90px 7%;max-width:1600px;margin:auto}h2{font-size:clamp(32px,3.5vw,49px);font-weight:600;margin:0 0 22px}.lead{font-size:19px;max-width:650px}@media(max-width:1050px){.brand span{display:none}nav{gap:18px}.hero{gap:25px}.actions{gap:16px;flex-wrap:wrap}.hero-art{padding:28px}}@media(max-width:760px){header{height:88px;padding:0 6%}.brand img{width:65px;height:65px}nav{display:none}.hero{grid-template-columns:1fr;padding:45px 6%;gap:40px}h1{font-size:48px}.hero-art{min-height:365px;border-top-right-radius:75px}.art-title{font-size:43px;margin-bottom:45px}.art-label{margin-top:20px}.service-strip{flex-wrap:wrap;padding:24px 6%;gap:18px}.service-strip>span{width:100%}.service-strip a{width:45%}.section{padding:60px 6%}.hero-note{margin-top:24px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
