:root{--blue:#2971ff;--blue-dark:#00317e;--blue-100:#eaedff;--yellow:#ffb729;--yellow-dark:#cf9200;--ink:#18181b;--grey-600:#36363a;--muted:#56575d;--border:#c6c7ca;--surface:#ffffff;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-inter),sans-serif}*{font-family:inherit}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}main{overflow:hidden}.sectionAnchor{scroll-margin-top:100px}.pageContainer{width:min(var(--max),100%);margin:0 auto}.section{padding:56px 24px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:13px 28px;font-size:17px;line-height:22px;font-weight:600;cursor:pointer}.buttonPrimary{color:#221500;background:var(--yellow);box-shadow:0 4px 8px rgba(34,21,0,.15)}.buttonWithIcon{gap:10px;margin:24px auto 0}.buttonWithIcon img{width:24px;height:24px}.siteHeader{height:100px;background:#fff;position:relative;z-index:20}.headerInner{width:min(var(--max),100%);height:100%;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:9.5px}.brandIcon{width:44px;height:44px}.brandWordmark{width:88.4px;height:23px}.desktopNav{display:flex;align-items:center;gap:10px}.navLink{padding:11px 22px;border-radius:10px;font-size:17px;line-height:22px;font-weight:500;color:var(--grey-600);transition:.2s ease}.navLink:focus-visible,.navLink:hover{background:#f5f7ff;color:var(--blue)}.navLinkActive{color:var(--blue);background:#e9efff;font-weight:600}.headerCta{padding:11px 24px}.hero{min-height:700px;position:relative;color:white;background:linear-gradient(120deg,var(--blue-dark),var(--blue))}.heroBackdrop{position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,49,126,.12),rgba(41,113,255,.08)),url(/assets/hero/background.png) 50%/cover no-repeat;mix-blend-mode:soft-light;opacity:.92}.heroInner{min-height:700px;position:relative;display:flex;align-items:flex-start;padding:167px 69px 80px}.heroCopy{width:521px;display:flex;flex-direction:column;gap:24px}.hero h1{margin:0;font-size:50px;line-height:1.16;letter-spacing:-.02em;font-weight:700}.hero h1 span{color:var(--yellow)}.hero p{margin:0;color:var(--blue-100);font-size:21px;line-height:1.35;font-weight:500}.heroCta{align-self:flex-start;padding:14px 28px}.mobileHeroDashboard{display:none}.sectionHeading{display:flex;flex-direction:column;gap:8px}.sectionHeading h2{margin:0;font-size:44px;line-height:1.2;font-weight:500;letter-spacing:-.025em}.sectionHeadingLeft{align-items:flex-start}.sectionHeadingCenter{align-items:center;text-align:center}.sectionLead{margin:0;font-size:19px;line-height:30px;color:var(--muted);font-weight:500}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.1em;font-size:17px;line-height:1.25;font-weight:600}.eyebrowGold{color:var(--yellow-dark)}.eyebrowBlue{color:var(--blue)}.problems .pageContainer{display:flex;flex-direction:column;gap:64px;align-items:center}.problems .sectionHeading{width:100%}.problemGrid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.problemCard{min-height:199px;padding:24px;border:1.5px solid var(--border);border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;gap:24px;background:white}.problemCardFeatured{box-shadow:0 8px 16px rgba(51,48,45,.15)}.problemIcon{width:46px;height:46px;padding:11px;border-radius:10px;display:grid;place-items:center;background:rgba(255,183,41,.1)}.problemIcon img{width:24px;height:24px}.problemCard h3{margin:0 0 8px;font-size:19px;line-height:1.35;font-weight:600}.problemCard p{margin:0;color:var(--muted);font-size:17px;line-height:1.35;font-weight:500}.lifecycle .pageContainer{display:flex;flex-direction:column;gap:64px;align-items:center}.lifecycleScroller{width:100%;overflow-x:auto;scrollbar-width:none}.lifecycleScroller::-webkit-scrollbar,.tabScroller::-webkit-scrollbar{display:none}.lifecycleSteps{min-width:900px;display:grid;grid-template-columns:repeat(5,1fr);position:relative;padding:12px 0 0}.lifecycleSteps:before{content:"";position:absolute;top:42px;left:8%;right:8%;border-top:1px dashed #c7d7fb}.lifeStep{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.lifeIcon{width:72px;height:72px;border:8px solid rgba(56,113,223,.18);background:var(--blue-100);border-radius:999px;display:grid;place-items:center;box-shadow:inset 0 0 0 2px #fff}.lifeIcon img{width:24px;height:24px}.lifeIconActive{background:var(--blue)}.lifeStep strong{font-size:19px;line-height:27px;color:var(--grey-600)}.lifecycleDetail{width:100%;display:grid;grid-template-columns:minmax(0,590px) minmax(0,648px);justify-content:center;grid-gap:56px;gap:56px;align-items:start}.lifecycleCopy{padding-top:2px}.stepLabel{margin:0 0 16px;color:var(--blue);font-size:15px;font-weight:600}.lifecycleCopy h3{margin:0 0 24px;font-size:24px;line-height:1.25;font-weight:600}.lifecycleCopy>p:not(.stepLabel){margin:0;color:var(--muted);font-size:19px;line-height:26px;font-weight:500}.lifecycleCopy ul{list-style:none;padding:0;margin:32px 0 0;display:grid;grid-gap:16px;gap:16px}.lifecycleCopy li{display:flex;gap:8px;align-items:center;color:var(--grey-600);font-size:17px;line-height:1.4;font-weight:500}.lifecycleCopy li img{width:18px;height:19px;flex:0 0 auto}.productMockup{background:rgba(12,45,109,.6);border:1px solid rgba(255,255,255,.12);padding:12px 8px 8px;border-radius:16px 16px 20px 20px;box-shadow:0 3px 28px rgba(0,0,0,.25);overflow:hidden}.browserDots{display:flex;gap:6px;padding:0 5px 9px}.browserDots span{width:8px;height:8px;border-radius:50%;background:var(--blue)}.browserDots span:nth-child(2){background:var(--yellow)}.browserDots span:nth-child(3){background:#fff}.appScreen{width:640px;max-width:100%;height:400px;display:grid;grid-template-columns:111px 1fr;overflow:hidden;border-radius:8px 8px 13px 13px;background:#ebedf6;font-size:7px;color:#4a4b4f}.appSidebar{padding:10px 9px;background:white;border-right:1px solid #eee;display:flex;flex-direction:column;gap:4px}.sidebarBrand{display:flex;align-items:center;gap:4px;font-size:9px;font-weight:700;margin-bottom:8px;color:#28282b}.miniBrandMark{width:18px;height:18px;display:inline-block;border:5px solid var(--blue);border-right:5px solid transparent;border-radius:50%;position:relative}.miniBrandMark:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--yellow);position:absolute;right:-6px;bottom:-3px}.appMenu{padding:6px 5px;border-radius:4px;font-weight:500}.appMenu.active{background:var(--blue-100);color:var(--blue);font-weight:700}.miniCalendar{margin-top:auto;border-top:1px solid #eee;padding-top:8px}.miniCalendar b{font-size:7px;color:var(--blue)}.miniCalendar div{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1px;gap:1px;margin-top:5px}.miniCalendar i{font-style:normal;text-align:center;font-size:5px;padding:2px 0}.appContent{min-width:0}.appTopbar{height:50px;padding:10px 12px;background:white;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.appTopbar div{display:flex;flex-direction:column;gap:2px}.appTopbar b{font-size:10px;color:#36363a}.appTopbar small{color:#9e9fa4;font-size:6px}.avatarDot{width:23px;height:23px;border-radius:50%;background:linear-gradient(135deg,#171a20,#2971ff)}.appFilters{display:flex;gap:4px;padding:12px 10px}.appFilters span{padding:5px 9px;border-radius:14px;background:white;color:#999}.appFilters .active{background:var(--blue);color:white}.requestGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:0 10px 10px}.requestGrid article{background:white;border:1px solid #eee;border-radius:5px;padding:7px;min-height:120px;display:flex;flex-direction:column;gap:5px}.requestGrid article>div{display:flex;justify-content:space-between;gap:4px}.requestGrid b{font-size:7px}.requestGrid em{font-style:normal;color:var(--blue);font-weight:700}.requestGrid .status{padding:4px;background:var(--blue-100);color:var(--blue);border-radius:4px}.requestGrid .paused{background:#fff3e8;color:#cf9200}.requestGrid .done{background:rgba(40,191,161,.16);color:#28bfa1}.requestGrid p{margin:0;font-weight:600;color:#36363a}.requestGrid small{color:#8f9095}.requestGrid button{border:0;margin-top:auto;border-radius:4px;background:rgba(41,113,255,.13);color:var(--blue);font-size:6px;font-weight:700;padding:5px}.recruitment{background:#fff}.recruitment .pageContainer{display:flex;flex-direction:column;gap:32px}.recruitmentHeading{max-width:770px}.recruitmentHeading h2{max-width:671px}.featureGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.featureCard{min-width:0;min-height:396px;border:1px solid #e8e9eb;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(35,47,72,.08);display:flex;flex-direction:column}.featureCardCopy{padding:24px 24px 14px}.featureCard h3{margin:0 0 8px;font-size:19px;line-height:23px;font-weight:600}.featureCard p{margin:0;color:var(--muted);font-size:17px;line-height:21px;font-weight:500}.featureVisual{margin:auto 24px 24px;min-height:255px;border-radius:12px;border:1px solid #e8ebf3;background:#f6f8fd;overflow:hidden;color:#45464b}.requestVisual{padding:18px}.jdTop,.requestTop{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid #e5e7ef}.jdTop b,.requestTop b{font-size:13px}.requestTop span{color:#28bfa1;background:rgba(40,191,161,.13);padding:5px 9px;border-radius:7px;font-size:10px}.requestFields{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px;padding:18px 0}.requestFields label{display:flex;flex-direction:column;gap:5px;color:#999;font-size:9px}.requestFields b{color:#3e3f44;font-size:11px}.approvalFlow{display:flex;align-items:center;justify-content:center;gap:8px}.approvalFlow span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e8efff;color:var(--blue);font-size:9px;font-weight:700}.approvalFlow i{width:30px;height:1px;background:#a9bce9}.searchBar{margin:16px;padding:10px 12px;border:1px solid #e1e4ec;background:white;border-radius:7px;color:#aaa;font-size:10px}.candidateRow{margin:0 16px;padding:11px 0;display:grid;grid-template-columns:32px 1fr auto;grid-gap:9px;gap:9px;align-items:center;border-bottom:1px solid #e5e7ee}.fakeAvatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#dbe6ff;color:var(--blue);font-size:11px;font-weight:700}.candidateRow div{display:flex;flex-direction:column;gap:3px}.candidateRow b{font-size:11px}.candidateRow small{color:#8d8f94;font-size:9px}.candidateRow em{font-style:normal;color:var(--blue);font-size:9px}.calendarVisual{padding:16px}.calendarHeader{display:flex;justify-content:space-between;font-size:11px;font-weight:700;padding-bottom:12px}.calendarHeader b{width:24px;height:24px;display:grid;place-items:center;border-radius:6px;color:white;background:var(--blue)}.calendarDays,.weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;grid-gap:5px;gap:5px}.weekdays{color:#8d8f94;font-size:9px;margin-bottom:8px}.calendarDays i{font-style:normal;padding:7px 2px;border-radius:5px;background:white;font-size:9px}.calendarDays .selected{background:var(--blue);color:white}.calendarEvent{margin-top:12px;padding:9px 10px;border-radius:7px;border-left:3px solid var(--blue);background:#eaf0ff;color:#365ca7;font-size:10px}.jdVisual{padding:18px}.jdTop span{color:var(--blue);background:#eaf0ff;padding:5px 8px;border-radius:6px;font-size:9px}.jdVisual>p{font-size:10px;color:#7d7f85}.textSkeleton{display:grid;grid-gap:8px;gap:8px;margin:20px 0}.textSkeleton i{height:7px;background:#dfe4f1;border-radius:4px}.textSkeleton i:nth-child(2){width:92%}.textSkeleton i:nth-child(3){width:78%}.textSkeleton i:nth-child(4){width:88%}.textSkeleton i:nth-child(5){width:60%}.tagRow{display:flex;gap:7px}.tagRow span{font-size:9px;background:white;border:1px solid #dce1ed;padding:6px 9px;border-radius:99px}.showcase{padding:64px 24px;background:linear-gradient(130deg,#00317e,#2971ff);color:#fff}.showcaseInner{display:flex;flex-direction:column;align-items:center;gap:64px}.sectionHeadingOnBlue .eyebrow{color:#ffcf70}.sectionHeadingOnBlue .sectionLead{color:#dfe7ff}.tabScroller{width:100%;overflow-x:auto;scrollbar-width:none}.showcaseTabs{display:flex;gap:12px;justify-content:center;min-width:max-content}.showcaseTabs button{border:1px solid rgba(255,255,255,.28);color:#dce7ff;background:rgba(255,255,255,.08);border-radius:999px;padding:13px 26px;font-size:17px;font-weight:600}.showcaseTabs button.active{background:white;color:var(--blue);border-color:white}.showcaseMockup{width:min(1050px,100%);padding:12px 8px 8px;border:1px solid rgba(255,255,255,.15);border-radius:16px 16px 20px 20px;background:rgba(8,31,77,.72);box-shadow:0 18px 60px rgba(0,0,0,.28)}.showcaseApp{height:640px;display:grid;grid-template-columns:180px 1fr;border-radius:9px 9px 14px 14px;overflow:hidden;background:#f3f5fa;color:#36363a}.showcaseApp aside{padding:22px 16px;background:white;border-right:1px solid #e8eaf0;display:flex;flex-direction:column;gap:8px}.sidebarBrand.light{margin-bottom:24px;font-size:16px}.showcaseApp aside>span{padding:12px;border-radius:8px;color:#686a70;font-size:12px}.showcaseApp aside>span.active{background:var(--blue-100);color:var(--blue);font-weight:700}.showcaseContent{padding:24px}.showcaseTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.showcaseTop div{display:flex;flex-direction:column;gap:5px}.showcaseTop b{font-size:20px}.showcaseTop small{color:#8d8e94}.metricGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.metricGrid>div{background:white;padding:16px;border-radius:10px;border:1px solid #eaebef;display:grid;grid-gap:7px;gap:7px}.metricGrid small{color:#85868c}.metricGrid b{font-size:24px}.metricGrid em{font-style:normal;color:#28bfa1;font-size:11px}.chartArea{display:grid;grid-template-columns:2fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.barChart,.donut{height:220px;border:1px solid #eaebef;border-radius:10px;background:white}.barChart{display:flex;align-items:flex-end;gap:10px;padding:32px 24px 20px}.barChart i{flex:1 1;min-width:6px;border-radius:4px 4px 0 0;background:linear-gradient(#75a3ff,#2971ff)}.donut{display:grid;place-items:center;position:relative}.donut:before{content:"";width:118px;height:118px;border-left:24px solid #e8edfa;border-top:24px solid #e8edfa;border-right:24px solid #e8edfa;border-right-color:var(--blue);border-bottom:24px solid #e8edfa;border-bottom-color:var(--blue);border-radius:50%;transform:rotate(-25deg)}.donut span{position:absolute;font-size:20px;font-weight:700}.showcaseTable{margin-top:14px;background:white;border:1px solid #eaebef;border-radius:10px;padding:8px 16px}.showcaseTable>div{display:grid;grid-template-columns:34px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #eee;font-size:11px}.showcaseTable>div:last-child{border-bottom:0}.showcaseTable small{color:#28bfa1}.values{padding-top:64px;padding-bottom:64px}.valuesGrid{display:grid;grid-template-columns:664px 664px;grid-gap:64px;gap:64px;align-items:center}.valuesCopy{display:flex;flex-direction:column;gap:32px}.valuesCopy .sectionHeading h2{font-size:44px;line-height:1.2}.valueList{display:grid}.valueItem{min-height:61px;display:flex;gap:12px;align-items:center;border-bottom:1px solid #eeeeef;font-size:17px;font-weight:500;color:#36373a}.valueItem img{width:24px;height:24px}.valueIllustration{height:475px;border-radius:16px;background:linear-gradient(145deg,#f5f8ff,#e9efff);position:relative;overflow:hidden;border:1px solid #edf0f8}.valueOrbit{position:absolute;border:1px dashed #a9c3ff;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbitOne{width:390px;height:390px}.orbitTwo{width:270px;height:270px}.valuePerson{position:absolute;left:50%;top:50%;width:118px;height:178px;transform:translate(-50%,-44%);background:linear-gradient(#5790ff,#225cd0);border-radius:60px 60px 28px 28px;box-shadow:0 22px 45px rgba(41,113,255,.2)}.valuePerson span{position:absolute;left:30px;top:-52px;width:58px;height:58px;border-radius:50%;background:#ffcfac}.valuePerson i{left:38px;top:30px;width:42px;height:18px;border-radius:999px;opacity:.9}.floatingCard,.valuePerson i{position:absolute;background:white}.floatingCard{width:130px;height:78px;padding:15px;border-radius:12px;box-shadow:0 12px 30px rgba(29,58,115,.12);display:flex;flex-direction:column;gap:6px}.floatingCard b{font-size:22px;color:var(--blue)}.floatingCard small{color:#777980}.cardA{left:52px;top:82px}.cardB{right:45px;top:110px}.cardC{right:85px;bottom:70px}.contact{position:relative;padding:64px 24px;color:white;background:linear-gradient(125deg,#00317e,#2971ff)}.contactBackdrop{position:absolute;inset:0;background:url(/assets/contact/background.png) 50%/cover no-repeat;mix-blend-mode:soft-light;opacity:.36}.contactGrid{position:relative;display:grid;grid-template-columns:662px 666px;grid-gap:64px;gap:64px;align-items:center}.contactCopy h2{margin:0;font-size:44px;line-height:1.2;font-weight:500;letter-spacing:-.02em}.contactCopy>p{margin:16px 0 0;color:#e1e8ff;font-size:19px;line-height:29px;font-weight:500}.contactInfo{margin-top:48px;display:grid;grid-gap:14px;gap:14px}.contactInfo h3{margin:0 0 8px;font-size:24px}.contactRow{display:flex;align-items:center;gap:16px}.contactRow>span{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.14);display:grid;place-items:center;flex:0 0 auto}.contactRow img{width:24px;height:24px}.contactRow p{margin:0;font-size:17px;line-height:27px;color:#fff}.demoForm{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.92);color:var(--ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:24px;box-shadow:0 18px 55px rgba(0,25,74,.22)}.demoForm h3{margin:0 0 24px;font-size:24px}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 16px;gap:18px 16px}.demoForm label{display:grid;grid-gap:8px;gap:8px;font-size:14px;font-weight:600;color:#52545a}.demoForm input,.demoForm textarea{width:100%;border:1px solid #d9dbe1;background:#fff;border-radius:9px;padding:12px 13px;outline:0;color:#28292d}.demoForm input:focus,.demoForm textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(41,113,255,.1)}.demoForm>label{margin-top:18px}.demoForm textarea{resize:vertical;min-height:90px}.demoForm .button{margin-top:18px;width:100%}.clients{height:122px;overflow-x:auto;overflow-y:hidden;background:white;scrollbar-width:none}.clients::-webkit-scrollbar{display:none}.clientTrack{width:min(1440px,100%);min-width:900px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-around;padding:0 24px;gap:50px}.clientLogo{height:66px;min-width:135px;display:grid;place-items:center}.clientLogo img{max-height:50px;max-width:200px;width:auto}.footer{height:96px;border-top:1px solid #eeeeef;background:#fff}.footerInner{max-width:1440px;height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.footer p{margin:0;font-size:17px;color:#56575d}.socials{display:flex;gap:16px}.socials a,.socials img{width:32px;height:32px}@media (max-width:767px){.sectionAnchor{scroll-margin-top:84px}.section{padding:56px 16px}.siteHeader{height:100px}.headerInner{padding:28px 16px}.brandIcon{width:44px;height:44px}.brandWordmark{width:88px;height:23px}.desktopNav{display:none}.headerCta{font-size:15px;line-height:20px;padding:10px 14px;white-space:nowrap}.hero,.heroInner{min-height:680px}.heroInner{padding:47px 16px 0;display:block}.heroCopy{width:100%;gap:18px}.hero h1{max-width:370px;font-size:24px;line-height:1.28;letter-spacing:-.01em}.hero p{max-width:365px;font-size:15px;line-height:1.48}.heroCta{font-size:15px;padding:11px 20px}.mobileHeroDashboard{display:block;position:absolute;left:16px;right:16px;top:367px;height:280px;background:rgba(9,35,86,.62);border:1px solid rgba(255,255,255,.13);border-radius:13px 13px 16px 16px;padding:9px 7px 7px;box-shadow:0 12px 36px rgba(0,0,0,.25);transform:perspective(900px) rotateX(2deg);transform-origin:bottom center}.mobileHeroDashboard .browserDots{padding-bottom:6px}.mobileHeroDashboard .browserDots span{width:6px;height:6px}.dashboardBody{height:244px;display:grid;grid-template-columns:68px 1fr;background:#f4f6fb;border-radius:6px 6px 10px 10px;overflow:hidden}.dashboardSidebar{padding:10px 7px;background:white;display:grid;align-content:start;grid-gap:7px;gap:7px}.dashLogo{width:24px;height:7px;background:var(--blue);border-radius:4px;margin-bottom:5px}.dashLine{height:5px;background:#d8dce6;border-radius:4px}.dashLine.strong{background:#b8ccff}.dashboardMain{padding:10px}.dashToolbar{height:25px;background:white;border-radius:5px;margin-bottom:8px;display:flex;justify-content:flex-end;gap:5px;align-items:center;padding:5px}.dashToolbar span{width:22px;height:8px;border-radius:4px;background:#dbe6ff}.dashGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:7px;gap:7px}.dashGrid i{height:82px;border-radius:6px;background:white;border:1px solid #e7e9ef;position:relative}.dashGrid i:after{content:"";position:absolute;left:8px;right:8px;bottom:9px;height:8px;border-radius:4px;background:#dbe6ff}.sectionHeading{gap:8px}.sectionHeading h2{font-size:24px;line-height:1.28}.sectionLead{font-size:17px;line-height:30px}.eyebrow{font-size:15px;line-height:20px}.problems{padding-left:24px;padding-right:24px}.problems .pageContainer{gap:32px;align-items:stretch}.problemGrid{grid-template-columns:1fr;gap:16px}.problemCard{min-height:0;padding:16px;gap:16px;box-shadow:none}.problemCardFeatured{box-shadow:0 8px 16px rgba(51,48,45,.12)}.problemIcon{width:46px;height:46px}.problemCard h3{font-size:17px}.problemCard p{font-size:15px;line-height:1.5}.problems .buttonWithIcon{margin-top:0;align-self:center;font-size:15px}.lifecycle{padding-left:16px;padding-right:16px}.lifecycle .pageContainer{gap:32px}.lifecycle .sectionHeading h2{max-width:370px}.lifecycleScroller{margin-left:0;width:calc(100vw - 16px)}.lifecycleSteps{min-width:820px;padding-top:8px}.lifecycleSteps:before{top:35px}.lifeStep{gap:16px}.lifeIcon{width:58px;height:58px;border-width:6px}.lifeIcon img{width:20px;height:20px}.lifeStep strong{font-size:15px;line-height:21px}.lifecycleDetail{grid-template-columns:1fr;gap:24px}.lifecycleCopy{padding:0}.stepLabel{font-size:13px;margin-bottom:10px}.lifecycleCopy h3{font-size:21px;margin-bottom:14px}.lifecycleCopy>p:not(.stepLabel){font-size:15px;line-height:23px}.lifecycleCopy ul{margin-top:20px;gap:12px}.lifecycleCopy li{font-size:14px;align-items:flex-start}.lifecycleCopy li img{margin-top:2px}.lifecycleMockup{width:100%;padding:8px 6px 6px}.appScreen{height:246px;grid-template-columns:70px 1fr}.appSidebar{padding:6px 5px}.sidebarBrand{font-size:6px}.miniBrandMark{width:12px;height:12px;border-width:3px}.appMenu{font-size:4.7px;padding:3px}.miniCalendar{display:none}.appTopbar{height:34px;padding:6px 7px}.appTopbar b{font-size:6.5px}.appTopbar small{font-size:4px}.avatarDot{width:14px;height:14px}.appFilters{padding:7px 6px;gap:2px}.appFilters span{padding:3px 5px;font-size:4.2px}.requestGrid{grid-template-columns:repeat(2,1fr);gap:5px;padding:0 6px}.requestGrid article{min-height:84px;padding:5px;font-size:4.4px}.requestGrid article:nth-child(n+5){display:none}.requestGrid b{font-size:5px}.requestGrid button{font-size:4px;padding:3px}.recruitment{padding:56px 16px}.recruitment .pageContainer{gap:32px}.recruitmentHeading h2{max-width:360px}.featureGrid{grid-template-columns:1fr;gap:16px}.featureCard{min-height:0}.featureCardCopy{padding:16px 16px 12px}.featureCard h3{font-size:17px}.featureCard p{font-size:15px;line-height:22px}.featureVisual{margin:0 16px 16px;min-height:236px}.showcase{padding:56px 16px}.showcaseInner{gap:32px}.sectionHeadingOnBlue{padding:0 8px}.showcaseTabs{justify-content:flex-start}.showcaseTabs button{padding:10px 18px;font-size:14px}.showcaseMockup{width:520px;max-width:none;transform:scale(.71);transform-origin:top left;margin-right:-151px;margin-bottom:-185px}.showcaseApp{height:400px;grid-template-columns:110px 1fr}.showcaseApp aside{padding:12px 8px}.sidebarBrand.light{font-size:10px;margin-bottom:12px}.showcaseApp aside>span{padding:7px;font-size:7px}.showcaseContent{padding:12px}.showcaseTop{margin-bottom:10px}.showcaseTop b{font-size:12px}.showcaseTop small{font-size:7px}.metricGrid{gap:6px}.metricGrid>div{padding:8px}.metricGrid small{font-size:6px}.metricGrid b{font-size:14px}.metricGrid em{font-size:6px}.chartArea{gap:6px;margin-top:6px}.barChart,.donut{height:125px}.barChart{gap:4px;padding:18px 12px 10px}.donut:before{width:70px;height:70px;border-width:14px}.donut span{font-size:12px}.showcaseTable{margin-top:6px;padding:4px 8px}.showcaseTable>div{grid-template-columns:20px 1fr auto;gap:5px;padding:5px;font-size:6px}.showcaseTable .fakeAvatar{width:20px;height:20px;font-size:7px}.values{padding:64px 24px}.valuesGrid{grid-template-columns:1fr;gap:32px}.valuesCopy .sectionHeading h2{font-size:24px;line-height:1.3}.valuesCopy{gap:24px}.valueItem{min-height:72px;font-size:15px;line-height:22px;align-items:flex-start;padding:16px 0}.valueItem img{margin-top:1px;flex:0 0 auto}.valueIllustration{height:360px}.orbitOne{width:310px;height:310px}.orbitTwo{width:210px;height:210px}.valuePerson{width:88px;height:138px}.valuePerson span{width:46px;height:46px;left:21px;top:-40px}.valuePerson i{left:29px;top:25px;width:30px;height:13px}.floatingCard{width:106px;height:67px;padding:12px}.floatingCard b{font-size:18px}.floatingCard small{font-size:10px}.cardA{left:20px;top:55px}.cardB{right:17px;top:80px}.cardC{right:40px;bottom:35px}.contact{padding:64px 24px}.contactGrid{grid-template-columns:1fr;gap:32px}.contactCopy h2{font-size:24px;line-height:1.3}.contactCopy>p{font-size:17px;line-height:28px}.contactInfo{margin-top:32px}.contactInfo h3{font-size:21px}.contactRow{align-items:flex-start}.contactRow p{font-size:15px;line-height:23px}.demoForm{padding:20px 16px}.demoForm h3{font-size:21px}.formGrid{grid-template-columns:1fr;gap:14px}.demoForm>label{margin-top:14px}.demoForm .button{font-size:15px}.clients{height:122px}.clientTrack{width:900px;min-width:900px;justify-content:flex-start;gap:38px;padding:0 24px}.clientLogo{min-width:130px}.footer{height:158px}.footerInner{padding:32px 16px;flex-direction:column;align-items:flex-start;justify-content:center;gap:22px}.footer p{font-size:14px;line-height:21px}.socials{gap:16px}}@media (min-width:768px) and (max-width:1199px){.headerInner,.pageContainer{max-width:100%}.navLink{padding:10px 12px}.heroInner{padding-left:48px}.problemGrid{grid-template-columns:repeat(2,1fr)}.lifecycleDetail{grid-template-columns:42% 1fr;gap:28px}.contactGrid,.valuesGrid{grid-template-columns:1fr 1fr;gap:32px}.valuesGrid{padding:0}.valueIllustration{height:430px}.showcaseApp{height:540px}}.lifeStep{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;font:inherit;cursor:pointer}.lifeStep:focus-visible{outline:3px solid rgba(41,113,255,.24);outline-offset:8px;border-radius:12px}.lifeStep .lifeIcon{transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.lifeIcon:not(.lifeIconActive) img{filter:brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(3196%) hue-rotate(211deg) brightness(101%) contrast(104%)}.lifeIconActive img{filter:brightness(0) invert(1)}.lifeStep:hover .lifeIcon{transform:translateY(-2px)}.lifeStepActive strong{color:var(--grey-600)}.lifecycleDetailAnimated{animation:lifecycleFade .26s ease both}@keyframes lifecycleFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.lifeVisualScreen{width:640px;max-width:100%;height:400px;overflow:hidden;border-radius:8px 8px 13px 13px;background:#f4f6fb;color:#45464b}.employeeProfileScreen{display:grid;grid-template-columns:108px 1fr}.lifeMiniSidebar{background:#fff;border-right:1px solid #e9ebf1;padding:14px 10px;display:grid;align-content:start;grid-gap:10px;gap:10px}.miniLogoRow{display:flex;align-items:center;gap:5px;font-size:9px;font-weight:700;margin-bottom:7px}.navBlock{height:18px;border-radius:5px;background:#f1f3f8}.navBlock.active{background:#e8efff}.profilePanel{padding:0 18px 18px;background:#f7f8fc}.profileTop{height:48px;margin:0 -18px;padding:0 16px;background:#fff;border-bottom:1px solid #eceef3;display:flex;align-items:center;justify-content:space-between;font-size:10px}.tinyAvatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#12151b,#2971ff)}.profileHero{margin:16px 0 12px;padding:14px;border-radius:8px;background:#fff;display:flex;gap:12px;align-items:center;border:1px solid #e8eaf0}.profileAvatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(160deg,#e8bd92 0 35%,#1c2432 36% 100%)}.profileHero div{display:flex;flex-direction:column;gap:4px}.profileHero b{font-size:11px}.profileHero small{font-size:7px;color:#888}.profileHero em{font-style:normal;color:#28bfa1;font-size:7px}.profileTabs{display:flex;gap:16px;border-bottom:1px solid #dde0e8;font-size:7px;margin-bottom:12px}.profileTabs span{padding:7px 0}.profileTabs .active{color:var(--blue);border-bottom:2px solid var(--blue);font-weight:700}.profileFields{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:9px 14px;gap:9px 14px}.profileFields div{background:white;border:1px solid #e8eaf0;border-radius:5px;padding:8px;display:flex;flex-direction:column;gap:4px}.profileFields small{font-size:6px;color:#999}.profileFields strong{font-size:7px;color:#4d4f54}.trainingScreen{position:relative;background:linear-gradient(150deg,#c9d7df,#edf1f1 42%,#aebdc8)}.trainingRoom{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg,#dce7ec 0 63%,#a97852 64% 100%)}.trainingBoard{position:absolute;left:180px;top:42px;width:300px;height:160px;padding:18px;border:8px solid #32485b;background:#f7fbff;box-shadow:0 8px 20px rgba(25,40,52,.22);color:#4b5964;font-size:9px;font-weight:700}.boardChart{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;grid-gap:14px;gap:14px;height:92px;padding:14px 16px 0;border-bottom:1px solid #d6dfe5}.boardChart i{display:block;background:#73a4ff;border-radius:3px 3px 0 0}.boardChart i:first-child{height:32px}.boardChart i:nth-child(2){height:58px}.boardChart i:nth-child(3){height:44px}.boardChart i:nth-child(4){height:72px;background:#ffb729}.presenter{position:absolute;left:145px;top:148px;width:42px;height:118px}.meetingPerson span,.presenter span{position:absolute;left:10px;top:0;width:22px;height:22px;border-radius:50%;background:#c98f68}.presenter i{position:absolute;left:4px;top:20px;width:34px;height:90px;border-radius:14px 14px 4px 4px;background:#25455f}.meetingTable{position:absolute;left:92px;right:58px;bottom:-38px;height:125px;border-radius:50%;background:#76533f;box-shadow:0 -8px 20px rgba(42,31,24,.18)}.meetingPerson{position:absolute;width:46px;height:95px}.meetingPerson i{position:absolute;left:2px;top:20px;width:42px;height:74px;border-radius:15px 15px 4px 4px;background:#3f5062}.person1{left:52px;bottom:23px}.person2{left:225px;bottom:6px}.person3{left:343px;bottom:8px}.person4{right:98px;bottom:22px}.person5{right:35px;bottom:46px}.person2 i,.person4 i{background:#dbc8b4}.person3 i{background:#223348}.person5 i{background:#6d7781}.dataScreen,.retentionScreen{padding:0 16px 16px;background:#f5f7fb}.dataTop,.retentionTop{height:58px;margin:0 -16px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e7e9ee}.dataTop>div,.retentionTop>div:first-child{display:flex;flex-direction:column;gap:3px}.dataTop b,.retentionTop b{font-size:10px}.dataTop small,.retentionTop small{font-size:6px;color:#92949a}.dataTop button,.retentionTop button{border:0;border-radius:5px;background:#2971ff;color:#fff;padding:7px 11px;font-size:6px;font-weight:700}.dataToolbar{display:flex;gap:7px;padding:12px 0}.dataToolbar span{height:26px;padding:8px 10px;border:1px solid #e5e7ec;background:#fff;border-radius:5px;font-size:6px;color:#8a8d93}.dataToolbar .searchBar{width:190px}.dataTable{background:#fff;border:1px solid #e5e7ed;border-radius:7px;overflow:hidden}.tableRow{display:grid;grid-template-columns:1.4fr 1fr .7fr .7fr 1fr;min-height:34px;align-items:center;border-bottom:1px solid #eef0f3}.tableRow:last-child{border:0}.tableRow i{padding:0 9px;font-size:6px;font-style:normal;display:flex;align-items:center;gap:5px}.tableHead{background:#f8f9fc;font-weight:700;color:#777}.rowAvatar{width:14px;height:14px;border-radius:50%;background:#d9e5ff}.pill{padding:4px 6px;border-radius:8px;font-size:5px}.pill.blue{background:#e8efff;color:#2971ff}.pill.green{background:#e4f7f1;color:#22a786}.retentionTop>div:last-child{display:flex;gap:6px}.retentionTop button{background:#eef3ff;color:#2971ff}.retentionTop .primaryMini{background:#ffb729;color:#3f2c00}.retentionMetrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:12px 0}.retentionMetrics span{background:#fff;border:1px solid #e7e9ee;border-radius:7px;padding:10px;display:flex;flex-direction:column;gap:4px}.retentionMetrics small{font-size:6px;color:#8b8d92}.retentionMetrics b{font-size:13px;color:#34363a}.matrixTable{background:#fff;border:1px solid #e4e7ec;border-radius:7px;overflow:hidden}.matrixRow{display:grid;grid-template-columns:1.4fr repeat(5,1fr);min-height:28px;align-items:center;border-bottom:1px solid #eef0f3}.matrixRow:last-child{border:0}.matrixRow i{font-style:normal;font-size:5.7px;padding:0 8px;text-align:center}.matrixRow i:first-child{text-align:left}.matrixHead{background:#f8f9fb;font-weight:700;color:#767980}.matrixDot{width:38px;height:8px;border-radius:5px;display:inline-block}.matrixDot,.tone0{background:#e2e8f4}.tone1{background:#cfe0ff}.tone2{background:#dff3ec}.tone3{background:#fff0cf}@media (max-width:767px){.lifeStep{min-width:0}.lifeVisualScreen{height:246px}.employeeProfileScreen{grid-template-columns:67px 1fr}.lifeMiniSidebar{padding:8px 5px;gap:6px}.miniLogoRow{font-size:5px}.navBlock{height:12px}.profilePanel{padding:0 9px 9px}.profileTop{height:31px;margin:0 -9px;padding:0 8px;font-size:6px}.tinyAvatar{width:14px;height:14px}.profileHero{margin:8px 0 6px;padding:7px;gap:7px}.profileAvatar{width:34px;height:34px}.profileHero b{font-size:7px}.profileHero em,.profileHero small,.profileTabs{font-size:4.5px}.profileTabs{gap:7px;margin-bottom:6px}.profileTabs span{padding:4px 0}.profileFields{gap:4px 6px}.profileFields div{padding:4px}.profileFields small{font-size:3.8px}.profileFields strong{font-size:4.5px}.trainingBoard{left:105px;top:26px;width:190px;height:100px;padding:10px;border-width:5px;font-size:5px}.boardChart{height:58px;padding:8px 10px 0;gap:8px}.presenter{left:84px;top:92px;transform:scale(.62);transform-origin:top left}.meetingTable{left:55px;right:28px;height:78px;bottom:-24px}.meetingPerson{transform:scale(.62);transform-origin:bottom left}.person1{left:28px;bottom:10px}.person2{left:135px;bottom:0}.person3{left:205px;bottom:0}.person4{right:54px;bottom:9px}.person5{right:12px;bottom:22px}.dataScreen,.retentionScreen{padding:0 8px 8px}.dataTop,.retentionTop{height:36px;margin:0 -8px;padding:0 8px}.dataTop b,.retentionTop b{font-size:6px}.dataTop small,.retentionTop small{font-size:3.8px}.dataTop button,.retentionTop button{padding:4px 6px;font-size:4px}.dataToolbar{padding:7px 0;gap:4px}.dataToolbar span{height:17px;padding:5px 6px;font-size:3.8px}.dataToolbar .searchBar{width:115px}.tableRow{min-height:20px}.tableRow i{font-size:3.8px;padding:0 5px;gap:3px}.rowAvatar{width:8px;height:8px}.pill{padding:2px 3px;font-size:3px}.retentionMetrics{gap:4px;margin:7px 0}.retentionMetrics span{padding:6px}.retentionMetrics small{font-size:3.8px}.retentionMetrics b{font-size:8px}.matrixRow{min-height:17px}.matrixRow i{font-size:3.5px;padding:0 4px}.matrixDot{width:23px;height:5px}}.lifecycleMockupFigure{width:648px;max-width:100%;margin:0;align-self:start}.lifecycleMockupAsset{display:block;width:100%;height:auto;aspect-ratio:640/400;object-fit:contain}@media (max-width:767px){.lifecycleMockupFigure{width:100%}}.heroVisual{width:min(650px,52%);margin-left:auto;margin-top:-72px;align-self:center;position:relative;z-index:2}.heroVisual img{width:100%;height:auto;display:block;filter:drop-shadow(0 18px 28px rgba(0,49,126,.18))}.showcaseAssetFrame{width:min(1050px,100%);border-radius:20px;overflow:hidden;filter:drop-shadow(0 18px 40px rgba(0,0,0,.22))}.showcaseAssetImage{width:100%;height:auto;display:block;animation:showcaseSwap .24s ease both}@keyframes showcaseSwap{0%{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:none}}.showcaseTabs button{cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.showcaseTabs button:hover{transform:translateY(-1px)}.showcaseTabs button:focus-visible{outline:3px solid rgba(255,255,255,.32);outline-offset:3px}@media (max-width:767px){.heroInner{display:flex;flex-direction:column;min-height:680px;padding:47px 16px 24px}.heroVisual{display:block;width:100%;max-width:390px;margin:34px auto 0;align-self:center}.heroVisual img{width:100%}.mobileHeroDashboard{display:none}.showcaseAssetFrame{width:100%;border-radius:12px}.showcaseAssetImage{width:100%}}@media (min-width:768px) and (max-width:1199px){.heroVisual{width:50%;margin-top:-32px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}