*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;max-width:100vw}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh;overflow-x:hidden;max-width:100vw}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:#1e293b}.app{min-height:100vh;background:linear-gradient(135deg,#1e293b,#10b981);display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.Toastify__toast-container--top-center{left:50%!important;transform:translate(-50%)!important;width:calc(100% - 40px)!important;max-width:400px!important;padding:0 20px!important;top:20px!important}.Toastify__toast{animation-duration:.6s!important;width:100%!important;max-width:100%!important;margin:0 0 8px!important;padding:12px 12px 12px 16px!important}.Toastify__toast-body{padding:0!important;margin:0!important;line-height:1.4!important}.Toastify__toast-icon{margin-right:8px!important;width:20px!important;height:20px!important;flex-shrink:0!important}.Toastify__toast-icon svg{width:20px!important;height:20px!important}@media (max-width: 768px){.Toastify__toast-container--top-center{left:50%!important;transform:translate(-50%)!important;width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;padding:0 16px!important;top:16px!important}.Toastify__toast{padding:10px 10px 10px 14px!important;margin:0 0 6px!important}.Toastify__toast-icon{margin-right:6px!important;width:18px!important;height:18px!important}.Toastify__toast-icon svg{width:18px!important;height:18px!important}}.Toastify__toast--exit,.Toastify__toast--exiting,.Toastify__toast[data-state=exiting],.Toastify__toast--rtl.Toastify__toast--exit{animation-duration:.6s!important;animation-timing-function:cubic-bezier(.16,1,.3,1)!important;animation-name:Toastify__slideOutUp!important}.Toastify__toast--enter,.Toastify__toast--entering,.Toastify__toast[data-state=entering],.Toastify__toast--rtl.Toastify__toast--enter{animation-duration:.6s!important;animation-timing-function:cubic-bezier(.16,1,.3,1)!important;animation-name:Toastify__slideInDown!important}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-100%,0);opacity:0}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-100%,0);opacity:0}to{transform:translateZ(0);opacity:1}}.Toastify__close-button{display:none!important}.Toastify__toast--success .Toastify__toast-icon svg{fill:#10b981!important}.Toastify__toast--success .Toastify__toast-icon{color:#10b981!important}.Toastify__toast--error .Toastify__toast-icon svg{fill:#ef4444!important}.Toastify__toast--error .Toastify__toast-icon,.Toastify__toast--error .Toastify__toast-body{color:#ef4444!important}.shine-border{position:relative;overflow:visible;isolation:isolate;z-index:1}.shine-border:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--shine-border-radius, 12px);background:linear-gradient(45deg,#10b981,#34d399,#6ee7b7,#a7f3d0,#10b981);background-size:400% 400%;opacity:0;transition:opacity .3s ease;animation:shine-rotate 5s linear infinite;pointer-events:none;z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.shine-border--always:before,.shine-border--hover:hover:before{opacity:1}@keyframes shine-rotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (prefers-reduced-motion: reduce){.shine-border:before{animation:none}}.light-sections{position:relative;z-index:1;width:100%;max-width:100vw;overflow:visible;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.light-sections:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/shapes.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.5;z-index:0;pointer-events:none}.light-sections-divider{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;margin:64px 0 24px;padding:0 24px;text-align:center;box-sizing:border-box}.light-sections-divider-title{color:#1e293b;font-size:52px;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0;text-align:center}#how-it-works{scroll-margin-top:112px}.light-sections-divider-subtitle{font-size:24px;font-weight:600;line-height:1.4;color:#10b981;margin:0;max-width:520px}@media (max-width: 922px){.light-sections-divider{margin:40px 0 16px}.light-sections-divider-title{font-size:36px}.light-sections-divider-subtitle{font-size:18px}}.light-sections>.before-after-section,.light-sections>.features-section{background:transparent}@media (max-width: 768px){.light-sections-divider{margin-top:24px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .4s ease;overflow:hidden;touch-action:none}.modal-overlay.closing{animation:fadeOut .8s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.modal-content{background:#1e293b;border-radius:8px;padding:24px;max-width:780px;max-height:80vh;overflow-y:auto;position:relative;animation:slideUp .4s ease;animation-fill-mode:forwards;box-shadow:5px 10px 15px #00000080}.modal-content.modal-success{padding:0;overflow:hidden;display:flex;flex-direction:column}.modal-success-header{background:#10b981;padding:24px;position:relative;display:flex;align-items:center;justify-content:center;min-height:120px}.modal-success-icon-wrapper{display:flex;align-items:center;justify-content:center}.modal-success-content{background:#1e293b;padding:32px 24px;flex:1;position:relative;z-index:1}.modal-success-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/triangles-modal.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.3;z-index:0;border-radius:0 0 8px 8px;transform:rotate(180deg);pointer-events:none}.modal-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/triangles-modal.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.3;z-index:-1;border-radius:8px;transform:rotate(180deg)}.modal-content.closing{animation:none;animation:slideDown .4s ease forwards}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}.modal-title{color:#fff;font-size:16px;font-weight:600;margin:0 0 10px;padding:0}.modal-separator{height:1.5px;background:#fff;margin:0 0 16px;width:55px}.modal-text{padding:8px 0;line-height:1.6;color:#fff;font-size:14px}.modal-success-content .modal-text{color:#fff;text-align:left;position:relative;z-index:1}.modal-text strong{font-weight:600;letter-spacing:.5px}.modal-text a{color:#10b981;transition:opacity .2s ease}.modal-text a:hover{opacity:.8}.modal-success-content .modal-text a.modal-book-call{text-decoration:none;display:inline-flex;align-items:center;font-weight:600;gap:4px}.modal-success-content .modal-text a.modal-book-call:hover{opacity:.8}@media (max-width: 768px){.modal-overlay{padding-bottom:60px;align-items:flex-start;padding-top:20px}.modal-content{width:95%;padding:20px;max-height:85vh;margin:auto}.modal-content.modal-success{padding:0}.modal-success-header{padding:32px 20px;min-height:100px}.modal-success-content{padding:24px 20px}.modal-text{font-size:13px}}@media (max-width: 381px){.modal-overlay{padding:10px;align-items:flex-start}.modal-content{width:100%;padding:16px;max-height:90vh;border-radius:8px}.modal-title{font-size:15px;margin-bottom:8px}.modal-separator{margin-bottom:12px}.modal-text{font-size:12px;padding:4px 0}.modal-success-header{padding:24px 16px;min-height:80px}.modal-success-content{padding:20px 16px}}.team-members{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:24px;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;margin-top:2px}.team-card{display:flex;flex-direction:row;align-items:center;gap:10px;background:#ffffff1a;border-radius:12px;padding:8px 12px;width:auto;box-sizing:border-box;text-decoration:none;color:inherit;transition:transform .2s ease,background .2s ease}.team-card:hover{background:#fff3;transition:transform .2s ease,background .2s ease}.team-card-image{width:25px;height:25px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#fff3;display:flex;align-items:center;justify-content:center}.team-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-card-name{color:#fff;font-size:12px;font-weight:500;flex:1;text-align:left}.linkedin-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.linkedin-icon svg{display:block}@media (max-width: 768px){.team-members{gap:16px}.team-card{padding:6px 10px;gap:8px}}@media (max-width: 381px){.team-members{align-items:stretch;gap:12px}.team-card{justify-content:flex-start}.team-card-image{width:28px;height:28px}.team-card-name{font-size:13px;flex:1}.linkedin-icon{margin-left:auto}}@media (max-width: 361px){.team-members{flex-direction:column}}.burger-menu{position:relative;display:none}@media (max-width: 600px){.burger-menu{display:inline-flex;align-items:center}}.hamburger{padding:0;display:inline-flex;cursor:pointer;transition:none;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;-webkit-tap-highlight-color:transparent;outline:none!important;box-shadow:none!important;-moz-appearance:none;appearance:none;-webkit-appearance:none}.hamburger:focus,.hamburger:focus-visible{outline:none!important;box-shadow:none!important}.hamburger-box{width:22px;height:16px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:22px;height:2px;background-color:#ffffffeb;border-radius:2px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-6px}.hamburger-inner:after{bottom:-6px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.burger-menu-popover{position:fixed;top:68px;right:0;min-width:190px;background:#1e293b;padding:6px;box-shadow:0 18px 60px #00000059;border-bottom-left-radius:10px;border-top-left-radius:10px}.burger-menu-item{width:100%;text-align:left;border:none;background:transparent;color:#ffffffeb;font:inherit;font-size:14px;padding:10px;cursor:pointer}.burger-menu-item:hover{background:#ffffff14}.burger-menu-item:active{background:#ffffff1f}.site-navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;padding:14px 24px;box-sizing:border-box;background:transparent;isolation:isolate}.site-navbar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/triangles-modal.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:var(--nav-triangles-opacity, 0);transform:rotate(180deg);pointer-events:none;z-index:0}.site-navbar-inner{margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:1}.site-navbar-brand{display:inline-flex;align-items:center;gap:10px;margin:0;padding:0;border:none;font:inherit;text-align:inherit;text-decoration:none;color:inherit;background:none;cursor:pointer;min-width:0}.site-navbar-favicon{position:relative;display:inline-block;flex-shrink:0;width:32px;height:32px;border-radius:8px;overflow:visible}.site-navbar-favicon-svg,.site-navbar-favicon-png{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-origin:center}.site-navbar-favicon-png{border-radius:8px}.site-navbar-logo-text{margin:0;font-size:22px;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.site-navbar-actions{display:flex;align-items:center;gap:8px 16px;flex-shrink:0}.site-navbar-text-link{font:inherit;font-size:14px;font-weight:500;color:#fff;cursor:pointer;position:relative;display:inline-block;transition:color .2s ease;outline:none}.site-navbar-text-link:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1.5px;background:#fff;transition:width .5s ease-out}.site-navbar-text-link:hover:after,.site-navbar-text-link.active:after{width:100%}.site-navbar-cta{font:inherit;font-size:13px;font-weight:600;line-height:1;color:#fff;padding:12px 18px;border:none;border-radius:8px;background:#1e293b;cursor:pointer;white-space:nowrap;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:118px}.site-navbar-cta:hover,.site-navbar-cta:active{background:#293649}.site-navbar-cta--green{background:#10b981}.site-navbar-cta--green:hover,.site-navbar-cta--green:active{background:#059669}@media (max-width: 600px){.site-navbar{padding:14px}.site-navbar-text-link{display:none}.site-navbar-cta{padding:10px 18px}}.hero-container{display:flex;flex-direction:column;background:linear-gradient(135deg,#1e293b,#059669);width:100%;max-width:100vw;z-index:2;overflow:visible;position:relative;isolation:isolate;padding-bottom:120px;padding-top:calc(64px + env(safe-area-inset-top,0px));box-sizing:border-box}.hero-container:before{content:"";position:absolute;top:0;left:0;width:100vw;height:100%;background-image:url(/peaks1.svg);background-size:cover;background-position:center center;background-repeat:repeat;opacity:.4;z-index:0;clip-path:inset(0 0 0 0)}.main-content{width:100%;padding:60px 0 0;display:flex;flex-direction:row;justify-content:flex-start;position:relative;box-sizing:border-box;align-items:flex-start;z-index:1;gap:60px}.hero-content{display:flex;flex-direction:column;gap:0;align-items:center;width:100%;position:relative;z-index:1}.hero-text{margin-left:auto;margin-right:auto;text-align:center;color:#fff;display:flex;flex-direction:column;gap:32px;align-items:center;z-index:2;max-width:100%}.headline{font-size:64px;font-weight:800;line-height:1.1;margin:0 16%;letter-spacing:-2px;color:#fff}.subheadline{font-size:28px;line-height:1.6;margin:0;opacity:.9;font-weight:600}.hero-integration-line{margin:0;display:flex;justify-content:center;text-align:center;max-width:100%}.hero-integration-badge{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 10px;padding:11px 22px;border-radius:9999px;border:1px solid rgba(255,255,255,.22);background:#ffffff12;box-shadow:inset 0 1px #ffffff1a,0 4px 20px #00000026;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-integration-icons{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.hero-integration-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;display:block}.hero-integration-badge-text{font-size:15px;line-height:1.45;font-weight:500;color:#fffffff0;letter-spacing:.01em;text-align:center}.hero-integration-badge-line2{display:inline}.cta-section{max-width:100%;margin:15px auto 0;position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center}.waitlist-form{display:flex;flex-direction:column;gap:2px;margin-bottom:0;align-items:center}.waitlist-form-stack{display:flex;flex-direction:column;align-items:stretch;width:-moz-max-content;width:max-content;max-width:100%}.waitlist-form-email-column{flex:1;max-width:180px}.waitlist-form-hint{display:flex;align-items:flex-start;gap:3px;margin:8px 0 0;padding:0;width:100%;font-size:12px;line-height:1.45;font-weight:500;color:#ffffffbf;text-align:left}.waitlist-form-hint--stacked{display:none}.waitlist-form-hint-icon{flex-shrink:0;width:1em;height:1em;display:block;margin-top:calc((1.45em - 1em) / 2 - .1px);color:#fffc}.waitlist-form-hint-text{min-width:0;line-height:1.45}.waitlist-form-hint-text strong{font-weight:700;color:#ffffffeb}.waitlist-form-row{display:flex;flex-direction:row;gap:12px;align-items:flex-start;justify-content:center}.waitlist-form-row button{flex-shrink:0}.input-wrapper{width:100%;display:flex;flex-direction:column;position:relative}.waitlist-form-row input{height:47px;border:2px solid #e2e8f0}.waitlist-form-row input:focus{border-color:#1e293b}.waitlist-form-row input.input-error{border-color:#ef4444}.waitlist-form-row input.input-error:focus{border-color:#ef4444}.email-error-message{position:absolute;top:-20px;left:2px;margin-top:4px;font-size:10px;color:#ef4444;font-weight:500;line-height:1.4;white-space:nowrap}input{padding:14px 18px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .3s,background-color .3s;color:#1e293b;background:#fff}input:focus{outline:none;border-color:#10b981;background:#fff}input::-moz-placeholder{color:#94a3b8}input::placeholder{color:#94a3b8}.hero-container button{padding:14px 32px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,background-color .2s;white-space:nowrap;flex-shrink:0}.hero-container button:hover{background-color:#059669}.hero-container button:disabled{cursor:not-allowed;transform:none}.hero-container button:disabled:hover{cursor:not-allowed;transform:none;box-shadow:none;background-color:#10b981}@media (max-width: 922px){.main-content{padding-top:30px;padding-bottom:0}.hero-text{padding:0 20px}.headline{font-size:44px;margin:0}.subheadline{font-size:20px}.hero-integration-badge{padding:9px 16px;gap:8px 8px}.hero-integration-badge-text{font-size:12px}.hero-integration-icon{width:15px;height:15px}}@media (max-width: 617px){.sub-headline-second-line{display:inline-block;margin:3px 30px}.main-content{padding-top:20px}.hero-text{gap:20px}.cta-section{margin-top:0;width:auto}.waitlist-form-row{flex-direction:column;gap:0;width:auto;align-items:center}.waitlist-form-hint--unstacked{display:none}.waitlist-form-hint--stacked{display:flex;font-size:8.5px}.waitlist-form-stack{width:100%;align-items:center}.waitlist-form-email-column{margin-top:12px;width:226px;max-width:226px;padding-bottom:8px}.input-wrapper{width:100%}.waitlist-form-row input{width:100%;box-sizing:border-box}.waitlist-form-row button{width:226px;box-sizing:border-box}}@media (max-width: 416px){.hero-integration-badge{padding-left:22px;padding-right:22px;gap:16px}.hero-integration-icons{flex-shrink:0}.hero-integration-badge-text{flex:1;min-width:0;text-align:left;white-space:normal}.hero-integration-badge-line2{display:block}.hero-integration-icon{width:18px;height:18px}}.hero-animation{position:relative;width:100%;margin:14px 0 0;padding:0 4%;box-sizing:border-box;min-height:420px;overflow:visible}.hero-animation-connectors{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.hero-animation-connectors--lines,.hero-animation-connectors--particles{z-index:0}.hero-animation-connector-line{stroke:#a7f3d059;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:10 8}.hero-animation-connector-packet__head,.hero-animation-connector-packet__trail{stroke-width:1}.hero-animation-connector-packet__head{fill:#6ee7b7;filter:drop-shadow(0 0 4px rgba(110,231,183,.5))}.hero-animation-connector-packet__trail{fill:#6ee7b7bf;filter:drop-shadow(0 0 4px rgba(110,231,183,.55))}.hero-animation-left-card-anchor{width:100%}.hero-animation-zones{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;gap:4%;align-items:center;min-height:440px}.hero-animation-zone{position:relative;min-height:360px}.hero-animation-zone--left{display:flex;justify-content:flex-end;padding-right:4px}.hero-animation-left-columns{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4%;width:100%;max-width:520px;margin-left:auto}.hero-animation-left-col{display:flex;flex-direction:column;gap:14px;min-width:0}.hero-animation-mock{position:relative;width:100%;background:#fff;border-radius:10px;box-shadow:0 16px 32px -10px #00000059,0 0 0 1px #0f172a14;overflow:hidden;cursor:default;transition:transform .2s ease,box-shadow .2s ease}.hero-animation-mock button,.hero-animation-mock [role=button],.hero-animation-mock a{cursor:default}.hero-animation-left-columns .hero-animation-mock:hover,.hero-animation-right-columns .hero-animation-mock:hover{z-index:5;box-shadow:0 20px 40px -10px #0006,0 0 0 1px #0f172a1a;transform:scale(1.02)}.hero-animation-slack-window{font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11px;color:#1d1c1d}.hero-animation-slack-body-pane{padding:8px 10px 10px;background:#fff}.hero-animation-slack-message{display:flex;gap:6px;align-items:flex-start}.hero-animation-slack-message+.hero-animation-slack-message{margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}.hero-animation-slack-card--messages .hero-animation-slack-message+.hero-animation-slack-message{margin-top:6px;padding-top:0;border-top:none}.hero-animation-slack-avatar{width:24px;height:24px;border-radius:5px;flex-shrink:0}.hero-animation-slack-avatar--img{display:block;-o-object-fit:cover;object-fit:cover;background:transparent}.hero-animation-slack-message-content{min-width:0;flex:1}.hero-animation-slack-message-head{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;margin-bottom:2px;line-height:1.2;white-space:nowrap;overflow:hidden;max-width:100%}.hero-animation-slack-author{font-weight:700;font-size:12px;color:#1d1c1d;flex-shrink:0}.hero-animation-slack-title{font-size:11px;font-weight:400;color:#616061;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.hero-animation-slack-time{font-size:9px;color:#87878a;font-weight:400;flex-shrink:0;line-height:1;padding-top:1px}.hero-animation-slack-text{margin:0;font-size:12px;line-height:1.45;color:#1d1c1d;word-break:break-word}.hero-animation-slack-thread{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;margin-top:6px;max-width:100%;overflow:hidden}.hero-animation-slack-thread-faces{display:flex;align-items:center;flex-shrink:0}.hero-animation-slack-thread-face{width:14px;height:14px;border-radius:3px;border:1.5px solid #fff;box-sizing:border-box;margin-left:-4px}.hero-animation-slack-thread-face:first-child{margin-left:0}.hero-animation-slack-thread-replies{font-size:10px;font-weight:400;color:#1264a3;white-space:nowrap}.hero-animation-slack-thread-last{font-size:10px;font-weight:400;color:#87878a}.hero-animation-notion-page{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;color:#37352f}.hero-animation-notion-toolbar{display:flex;align-items:center;gap:5px;padding:6px 10px;background:#fbfbfa;font-size:10px}.hero-animation-notion-page-divider{height:1px;background:#edece9}.hero-animation-notion-brand{flex-shrink:0;border-radius:3px}.hero-animation-notion-breadcrumb{color:#37352f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-animation-notion-breadcrumb--muted{color:#9b9a97}.hero-animation-notion-breadcrumb-sep{color:#d3d1cb}.hero-animation-notion-search{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;color:#37352f}.hero-animation-notion-search-inner{padding:8px 10px 12px}.hero-animation-notion-search-field{display:flex;align-items:center;gap:8px;padding:6px 8px;margin-bottom:10px;background:#f7f7f5;border:1px solid #e9e9e7;border-radius:6px}.hero-animation-notion-search-svg{flex-shrink:0;color:#9b9a97}.hero-animation-notion-search-query{flex:1;min-width:0;font-size:12px;line-height:1.3;color:#37352f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-animation-notion-search-empty{margin:0;padding:14px 4px 4px;font-size:11px;color:#9b9a97;text-align:center}.hero-animation-notion-page-inner{padding:8px 10px 10px}.hero-animation-notion-page-title{margin:0;font-size:14px;font-weight:700;line-height:1.25;color:#37352f;display:flex;flex-wrap:nowrap;align-items:center;gap:6px}.hero-animation-notion-page-content-divider{height:1px;margin:8px 0;background:#edece9}.hero-animation-notion-page-content{padding-top:0}.hero-animation-notion-page-icon{font-size:18px;line-height:1;flex-shrink:0}.hero-animation-notion-page-title-text{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-animation-notion-wip{margin-left:auto;flex-shrink:0;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#c2410c;background:#ffedd5;padding:2px 6px;border-radius:4px;vertical-align:middle}.hero-animation-notion-verified{margin-left:auto;flex-shrink:0;font-size:9px;font-weight:600;letter-spacing:.02em;color:#1d4ed8;background:#dbeafe;padding:2px 6px;border-radius:4px;vertical-align:middle}.hero-animation-notion-callout{display:flex;align-items:flex-start;gap:6px;margin:0 0 8px;padding:6px 8px;border-radius:4px;font-size:11px;line-height:1.35}.hero-animation-notion-callout--todo{background:#fde8e8;color:#b91c1c;border:1px solid #fecaca}.hero-animation-notion-callout-icon{flex-shrink:0;font-size:11px;line-height:1.35}.hero-animation-notion-page-links{margin:0 0 10px;padding:0;list-style:none}.hero-animation-notion-page-links li{display:flex;align-items:center;gap:5px;margin-bottom:4px;font-size:11px}.hero-animation-notion-link-emoji{flex-shrink:0;font-size:11px;opacity:.85}.hero-animation-notion-link-text{color:#37352f;text-decoration:underline;text-decoration-color:#37352f59;text-underline-offset:2px}.hero-animation-notion-meta{margin:0;font-size:10px;color:#9b9a97}.hero-animation-zone--center{display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:3}.hero-animation-logo-wrap{position:relative;display:flex;align-items:center;justify-content:center}.hero-animation-logo{position:relative;z-index:1;width:160px;height:160px;display:block}.hero-animation-logo-last-circle{fill:#fff;stroke:transparent;stroke-width:0;transform-box:fill-box;transform-origin:center;opacity:0;transform:scaleY(.08);transition:opacity .14s ease,transform .42s cubic-bezier(.2,.8,.2,1)}.hero-animation-logo-wrap--awake .hero-animation-logo-last-circle{opacity:1;transform:scaleY(1);transition-delay:0ms,0ms}.hero-animation-logo-eyelid{opacity:1;transition:opacity .18s ease}.hero-animation-logo-wrap--awake .hero-animation-logo-eyelid{opacity:0;transition-delay:80ms}.hero-animation-logo-zzz{position:absolute;z-index:0;bottom:85%;left:90%;width:300px;height:90px;margin-bottom:2px;transform:translate(-50%);pointer-events:none;opacity:1;transition:opacity .5s ease 0ms}.hero-animation-logo-wrap--awake .hero-animation-logo-zzz{opacity:0;transition-delay:80ms}.hero-animation-logo-z{position:absolute;display:block;width:var(--z-size, 14px);height:calc(var(--z-size, 14px) * 1.34);color:#fffffff0;opacity:var(--z-opacity, .82);transform:translate(-50%,50%) rotate(var(--z-rot, 0deg));transform-origin:center;animation:hero-animation-logo-z-float var(--z-dur, 3.2s) cubic-bezier(.45,0,.55,1) infinite;animation-delay:var(--z-delay, 0s);will-change:transform,opacity}.hero-animation-logo-z-svg{display:block;width:100%;height:100%;overflow:visible}.hero-animation-logo-z-path{fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill;filter:drop-shadow(0 1px 0 rgba(30,41,59,.35)) drop-shadow(0 3px 8px rgba(15,23,42,.12))}.hero-animation-logo-z--1{--z-rot: -34deg;--z-delay: 0s;--z-dur: 3.4s;--z-opacity: .72;left:24%;bottom:6%;--z-size: 10px}.hero-animation-logo-z--2{--z-rot: -30deg;--z-delay: .4s;--z-dur: 3.7s;left:12%;bottom:16%;--z-size: 12px}.hero-animation-logo-z--3{--z-rot: -36deg;--z-delay: .85s;--z-dur: 3.2s;--z-opacity: .76;left:34%;bottom:14%;--z-size: 11px}.hero-animation-logo-z--4{--z-rot: -32deg;--z-delay: 1.2s;left:18%;bottom:30%;--z-size: 14px}.hero-animation-logo-z--5{--z-rot: -35deg;--z-delay: .25s;--z-dur: 3.5s;left:36%;bottom:28%;--z-size: 13px}.hero-animation-logo-z--6{--z-rot: -33deg;--z-delay: .65s;--z-dur: 3.9s;left:14%;bottom:42%;--z-size: 10px}.hero-animation-logo-z--7{--z-rot: -31deg;--z-delay: 1.05s;--z-opacity: .74;left:28%;bottom:44%;--z-size: 15px}.hero-animation-logo-z--8{--z-rot: -34deg;--z-delay: .5s;--z-dur: 4.1s;left:22%;bottom:54%;--z-size: 12px}.hero-animation-logo-z--9{--z-rot: -36deg;--z-delay: .95s;--z-dur: 3.6s;left:32%;bottom:60%;--z-size: 17px}.hero-animation-logo-z--10{--z-rot: -38deg;--z-delay: .55s;--z-dur: 3.3s;--z-opacity: .7;left:24%;bottom:20%;--z-size: 11px}.hero-animation-logo-z--11{--z-rot: -34deg;--z-delay: .3s;--z-dur: 3.4s;left:17%;bottom:0%;--z-size: 12px}@keyframes hero-animation-logo-z-float{0%,to{transform:translate(-50%,50%) rotate(var(--z-rot, 0deg)) translate(0) scale(1);opacity:calc(var(--z-opacity, .82) * .82)}50%{transform:translate(-50%,50%) rotate(var(--z-rot, 0deg)) translate(var(--z-drift-x, 2px),var(--z-drift-y, -3px)) scale(1.03);opacity:var(--z-opacity, .94)}}@media (prefers-reduced-motion: reduce){.hero-animation-logo-z{animation:none;opacity:var(--z-opacity, .88)}.hero-animation-logo-z-path{filter:drop-shadow(0 1px 0 rgba(30,41,59,.3))}}.hero-animation-zone--right{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:auto;padding-top:0}.hero-animation-right-columns{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4%;width:100%;max-width:520px}.hero-animation-right-col{display:flex;flex-direction:column;gap:14px;min-width:0}.hero-animation-slack-text strong{font-weight:700}.hero-animation-carousel-controls{display:none}.hero-animation-slack-chip{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:2px 7px;font-family:inherit;font-size:12px;font-weight:500;line-height:1.35;color:#1264a3;background:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:0 1px #0000000f;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-animation-slack-text+.hero-animation-slack-chip{margin-top:6px}.hero-animation-slack-chip--platform{margin-top:0;padding:2px 6px;font-size:11px;font-weight:400;color:#1d1c1d;background:#f8f8f8;border-color:#e3e3e3}.hero-animation-slack-status-list{margin:0;padding:0;list-style:none;font-size:11px;font-weight:400;line-height:1.2;color:#616061}.hero-animation-slack-status-list li+li{margin-top:4px}.hero-animation-slack-review-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:8px}.hero-animation-slack-chip img{display:block;border-radius:2px;flex-shrink:0}.hero-animation-notion-section-title{margin:0 0 6px;font-size:13px;font-weight:700;color:#37352f}.hero-animation-notion-section-title+.hero-animation-notion-table{margin-top:0}.hero-animation-notion-table{width:100%;border-collapse:collapse;table-layout:fixed;margin:0 0 12px;font-size:10px;color:#37352f}.hero-animation-notion-table th,.hero-animation-notion-table td{padding:4px 6px;text-align:left;vertical-align:top;border:1px solid #e9e9e7}.hero-animation-notion-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-animation-notion-table th{font-weight:600;background:#f7f7f5;color:#6b6b6b}.hero-animation-notion-table-row--review td{background:#fafaf9}.hero-animation-notion-table .hero-animation-notion-inline-review{align-items:center}.hero-animation-notion-table .hero-animation-notion-review-actions{margin-top:0}.hero-animation-notion-inline-review{display:flex;align-items:flex-start;gap:5px}.hero-animation-notion-review-actions{display:inline-flex;flex-shrink:0;align-items:center;gap:2px;margin-top:2.5px}.hero-animation-notion-review-action{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:3px;font-size:7px;font-weight:700;line-height:1;border:1px solid transparent}.hero-animation-notion-review-action--accept{color:#3d7a52;background:#e3f5e8;border-color:#c8e6d0}.hero-animation-notion-review-action--reject{color:#a85454;background:#fce8e8;border-color:#f0d0d0}.hero-animation-notion-diff-add{color:#1a7f37}.hero-animation-notion-diff-del{color:#cf222e;text-decoration:line-through}.hero-animation-notion-review-row{display:flex;align-items:flex-start;gap:5px;margin-bottom:8px}.hero-animation-notion-review-row-content{flex:1;min-width:0}.hero-animation-notion-review-paragraph{margin:0;font-size:10px;line-height:1.45;color:#37352f}.hero-animation-notion-review-callout{padding:6px 8px;background:#f7f7f5;border-radius:4px;border:1px solid #e9e9e7}.hero-animation-notion-review-callout .hero-animation-notion-review-paragraph{color:#1a7f37}@media (max-width: 1024px){.hero-animation-zones,.hero-animation-left-columns,.hero-animation-right-columns{gap:2%}.hero-animation-slack-text,.hero-animation-slack-title{font-size:10px}.hero-animation-slack-time{font-size:8px}.hero-animation-slack-status-list{font-size:9px}.hero-animation-slack-author{font-size:10px}.hero-animation-slack-chip--platform{font-size:8px}.hero-animation-slack-thread-replies{font-size:9px}.hero-animation-slack-thread-last,.hero-animation-notion-toolbar{font-size:8px}.hero-animation-notion-search-query{font-size:10px}.hero-animation-notion-search-empty{font-size:10px;padding:0}.hero-animation-notion-page-title,.hero-animation-notion-page-icon{font-size:12px}.hero-animation-notion-wip,.hero-animation-notion-verified,.hero-animation-notion-callout,.hero-animation-notion-callout-icon{font-size:8px}.hero-animation-notion-page-links,.hero-animation-notion-page-links li{font-size:10px}.hero-animation-notion-table{font-size:8px}.hero-animation-notion-section-title{font-size:12px}.hero-animation-notion-review-paragraph,.hero-animation-notion-meta{font-size:8px}}@media (max-width: 922px){:root{--hero-animation-inline-pad: 24px}.hero-animation-connectors--lines,.hero-animation-connectors--particles{display:block}.hero-animation-zone{min-height:auto}.hero-animation-logo{height:120px;width:120px}.hero-animation{min-height:auto;padding:0 24px;overflow-x:hidden;margin-top:48px}.hero-animation-zones{grid-template-columns:1fr;gap:0;min-height:auto}.hero-animation-zone--left{justify-content:center;padding-right:0}.hero-animation-zone--center{width:100%;order:2;justify-content:center;margin-top:70px;margin-bottom:25px}.hero-animation-zone--right{order:3;align-items:center;padding-top:0}.hero-animation-mock{box-shadow:none;border:1px solid rgba(15,23,42,.1)}.hero-animation-left-columns .hero-animation-mock:hover,.hero-animation-right-columns .hero-animation-mock:hover{transform:none;box-shadow:none}}@media (min-width: 618px) and (max-width: 922px){.hero-animation-zone--left,.hero-animation-zone--right{display:flex;align-items:center;justify-content:center}.hero-animation-left-columns,.hero-animation-right-columns{width:100%;max-width:100%;margin-left:0;margin-right:0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px;overflow:visible;padding:10px 0}.hero-animation-left-col,.hero-animation-right-col{display:flex;flex-direction:column;justify-content:center;gap:12px;min-width:0}.hero-animation-zone--left,.hero-animation-zone--right{width:100%}}@media (max-width: 617px){:root{--hero-animation-carousel-slide-size: 75vw;--hero-animation-carousel-gutter: calc((100% - var(--hero-animation-carousel-slide-size)) / 2);--hero-animation-carousel-gap: 12px}.hero-animation{margin-top:36px;margin-bottom:48px}.hero-animation-carousel-wrap{width:100%;display:flex;flex-direction:column;align-items:stretch}.hero-animation-left-columns,.hero-animation-right-columns{width:calc(100% + (2 * var(--hero-animation-inline-pad)));max-width:100vw;margin-left:calc(-1 * var(--hero-animation-inline-pad));margin-right:calc(-1 * var(--hero-animation-inline-pad));display:flex;flex-wrap:nowrap;gap:var(--hero-animation-carousel-gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--hero-animation-carousel-gutter);padding:10px var(--hero-animation-carousel-gutter);-webkit-overflow-scrolling:touch}.hero-animation-left-col{display:contents}.hero-animation-carousel-slide{box-sizing:border-box;flex:0 0 var(--hero-animation-carousel-slide-size);width:var(--hero-animation-carousel-slide-size);min-width:0;display:flex;flex-direction:column;scroll-snap-align:center;scroll-snap-stop:always}.hero-animation-carousel-slide--right,.hero-animation-carousel-slide--left{display:flex;flex-direction:column;gap:14px}.hero-animation-carousel-slide .hero-animation-card-anchor{flex:0 0 auto;width:100%;min-width:0}.hero-animation-card-anchor .hero-animation-mock{transition:opacity .16s ease,filter .16s ease,transform .2s ease,box-shadow .2s ease}.hero-animation-carousel-slide[data-active=false] .hero-animation-mock{filter:none}.hero-animation-carousel-slide[data-active=true] .hero-animation-card-anchor[data-active=false] .hero-animation-mock{opacity:0;filter:none}.hero-animation-carousel-controls{display:flex;align-items:center;justify-content:center;gap:8px;padding:0;align-self:center;position:relative;z-index:5}.hero-container .hero-animation-carousel-dot,.hero-animation-carousel-dot{padding:0!important;background:transparent!important;border:0!important;border-radius:999px!important;box-shadow:none!important;color:inherit!important;font:inherit!important;line-height:normal!important;text-transform:none!important;transition:none!important;width:16px!important;height:16px!important;min-width:16px!important;display:grid!important;place-items:center!important;cursor:pointer;-webkit-tap-highlight-color:transparent}.hero-animation-carousel-dot:before{content:"";width:7px;height:7px;border-radius:999px;background:#ffffffbf}.hero-animation-carousel-dot--active{background:transparent}.hero-animation-carousel-dot--active:before{background:#0f172af2}.hero-animation-carousel-dot:focus-visible{outline:2px solid rgba(16,185,129,.55);outline-offset:3px}.hero-animation-carousel-dot:disabled{cursor:default}.hero-animation-left-columns::-webkit-scrollbar,.hero-animation-right-columns::-webkit-scrollbar{display:none}.hero-animation-left-columns,.hero-animation-right-columns{scrollbar-width:none}}@media (max-width: 922px) and (max-height: 850px){.hero-animation-zone--center{margin-top:30px;margin-bottom:20px}.hero-animation-logo{height:80px;width:80px}.hero-animation-logo-zzz{width:200px;height:56px;transform:translate(-50%) scale(.72);transform-origin:bottom center;left:78%}.hero-animation-logo-z-path{stroke-width:2}.hero-animation-slack-body-pane{padding:5px 7px 6px}.hero-animation-notion-toolbar{padding:4px 7px}.hero-animation-notion-page-inner{padding:5px 7px 6px}.hero-animation-notion-search-inner{padding:5px 7px 8px}.hero-animation-notion-search-field{padding:4px 6px;margin-bottom:6px}.hero-animation-notion-search-empty{padding:8px 2px 2px}.hero-animation-notion-callout{padding:4px 6px}.hero-animation-notion-page-content-divider{margin:5px 0}.hero-animation-carousel-slide--left,.hero-animation-carousel-slide--right{gap:8px}.hero-animation-slack-text,.hero-animation-slack-title{font-size:8px}.hero-animation-slack-time{font-size:6px}.hero-animation-slack-status-list{font-size:7px}.hero-animation-slack-author{font-size:8px}.hero-animation-slack-chip--platform{font-size:6px}.hero-animation-slack-thread-replies{font-size:7px}.hero-animation-slack-thread-last,.hero-animation-notion-toolbar{font-size:6px}.hero-animation-notion-search-query{font-size:8px}.hero-animation-notion-search-empty{font-size:8px;padding:0}.hero-animation-notion-page-title,.hero-animation-notion-page-icon{font-size:12px}.hero-animation-notion-wip,.hero-animation-notion-verified,.hero-animation-notion-callout,.hero-animation-notion-callout-icon{font-size:6px}.hero-animation-notion-page-links,.hero-animation-notion-page-links li{font-size:8px}.hero-animation-notion-table{font-size:6px}.hero-animation-notion-section-title{font-size:12px}.hero-animation-notion-review-paragraph,.hero-animation-notion-meta{font-size:6px}}.main-cta-button{padding:14px 32px;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,background-color .2s;white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden;z-index:1}.main-cta-button.green{background:#10b981}.main-cta-button.blue{background:#1e293b}.main-cta-button:before{content:"";position:absolute;top:-50%;left:-100%;width:200%;height:200%;animation:light-sweep 3s infinite;z-index:0;pointer-events:none}.main-cta-button.blue:before{background:linear-gradient(45deg,transparent 30%,rgba(100,116,139,.12) 50%,transparent 70%)}.main-cta-button.green:before{background:linear-gradient(45deg,transparent 30%,rgba(30,41,59,.15) 50%,transparent 70%)}@keyframes light-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.main-cta-button.blue:hover{background-color:#293649}.main-cta-button.green:hover{background-color:#059669}.main-cta-button:disabled:before{animation:none}button:disabled{cursor:not-allowed;transform:none}.main-cta-button:disabled:hover{cursor:not-allowed;transform:none;box-shadow:none;background-color:#10b981}.main-cta-button.blue:disabled:hover{background-color:#1e293b}.main-cta-button.green:disabled:hover{background-color:#10b981}.main-cta-button:disabled{cursor:not-allowed;transform:none}.main-cta-content{display:inline-block;position:relative}.main-cta-text-visible{display:inline-block}.main-cta-text-hidden{display:inline-block;visibility:hidden}.main-cta-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center}.main-cta-spinner{width:25px;height:25px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:main-cta-spin .8s linear infinite}@keyframes main-cta-spin{to{transform:rotate(360deg)}}.alt-cta-button{padding:13px 0;color:#f8fafc;background:transparent;text-decoration:none;border-radius:8px;border:2px solid transparent;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s,transform .2s;white-space:nowrap;flex-shrink:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;line-height:1;position:relative;gap:6px}.alt-cta-icon{flex-shrink:0;opacity:.95;display:block;transform:translateY(.2px)}.alt-cta-button:after{content:"";position:absolute;bottom:8px;left:0;width:0;height:2px;background:#f8fafc;transition:width .5s ease-out}.alt-cta-button:hover{background:transparent}.alt-cta-button:hover:after{width:100%}.floating-title{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);z-index:20;display:flex;justify-content:center;padding:0 20px;width:100%;max-width:1200px;box-sizing:border-box}.floating-title-inner{position:relative;z-index:1;background:#fff;padding:24px 50px 30px;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;gap:10px}.floating-title-text{color:#1e293b;font-size:42px;font-weight:700;margin:0;text-align:center;line-height:1.15}.floating-title-subtitle{font-size:24px;font-weight:600;line-height:1.4;color:#10b981;margin:0;text-align:center;max-width:520px}@media (max-width: 922px){.floating-title-text{font-size:32px}.floating-title-subtitle{font-size:18px}}@media (max-width: 526px){.floating-title-inner{padding-top:16px;padding-bottom:20px}}@media (max-width: 447px){.floating-title-inner{padding-left:12px;padding-right:12px}}.before-after-section{position:relative;z-index:2;width:100%;max-width:100vw;box-sizing:border-box;background:transparent;padding:120px 24px 48px;display:flex;flex-direction:column;align-items:center;overflow:visible}.before-after-section__inner{position:relative;z-index:1;width:100%;max-width:1040px;display:flex;flex-direction:column;align-items:center;text-align:left;gap:28px}.before-after-section__panels{display:grid;width:100%;margin-top:12px}.before-after-section__panel{grid-area:1 / 1;width:100%;visibility:hidden;pointer-events:none}.before-after-section__panel--active{visibility:visible;pointer-events:auto}@media (max-width: 768px){.before-after-section{padding-left:20px;padding-right:20px;padding-bottom:0}.before-after-section__inner{gap:22px}}@media (max-width: 480px){.before-after-section{padding-left:16px;padding-right:16px}}@media (max-width: 473px){.before-after-section{padding-top:132px}}@media (max-width: 397px){.before-after-section{padding-top:144px}}.before-after-toggle{--before-after-toggle-motion: .28s cubic-bezier(.4, 0, .2, 1);position:relative;display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:9999px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 4px 12px #0000000f}.before-after-toggle__indicator{position:absolute;top:0;left:0;border-radius:9999px;background:#10b9811f;pointer-events:none;z-index:0;transition:transform var(--before-after-toggle-motion),width var(--before-after-toggle-motion),height var(--before-after-toggle-motion);will-change:transform,width,height}.before-after-toggle__btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:transparent;color:#64748b;font-size:15px;font-weight:500;line-height:1.45;padding:10px 18px;border-radius:9999px;cursor:pointer;white-space:nowrap;letter-spacing:.01em}.before-after-toggle__icon{flex-shrink:0}.before-after-toggle__btn:hover,.before-after-toggle__btn--active{color:#10b981}@media (prefers-reduced-motion: reduce){.before-after-toggle__indicator,.before-after-toggle__btn{transition:none}}@media (max-width: 640px){.before-after-toggle{flex-wrap:wrap;justify-content:center;max-width:100%}.before-after-toggle__btn{font-size:13px;padding:8px 14px;gap:4px}}@media (max-width: 480px){.before-after-toggle{display:flex;width:100%;gap:2px;padding:3px;flex-wrap:nowrap}.before-after-toggle__btn{flex:1 1 0;min-width:0;justify-content:center;font-size:12px;padding:8px 4px;gap:3px}.before-after-toggle__icon{width:12px;height:12px}}.comparison-card{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;border-radius:12px;min-width:0;flex:1;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a;position:relative;transform:scale(1);transition:transform .2s cubic-bezier(.4,0,.2,1)}.comparison-card--pain{--comparison-card-strike: color-mix(in srgb, #64748b 50%, transparent);background:#fff;transform-origin:center right}.comparison-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.comparison-card__icon--pain{background:#f1f5f9;color:#64748b}.comparison-card--solution{transform-origin:center left}.comparison-card__icon--solution{background:#10b9811f;color:#10b981;transition:background .22s cubic-bezier(.4,0,.2,1)}.comparison-card--solution .comparison-card__title{transition:color .22s cubic-bezier(.4,0,.2,1)}.comparison-card__body{min-width:0}.comparison-card__title{font-size:15px;font-weight:600;line-height:1.35;color:#1e293b;margin:0 0 6px;letter-spacing:.01em}.comparison-card__description{font-size:14px;line-height:1.5;margin:0}.comparison-card--pain .comparison-card__description{position:relative}.comparison-card--pain .comparison-card__strike-target{display:inline-block;width:-moz-fit-content;width:fit-content;max-width:100%;position:relative;vertical-align:top}.comparison-card__strike-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.comparison-card--pain .comparison-card__strike-overlay-line{position:absolute;height:1.5px;background-color:var(--comparison-card-strike);transform:scaleX(0);transform-origin:left center;transition:transform .38s ease-in}.comparison-card--pain .comparison-card__title{color:#293649}.comparison-card--pain .comparison-card__description{color:#64748b}.comparison-card--solution .comparison-card__description{color:#293649}@media (prefers-reduced-motion: reduce){.comparison-card,.comparison-card--pain .comparison-card__strike-overlay-line{transition:none}}@media (max-width: 768px){.comparison-card--pain,.comparison-card--solution{transform-origin:center}.comparison-card{padding:16px 18px}.comparison-card__title{font-size:14px}.comparison-card__description{font-size:13px}.comparison-card--solution.shine-border--always:before{opacity:0}.comparison-row:has(.comparison-card:hover) .comparison-card--solution.shine-border--always:before{opacity:1}}.comparison-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.comparison-row:has(.comparison-card:hover) .comparison-card--pain,.comparison-row:has(.comparison-card:hover) .comparison-card--solution{transform:scale(1.025);z-index:2}@media (prefers-reduced-motion: reduce){.comparison-row:has(.comparison-card:hover) .comparison-card--pain,.comparison-row:has(.comparison-card:hover) .comparison-card--solution{transform:scale(1)}}.comparison-row__arrow{color:#94a3b8;font-size:18px;line-height:1;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .22s cubic-bezier(.4,0,.2,1)}.comparison-row:has(.comparison-card:hover) .comparison-row__arrow{color:#10b981}.comparison-row:has(.comparison-card:hover) .comparison-card--solution .comparison-card__title{color:#10b981}.comparison-row:has(.comparison-card:hover) .comparison-card--solution .comparison-card__icon--solution{background:#10b9813d}.comparison-row:has(.comparison-card:hover) .comparison-card--pain .comparison-card__strike-overlay--title .comparison-card__strike-overlay-line{transform:scaleX(1);transition:transform .42s ease-out;transition-delay:calc(.04s + var(--strike-line-index) * .15s)}.comparison-row:has(.comparison-card:hover) .comparison-card--pain .comparison-card__description .comparison-card__strike-overlay-line{transform:scaleX(1);transition:transform .48s ease-out;transition-delay:calc(.2s + var(--strike-line-index) * .15s)}@media (max-width: 768px){.comparison-row{grid-template-columns:1fr;gap:10px;position:relative;padding-bottom:48px}.comparison-row:after{content:"";position:absolute;left:50%;bottom:24px;width:38%;height:1px;transform:translate(-50%);background:#10b98159}.comparison-row__arrow{text-align:center;transform:rotate(90deg)}}.comparison-grid{width:100%;max-width:960px;margin:0 auto}.comparison-grid__headers{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;margin-bottom:20px;padding:0 4px}.comparison-grid__header{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin:0}.comparison-grid__header--pain{color:#64748b;text-align:left}.comparison-grid__header--solution{color:#10b981;text-align:right}.comparison-grid__header-spacer{width:18px}.comparison-grid__rows{display:flex;flex-direction:column;gap:14px}@media (max-width: 768px){.comparison-grid__headers{grid-template-columns:1fr 1fr;gap:12px}.comparison-grid__header-spacer{display:none}.comparison-grid__header--solution{text-align:right}.comparison-grid__rows{gap:0}}.features-section{flex:1;display:flex;flex-direction:column;background:transparent;padding:0 20px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;gap:0;position:relative;z-index:1;min-height:0}.features-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:130px;margin:48px 8% 30px;flex:0 0 auto}.features-section-tail{margin-top:auto;width:100%;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;position:relative;z-index:1}.features-section-footer{position:relative;z-index:1;width:calc(100% + 40px);max-width:100vw;margin-left:-20px;margin-right:-20px;box-sizing:border-box;flex-shrink:0}.features-waitlist-cta{display:flex;justify-content:center;align-items:center;padding:0;width:auto;box-sizing:border-box}.features-cta-pill{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:30px 52px 35px;margin:40px auto 0;border-radius:60px;background:#1e293b;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;box-sizing:border-box;align-self:center;position:relative;isolation:isolate;overflow:hidden}.features-cta-pill:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/triangles-modal.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.8;z-index:-1;border-radius:inherit;transform:rotate(180deg);pointer-events:none}.features-cta-pill-text{font-size:36px;line-height:1.15;font-weight:600;letter-spacing:-.5px;color:#fffffff0;text-align:center;padding:0}.feature-item{display:flex;gap:60px;align-items:flex-start}.feature-text{flex:1;padding:40px;display:flex;flex-direction:column;gap:0;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;border:1px solid rgba(0,0,0,.05)}.feature-title{font-size:36px;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.5px}.feature-subtitle{font-size:30px;font-weight:600;color:#10b981;margin:0 0 16px;letter-spacing:-.3px}.feature-description{font-size:18px;line-height:1.6;color:#475569;margin:0}.feature-visual{flex:1;width:100%;background:#ffffff80;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:16px;overflow:visible;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;border:1px solid rgba(0,0,0,.05)}.feature-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:12px}@media (max-width: 1023px){.features-section{padding:24px 16px 0}.features-content{gap:80px;margin:0 0 30px}.feature-item{flex-direction:column;gap:16px;align-items:stretch}.feature-text{padding:16px}.feature-title{font-size:26px}.feature-subtitle{font-size:22px;margin-bottom:4px}.feature-description{font-size:16px;line-height:1.55}.feature-visual,.feature-video{min-height:200px}.features-section-footer{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}.features-cta-pill{width:100%;max-width:100%;padding:22px 20px 26px;gap:12px;margin-top:0;margin-bottom:0;align-self:stretch}.features-waitlist-cta{width:100%}}@media (max-width: 1024px){.feature-text{box-shadow:0 10px 10px -6px #0003,0 6px 6px -6px #0000001a}.feature-visual{box-shadow:0 5px 5px -6px #0003,0 6px 6px -6px #0000001a}}@media (max-width: 768px){.features-content{margin:0 0 30px;gap:30px}.feature-title{font-size:24px}.feature-subtitle{font-size:20px}.feature-description{font-size:16px}.features-cta-pill-text{font-size:28px}.features-waitlist-cta .main-cta-button{max-width:100%;padding:11px 18px;white-space:normal;text-align:center;line-height:1.35}}.features-footer{width:100%;display:flex;justify-content:center;align-items:center;padding:24px;margin-top:55px;flex-shrink:0;background:#1e293b;position:relative;z-index:2;isolation:isolate;box-shadow:0 -12px 28px -16px #1e293b26,0 -4px 16px -8px #3341551c}.features-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/triangles-modal.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.5;z-index:0;transform:rotate(180deg);pointer-events:none}.features-footer-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;max-width:none;width:100%;position:relative;z-index:1}.features-footer-col{display:flex;flex-direction:column;gap:10px;min-width:0}.features-footer-col--left{align-items:flex-start;text-align:left}.features-footer-col--right{align-items:flex-end;text-align:right}.features-footer-text{color:#fff;font-size:14px;margin:0;text-align:inherit;opacity:1;white-space:nowrap}.features-footer-right-row{display:inline}.features-footer-separator{opacity:.9}.features-footer-gdpr-line{display:inline}.features-footer-lock-icon{width:1em;height:1em;color:#fff;opacity:.8;display:inline-block;vertical-align:baseline;margin-right:.35em;position:relative;top:.1em}.features-footer-text a{color:#fff;text-decoration:none;transition:color .2s ease;cursor:pointer;position:relative}.features-footer-text a:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1.3px;background:currentColor;transition:width .5s ease-out}.features-footer-text a.features-footer-email:after{transition-duration:.85s}.features-footer-text a:hover:after{width:100%}@media (max-width: 1024px){.features-footer{margin-top:30px}}@media (max-width: 896px){.features-footer-inner{flex-direction:column-reverse;align-items:center;text-align:center;gap:.5rem}}@media (max-width: 600px){.features-footer-text{font-size:12px}}@media (max-width: 513px){.features-footer-col--right .features-footer-text{white-space:normal}.features-footer-right-row{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;-moz-column-gap:10px;column-gap:10px;row-gap:6px;text-align:center;line-height:1.5}.features-footer-separator{display:none}}
