@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#15213a;--muted:#657187;--blue:#2856f4;--line:#e4e8f0;--navy:#0e1930;--paper:#f5f7fb;--font:'DM Sans',sans-serif;--heading:'Manrope',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:var(--font);background:#fff;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #527bff;outline-offset:5px;border-radius:5px}button{color:inherit}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--heading);line-height:1.14;letter-spacing:-.045em}h1{font-size:clamp(44px,5.4vw,78px);font-weight:750}h2{font-size:clamp(33px,3.4vw,49px);font-weight:700}h3{font-size:23px;font-weight:700}p{color:var(--muted)}small{font-size:12px}.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}.icon{display:inline-block;width:22px;height:22px;flex-shrink:0;vertical-align:middle}.eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;line-height:1.6;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:24px}.eyebrow .icon{width:18px;height:18px}.section-space{padding-block:112px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:16px 23px;font-weight:600;font-size:14px;border:1px solid transparent;border-radius:9px;line-height:1.35;transition:transform .22s,background .22s,box-shadow .22s}.button .icon{width:18px;height:18px;transition:transform .22s}.button:hover .icon{transform:translateX(3px)}.button:hover{transform:translateY(-2px)}.button.primary{color:white;background:var(--blue);box-shadow:0 4px 10px #2856f420}.button.primary:hover{background:#1945d9;box-shadow:0 8px 24px #2856f42e}.button.light{background:white;color:var(--blue)}.button.text{background:transparent;padding-inline:12px}.button.small{font-size:12px;padding:12px 17px;gap:12px}.text-link{display:inline-flex;gap:10px;align-items:center;color:var(--blue);font-weight:600}.skip{position:fixed;top:-80px;left:20px;background:var(--navy);padding:12px 20px;color:white;z-index:100}.skip:focus{top:10px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--heading);font-weight:800;letter-spacing:-1.5px;font-size:29px;line-height:1}.brand-light{font-weight:500}.brand-period{color:var(--blue)}.brand-symbol{display:flex;align-items:flex-end;gap:3px;width:28px;height:25px;transform:skewY(-9deg)}.brand-symbol i{display:block;width:7px;height:23px;border-radius:2px;background:var(--blue)}.brand-symbol i:nth-child(2){height:16px}.brand-symbol i:nth-child(3){height:23px}.site-header{height:86px;position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(18px);border-bottom:1px solid #e4e8f08c;z-index:50}.nav-wrap{width:min(1320px,calc(100% - 64px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.desktop-nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:550}.desktop-nav>a:hover,.login-link:hover{color:var(--blue)}.desktop-nav [aria-current]{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:24px}.login-link{font-size:13px;font-weight:550}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer;list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary span{margin-left:4px}.nav-dropdown-panel{position:absolute;top:40px;left:-160px;width:600px;border:1px solid var(--line);border-radius:15px;padding:12px;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 20px 65px #12244516;background:white}.nav-dropdown-panel a{padding:15px;display:flex;gap:12px;align-items:center;border-radius:8px;font-size:13px}.nav-dropdown-panel a:hover{background:var(--paper)}.nav-dropdown-panel a>.icon{color:var(--blue)}.nav-dropdown-panel a>.icon:last-child{width:14px;margin-left:auto;color:var(--muted)}.nav-dropdown-panel small{display:block;color:var(--muted);font-size:10px;font-weight:400;margin-top:3px}.menu-toggle{display:none;background:none;border:0;padding:9px}.mobile-menu{background:#fff;border-bottom:1px solid var(--line);padding:18px 26px;max-height:calc(100vh - 72px);overflow:auto}.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:14px;border-bottom:1px solid var(--line)}.scroll-line{position:absolute;bottom:-1px;height:2px;background:var(--blue);width:100%;transform:scaleX(var(--scroll,0));transform-origin:left}.hero{min-height:660px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:20px;padding-block:80px;position:relative}.hero-copy{position:relative;z-index:3}.hero h1{line-height:1.08;letter-spacing:-.063em}.hero-copy>p{font-size:17px;line-height:1.8;margin-top:30px;max-width:495px}.accent-word{position:relative;color:var(--blue);white-space:nowrap}.accent-word svg{position:absolute;bottom:-13px;left:0;width:100%;height:16px;fill:none;stroke:#a8bbff;stroke-width:4;stroke-linecap:round;stroke-dasharray:350;stroke-dashoffset:350;animation:underline 1.2s .4s forwards}.live-dot{width:6px;height:6px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px #e9efff}.hero-actions{display:flex;gap:10px;align-items:center;margin-top:32px}.hero-assurance{display:flex;gap:24px;margin-top:23px;font-size:11px;color:var(--muted)}.hero-assurance span{display:inline-flex;align-items:center;gap:5px}.hero-assurance .icon{width:14px;height:14px;color:var(--blue)}.hero-scene{height:490px;position:relative;perspective:1500px;margin-right:-24px;isolation:isolate}.scene-grid{position:absolute;inset:-10px -25px;background:radial-gradient(circle,#b3c3ff60 1px,transparent 1px) 0 0/22px 22px;mask-image:radial-gradient(ellipse,black,transparent 72%);z-index:-1}.hero-dashboard{position:absolute;width:720px;left:0;top:55px;transform:rotateY(-14deg) rotateX(8deg) rotateZ(-2deg) scale(.76);transform-origin:left center;filter:drop-shadow(0 28px 28px #263d7230);animation:sceneIn 1.1s cubic-bezier(.2,.8,.2,1) both}.product-window{width:100%;background:#fff;border:1px solid #dbe2f0;border-radius:13px;overflow:hidden;box-shadow:0 2px 4px #15213a08;font-size:10px;color:#26344e;line-height:1.4}.window-top{display:flex;align-items:center;justify-content:space-between;height:35px;padding:0 13px;background:#f7f9fd;border-bottom:1px solid #e6ebf3;color:#8d98a9;font-size:9px}.window-top>span:first-child{display:flex;gap:5px}.window-top i{width:6px;height:6px;border-radius:50%;background:#d7dce7}.window-top i:first-child{background:#ffb9af}.window-top i:nth-child(2){background:#ead4a1}.window-top i:nth-child(3){background:#b0d7b6}.window-top .icon{width:10px;height:10px;margin-right:5px}.window-example{font-size:8px;letter-spacing:.06em;text-transform:uppercase}.window-body{display:grid;grid-template-columns:155px 1fr;min-height:425px}.window-sidebar{padding:23px 13px 15px;border-right:1px solid #e8edf5;display:flex;flex-direction:column;gap:7px;background:#fcfdff}.window-sidebar .brand{font-size:21px;gap:7px;margin-bottom:24px}.mini .brand-symbol{height:19px;width:20px;gap:2px}.mini .brand-symbol i{width:5px;height:17px}.mini .brand-symbol i:nth-child(2){height:12px}.window-sidebar>small{font-size:7px;letter-spacing:.1em;color:#a0aabe;margin:0 8px 5px}.window-sidebar>span{display:flex;align-items:center;gap:8px;padding:9px 7px;border-radius:5px;font-size:9px;white-space:nowrap}.window-sidebar>span .icon{width:13px;height:13px}.window-sidebar>span.active{background:#edf2ff;color:var(--blue);font-weight:600}.sidebar-bottom{margin-top:auto;display:flex;gap:8px;align-items:center;font-size:9px;padding:20px 6px 0}.avatar,.dash-avatar{display:grid;place-items:center;border-radius:50%;background:#e8ecf5;width:26px;height:26px;font-size:9px;color:#637187}.sidebar-bottom i{margin-left:auto;width:5px;height:5px;border-radius:50%;background:#43ac95}.window-content{padding:22px;background:#f7f9fc}.dash-greeting{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.dash-greeting small{font-size:7px;letter-spacing:.09em;color:#8291a7}.dash-greeting h3{font-size:18px;margin-top:6px;letter-spacing:-.025em}.dash-avatar{background:#fff;box-shadow:0 0 0 4px #eef1f7;width:29px;height:29px}.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dash-metrics>div{border:1px solid #e7ecf3;border-radius:7px;background:#fff;padding:12px 15px;display:grid;gap:4px}.dash-metrics span{font-size:8px;color:#72809a}.dash-metrics strong{font-size:25px;font-family:var(--heading);letter-spacing:-.04em;font-weight:700}.dash-metrics small{font-size:7px;color:#8390a6}.dash-metrics .positive{color:#299983}.dash-main{display:grid;grid-template-columns:1.6fr 1fr;gap:12px;margin-block:13px}.dash-planning,.dash-activity,.dash-table{border:1px solid #e7ecf3;background:white;border-radius:7px;padding:13px}.dash-block-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dash-block-title b,.dash-activity>b{font-size:10px;font-weight:600}.dash-block-title>span{font-size:7px;color:#8b97ac}.timeline-head{display:flex;justify-content:space-between;color:#97a2b4;font-size:6px;border-bottom:1px solid #edf0f5;padding-bottom:6px}.timeline-row{display:flex;height:33px;border-bottom:1px solid #edf0f5;align-items:center}.timeline-row:last-child{border:0}.person{width:53px;display:flex;gap:4px;align-items:center;font-size:7px;flex-shrink:0}.person i{width:16px;height:16px;border-radius:50%;background:#f0eafb;display:grid;place-items:center;font-style:normal;font-size:7px}.timeline-track{position:relative;height:100%;width:100%;background:repeating-linear-gradient(90deg,transparent 0,transparent 32%,#edf0f5 32.5%,transparent 33%)}.timeline-task{position:absolute;top:5px;bottom:5px;font-size:6px;line-height:1.3;padding:3px 6px;border-radius:3px;white-space:nowrap;left:0;width:65%;background:#dce9ff;color:#365dac;border-left:2px solid #678ff2}.timeline-task small{font-size:5px;display:block;opacity:.7}.task-1{left:20%;width:64%;background:#eae2ff;color:#7961ae;border-color:#aa8bec}.task-2{left:45%;width:50%;background:#dcf3ed;color:#3d8b75;border-color:#63b99b}.dash-activity{padding:13px 10px}.activity-point{display:flex;gap:6px;margin-top:13px;align-items:center}.activity-point>.icon{width:18px;height:18px;padding:4px;border-radius:50%;background:#e7f4ed;color:#39896c}.activity-point span{font-size:7px}.activity-point small{font-size:6px;color:#a4aec1;display:block;margin-top:3px}.dash-row{display:grid;grid-template-columns:.65fr 1.9fr 1.1fr .7fr;gap:8px;align-items:center;font-size:8px;padding:11px 0;border-top:1px solid #eef1f6}.dash-row>span{color:#8490a4}.dash-row b{font-weight:500}.dash-row em{font-style:normal;font-size:6px;text-align:center;padding:4px;border-radius:10px;white-space:nowrap}.status-0{background:#e4f4ed;color:#388f71}.status-1{background:#edf1ff;color:#5d77cd}.status-2{background:#f1f3f7;color:#8e97a7}.float-note{position:absolute;display:flex;gap:13px;align-items:center;padding:16px 19px;background:white;border:1px solid #e8ecf5;border-radius:12px;box-shadow:0 16px 45px #1e33531c;z-index:4;font-size:12px;font-weight:600;animation:float 7s ease-in-out infinite}.float-note>svg,.mini-devices{color:#309c7f;border-radius:50%;padding:8px;background:#edf8f3;width:36px;height:36px}.float-note small{display:block;font-weight:400;font-size:10px;color:#8a95a8;margin-top:2px}.float-note i{width:5px;height:5px;background:#45ad8d;border-radius:50%;margin-left:8px}.note-success{top:38px;right:22px}.note-sync{left:50px;bottom:3px;animation-delay:-3s}.mini-devices{color:var(--blue);background:#eef2ff;display:grid;place-items:center}.mini-devices .icon{width:19px;height:19px}.scene-caption{position:absolute;bottom:-28px;right:8px;color:#8d98aa;font-size:9px;letter-spacing:.02em}.use-strip{display:flex;align-items:center;justify-content:space-between;padding-block:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:20px}.use-strip>span{max-width:150px;font-size:9px;letter-spacing:.12em;color:#919cae}.use-strip a{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:600;color:#637085}.use-strip .icon{width:18px}.use-strip a:hover{color:var(--blue)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:44px}.section-heading>p{max-width:365px;font-size:14px;line-height:1.8;padding-bottom:7px}.section-heading h2 span,.journey h2 span,.pricing-heading h1 span{color:#8391a9}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.industry-card{padding:29px;border:1px solid var(--line);border-radius:12px;transition:transform .25s,box-shadow .25s,border-color .25s;background:#fff}.industry-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #2536550c;border-color:#bdcbf9}.industry-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:29px}.icon-tile{display:grid;place-items:center;width:45px;height:45px;background:#f1f4fe;color:var(--blue);border-radius:10px}.card-num{font-size:10px;letter-spacing:.1em;color:#a3adbf}.industry-card h3{font-size:22px;margin-bottom:13px}.industry-card p{font-size:13px;min-height:44px;line-height:1.7;max-width:270px}.industry-bottom{border-top:1px solid #edf0f6;margin-top:25px;padding-top:19px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600}.industry-bottom .icon{width:17px;color:var(--blue)}.product-section{background:var(--navy);padding-block:100px;color:white;overflow:hidden;position:relative}.product-section:before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#547aff,transparent)}.product-section .eyebrow{color:#8fa9ff}.product-section .section-heading p{color:#8e9bb4}.demo-tabs{display:flex;gap:8px;margin-bottom:24px}.demo-tabs button{display:flex;align-items:center;gap:9px;background:transparent;color:#a0adc4;border:1px solid #303d55;border-radius:7px;padding:12px 20px;font-size:12px;transition:background .2s}.demo-tabs button .icon{width:16px;height:16px}.demo-tabs button[aria-pressed=true]{background:#fff;border-color:white;color:var(--ink)}.demo-stage{max-width:1080px;margin:auto;padding:12px;border-radius:19px;background:#ffffff0b;border:1px solid #ffffff13;box-shadow:0 30px 70px #0003}.demo-stage .window-body{grid-template-columns:190px 1fr;min-height:520px}.demo-stage .window-content{padding:35px}.demo-stage .dash-greeting h3{font-size:24px}.demo-stage .dash-metrics>div{padding:18px}.demo-stage .dash-metrics span{font-size:11px}.demo-stage .dash-metrics strong{font-size:30px}.demo-stage .dash-metrics small{font-size:9px}.demo-stage .dash-main{margin-block:18px;gap:18px}.demo-stage .dash-block-title b{font-size:12px}.demo-stage .timeline-row{height:42px}.demo-stage .person{width:80px;font-size:9px}.demo-stage .timeline-task{font-size:8px;padding:5px}.demo-stage .timeline-task small{font-size:7px}.demo-stage .dash-row{font-size:10px;padding-block:13px}.demo-stage .dash-row em{font-size:8px}.demo-stage .activity-point{margin-top:18px}.demo-stage .activity-point span{font-size:10px}.demo-stage .activity-point small{font-size:8px}.demo-stage .window-sidebar{padding:30px 15px}.demo-stage .window-sidebar>span{font-size:11px;padding:12px 8px}.demo-caption{text-align:center;font-size:10px;color:#8290a9;margin-top:18px}.route-map{position:relative;min-height:140px;overflow:hidden;background:#f7f9fb;border-radius:4px}.route-map svg{width:100%;height:auto;display:block}.map-road{stroke:#e2e7ed;stroke-width:4;fill:none}.map-route{stroke:#4d77ef;stroke-width:3;fill:none;stroke-dasharray:7 4;animation:route 14s linear infinite}.route-map circle{stroke:white;stroke-width:3;fill:#4d77ef}.route-map text{font-family:var(--font);fill:#7d8a9f;font-size:9px;letter-spacing:.08em}.map-vehicle{position:absolute;left:37%;top:48%;font-size:8px;padding:5px 7px;background:white;border:1px solid #dde5f8;border-radius:5px;box-shadow:0 4px 10px #0001}.map-vehicle .icon{width:12px;height:12px;color:var(--blue);margin-right:3px}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:56px}.product-benefits>div>.icon{color:#91aaff;margin-bottom:18px}.product-benefits h3{font-size:18px;color:#eef2fa;margin-bottom:12px}.product-benefits p{font-size:13px;line-height:1.8;color:#8e9bb4}.journey{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.journey-copy>p{font-size:15px;margin-block:26px;max-width:360px}.journey-steps{border-top:1px solid var(--line)}.journey-steps article{display:flex;align-items:flex-start;gap:24px;padding:38px 0;border-bottom:1px solid var(--line)}.journey-steps article>span{font-size:12px;color:var(--blue);margin-top:5px}.journey-steps h3{font-size:21px;margin-bottom:13px}.journey-steps p{font-size:13px;line-height:1.8}.journey-steps .icon{width:16px;margin-left:6px;color:#a2adc0}.clarity-section{background:var(--paper);border-radius:18px;padding:55px;display:grid;grid-template-columns:1fr 1.4fr;gap:70px;align-items:start}.clarity-section h2{font-size:37px}.clarity-grid{display:grid;gap:23px}.clarity-grid article{display:grid;grid-template-columns:30px 1fr;gap:5px 17px}.clarity-grid .icon{color:var(--blue);grid-row:span 2}.clarity-grid h3{font-size:17px;letter-spacing:-.02em}.clarity-grid p{font-size:13px;line-height:1.7}.faq-section{display:grid;grid-template-columns:1fr 1.2fr;gap:100px}.faq-section h2{font-size:38px}.faq-section>div>p{font-size:13px;line-height:1.9;margin-top:26px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:30px;list-style:none;font-size:15px;font-weight:550;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .icon{width:17px;transition:transform .2s}.faq-list details[open] summary .icon{transform:rotate(45deg)}.faq-list p{font-size:14px;line-height:1.85;padding:0 35px 25px 0}.final-cta{position:relative;isolation:isolate;overflow:hidden;background:var(--blue);border-radius:18px;padding:68px;color:white;margin-bottom:100px}.final-cta .eyebrow{color:#b9caff}.final-cta h2{font-size:55px;line-height:1.13}.final-cta p{color:#c7d3ff;margin:22px 0 27px;font-size:15px}.final-cta>small{display:block;font-size:10px;color:#bacaff;margin-top:19px}.cta-orbit{width:560px;height:560px;border:1px solid #ffffff26;position:absolute;border-radius:50%;right:-50px;top:50%;transform:translateY(-50%);z-index:-1}.cta-orbit:before,.cta-orbit:after{content:'';position:absolute;border:1px solid #ffffff26;border-radius:50%;inset:60px}.cta-orbit:after{inset:120px;background:radial-gradient(circle,#ffffff0d,transparent);box-shadow:0 0 0 60px #ffffff03}.site-footer{padding:65px 0 25px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.9fr 1fr 1fr 1fr;gap:50px}.footer-grid>div:first-child p{margin:24px 0;font-size:13px}.footer-contact{font-size:12px;font-weight:600}.footer-contact .icon{width:14px;margin-left:7px;color:var(--blue)}.footer-grid h2{font-size:11px;letter-spacing:.03em;margin-bottom:24px}.footer-grid>div:not(:first-child)>a{display:block;font-size:12px;color:var(--muted);margin-block:12px}.footer-grid a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:60px;padding-top:24px;border-top:1px solid var(--line);font-size:10px;color:#8a96a9}.footer-bottom>div{display:flex;align-items:center;gap:22px}.motion-toggle{background:transparent;border:0;font-size:10px;padding:0;color:inherit}.solution-hero{padding-top:32px;padding-bottom:88px}.breadcrumb{font-size:11px;display:flex;align-items:center;gap:9px;color:#8390a4;margin-bottom:67px}.breadcrumb .icon{width:12px;height:12px}.solution-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:45px}.solution-hero h1{font-size:clamp(38px,3.8vw,57px);line-height:1.13}.solution-hero p{margin-top:28px;font-size:15px;max-width:470px;line-height:1.9}.solution-visual{position:relative;perspective:1200px;min-width:0;padding-bottom:35px}.solution-visual>.product-window{width:730px;transform:scale(.72) rotateY(-10deg) rotateX(4deg);transform-origin:left center;margin-block:-50px;box-shadow:0 40px 90px #1c336222}.solution-tag{position:absolute;bottom:3px;left:25px;background:var(--navy);color:white;border:1px solid #223555;border-radius:9px;padding:17px 22px;font-size:12px;font-weight:500;display:flex;gap:14px;align-items:center;box-shadow:0 15px 30px #1c336222}.solution-tag .icon{color:#8daaff}.solution-intro{border-top:1px solid var(--line)}.feature-stories{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:50px}.story-number{font-size:12px;color:var(--blue);display:block;margin-bottom:32px}.feature-stories h3{font-size:25px;max-width:300px;line-height:1.22;margin-bottom:18px}.feature-stories p{font-size:14px;line-height:1.8}.story-line{height:3px;width:40px;background:#cdd8fd;display:block;margin-top:29px}.solution-offer{background:var(--paper);padding:64px;border-radius:18px;display:grid;grid-template-columns:1fr .9fr;gap:110px;align-items:center}.solution-offer>div>p{font-size:14px;line-height:1.8;margin-top:22px}.checks{padding:0;list-style:none;display:grid;gap:13px;margin:25px 0;font-size:13px}.checks li{display:flex;align-items:center;gap:10px}.checks .icon{width:15px;height:15px;color:var(--blue)}.offer-paper{padding:34px;background:white;border-radius:12px;box-shadow:0 10px 35px #1c33620c;border:1px solid var(--line)}.offer-paper-head{display:flex;gap:12px;align-items:center;font-size:10px;font-weight:700;letter-spacing:.04em;margin-bottom:28px}.offer-paper-head .icon{color:var(--blue)}.big-price{font-family:var(--heading);font-size:44px;font-weight:750;letter-spacing:-.045em;line-height:1.1;display:flex;align-items:baseline;gap:6px}.big-price>span:not([data-price]),.big-price>small{font:400 13px var(--font);letter-spacing:0;color:#8590a3}.offer-paper p{font-size:12px!important;color:var(--muted);margin:14px 0!important}.offer-paper hr{border:0;border-top:1px solid var(--line);margin:22px 0}.offer-paper .button{width:100%;margin-top:12px;font-size:13px}.offer-paper>small{display:block;color:#8a96a9;font-size:10px;margin-top:17px;line-height:1.7}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.related .industry-card>svg{margin-bottom:27px;color:var(--blue)}.related .industry-card>span{font-size:12px;display:flex;align-items:center;justify-content:space-between;margin-top:20px}.pricing-heading{text-align:center;padding:70px 0 55px}.pricing-heading .eyebrow{justify-content:center;margin-bottom:20px}.pricing-heading h1{font-size:61px;line-height:1.08}.pricing-heading p{font-size:15px;margin-top:23px;line-height:1.8}.configurator{display:grid;grid-template-columns:1.4fr 1fr;gap:58px;align-items:start;padding-bottom:65px}.config-step{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:22px}.config-step>span{font-size:10px;width:25px;height:25px;background:#ecf0ff;color:var(--blue);border-radius:50%;display:grid;place-items:center}.config-step h2{font-size:20px;letter-spacing:-.03em}.config-step small{flex-basis:100%;margin-left:37px;color:var(--muted);font-size:11px;margin-top:-4px}.offer-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.offer-choice{display:flex;gap:12px;align-items:center;padding:20px 15px;border:1px solid var(--line);border-radius:9px;text-align:left;background:white;transition:border-color .2s,background .2s;min-height:91px}.choice-icon{color:#8390a5}.choice-icon>.icon{width:20px}.offer-choice strong{font-size:12px;line-height:1.4;display:block}.offer-choice small{font-size:9px;color:#8b96a9;display:block;line-height:1.5;margin-top:3px}.choice-check{width:17px;height:17px;border:1px solid #dfe4ed;border-radius:50%;margin-left:auto;flex-shrink:0;display:grid;place-items:center}.choice-check .icon{width:10px;height:10px;opacity:0}.offer-choice[aria-pressed=true]{background:#f3f6ff;border:1.5px solid var(--blue);padding:19.5px 14.5px}.offer-choice[aria-pressed=true] .choice-icon{color:var(--blue)}.offer-choice[aria-pressed=true] .choice-check{background:var(--blue);border-color:var(--blue);color:white}.offer-choice[aria-pressed=true] .choice-check .icon{opacity:1}.step-two{margin-top:34px;margin-bottom:16px}.period-control{display:grid;grid-template-columns:1fr 1fr;gap:12px}.period-control button{background:white;border:1px solid var(--line);text-align:left;padding:16px 20px;border-radius:8px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:10px}.period-control small{font-size:9px;font-weight:400;color:#8995a8}.period-control button[aria-pressed=true]{border-color:var(--blue);background:#f3f6ff;color:var(--blue)}.add-ons{margin-top:25px;border-block:1px solid var(--line);font-size:12px}.add-ons summary{list-style:none;padding:20px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:550}.add-ons summary::-webkit-details-marker{display:none}.add-ons summary .icon{width:15px}.add-ons[open] summary .icon{transform:rotate(45deg)}.add-ons>p{font-size:11px;margin-bottom:12px}.add-ons label{display:flex;gap:10px;padding:12px 0;align-items:center;border-top:1px solid #f0f2f7;cursor:pointer}.add-ons label>small{margin-left:auto;font-size:10px;color:#8b96a9}.add-ons input{accent-color:var(--blue);width:16px;height:16px}.add-ons [data-extras]{padding-bottom:15px}.catalog-state{font-size:10px;margin-top:14px;color:#8b96a9}.selection-paper{position:sticky;top:108px;border:1px solid #dfe5f1;padding:29px 32px 25px;border-radius:13px;box-shadow:0 20px 55px #1930530b}.summary-kicker{font-size:9px;letter-spacing:.11em;font-weight:650;display:flex;justify-content:space-between;align-items:center;color:#95a0b3;margin-bottom:20px}.summary-kicker .icon{width:18px;color:var(--blue)}.selection-paper>h2{font-size:27px;letter-spacing:-.04em}.selection-paper>p[data-offer-desc]{font-size:12px;margin-top:10px;line-height:1.8;max-width:310px}.price-live{padding-top:28px}.price-live p{font-size:11px;margin-top:12px}.savings{display:inline-block;background:#e9f6ef;color:#348167;font-size:9px;padding:4px 7px;border-radius:4px;margin-top:9px}.selection-paper .checks{gap:9px;font-size:11px;margin-block:23px}.selection-paper .checks li{align-items:flex-start}.seats-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;font-size:12px}.seats-row>div{display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden;height:31px}.seats-row button{background:#f9faff;border:0;width:30px;color:var(--muted)}.seats-row input{border:0;text-align:center;width:36px;font-size:12px;appearance:textfield;-moz-appearance:textfield}.seats-row input::-webkit-inner-spin-button{appearance:none}.seat-explanation{font-size:9px;margin-top:8px}.due-today{display:flex;justify-content:space-between;align-items:center;border:1px solid #dce6fb;border-radius:6px;background:#f6f8ff;padding:13px;font-size:11px;margin:20px 0 16px}.due-today strong{font-size:16px;color:var(--blue)}.selection-paper .continue{width:100%;font-size:12px;gap:12px}.summary-foot{text-align:center;font-size:9px;line-height:1.7;margin-top:12px}.tax-note{font-size:9px;line-height:1.6;text-align:center;margin-top:14px;color:#909bae}[data-selection-error]{font-size:12px;color:#b24e3f;margin-top:12px}.pricing-assurance{display:flex;justify-content:space-around;gap:30px;border-block:1px solid var(--line);padding-block:28px}.pricing-assurance>div{display:flex;align-items:center;gap:14px;font-size:11px;color:#929db0}.pricing-assurance .icon{color:var(--blue)}.pricing-assurance b{display:block;color:var(--ink);font-weight:550;font-size:12px;margin-bottom:2px}[hidden]{display:none!important}.reveal{transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.pending-reveal{opacity:0;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:none}html[data-motion=paused] *,html[data-motion=paused] *:before,html[data-motion=paused] *:after{animation-play-state:paused!important;transition:none!important}html[data-motion=paused] .reveal{opacity:1;transform:none}
@keyframes underline{to{stroke-dashoffset:0}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes route{to{stroke-dashoffset:-130}}@keyframes sceneIn{from{opacity:0;translate:20px 25px}to{opacity:1;translate:0 0}}
@media(min-width:1500px){.hero-scene{margin-right:-55px}.hero-dashboard{transform:rotateY(-14deg) rotateX(8deg) rotateZ(-2deg) scale(.84)}.hero{min-height:715px}.hero h1{font-size:80px}}
@media(max-width:1150px){.container{width:calc(100% - 60px)}.hero{gap:0}.hero h1{font-size:62px}.hero-dashboard{transform:rotateY(-14deg) rotateX(8deg) rotateZ(-2deg) scale(.63);top:52px}.hero-scene{margin-right:0;height:430px}.note-success{right:0;top:50px}.note-sync{left:15px;bottom:0}.hero-copy>p{font-size:15px}.use-strip{gap:12px}.use-strip a{font-size:11px;gap:7px}.section-space{padding-block:85px}.solution-visual>.product-window{transform:scale(.58) rotateY(-10deg) rotateX(4deg);margin-block:-70px}.solution-offer{gap:50px;padding:45px}.solution-hero-grid{gap:25px}.solution-hero h1{font-size:43px}.configurator{gap:30px;grid-template-columns:1.25fr 1fr}.offer-choice{padding:18px 12px;gap:9px}.offer-choice[aria-pressed=true]{padding:17.5px 11.5px}.offer-choice strong{font-size:11px}.offer-choice small{font-size:8px}.period-control button{display:block}.period-control small{display:block;margin-top:4px}.selection-paper{padding:25px}.big-price{font-size:37px}.journey,.faq-section{gap:60px}.clarity-section{padding:40px;gap:40px}.desktop-nav{gap:20px}.nav-actions{gap:17px}.footer-grid{gap:25px}.demo-stage .window-body{grid-template-columns:150px 1fr}.demo-stage .window-content{padding:22px}}
@media(max-width:900px){.desktop-nav{display:none}.menu-toggle{display:block}.hero{grid-template-columns:1fr;text-align:center;padding-top:65px;padding-bottom:55px;gap:25px;overflow:hidden}.hero-copy{max-width:650px;margin:auto}.hero .eyebrow,.hero-actions,.hero-assurance{justify-content:center}.hero-copy>p{margin-inline:auto;font-size:16px}.hero h1{font-size:72px}.hero-scene{width:620px;height:445px;margin:auto;text-align:left}.hero-dashboard{left:18px;top:30px;transform:rotateY(-6deg) rotateX(4deg) rotateZ(-1deg) scale(.82)}.note-success{right:0;top:13px}.note-sync{left:0;bottom:0}.scene-caption{bottom:-22px}.use-strip{flex-wrap:wrap;justify-content:center;gap:20px 28px}.use-strip>span{max-width:none;flex-basis:100%;text-align:center}.industry-grid{grid-template-columns:repeat(2,1fr)}.section-heading{gap:25px}.section-heading h2{font-size:37px}.section-heading>p{font-size:12px;max-width:280px}.product-section{padding-block:75px}.product-benefits{gap:25px}.demo-stage .window-body{min-height:420px;grid-template-columns:130px 1fr}.demo-stage .window-sidebar>span{font-size:8px}.demo-stage .window-sidebar{padding:25px 7px}.demo-stage .dash-greeting h3{font-size:19px}.demo-stage .dash-metrics span{font-size:8px}.demo-stage .dash-row{font-size:8px;gap:5px}.demo-stage .activity-point span{font-size:8px}.demo-stage .dash-main{grid-template-columns:1.6fr 1fr;gap:10px}.demo-stage .person{width:53px;font-size:7px}.demo-stage .window-content{padding:18px}.demo-stage .dash-planning{padding:10px}.journey{gap:40px}.journey h2{font-size:44px}.journey-steps article{gap:15px}.journey-steps h3{font-size:18px}.clarity-section{grid-template-columns:1fr;gap:35px}.clarity-grid{grid-template-columns:repeat(3,1fr);gap:25px}.clarity-grid article{display:block}.clarity-grid h3{margin-block:15px 10px}.clarity-grid p{font-size:12px}.faq-section{gap:35px;grid-template-columns:1fr 1.2fr}.faq-section h2{font-size:30px}.faq-list summary{font-size:13px}.faq-list p{font-size:12px}.final-cta h2{font-size:47px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:2/4}.footer-grid>div:last-child>a{display:inline-block;margin-right:25px}.footer-bottom{align-items:flex-start;flex-direction:column}.solution-hero-grid{grid-template-columns:1fr;text-align:center;gap:15px}.solution-hero-grid .eyebrow,.solution-hero-grid .hero-assurance{justify-content:center}.solution-hero h1{font-size:54px;max-width:760px;margin:auto}.solution-hero p{margin-inline:auto}.solution-visual{width:620px;height:420px;margin:auto}.solution-visual>.product-window{transform:scale(.82) rotateY(-5deg) rotateX(4deg);margin:0;position:absolute;left:10px;top:25px;transform-origin:left top}.solution-tag{bottom:0;left:25px}.solution-hero{overflow:hidden;padding-bottom:65px}.breadcrumb{margin-bottom:45px}.feature-stories{gap:25px}.feature-stories h3{font-size:21px}.feature-stories p{font-size:12px}.solution-offer{padding:35px;gap:35px}.solution-offer h2{font-size:34px}.configurator{gap:25px;grid-template-columns:1fr 1fr}.offer-choice-grid{grid-template-columns:1fr}.offer-choice{min-height:70px}.offer-choice strong{font-size:12px}.offer-choice small{font-size:10px}.pricing-assurance{gap:20px}.pricing-assurance>div{font-size:10px}.pricing-assurance b{font-size:11px}}
@media(max-width:640px){.container{width:calc(100% - 40px)}.site-header{height:72px}.nav-wrap{width:calc(100% - 32px);gap:14px}.brand{font-size:25px}.brand-symbol{transform:scale(.85) skewY(-9deg);transform-origin:left center;margin-right:-3px}.nav-actions{gap:8px}.nav-actions .login-link{display:none}.button.small{font-size:10px;padding:11px 12px;gap:6px}.button.small .icon{width:13px}.menu-toggle{padding:7px}.menu-toggle .icon{width:20px}.hero{padding-top:45px;gap:22px;padding-bottom:32px}.hero h1{font-size:clamp(42px,10.5vw,62px);letter-spacing:-.062em}.hero .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:23px}.hero-copy>p{font-size:13px;line-height:1.9;margin-top:28px}.hero-copy>p br{display:none}.hero-actions{gap:6px;margin-top:26px;flex-wrap:wrap}.hero-actions .button{font-size:11px;padding:14px 15px;gap:12px}.hero-assurance{gap:17px;font-size:9px;margin-top:19px}.hero-assurance .icon{width:12px}.hero-scene{width:100%;height:315px}.hero-dashboard{width:720px;left:calc(50% - 175px);top:35px;transform:scale(.48) rotateY(-4deg) rotateX(4deg);transform-origin:left top}.float-note{padding:10px 12px;font-size:9px;gap:8px;border-radius:8px}.float-note small{font-size:7px}.float-note>svg,.mini-devices{width:27px;height:27px;padding:6px}.note-success{right:0;top:14px}.note-sync{left:7px;bottom:20px}.scene-caption{font-size:7px;bottom:0;right:5px}.use-strip{gap:15px 22px;padding-block:22px}.use-strip a{font-size:10px;gap:6px}.use-strip .icon{width:15px;height:15px}.use-strip>span{font-size:8px}.section-space{padding-block:64px}.eyebrow{font-size:9px;margin-bottom:17px}.section-heading{display:block;margin-bottom:28px}.section-heading h2,h2{font-size:33px;line-height:1.15}.section-heading>p{font-size:12px;margin-top:20px;max-width:none}.section-heading>p br{display:none}.industry-grid{gap:10px}.industry-card{padding:19px 15px;border-radius:9px}.industry-top{margin-bottom:20px}.icon-tile{width:34px;height:34px;border-radius:7px}.icon-tile .icon{width:18px;height:18px}.card-num{font-size:8px}.industry-card h3{font-size:17px;line-height:1.18;margin-bottom:12px}.industry-card p{font-size:10px;min-height:52px}.industry-bottom{font-size:9px;gap:5px;margin-top:17px;padding-top:13px}.industry-bottom .icon{width:13px}.product-section{padding-block:60px}.demo-tabs{gap:5px;margin-bottom:18px}.demo-tabs button{font-size:10px;padding:9px;gap:5px;flex:1;justify-content:center}.demo-tabs button .icon{width:13px;height:13px}.demo-stage{padding:6px;border-radius:10px;overflow:hidden}.demo-stage .product-window{border-radius:6px}.demo-stage .window-top{height:24px;font-size:6px;padding-inline:7px}.demo-stage .window-top i{width:4px;height:4px}.demo-stage .window-example{font-size:5px}.demo-stage .window-body{display:block;min-height:0}.demo-stage .window-sidebar{display:none}.demo-stage .window-content{padding:13px}.demo-stage .dash-greeting{margin-bottom:13px}.demo-stage .dash-greeting small{font-size:5px}.demo-stage .dash-greeting h3{font-size:15px}.demo-stage .dash-avatar{width:24px;height:24px;font-size:8px}.demo-stage .dash-metrics{gap:6px}.demo-stage .dash-metrics>div{padding:9px;border-radius:5px}.demo-stage .dash-metrics span{font-size:6px}.demo-stage .dash-metrics strong{font-size:22px}.demo-stage .dash-metrics small{font-size:5px}.demo-stage .dash-main{display:block;margin-block:10px}.demo-stage .dash-activity{display:none}.demo-stage .timeline-row{height:32px}.demo-stage .timeline-task{font-size:6px;padding:3px 5px}.demo-stage .timeline-task small{font-size:5px}.demo-stage .dash-block-title b{font-size:9px}.demo-stage .dash-row{font-size:6px;gap:5px;padding:9px 0;grid-template-columns:.7fr 1.9fr .75fr}.demo-stage .dash-row>span:nth-child(3){display:none}.demo-stage .dash-row em{font-size:5px}.demo-caption{font-size:8px;line-height:1.6;max-width:260px;margin:15px auto 0}.product-benefits{grid-template-columns:1fr;gap:23px;margin-top:35px}.product-benefits>div{display:grid;grid-template-columns:26px 1fr;column-gap:13px}.product-benefits>div>.icon{grid-row:span 2;width:19px}.product-benefits h3{font-size:16px;margin-bottom:8px}.product-benefits p{font-size:12px}.journey{grid-template-columns:1fr;gap:35px}.journey h2{font-size:38px}.journey-copy>p{font-size:13px;margin-block:20px}.journey-steps article{padding:25px 0;gap:17px}.journey-steps h3{font-size:19px}.journey-steps p{font-size:12px}.clarity-section{padding:28px 23px;gap:30px;border-radius:12px}.clarity-section h2{font-size:30px}.clarity-grid{grid-template-columns:1fr;gap:25px}.clarity-grid article{display:grid;grid-template-columns:26px 1fr;column-gap:12px}.clarity-grid h3{margin:0 0 5px}.clarity-grid p{font-size:12px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-section>div>p{margin-top:18px}.faq-list summary{font-size:13px;gap:15px;padding:20px 0}.faq-list p{padding-right:12px}.final-cta{padding:36px 26px;border-radius:12px;margin-bottom:60px}.final-cta h2{font-size:36px}.final-cta p{font-size:12px;max-width:240px;margin:18px 0 23px}.final-cta .button{font-size:12px}.final-cta>small{font-size:8px;max-width:240px}.cta-orbit{right:-220px;opacity:.6}.site-footer{padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:first-child p{font-size:12px;margin:18px 0}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid h2{font-size:10px;margin-bottom:18px}.footer-grid>div:not(:first-child)>a{font-size:11px;margin-block:10px}.footer-contact{font-size:11px}.footer-bottom{margin-top:35px;font-size:9px}.footer-bottom>div{gap:13px;flex-wrap:wrap;font-size:9px}.motion-toggle{font-size:9px}.solution-hero{padding-top:25px;padding-bottom:36px}.breadcrumb{font-size:9px;margin-bottom:38px}.solution-hero h1{font-size:36px;line-height:1.16}.solution-hero p{font-size:13px;margin-top:23px}.solution-hero .hero-assurance{font-size:8px}.solution-visual{width:100%;height:310px}.solution-visual>.product-window{transform:scale(.47) rotateY(-4deg) rotateX(3deg);left:calc(50% - 170px);top:20px}.solution-tag{font-size:9px;padding:12px 15px;bottom:24px;left:10px;gap:9px}.solution-tag .icon{width:16px}.feature-stories{grid-template-columns:1fr;gap:28px;margin-top:32px}.feature-stories article{padding-bottom:28px;border-bottom:1px solid var(--line)}.story-number{margin-bottom:16px}.feature-stories h3{font-size:23px;margin-bottom:13px}.feature-stories p{font-size:13px}.story-line{display:none}.solution-offer{grid-template-columns:1fr;padding:27px 21px;gap:28px;border-radius:12px}.solution-offer h2{font-size:32px}.solution-offer>div>p{font-size:12px}.offer-paper{padding:25px}.offer-paper .big-price{font-size:43px}.related-grid{grid-template-columns:1fr;gap:12px;margin-top:27px}.related .industry-card{padding:23px;display:grid;grid-template-columns:30px 1fr;column-gap:15px}.related .industry-card>svg{grid-row:span 3;margin:0}.related .industry-card h3{font-size:20px}.related .industry-card p{min-height:0;font-size:12px}.related .industry-card>span{font-size:11px;margin-top:15px}.pricing-heading{padding:45px 0 35px}.pricing-heading h1{font-size:43px}.pricing-heading p{font-size:12px;margin-top:19px}.configurator{grid-template-columns:1fr;gap:30px;padding-bottom:40px}.config-step h2{font-size:19px}.config-step small{font-size:10px}.offer-choice-grid{grid-template-columns:1fr 1fr;gap:8px}.offer-choice{position:relative;display:block;padding:15px 12px;min-height:114px}.offer-choice[aria-pressed=true]{padding:14.5px 11.5px}.choice-icon{display:block;margin-bottom:10px}.choice-icon .icon{width:20px}.offer-choice strong{font-size:11px}.offer-choice small{font-size:8px}.choice-check{position:absolute;top:17px;right:12px;width:14px;height:14px}.choice-check .icon{width:9px}.period-control button{font-size:12px;padding:14px}.period-control small{font-size:9px}.selection-paper{position:static;padding:26px;border-radius:12px}.selection-paper .big-price{font-size:45px}.selection-paper .checks{font-size:12px}.selection-paper .continue{font-size:13px;padding-block:17px}.summary-foot{font-size:10px}.tax-note{font-size:9px}.pricing-assurance{display:grid;gap:23px;justify-content:start;padding-block:27px}.pricing-assurance>div{font-size:11px}.pricing-assurance b{font-size:12px}.add-ons summary{font-size:11px}.add-ons label{font-size:11px}.catalog-state{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.accent-word svg{stroke-dashoffset:0}.reveal{opacity:1!important;transform:none!important}}
.selection-login{display:block;text-align:center;margin-top:16px;font-size:13px;color:var(--blue);text-decoration:underline}.continue[aria-disabled=true]{opacity:.55}.catalog-state button{font:inherit;border:0;background:none;cursor:pointer}

@media(max-width:640px){.offer-choice strong{font-size:12px}.offer-choice small{font-size:10px}.hero-assurance{font-size:11px}.scene-caption{font-size:10px}}
