: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;-ms-touch-action:none;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:-ms-flexbox;display:flex;-ms-flex-pack:justify;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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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;-ms-flex-item-align:start;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)}}.home{font-family:Geist,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.home .hero{padding:100px 20px 20px;background:linear-gradient(180deg,#fff 0% 100%);text-align:center}.home .hero__container{max-width:1200px;margin:5% auto 0}@media(max-width:768px){.home .hero__container{margin-top:10%}}.home .hero__highlight{display:inline-block;background-color:#fef3c7;color:#000;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:24px}.home .hero__title{font-size:56px;font-weight:700;line-height:1.2;color:#000;max-width:900px;margin:0 auto 20px}.home .hero__subtitle{color:#010101b3;text-align:center;font-size:20px;font-style:normal;font-weight:300;line-height:150%;margin:0 auto 40px}.home .hero__cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}@media(max-width:768px){.home .hero{padding:60px 20px 20px}.home .hero__title{font-size:32px}.home .hero__subtitle{font-size:16px}}.home .retention-system{padding:100px 20px 20px;background:#fff;overflow:visible;position:relative}.home .retention-system__container{max-width:1200px;margin:0 auto}.home .retention-system__diagram{position:relative;margin-top:60px;padding:0;width:100%}.home .retention-system__problems{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:0;position:relative;z-index:2;width:100%}@media(max-width:1024px){.home .retention-system__problems{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.home .retention-system__problems{grid-template-columns:1fr;gap:16px}}.home .retention-system .problem-card{border-radius:12px;border:1px solid #95b801;background:#b3da0833;color:#344002;padding:24px 28px;font-size:18px;font-weight:600;text-align:center;box-shadow:0 4px 16px #b3da0833;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:80px;display:flex;align-items:center;justify-content:center}.home .retention-system .problem-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #b3da0859}@media(max-width:1024px){.home .retention-system .problem-card{padding:20px 24px;font-size:16px;min-height:70px}}@media(max-width:768px){.home .retention-system .problem-card{padding:18px 20px;font-size:15px;min-height:60px}}.home .retention-system__connectors-top{position:relative;width:100%;height:100px;z-index:1;margin:0;padding:0}@media(max-width:1024px){.home .retention-system__connectors-top{height:80px}}@media(max-width:768px){.home .retention-system__connectors-top{height:60px}}.home .retention-system__connectors-top svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.home .retention-system__connectors-top svg path{stroke-linecap:round;stroke-linejoin:round}@media(max-width:1024px){.home .retention-system__connectors-top svg path{stroke-width:1.5}}@media(max-width:768px){.home .retention-system__connectors-top svg path{stroke-width:1.2;stroke-dasharray:3,3}}.home .retention-system__vertical-connector{position:relative;width:3px;height:50px;margin:0 auto;background:linear-gradient(180deg,#f44,#b3da08);border-radius:2px;z-index:1;transform-origin:top}@media(max-width:1024px){.home .retention-system__vertical-connector{height:40px;width:2.5px}}@media(max-width:768px){.home .retention-system__vertical-connector{height:30px;width:2px}}.home .retention-system__vertical-connector--top,.home .retention-system__vertical-connector--bottom{background:linear-gradient(180deg,#b3da08,#95b801 50% 100%);box-shadow:0 0 8px #95b80166}.home .retention-system__vertical-connector--top:before,.home .retention-system__vertical-connector--bottom:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:8px;height:8px;background:#95b801;border-radius:50%;box-shadow:0 0 12px #95b80199}.home .retention-system__vertical-connector--top:after,.home .retention-system__vertical-connector--bottom:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:8px;height:8px;background:#95b801;border-radius:50%;box-shadow:0 0 12px #95b80199}.home .retention-system__modules-wrapper{display:flex;justify-content:center;align-items:center;width:100%;margin:0;position:relative;z-index:2}@media(max-width:1024px){.home .retention-system__modules-wrapper{margin:20px 0;min-height:auto}}@media(max-width:768px){.home .retention-system__modules-wrapper{margin:15px 0}}.home .retention-system__modules-row{display:flex;align-items:center;position:relative;max-width:1200px;justify-content:center;width:100%}@media(max-width:1200px){.home .retention-system__modules-row{gap:40px;max-width:1000px}}@media(max-width:1024px){.home .retention-system__modules-row{flex-direction:column;gap:30px;max-width:100%}}@media(max-width:768px){.home .retention-system__modules-row{gap:24px}}.home .retention-system__modules-left,.home .retention-system__modules-right{display:flex;flex-direction:column;gap:24px;flex-shrink:0;opacity:1;visibility:visible}@media(max-width:1024px){.home .retention-system__modules-left,.home .retention-system__modules-right{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:20px}}@media(max-width:768px){.home .retention-system__modules-left,.home .retention-system__modules-right{flex-direction:column;width:100%;max-width:300px}}@media(max-width:1024px){.home .retention-system__modules-left{order:1}}@media(max-width:1024px){.home .retention-system__modules-right{order:3}}.home .retention-system .module-card{display:flex!important;align-items:center;gap:16px;padding:20px 36px;border-radius:12px;font-size:20px;font-weight:700;color:#fff;box-shadow:0 4px 20px #0000001f;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;min-width:240px;white-space:nowrap;position:relative;overflow:hidden;opacity:1;visibility:visible}.home .retention-system .module-card:before{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease}.home .retention-system .module-card:hover:before{opacity:1}.home .retention-system .module-card__icon{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));flex-shrink:0;display:flex;align-items:center;justify-content:center}.home .retention-system .module-card__icon img{width:100%;height:100%;object-fit:contain}.home .retention-system .module-card__label{font-size:20px;position:relative;z-index:1}@media(max-width:1024px){.home .retention-system .module-card__label{font-size:18px}}@media(max-width:768px){.home .retention-system .module-card__label{font-size:17px}}.home .retention-system .module-card--blue{background:linear-gradient(90deg,#3c85f9,#7db6fc),linear-gradient(90deg,#3c85f9,#2b7cfc),#fff}.home .retention-system .module-card--blue:hover{background:linear-gradient(90deg,#4a91ff,#3986ff)}.home .retention-system .module-card--purple{background:linear-gradient(90deg,#745cf1,#c09ff5),linear-gradient(90deg,#745cf1,#6449ef),#fff}.home .retention-system .module-card--purple:hover{background:linear-gradient(90deg,#8269f4,#7256f2)}.home .retention-system .module-card--orange{background:linear-gradient(90deg,#ee9158,#ffc98f),linear-gradient(90deg,#ee9158,#ee935c),#fff}.home .retention-system .module-card--orange:hover{background:linear-gradient(90deg,#f19e65,#f1a069)}.home .retention-system .module-card--green{background:linear-gradient(90deg,#6acaa2,#a2e5c5),linear-gradient(90deg,#6acaa2,#5cc599),#fff}.home .retention-system .module-card--green:hover{background:linear-gradient(90deg,#77d1ad,#69d0a4)}.home .retention-system .module-card:hover{transform:scale(1.05);box-shadow:0 8px 28px #0000002e}@media(max-width:1024px){.home .retention-system .module-card{min-width:200px;padding:18px 28px;gap:14px;font-size:18px}.home .retention-system .module-card__icon{width:26px;height:26px}}@media(max-width:768px){.home .retention-system .module-card{min-width:100%;padding:16px 24px;font-size:17px;gap:12px}.home .retention-system .module-card__icon{width:24px;height:24px}}.home .retention-system__side-connectors{width:160px;position:relative;flex-shrink:0}.home .retention-system__side-connectors svg{width:100%;height:100%}.home .retention-system__side-connectors svg path{stroke-linecap:round;stroke-linejoin:round}@media(max-width:1200px){.home .retention-system__side-connectors{width:120px;height:200px}.home .retention-system__side-connectors svg path{stroke-width:1.2}}@media(max-width:1024px){.home .retention-system__side-connectors{display:none}}.home .retention-system__logo{display:flex;justify-content:center;align-items:center;position:relative;z-index:3;flex-shrink:0}@media(max-width:1024px){.home .retention-system__logo{order:2}}.home .retention-system__logo:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(179,218,8,.2) 0%,rgba(179,218,8,.1) 40%,transparent 70%);z-index:1;pointer-events:none;animation:pulse 3s ease-in-out infinite}@media(max-width:1024px){.home .retention-system__logo:before{width:200px;height:200px}}@media(max-width:768px){.home .retention-system__logo:before{width:180px;height:180px}}.home .retention-system__logo .logo-circle{width:180px;height:180px;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;border-radius:50%;background:#b3da08;box-shadow:0 8px 32px #b3da084d}@media(max-width:1024px){.home .retention-system__logo .logo-circle{width:150px;height:150px}}@media(max-width:768px){.home .retention-system__logo .logo-circle{width:130px;height:130px}}.home .retention-system__logo .logo-circle svg{width:100%;height:100%}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.home .retention-system__connectors-bottom{position:relative;width:100%;height:100px;z-index:1;margin:0;padding:0}@media(max-width:1024px){.home .retention-system__connectors-bottom{height:80px}}@media(max-width:768px){.home .retention-system__connectors-bottom{height:60px}}.home .retention-system__connectors-bottom svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.home .retention-system__connectors-bottom svg path{stroke-linecap:round;stroke-linejoin:round}@media(max-width:1024px){.home .retention-system__connectors-bottom svg path{stroke-width:1.5}}@media(max-width:768px){.home .retention-system__connectors-bottom svg path{stroke-width:1.2;stroke-dasharray:3,3}}.home .retention-system__benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:0;position:relative;z-index:2;width:100%}@media(max-width:1024px){.home .retention-system__benefits{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.home .retention-system__benefits{grid-template-columns:1fr;gap:16px}}.home .retention-system .benefit-card{border-radius:12px;border:1px solid #95b801;background:#b3da0833;color:#000;padding:24px 28px;font-size:18px;font-weight:700;text-align:center;box-shadow:0 4px 16px #b3da0840;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:80px;display:flex;align-items:center;justify-content:center}.home .retention-system .benefit-card:hover{transform:translateY(-4px);border-radius:12px;border:1px solid #95b801;background:#b3da0833}@media(max-width:1024px){.home .retention-system .benefit-card{padding:20px 24px;font-size:16px;min-height:70px}}@media(max-width:768px){.home .retention-system .benefit-card{padding:18px 20px;font-size:15px;min-height:60px}}.home .retention-system__footer-text{text-align:center;font-size:18px;color:#666;line-height:1.7;max-width:900px;margin:60px auto 0;padding:0 20px;font-weight:400}@media(max-width:1024px){.home .retention-system__footer-text{font-size:17px;margin-top:50px}}@media(max-width:768px){.home .retention-system__footer-text{font-size:16px;margin-top:40px;line-height:1.6}}@media(max-width:768px){.home .retention-system{padding:60px 20px 20px}.home .retention-system__diagram{margin-top:40px}}@media print{.home .retention-system{box-shadow:none}.home .retention-system .problem-card,.home .retention-system .benefit-card,.home .retention-system .module-card{box-shadow:none;page-break-inside:avoid}}@media(prefers-reduced-motion:reduce){.home .retention-system .problem-card,.home .retention-system .benefit-card,.home .retention-system .module-card{transition:none}.home .retention-system__logo:before{animation:none}.home .retention-system__vertical-connector{transition:none}}@media(prefers-contrast:high){.home .retention-system .problem-card,.home .retention-system .benefit-card{border-width:3px}.home .retention-system .module-card{box-shadow:0 0 0 2px currentColor}.home .retention-system__vertical-connector{width:4px}.home .retention-system__vertical-connector:before,.home .retention-system__vertical-connector:after{width:10px;height:10px}}.home .how-it-works{padding:100px 20px 20px;background:#1a1a1a}.home .how-it-works__container{max-width:1200px;margin:0 auto}.home .how-it-works__timeline{position:relative;margin-top:60px;padding:60px 0}.home .how-it-works__timeline .timeline-line{position:absolute;top:125px;left:0;right:0;height:2px;background:repeating-linear-gradient(63deg,#d8fd38 0 10px,transparent 10px 18px);z-index:0}.home .how-it-works__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;position:relative;z-index:1}.home .how-it-works__steps .step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:0}.home .how-it-works__steps .step__label{font-size:20px;font-weight:600;background:linear-gradient(63deg,#d8fd38 -1.36%,#b3da08 50.56%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;top:20px;left:5px;white-space:nowrap;text-align:start}.home .how-it-works__steps .step__label span{background-image:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:#fff;color:#fff;font-size:24px;font-weight:600;line-height:110%;letter-spacing:-.24px;text-transform:capitalize}.home .how-it-works__steps .step__icon{width:120px;height:120px;background:linear-gradient(63deg,#d8fd38 -1.36%,#b3da08 50.56%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 20px #a4d23166;margin-bottom:30px}.home .how-it-works__steps .step__icon svg{width:56px;height:56px}.home .how-it-works__steps .step__title{font-size:24px;font-weight:700;color:#fff;margin:0 0 12px}.home .how-it-works__steps .step__description{font-size:15px;line-height:1.6;color:#999;margin:0;max-width:320px}@media(max-width:1024px){.home .how-it-works{padding:60px 20px 20px}.home .how-it-works__timeline{margin-top:40px;padding:40px 0}.home .how-it-works__timeline .timeline-line{display:none}.home .how-it-works__steps{grid-template-columns:1fr;gap:60px}.home .how-it-works__steps .step__label{position:static;margin-left:0;margin-bottom:15px}.home .how-it-works__steps .step__icon{width:100px;height:100px;margin-bottom:25px}.home .how-it-works__steps .step__icon svg{width:48px;height:48px}.home .how-it-works__steps .step__title{font-size:22px}}@media(max-width:768px){.home .how-it-works__steps{gap:50px}.home .how-it-works__steps .step__label{font-size:18px}.home .how-it-works__steps .step__icon{width:90px;height:90px}.home .how-it-works__steps .step__icon svg{width:44px;height:44px}.home .how-it-works__steps .step__title{font-size:20px}.home .how-it-works__steps .step__description{font-size:14px}}.home .integrations{padding:100px 20px 20px;background:#fff}.home .integrations__container{max-width:1200px;margin:0 auto}.home .integrations__content{display:flex;align-items:center;gap:64px}.home .integrations__left{flex:1;display:flex;align-items:center;gap:48px;text-align:start}.home .integrations__icons{display:flex;flex-direction:column;padding:10px;gap:16px;align-items:center}.home .integrations .integration-icon{padding:4px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.home .integrations .integration-icon:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.home .integrations .integration-icon__image{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.home .integrations .integration-icon__image img{max-width:100%;max-height:100%;object-fit:contain}.home .integrations__right{flex-shrink:0}.home .integrations__logos{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.home .integrations .integration-logo{padding:28px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;min-width:180px;min-height:100px;transition:all .3s ease}.home .integrations .integration-logo:hover{background:#f5f5f5;transform:translateY(-4px)}.home .integrations .integration-logo__image{max-width:140px;height:50px;display:flex;align-items:center;justify-content:center}.home .integrations .integration-logo__image img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:1024px){.home .integrations{padding:60px 20px 20px}.home .integrations__content{flex-direction:column;gap:48px}.home .integrations__left{flex-direction:column;align-items:flex-start;gap:32px}.home .integrations__icons{flex-direction:column;width:100%}.home .integrations__logos{grid-template-columns:repeat(2,1fr);gap:16px}.home .integrations .integration-logo{min-width:unset;padding:24px}}.home .use-cases{padding:100px 20px 20px;background:#fff}.home .use-cases__container{max-width:1200px;margin:0 auto}.home .use-cases__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}@media(max-width:1024px){.home .use-cases{padding:60px 20px 20px}.home .use-cases__grid{grid-template-columns:1fr;gap:20px;margin-top:32px}}.home .use-case-card{padding:40px 32px;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease;border-radius:16px;border:2px solid #bfc5d2;background:#fff;box-shadow:0 50px 14px #0000,0 32px 13px #00000003,0 18px 11px #0000000d,0 8px 8px #00000017,0 2px 4px #0000001a}.home .use-case-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.home .use-case-card__icon-wrapper{width:100%;max-width:312px;aspect-ratio:312/128;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.home .use-case-card__icon{width:64px;height:64px;object-fit:contain}.home .use-case-card__description{font-size:16px;font-weight:400;line-height:1.5;color:#666;margin:0}@media(max-width:1024px){.home .use-case-card{padding:32px 24px}.home .use-case-card__icon-wrapper{max-width:100%;margin-bottom:20px}.home .use-case-card__icon{width:56px;height:56px}.home .use-case-card__description{font-size:16px}}.home .comparison{padding:100px 20px 20px;background:#fff}.home .comparison__container{max-width:1200px;margin:0 auto}.home .comparison__table-wrapper{margin-top:48px;overflow-x:auto;background:#fff;border-radius:16px;border:2px solid #eaeaea;box-shadow:0 50px 14px #0000,0 32px 13px #00000003,0 18px 11px #0000000d,0 8px 8px #00000017,0 2px 4px #0000001a}.home .comparison__table{width:100%;border-collapse:separate;border-spacing:0}.home .comparison__table thead tr{border-bottom:1px solid #e5e7eb}.home .comparison__table-header{padding:24px 32px;text-align:left;font-weight:700;font-size:18px;color:#1f2937;background:#fff;border-bottom:1px solid #e5e7eb}.home .comparison__table-header--highlight{background:#d1fae5}.home .comparison__table-header--highlight .comparison__brand{display:flex;align-items:center;gap:8px;font-weight:800;font-size:18px;color:#000}.home .comparison__table-header--highlight .comparison__logo{width:60%;object-fit:contain}.home .comparison__table-header:first-child{border-top-left-radius:16px}.home .comparison__table-header:last-child{border-top-right-radius:16px}.home .comparison__table-row{border-bottom:1px solid #e5e7eb}.home .comparison__table-row:last-child .comparison__table-cell{border-bottom:none}.home .comparison__table-row:last-child .comparison__table-cell:first-child{border-bottom-left-radius:16px}.home .comparison__table-row:last-child .comparison__table-cell:last-child{border-bottom-right-radius:16px}.home .comparison__table-cell{padding:24px 32px;font-size:16px;line-height:1.5;color:#6b7280;vertical-align:top;border-bottom:1px solid #e5e7eb}.home .comparison__table-cell--category{font-weight:600;color:#1f2937}.home .comparison__table-cell--highlight{background:#d1fae5;color:#065f46;font-weight:500}@media(max-width:1024px){.home .comparison{padding:60px 20px 20px}.home .comparison__table-wrapper{margin-top:32px;border-radius:12px}.home .comparison__table-header{padding:16px 20px;font-size:14px}.home .comparison__table-header .comparison__brand{font-size:14px}.home .comparison__table-cell{padding:16px 20px;font-size:14px}}@media(max-width:768px){.home .comparison__table-wrapper{overflow-x:scroll;-webkit-overflow-scrolling:touch}.home .comparison__table{min-width:800px}}.home .final-cta{padding:100px 20px 40px;background:#1a1a1a;text-align:center;position:relative}.home .final-cta__container{max-width:800px;margin:0 auto;position:relative;z-index:1}.home .final-cta__title{font-size:48px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 20px}.home .final-cta__subtitle{font-size:20px;line-height:1.6;color:#ccc;margin:0 0 40px}.home .final-cta__subtitle span{color:#add405;font-size:24px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.24px}.home .final-cta__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.home .final-cta{padding:60px 20px 20px}.home .final-cta:before{top:-30px;height:60px}.home .final-cta__title{font-size:28px}.home .final-cta__subtitle{font-size:16px}}.home .footer-wrapper{background:#1a1a1a;width:100%}.home .footer{position:relative;padding:80px 20px 0;background:#fff;overflow:hidden;border-radius:48px 48px 0 0}.home .footer__bg-left,.home .footer__bg-right{position:absolute;z-index:0;pointer-events:none}.home .footer__bg-left img,.home .footer__bg-right img{width:100%;height:auto;display:block}.home .footer__bg-left{top:0;left:0;width:280px}.home .footer__bg-left img{object-fit:contain}.home .footer__bg-right{top:50%;right:0;transform:translateY(-50%);width:280px}.home .footer__bg-right img{object-fit:contain}.home .footer__container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.home .footer__content{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;margin-bottom:100px}.home .footer__column{display:flex;flex-direction:column}.home .footer__title{font-size:18px;font-weight:700;margin:0 0 24px;color:#1f2937}.home .footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.home .footer__list li a{color:#1f2937;text-decoration:none;font-size:16px;font-weight:400;transition:color .3s ease;display:inline-block}.home .footer__list li a:hover{color:#b4ff00}.home .footer__contact{display:flex;flex-direction:column;gap:12px}.home .footer__email{color:#0ea5e9;text-decoration:none;font-size:18px;font-weight:600;transition:opacity .3s ease}.home .footer__email:hover{opacity:.8}.home .footer__phone{color:#b4ff00;text-decoration:none;font-size:18px;font-weight:700;letter-spacing:.5px;transition:opacity .3s ease}.home .footer__phone:hover{opacity:.8}.home .footer__bottom{display:flex;justify-content:center;align-items:center;padding-top:60px}.home .footer__bottom-logo{width:100%;max-width:900px;height:auto;object-fit:contain}@media(max-width:1024px){.home .footer{padding:60px 20px 40px}.home .footer__bg-left,.home .footer__bg-right{width:200px}.home .footer__content{grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}.home .footer__title{font-size:16px;margin-bottom:20px}.home .footer__list li a,.home .footer__email,.home .footer__phone{font-size:15px}.home .footer__bottom{padding-top:40px}.home .footer__bottom-logo{max-width:600px}}@media(max-width:768px){.home .footer{padding:40px 20px 30px}.home .footer__bg-left,.home .footer__bg-right{width:150px}.home .footer__content{grid-template-columns:1fr;gap:32px;margin-bottom:40px}.home .footer__title{font-size:15px;margin-bottom:16px}.home .footer__list{gap:10px}.home .footer__list li a,.home .footer__email,.home .footer__phone{font-size:14px}.home .footer__bottom{padding-top:30px}.home .footer__bottom-logo{max-width:100%}}._header_1t1le_1{background-color:#0f0f0f;position:fixed;top:3%;z-index:1000;padding:0 12px 0 24px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s,background .3s,height .3s;width:90%;max-width:1000px;border-radius:12px;margin:0 auto;justify-self:center}._header_1t1le_1 ._container_1t1le_15{height:72px;display:flex;align-items:center;justify-content:space-between;position:relative;gap:1rem}._header_1t1le_1 ._logo_1t1le_23{display:flex;align-items:center;text-decoration:none;font-size:24px;font-weight:700;gap:2px;width:150px;min-width:120px;-webkit-user-select:none;user-select:none}._header_1t1le_1 ._logo_1t1le_23 ._logoImg_1t1le_34{height:40px;width:auto;display:block}._header_1t1le_1 ._nav_1t1le_39{display:flex;align-items:center;gap:36px}@media(max-width:1024px){._header_1t1le_1 ._nav_1t1le_39{display:none}}._header_1t1le_1 ._navItem_1t1le_49{position:relative;outline:none}._header_1t1le_1 ._navLink_1t1le_53{color:#fff;text-decoration:none;font-size:16px;font-weight:500;display:flex;align-items:center;gap:6px;transition:opacity .3s,color .3s;letter-spacing:-.01em;cursor:pointer;opacity:1}._header_1t1le_1 ._navLink_1t1le_53:hover,._header_1t1le_1 ._navLink_1t1le_53:focus{opacity:.8;color:#b3da08}._header_1t1le_1 ._navLink_1t1le_53 ._dropdownIcon_1t1le_70{font-size:10px;margin-left:2px}._header_1t1le_1 ._dropdownMenu_1t1le_74{display:none;position:absolute;left:0;top:2.5em;min-width:180px;background:#18181b;border-radius:12px;box-shadow:0 8px 32px #b3da081f;padding:.5em 0;z-index:10;flex-direction:column;gap:.2em;opacity:0;pointer-events:none;transition:opacity .2s}._header_1t1le_1 ._open_1t1le_91{display:flex;opacity:1;pointer-events:auto}._header_1t1le_1 ._dropdownItem_1t1le_96{padding:.7em 1.2em;color:#fff;font-size:15px;border-radius:8px;transition:background .18s,color .18s;cursor:pointer}._header_1t1le_1 ._dropdownItem_1t1le_96:hover,._header_1t1le_1 ._dropdownItem_1t1le_96:focus{background:#23232a;color:#b3da08}._header_1t1le_1 ._ctaButton_1t1le_108{background:#b4ff00;color:#0f0f0f;border:none;border-radius:8px;padding:12px 28px;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #b4ff0033}._header_1t1le_1 ._ctaButton_1t1le_108:hover,._header_1t1le_1 ._ctaButton_1t1le_108:focus{transform:translateY(-2px);box-shadow:0 4px 12px #b4ff004d;background:#a3e600}@media(max-width:1024px){._header_1t1le_1 ._ctaButton_1t1le_108{display:none}}._header_1t1le_1 ._menuToggle_1t1le_133{display:none;background:transparent;border:none;color:#fff;font-size:28px;cursor:pointer;margin-left:18px}@media(max-width:1024px){._header_1t1le_1 ._menuToggle_1t1le_133{display:block}}._header_1t1le_1 ._mobileMenu_1t1le_147{display:none;position:fixed;top:0;right:0;width:320px;height:100vh;background:#18181b;box-shadow:-2px 0 16px #0000002e;z-index:2000;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding:32px 24px 24px}@media(max-width:1024px){._header_1t1le_1 ._mobileMenu_1t1le_147{display:block}}._header_1t1le_1 ._open_1t1le_91{transform:translate(0)}._header_1t1le_1 ._mobileNav_1t1le_169{display:flex;flex-direction:column;gap:24px;margin-top:32px}._header_1t1le_1 ._mobileNavItem_1t1le_175{display:flex;flex-direction:column;gap:8px}._header_1t1le_1 ._mobileNavLink_1t1le_180{color:#fff;font-size:18px;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:8px;letter-spacing:-.01em;transition:color .2s}._header_1t1le_1 ._mobileNavLink_1t1le_180:hover,._header_1t1le_1 ._mobileNavLink_1t1le_180:focus{color:#b3da08}._header_1t1le_1 ._mobileDropdownMenu_1t1le_194{display:flex;flex-direction:column;gap:4px;margin-left:16px;margin-top:2px}._header_1t1le_1 ._mobileDropdownItem_1t1le_201{color:#fff;font-size:16px;padding:6px 0;border-radius:6px;text-decoration:none;transition:background .18s,color .18s}._header_1t1le_1 ._mobileDropdownItem_1t1le_201:hover,._header_1t1le_1 ._mobileDropdownItem_1t1le_201:focus{background:#23232a;color:#b3da08}._header_1t1le_1 ._mobileCtaButton_1t1le_213{background:#b4ff00;color:#0f0f0f;border:none;border-radius:8px;padding:12px 28px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #b4ff0033}._header_1t1le_1 ._mobileCtaButton_1t1le_213:hover,._header_1t1le_1 ._mobileCtaButton_1t1le_213:focus{transform:translateY(-2px);box-shadow:0 4px 12px #b4ff004d;background:#a3e600}@media(max-width:768px){._header_1t1le_1 ._container_1t1le_15{height:60px;padding:0 12px}._header_1t1le_1 ._logo_1t1le_23{font-size:20px;width:120px}._header_1t1le_1 ._ctaButton_1t1le_108{padding:10px 18px;font-size:15px}._header_1t1le_1 ._mobileMenu_1t1le_147{width:100vw;padding:24px 12px 12px}}.brand-logos{background:#efefef}.brand-logos__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.brand-logos__text{font-size:14px;color:#999;text-transform:uppercase;letter-spacing:1px;font-weight:500}.brand-logos__grid{display:flex;background:#efefef;width:100%;padding:14px 160px;gap:40px;align-items:center;flex-wrap:wrap;justify-content:space-around;border-radius:12px}.brand-logos__grid .brand-logo{transition:opacity .3s ease,transform .3s ease;aspect-ratio:1/1;max-height:48px;max-width:120px;object-fit:contain;cursor:pointer}.brand-logos__grid .brand-logo:hover{opacity:.7;transform:scale(1.05)}@media(max-width:768px){.brand-logos__grid{padding:14px 30px;gap:30px}.brand-logos__grid .brand-logo{max-height:40px;max-width:100px}}@media(max-width:480px){.brand-logos__grid{padding:14px 20px;gap:20px}.brand-logos__grid .brand-logo{max-height:36px;max-width:80px}}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;font-family:inherit;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:disabled:hover{transform:none;box-shadow:none}.btn--primary{border-radius:6px;border:1px solid rgba(241,241,241,.2);background:linear-gradient(200deg,#d8fd38 15.52%,#b3da08 85.11%);color:#000}.btn--primary:hover{background-color:#a0e600}.btn--secondary{background-color:transparent;color:#000;border:2px solid #000000}.btn--secondary:hover{background-color:#000;color:#fff}.btn--outline{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn--outline:hover{background-color:#fff;color:#000}.btn--sm{padding:8px 16px;font-size:14px}.btn--md{padding:12px 24px;font-size:16px}.btn--lg{padding:16px 32px;font-size:18px}@media(max-width:768px){.btn--lg{padding:14px 24px;font-size:16px}.btn--md{padding:10px 20px;font-size:14px}}.contact-us-popup{text-align:center}.contact-us-popup .popup-modal .header{border:none}.contact-us-popup .popup-modal .content{padding-top:0}.contact-us-popup .text3 a{text-decoration:none}.popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.popup .popup-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup .popup-modal{position:relative;background:#fff;border-radius:16px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;z-index:10000}.popup .popup-modal .header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;position:relative}.popup .popup-modal .header .title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0;padding-right:40px}.popup .popup-modal .header .closeBtn{background:#1a1a1a;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;color:#fff;position:absolute;top:15%;right:4%;width:36px;height:36px;z-index:10001;margin:0;left:unset}.popup .popup-modal .header .closeBtn:hover{background:#000;transform:scale(1.05)}.popup .popup-modal .header .closeBtn svg{width:20px;height:20px}.popup .popup-modal .content{padding:24px}.demo-booking-modal .popup-modal{max-width:600px;font-family:Geist,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.demo-booking-modal .demo-form{display:flex;flex-direction:column;gap:20px;padding:20px 0}.demo-booking-modal .demo-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:640px){.demo-booking-modal .demo-form__grid{grid-template-columns:1fr}}.demo-booking-modal .demo-form__field{display:flex;flex-direction:column;gap:8px}.demo-booking-modal .demo-form__field label{font-size:14px;font-weight:600;color:#374151}.demo-booking-modal .demo-form__field input,.demo-booking-modal .demo-form__field textarea{padding:12px 16px;border:1.5px solid #d1d5db;border-radius:8px;font-size:15px;font-family:inherit;transition:all .3s ease;color:#1f2937;background:transparent}.demo-booking-modal .demo-form__field input:focus,.demo-booking-modal .demo-form__field textarea:focus{outline:none;border-color:#b4ff00;box-shadow:0 0 0 3px #b4ff001a}.demo-booking-modal .demo-form__field input::placeholder,.demo-booking-modal .demo-form__field textarea::placeholder{color:#9ca3af}.demo-booking-modal .demo-form__field-error{color:#dc2626;font-size:13px;margin-top:-4px}.demo-booking-modal .demo-form__field textarea{resize:vertical;min-height:100px;font-family:inherit}.demo-booking-modal .demo-form__actions{margin-top:12px;display:flex;justify-content:flex-end;gap:12px}.demo-booking-modal .demo-form__actions button{min-width:150px}.section-heading{margin-bottom:48px}.section-heading--left{text-align:left}.section-heading--center{text-align:center}.section-heading--right{text-align:right}.section-heading__title{font-size:40px;font-weight:700;line-height:1.2;margin:0 0 16px;color:#000}.section-heading.title-small h2{color:#010101;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:150%;margin:0 0 16px}.section-heading.sec-title-sub p{color:#fff;text-align:center;font-family:Geist;font-size:20px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:-.24px}.section-heading__subtitle{font-size:18px;line-height:1.6;color:#666;max-width:800px;margin:0 auto}.section-heading--dark .section-heading__title{color:#fff}.section-heading--dark .section-heading__subtitle{color:#ccc}@media(max-width:768px){.section-heading{margin-bottom:32px}.section-heading__title{font-size:28px}.section-heading__subtitle{font-size:16px}}.modules{padding:100px 20px 20px;background:#1a1a1a;position:relative}.modules__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.modules__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.modules__list{display:flex;flex-direction:column;gap:1rem}.modules .module-item{display:flex;align-items:flex-start;gap:16px;padding:1.5rem;border-radius:12px;transition:all .5s ease;cursor:pointer}.modules .module-item:hover{background:#ffffff08}.modules .module-item--active{background:#ffffff0d;transform:scale(1.02)}.modules .module-item--active .module-item__description{color:#fff!important}.modules .module-item__icon{width:40px;height:40px;flex-shrink:0}.modules .module-item__content{flex:1}.modules .module-item__name{font-size:32px;font-weight:600;margin:0 0 8px;line-height:1;color:#fff}.modules .module-item__description{font-size:16px;line-height:1.6;color:#ccc;margin:0}.modules__mockup .mockup-placeholder{background:transparent;display:flex;align-items:center;justify-content:center;aspect-ratio:16/14;width:100%;overflow:hidden;position:relative}.modules__mockup .mockup-placeholder .mockup-screen{width:100%;height:100%;object-fit:contain;border-radius:20px;position:absolute;top:0;left:0}@media(max-width:1024px){.modules{padding:60px 20px 20px}.modules__grid{grid-template-columns:1fr;gap:40px}.modules__mockup .mockup-placeholder{aspect-ratio:16/11}}@media(max-width:768px){.modules__list{gap:24px}}body{margin:0;padding:0;line-height:100%}*{box-sizing:border-box}img{max-width:100%}.btn{border-radius:8px;outline:none;padding:8px 30px;font-size:18px;font-weight:700;text-align:center;cursor:pointer;transition:all .3s}.btn:disabled{cursor:not-allowed;opacity:.7}.btn.btn-primary{border-radius:100px;background:linear-gradient(180deg,#fc3e45,#ed1c24);color:#fff}.checkbox-container{display:flex;position:relative;padding-left:25px;cursor:pointer;font-size:12px;-webkit-user-select:none;user-select:none;text-align:start;color:#fff}.checkbox-container p{margin:0}.checkbox-container .link{text-decoration:underline;cursor:pointer;color:#bd001c}.checkbox-container select{padding:10px;font-size:18px;text-align:start;border:none;box-sizing:border-box;background:#f2f2f2;border-radius:4px;color:#000;width:100%;outline:none;text-align-last:center;display:flex;justify-content:center}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark{position:absolute;left:0;height:16px;width:16px;border:1px solid #ffffff;border-radius:50%}.checkbox-container .checkmark:after{content:"";position:absolute;display:none;left:4px;top:0;width:4px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}select{padding:10px;text-align:center;border:none;box-sizing:border-box;font-size:15px;background:#20202099;color:#fff;border-radius:56px;width:100%;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align-last:center;display:flex;justify-content:center}select option{background-color:#20202099;color:#fff}.input-group{margin-top:10px;text-align:center;width:100%}.error{color:#fff;text-align:center;font-size:16px;margin:0}input{padding:10px!important;font-size:15px;text-align:center;border:none;box-sizing:border-box;border-radius:56px;background:#20202099;width:100%;outline:none;text-overflow:ellipsis}input::placeholder{color:#fff}input.gender-input{padding:15px 10px;width:100%;font-size:15px;text-align:center}.grecaptcha-badge{bottom:40px!important;display:none!important}.Toastify__toast-theme--light{background:#fff;color:#000}.Toastify__toast-theme--light.Toastify__toast--success{background:var(--bg-blue)}.popup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center}.popup .popup-bg{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#000000b3}.popup .popup-modal{align-items:center;background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;max-width:400px;position:relative;width:80%;z-index:1;color:#000}.popup .popup-modal .header{width:100%;height:50px;position:sticky;top:0;background-color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.popup .popup-modal .header .title{font-size:24px;margin:0}.popup .popup-modal .content{padding:1rem;max-height:60vh;min-height:30vh;overflow-y:scroll;overflow-x:hidden;width:100%}.popup .popup-modal .closeBtn{bottom:-3.5rem;cursor:pointer;left:0;margin:auto;position:absolute;right:0;width:3rem}.popup .popup-modal .closeBtn:hover{transform:scale(1.02)}
