:root{--ink:#12222f;--muted:#5d6973;--line:#dce4e8;--blue:#086cae;--teal:#2fc8bd;--paper:#f4f7f8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.counter{position:absolute;left:-9999px}.header{width:min(1180px,calc(100% - 40px));height:84px;margin:auto;display:flex;align-items:center;gap:38px}.brand{font-weight:900;font-size:20px}.header nav{display:flex;gap:24px;margin-left:auto;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:8px;background:var(--teal);color:#062b2c;font-weight:900}.button.small{min-height:42px;padding:0 18px}.hero{width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.2fr .72fr;gap:70px;align-items:center;padding:92px 0 108px}.eyebrow{margin:0 0 14px;color:#087b77;font-size:13px;font-weight:900;text-transform:uppercase}.hero h1{max-width:780px;margin:0;font-size:clamp(45px,6vw,78px);line-height:.98;letter-spacing:-2.5px}.lead{max-width:760px;margin:27px 0 0;color:#40505d;font-size:21px}.actions{display:flex;align-items:center;gap:22px;margin-top:35px}.textLink{font-weight:800;color:var(--blue)}.heroCard{padding:32px;border-radius:12px;background:#102b3e;color:#fff;box-shadow:0 28px 70px #152f4029}.heroCard p{margin:0;color:#9edbd7;text-transform:uppercase;font-size:12px;font-weight:900}.heroCard strong{display:block;margin:12px 0 22px;font-size:30px;line-height:1.08}.heroCard ul{margin:0;padding-left:20px;color:#dbe7ed}.heroCard li+li{margin-top:10px}.proof{display:grid;grid-template-columns:repeat(4,1fr);width:min(1180px,calc(100% - 40px));margin:auto;border-block:1px solid var(--line)}.proof span{padding:24px 14px;text-align:center;font-weight:800}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:105px 0}.intro{display:grid;grid-template-columns:.5fr 1.2fr;gap:50px}.intro h2,.split h2,.faq h2,.cta h2{margin:0;font-size:clamp(32px,4.5vw,56px);line-height:1.05;letter-spacing:-1.5px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:48px}.cards article{padding:26px;border:1px solid var(--line);border-radius:9px;background:#fff}.cards b{color:var(--blue)}h3{margin:38px 0 9px;font-size:21px;line-height:1.2}.cards p{margin:0;color:var(--muted)}.dark{width:100%;max-width:none;padding-inline:max(20px,calc((100% - 1180px)/2));background:#102b3e;color:#fff}.dark .eyebrow{color:#5ed9d0}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin:50px 0 0;padding:0;list-style:none;background:#ffffff20}.steps li{display:flex;flex-direction:column;min-height:235px;padding:25px;background:#102b3e}.steps b{font-size:20px}.steps span{margin-top:auto;color:#bfd0da}.split{display:grid;grid-template-columns:1fr .8fr;gap:80px}.bodyText{color:var(--muted);font-size:18px}.checklist{margin:0;padding:0;list-style:none}.checklist li{padding:18px 18px 18px 48px;border-bottom:1px solid var(--line);position:relative}.checklist li:before{content:"✓";position:absolute;left:14px;color:#087b77;font-weight:900}.integrations{border-top:1px solid var(--line)}.logos{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:46px}.logos span{padding:25px 12px;border-radius:8px;background:#e6eef1;text-align:center;font-weight:900}.note{max-width:780px;margin:24px 0 0;color:var(--muted)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.three h3{margin-top:0}.faq{display:grid;grid-template-columns:.75fr 1fr;gap:70px;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:21px 0}summary{cursor:pointer;font-weight:900;font-size:18px}details p{color:var(--muted)}.cta{width:min(1180px,calc(100% - 40px));margin:0 auto 70px;padding:70px; border-radius:14px;background:#102b3e;color:#fff}.cta h2{max-width:850px}.cta>p:not(.eyebrow){max-width:700px;color:#c7d6de}.cta .button{margin-top:16px}footer{width:min(1180px,calc(100% - 40px));margin:auto;padding:0 0 42px;display:flex;justify-content:space-between;color:var(--muted)}
.breadcrumbs{width:min(1180px,calc(100% - 40px));margin:18px auto 0;display:flex;gap:10px;color:var(--muted);font-size:14px}.breadcrumbs a{color:var(--blue);font-weight:800}.problemGrid,.capabilityGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:45px 0 0;padding:0;list-style:none}.problemGrid li,.capabilityGrid li{position:relative;padding:19px 20px 19px 48px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:700}.problemGrid li:before{content:"!";position:absolute;left:18px;color:#b64c3b;font-weight:900}.capabilityGrid li:before{content:"✓";position:absolute;left:17px;color:#087b77;font-weight:900}
.exampleLayout{display:grid;grid-template-columns:.75fr 1fr;gap:48px;margin-top:48px}.exampleSteps{margin:0;padding-left:24px}.exampleSteps li{padding:10px 0 10px 8px;border-bottom:1px solid var(--line)}.reportMockup{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 20px 55px #152f401c}.reportHeader,.reportRow{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.reportHeader{display:flex;justify-content:space-between;background:#102b3e;color:#fff}.reportLabels{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.reportRow em{font-style:normal}.reportRow .ok{color:#087b77}.reportRow .warning{color:#b64c3b;font-weight:900}.costBlock .button{margin-top:18px}.costBlock h3{margin:12px 0;font-size:28px}
@media(max-width:900px){.header nav{display:none}.header .button{margin-left:auto}.hero,.split,.faq,.exampleLayout{grid-template-columns:1fr}.hero{padding-top:55px}.proof,.cards,.steps,.logos{grid-template-columns:repeat(2,1fr)}.intro{grid-template-columns:1fr}.steps li{min-height:180px}.faq{gap:30px}}
@media(max-width:560px){.header,.breadcrumbs,.hero,.proof,.section,.cta,footer{width:min(100% - 28px,1180px)}.header{height:72px}.header .button{display:none}.hero{padding:45px 0 75px;gap:42px}.hero h1{font-size:44px;letter-spacing:-1.5px}.lead{font-size:18px}.actions{align-items:flex-start;flex-direction:column}.proof,.cards,.cards.three,.steps,.logos,.problemGrid,.capabilityGrid{grid-template-columns:1fr}.proof span{text-align:left}.section{padding:72px 0}.dark{width:100%;padding-inline:14px}.steps li{min-height:150px}.cta{padding:42px 24px}footer{display:block}}
