@keyframes anim-cta-button-on-active{0%,100%{transform:scale(1)}33.33%{transform:scale(0.95)}66.66%{transform:scale(1.05)}}@keyframes anim-cta-button-shine{0%{left:-120%}100%{left:120%}}.button-cta{overflow:hidden;position:relative;border-radius:var(--form-controls-border-radius)}.button-cta:active{animation:.32s anim-cta-button-on-active ease-in-out}.button-cta:disabled{background:linear-gradient(-180deg, #e8e8e8 0%, #b2b2b2 100%);box-shadow:inset 0 2px 0 hsla(0,0%,100%,.32),0 2px 0 #777;color:#dcdcdc;opacity:.7;cursor:not-allowed;pointer-events:none}.button-cta:disabled::after{animation:none}.button-cta::after{content:"";left:-120%;width:50px;height:100px;display:block;position:absolute;transform:rotate(25deg);background-color:hsla(0,0%,100%,.15);animation:anim-cta-button-shine 1.5s linear infinite}body{font-family:"Open Sans",sans-serif;margin:0;padding:0;background:linear-gradient(135deg, #dff0d8, #f8f9f7);color:#333;padding:5px 10px 10px 10px}.container{max-width:1200px;margin:0 auto;padding:20px}.header{background-color:#fff;padding:10px 18px 10px 18px;display:flex;gap:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:10px;max-width:620px;margin:7px auto 10px auto;justify-content:flex-start;align-items:center;flex-direction:row}.header img{margin-bottom:0;height:80px}.header-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1}.download-icon-container{display:flex;align-items:center;justify-content:center;margin-left:auto}.download-icon-container .download-icon{width:80px;height:80px}.download-icon-container .download-icon .progress-ring{animation:downloadProgress 4s cubic-bezier(0.4, 0, 0.2, 1) infinite}@keyframes downloadProgress{0%{stroke-dashoffset:232.48;stroke-dasharray:232.48}45%{stroke-dashoffset:0;stroke-dasharray:232.48}55%{stroke-dashoffset:0;stroke-dasharray:232.48}85%{stroke-dashoffset:-232.48;stroke-dasharray:232.48}100%{stroke-dashoffset:-232.48;stroke-dasharray:232.48}}@media(max-width: 767px){.download-icon-container .download-icon{width:60px;height:60px}}body.focus-on-signup-section{overflow:hidden}body.focus-on-signup-section>*:not(.signup-section){filter:blur(8px);opacity:.3;pointer-events:none;transition:all .3s ease-in-out}body.focus-on-signup-section::before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:999;transition:all .3s ease-in-out}body.focus-on-signup-section .signup-section{position:fixed !important;top:0;left:50%;transform:translate(-50%, 10vh) scale(1) !important;z-index:1000;background:#fff !important;border-radius:15px;box-shadow:0 20px 60px rgba(0,0,0,.3) !important;padding:2rem !important;max-width:500px !important;width:90vw !important;max-height:80vh;overflow-y:auto;opacity:0;transition:opacity .3s ease-out,transform .3s cubic-bezier(0.4, 0, 0.2, 1);filter:none !important;pointer-events:auto !important;animation:modalAppear .3s ease-out forwards}body.focus-on-signup-section .signup-section::before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:17px;z-index:-1;animation:glowPulse 2s ease-in-out infinite alternate}@media(max-width: 767px){body.focus-on-signup-section .signup-section{padding:1.5rem !important;width:calc(100vw - 58px) !important;max-height:85vh}}@keyframes modalAppear{0%{opacity:0;transform:translate(-50%, -50%) scale(0.9)}100%{opacity:1;transform:translate(-50%, -50%) scale(1)}}@keyframes glowPulse{0%{opacity:.5;transform:scale(1)}100%{opacity:.8;transform:scale(1.02)}}.header-title{font-size:1rem;font-weight:300;color:#333;margin:0}.feature-header-has-icon .header-title{padding:0 1rem 0 1rem}.header-subtitle{font-size:.8rem;color:#666;margin:0}.signup-section{background-color:#fff;padding:10px 18px 10px 18px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;border-radius:10px;position:relative;overflow:hidden;min-height:400px}.signup-section h2{margin:10px auto 10px auto}.decy2-frie .signup-section.steps-content{height:calc(100vh - 125px)}.decy2-frie.focus-on-signup-section .signup-section.steps-content{height:auto}.step{display:flex;align-items:center;gap:15px;margin-bottom:15px;max-width:300px;margin:auto}.step-number{background-color:#ccc;color:#fff;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease-in-out}.step-number.active{background-color:#007bff}.input-field{display:flex;align-items:center;gap:10px;justify-content:center;margin-top:1em}input[type=tel]{padding:10px;border-radius:5px;border:1px solid #ccc;width:70%;max-width:350px}.button-primary{width:100%;border:none;cursor:pointer;margin:10px auto;display:flex;color:#fff;font-size:21px;background:linear-gradient(-180deg, #e8c818 0, #e87615 100%);text-shadow:#000 1px 1px 3px;min-height:55px;font-weight:bold;align-items:center;border-radius:10px;justify-content:center;line-height:2.1ex}.button-primary.button-phone-entry{padding:8px}.button-primary.button-phone-entry .button-text{position:relative;top:3px}.button-primary.loading .button-text{visibility:hidden}.button-primary.loading .button-loader{display:block}.button-primary:hover{background-color:#555}.button-loader{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:20px;height:20px;border:2px solid #fff;border-radius:50%;border-top-color:rgba(0,0,0,0);animation:spin .8s linear infinite}@keyframes spin{to{transform:translate(-50%, -50%) rotate(360deg)}}.form-error{color:#dc3545;margin-top:10px}.disclaimer-section{padding:0px 0 20px 0;text-align:left;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;font-size:.75rem}[dir=rtl] .disclaimer-section{text-align:right}.disclaimer-section p{margin:1ex 0}.features-section{padding:30px;background-color:#fff;text-align:center;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto;border-radius:10px}.features-title{font-size:1.75rem;font-weight:bold;margin-bottom:20px;color:#333}.features-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:20px;padding-top:20px}.card{box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;border-radius:10px;background-color:#fafafa;transition:transform .3s}.card:hover{transform:translateY(-5px)}.card img{max-width:100%;height:auto;border-radius:5px;margin-bottom:10px}.card-title{font-size:1.2rem;font-weight:600;margin-top:10px}.features-details-section{padding:30px;background-color:#fff;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto;border-radius:10px}.features-details-section h3{color:#a33;font-size:1.5rem;font-weight:bold;margin-bottom:20px}.features-details-section h4{font-size:1.25rem;font-weight:bold;margin-top:20px;margin-bottom:10px}.features-details-section p{margin-bottom:20px;line-height:1.6}.pricing-section{background-color:#fff;padding:30px;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.price-text{color:#333;margin:20px 0}.support-section{padding:30px;background-color:#fff;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.support-section h3{font-size:1.5rem;font-weight:bold;margin-bottom:20px}.support-section p{line-height:1.6}.testimonial-section{padding:30px;background-color:#fff;max-width:1200px;margin-left:auto;margin-right:auto;border-radius:10px}.testimonial-title{font-size:1.75rem;font-weight:bold;margin-bottom:20px}.testimonials{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:20px}.testimonial-card{box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;border-radius:10px;background-color:#fafafa}.testimonial-card h3{font-size:1.2rem;margin-bottom:10px}.testimonial-card p{color:#555}.footer{background-color:#333;color:#fff;text-align:center;padding:20px}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}@media(max-width: 767px){.header-title{font-size:.85rem}.features-cards,.testimonials{grid-template-columns:repeat(auto-fit, minmax(150px, 1fr))}}.step-content{opacity:0;visibility:hidden;position:absolute;width:100%;transform:translateX(20px);transition:all .3s ease-in-out}.phone-input-container{max-width:350px;margin:auto}body.phone-entry-step .phone-entry-content,body.pin-verification-step .pin-verification-content,body.signup-success-step .signup-success-content{opacity:1;visibility:visible;position:relative;transform:translateX(0)}body.pin-verification-step .pin-verification-content{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:60px}body.pin-verification-step .pin-verification-content .steps-content{flex-shrink:0;margin-bottom:20px}body.pin-verification-step .pin-verification-content .phone-input-container{flex-shrink:0;margin-top:auto}body.signup-success-step .pin-verification-content{transform:translateX(-20px)}body.phone-entry-step .pin-verification-content,body.phone-entry-step .signup-success-content{transform:translateX(20px)}body.mo-step .mo-content,body.phone-entry-step .phone-entry-content{opacity:1;visibility:visible;position:relative;transform:translateX(0);position:absolute;top:30px;left:0;right:0;bottom:0;border:0;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:60px}body.phone-entry-step .phone-entry-content .signup-title-container{order:2;flex-shrink:0;margin-top:20px;margin-bottom:20px;padding:0 20px}body.phone-entry-step .phone-entry-content .steps-content{order:1;flex-shrink:0}body.phone-entry-step .phone-entry-content .phone-input-container{order:3;flex-shrink:0;margin-bottom:max(30vh,300px)}body.mo-step .mo-content .mo-step-content{flex-shrink:0;margin-bottom:20px}body.mo-step .mo-content .mo-instruction-container{flex-shrink:0;flex-grow:1}body.mo-step .mo-content .mo-instruction{flex-shrink:0;margin-bottom:10px}body.mo-step .mo-content #mo-button-cta{flex-shrink:0;margin-bottom:max(30vh,300px)}body.mo-step .signup-section,body.phone-entry-step .signup-section{position:relative}body.mo-step .pin-verification-content,body.mo-step .signup-success-content{transform:translateX(-20px)}.mo-content p{margin:8px 0}.mo-content .mo-instruction{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:12px auto 0;font-weight:700;font-size:1.15rem}.mo-content .mo-instruction #mo-instrction-keyword,.mo-content .mo-instruction #mo-instrction-shortcode{display:inline-block;padding:8px 12px;border-radius:10px;color:#fff;text-shadow:rgba(0,0,0,.35) 0 1px 2px;box-shadow:0 2px 6px rgba(0,0,0,.15)}.mo-content .mo-instruction #mo-instrction-keyword{background:#3a3a3a}.mo-content .mo-instruction #mo-instrction-shortcode{background:linear-gradient(-180deg, #e8c818 0, #e87615 100%);letter-spacing:.5px}.mo-content .mo-instruction #mo-instrction-to{color:#666;font-weight:600;padding:0 2px}@media(max-width: 767px){.mo-content .mo-instruction{font-size:1rem;gap:6px}.mo-content .mo-instruction #mo-instrction-keyword,.mo-content .mo-instruction #mo-instrction-shortcode{padding:7px 10px}}body.transitioning form{pointer-events:none;opacity:.7}.signup-success-content{text-align:center}.success-icon{font-size:48px;color:#28a745;background:#e8f5e9;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.exit-section{text-align:center;margin-bottom:10px;max-width:600px;margin-left:auto;margin-right:auto}.language-switcher{margin-left:0;display:flex;gap:8px;flex-direction:row-reverse;direction:ltr}.lang-btn{padding:6px 12px;border:1px solid #ddd;border-radius:10px;background:rgba(0,0,0,0);cursor:pointer;transition:all .2s ease}.lang-btn:hover{background:#f5f5f5}.lang-btn.active{background:#007bff;color:#fff;border-color:#007bff}.button-text-main{display:block}.button-text-sub{display:block;font-size:67%;text-shadow:none;filter:brightness(0.9) contrast(0.8)}:disabled .button-text-sub{filter:none}.phone-entry-notice{font-size:.9rem;color:#666;margin:15px auto 10px auto;max-width:350px;line-height:1.4;text-align:center;display:none}.phone-entry-notice.top-notice{margin:0;font-size:.75rem;text-align:unset;display:block}.phone-entry-notice.top-notice strong{white-space:nowrap}.phone-entry-step .phone-entry-notice{display:block}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:0px 10px 0 10px;max-width:620px;margin:0 auto 7px}#moFullScreen{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:1000}.decy2-only-frin{display:none}.decy2-only-host{display:var(--display, block)}.decy2-host .decy2-only-frin{display:none}.decy2-host .decy2-only-host{display:var(--display, block)}.decy2-frie .decy2-only-host{display:none}.decy2-frie .decy2-only-frin{display:var(--display, block)}