body{display:flex;flex-direction:column;margin:0;min-height:100vh}.App{flex:1 1}.app-loading{height:100vh}.app-background,.app-loading{align-items:center;display:flex;justify-content:center}.app-background{background:linear-gradient(to bottom right,#675351,#ec4436);height:100%;left:0;position:fixed;top:0;width:100%}.app-logo{animation:spinLogo 2s linear infinite;width:200px}@keyframes spinLogo{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@media (max-width:500px){.app-logo{width:150px}}.header{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#ffffffeb;border-bottom:1px solid #f1eceb;box-shadow:0 2px 16px #0000000f;display:flex;justify-content:space-between;left:0;padding:16px 28px;position:fixed;right:0;top:0;transition:top .3s ease-in-out;z-index:99}.visibleHeader{opacity:1;top:0}.invisibleHeader{opacity:0;top:-100px}.header-logo{object-fit:contain;width:250px}.nav{flex:0.9 1}.nav ul{align-items:center;display:flex;justify-content:space-around;list-style:none;margin:0;padding:0}.nav ul li{color:#1a1a1a;cursor:pointer;font-family:Sen;font-size:20px;font-weight:800;margin-inline-end:20px;position:relative;transition:color .25s ease}.nav ul li:after{background:#ed564a;bottom:-6px;content:"";height:2px;inset-inline-start:0;position:absolute;transition:width .25s ease;width:0}.nav ul li:hover{color:#ed564a}.nav ul li:hover:after{width:100%}.nav ul li:last-child{background:#ed564a;border-radius:999px;color:#fff;margin-inline-end:0;padding:9px 22px;transition:background .25s ease,transform .25s ease}.nav ul li:last-child:hover{background:#d8433a;color:#fff;transform:translateY(-2px)}.nav ul li:last-child:after{display:none}.language-dropdown{min-width:110px;position:relative}.selected-language{align-items:center;background:#0000;border:none;color:#1a1a1a;cursor:pointer;display:flex;font-family:Lato;font-size:1rem;font-weight:600;gap:6px;padding:6px 4px;transition:color .2s ease}.selected-language:hover{color:#ed564a}.lang-arrow{color:#999;transition:transform .25s ease,color .2s ease}.selected-language:hover .lang-arrow{color:#ed564a}.lang-arrow.open{transform:rotate(180deg)}.dropdown-list{animation:langFade .18s ease;background-color:#fff;border:none;border-radius:14px;box-shadow:0 10px 30px #00000024;left:0;list-style:none;margin:0;min-width:140px;padding:6px;position:absolute;right:0;top:calc(100% + 10px);z-index:9999}@keyframes langFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-list li{align-items:center;border-radius:9px;cursor:pointer;display:flex;font-family:Lato;gap:8px;padding:9px 12px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.dropdown-list li:hover{background-color:#faf2f1;color:#ed564a}.sandwich-menu{background-color:#fff;flex-direction:column;height:100vh;justify-content:center;left:0;overflow-y:auto;position:fixed;z-index:98}.sandwich-header,.sandwich-menu{align-items:center;display:flex;top:0;width:100%}.sandwich-header{justify-content:space-between;padding:20px;position:absolute}.sandwich-header-logo{object-fit:contain;padding-left:20px;width:200px}.sandwich-menu-icon{cursor:pointer;padding-right:20px}.sandwich-navbar-menu{text-align:center}.sandwich-navbar-menu ul{list-style:none;padding:0}.sandwich-navbar-menu li{cursor:pointer;font-family:Sen;font-size:23px;font-weight:800;margin-bottom:30px;transition:color .3s ease}.sandwich-navbar-menu li:hover{color:#ed564a}.sandwich-navbar-menu li:last-child{background:#ed564a;border-radius:999px;color:#fff;display:inline-block;padding:12px 30px}.sandwich-navbar-menu li:last-child:hover{background:#d8433a;color:#fff}.navbar-language-dropdown{min-width:110px;position:relative}.navbar-selected-language{align-items:center;background-color:#fff;cursor:pointer;display:flex;font-family:Lato;justify-content:space-around;width:110%}.navbar-selected-language>p{padding-right:10px}.sandwich-navbar-dropdown-list{background-color:#fff;border:none;border-radius:12px;box-shadow:0 10px 30px #00000024;left:0;list-style:none;padding:8px;position:absolute;top:60%;z-index:999}.sandwich-navbar-dropdown-list>li{border-radius:9px;cursor:pointer;padding:10px 12px;transition:background-color .2s ease,color .2s ease}.sandwich-navbar-dropdown-list>li:hover{background-color:#faf2f1;color:#ed564a}.navResponsive{display:none}@media screen and (min-width:1700px){.nav ul li{font-size:26px}.dropdown-list li,.selected-language{font-size:20px}.language-dropdown{min-width:140px}}@media (max-width:1250px){.nav ul li{font-size:19px}}@media (max-width:1200px){.nav ul li{font-size:18px}.header-logo{width:200px}.dropdown-list li,.selected-language{font-size:16px}}@media (max-width:1100px){.nav{flex:0.95 1}.nav ul li{font-size:16px}.header-logo{width:180px}}@media (max-width:1000px){.navResponsive{display:flex}.language-dropdown,.navRegular{display:none}}@media (max-width:400px){.header-logo,.sandwich-header-logo{width:160px}}.store-badges{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:clamp(10px,3vw,16px);justify-content:center;max-width:100%;width:100%}.store-badge-link{align-items:center;display:inline-flex;flex:none;line-height:0;transition:transform .2s ease}.store-badge-link:hover{transform:translateY(-3px)}.store-badge-img{display:block;height:clamp(32px,11vw,52px)!important;max-width:none!important;width:auto!important}.download-modal-overlay{align-items:center;animation:dm-fade .2s ease;background:#0000008c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2000}@keyframes dm-fade{0%{opacity:0}to{opacity:1}}.download-modal{animation:dm-pop .25s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000040;max-width:460px;padding:48px 40px 40px;position:relative;text-align:center;width:100%}@keyframes dm-pop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.download-modal-close{background:#0000;border:none;color:#9a9a9a;cursor:pointer;font-size:1.9rem;line-height:1;position:absolute;right:14px;top:10px}.download-modal-close:hover{color:#333}.download-modal-title{color:#1a1a1a;font-family:Nunito,sans-serif;font-size:2rem;font-weight:800;line-height:1.2;margin:0 0 .75rem}.download-modal-text{color:#555;font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.55;margin:0 0 1.75rem}.download-modal-badges{justify-content:center}.footer{background:linear-gradient(160deg,#8e2e25,#5e1f19);border-top:4px solid #ed564a;margin-top:auto;padding:60px 60px 28px}.footer-inner{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1.8fr 1fr 1fr 1fr;margin:0 auto;max-width:1200px}.footer-brand{align-items:flex-start;display:flex;flex-direction:column}.footer-logo-lockup{align-items:center;display:flex;gap:12px}.footer-logo{height:64px;object-fit:contain;width:64px}.footer-wordmark{color:#fff;font-family:Sen,sans-serif;font-size:2rem;font-weight:800;letter-spacing:.5px}.footer-tagline{color:#ffffffd9;font-family:Sen;font-size:1rem;line-height:1.5;margin:16px 0 0;max-width:240px}.footer-col-title{color:#fff;font-family:Sen;font-size:1.05rem;font-weight:800;margin:0 0 18px}.footer-col-list{list-style:none;margin:0;padding:0}.footer-link{color:#fffc;cursor:pointer;font-family:Sen;font-size:.98rem;list-style:none;margin-bottom:14px;transition:color .25s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer-link:hover{color:#fff;text-decoration:underline;text-decoration-color:#ed564a;text-decoration-thickness:2px;text-underline-offset:5px}.footer-inner-link{color:inherit;text-decoration:none}.footer-email{color:#ffffffd9;display:inline-block;font-family:Sen;font-size:1rem;text-decoration:none;transition:color .25s ease}.footer-email:hover{color:#fff;text-decoration:underline;text-decoration-color:#ed564a;text-decoration-thickness:2px;text-underline-offset:5px}.footer-bottom{border-top:1px solid #ffffff26;margin:44px auto 0;max-width:1200px;padding-top:24px;text-align:center}.footer-social{display:flex;gap:14px;justify-content:center;margin-bottom:18px}.footer-social .social-icon{align-items:center;background:#ffffff1f;border-radius:50%;color:#fff;display:inline-flex;font-size:1.15rem;height:42px;justify-content:center;transition:background .25s ease,transform .25s ease;width:42px}.footer-social .social-icon:hover{background:#ed564a;transform:translateY(-3px)}.footer-signature{color:#ffffffe6;font-family:Sen;font-size:.95rem;margin:0 0 8px}@media screen and (min-width:1700px){.footer-col-title{font-size:1.2rem}.footer-email,.footer-link{font-size:1.1rem}.footer-social .social-icon{font-size:1.35rem;height:48px;width:48px}.footer-logo{height:72px;width:72px}.footer-wordmark{font-size:2.3rem}}@media (max-width:900px){.footer-inner{gap:36px;grid-template-columns:1fr 1fr}.footer-brand{align-items:center;grid-column:1/-1;text-align:center}.footer-tagline{max-width:none}}@media (max-width:560px){.footer{padding:44px 28px 24px}.footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-link{width:auto}}.sidebar-container{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:97}.signup-button{background:linear-gradient(180deg,#57bf5b,#3f9e44);border-radius:14px 0 0 14px;box-shadow:-3px 3px 14px #00000038;color:#fff;cursor:pointer;font-family:Nunito;font-size:1.15rem;font-weight:700;letter-spacing:1.5px;padding:22px 12px;text-orientation:mixed;transition:padding .25s ease,box-shadow .25s ease,filter .25s ease;writing-mode:vertical-rl}.signup-button:hover{box-shadow:-5px 5px 20px #0000004d;filter:brightness(1.05);padding-left:18px}.signup-button.hovered{animation:pulse .5s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}:root{--legal-brand:#ed564a;--legal-brand-dark:#c8402f;--legal-ink:#1a1a1a;--legal-text:#33373b;--legal-muted:#6b7178;--legal-rule:#e7e7e7;--legal-measure:760px}.cookie-policy-container,.legal-notice-container,.privacy-policy-container,.terms-of-service-container{box-sizing:border-box;color:#33373b;color:var(--legal-text);font-family:Lato,sans-serif;font-size:1.05rem;line-height:1.75;margin:0 auto;max-width:760px;max-width:var(--legal-measure);padding:96px 24px 120px;width:100%}.cookie-policy-heading,.legal-notice-heading,.privacy-policy-heading,.terms-of-service-heading{color:#1a1a1a;color:var(--legal-ink);font-family:Lato,sans-serif;font-size:2.4rem;font-weight:800;letter-spacing:-.01em;margin:0 0 12px;text-align:center}.cookie-policy-heading:after,.legal-notice-heading:after,.privacy-policy-heading:after,.terms-of-service-heading:after{background:#ed564a;background:var(--legal-brand);border-radius:2px;content:"";display:block;height:3px;margin:18px auto 48px;width:64px}.cookie-policy-container .section-heading,.legal-notice-container .section-heading,.privacy-policy-container .section-heading,.terms-of-service-container .section-heading{border-bottom:1px solid #e7e7e7;border-bottom:1px solid var(--legal-rule);color:#1a1a1a;color:var(--legal-ink);font-family:Lato,sans-serif;font-size:1.5rem;font-weight:800;line-height:1.3;margin:48px 0 16px;padding-bottom:8px}.cookie-policy-container .subsection-heading,.legal-notice-container .subsection-heading,.privacy-policy-container .subsection-heading,.terms-of-service-container .subsection-heading{color:#1a1a1a;color:var(--legal-ink);font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;margin:28px 0 12px}.cookie-policy-container .section-content,.legal-notice-container .section-content,.privacy-policy-container .section-content,.terms-of-service-container .section-content{font-family:Lato,sans-serif;font-size:1.05rem;line-height:1.75;margin:0 0 20px}.cookie-policy-container ol,.cookie-policy-container ul,.legal-notice-container ol,.legal-notice-container ul,.privacy-policy-container ol,.privacy-policy-container ul,.terms-of-service-container ol,.terms-of-service-container ul{margin:0 0 24px;padding-left:26px}.cookie-policy-container .section-content-list-item,.cookie-policy-container li,.legal-notice-container .section-content-list-item,.legal-notice-container li,.privacy-policy-container .section-content-list-item,.privacy-policy-container li,.terms-of-service-container .section-content-list-item,.terms-of-service-container li{font-family:Lato,sans-serif;font-size:1.05rem;line-height:1.7;margin-bottom:10px}.cookie-policy-container ul li::marker,.legal-notice-container ul li::marker,.privacy-policy-container ul li::marker,.terms-of-service-container ul li::marker{color:#ed564a;color:var(--legal-brand)}.cookie-policy-container a,.legal-notice-container a,.privacy-policy-container a,.terms-of-service-container a{color:#ed564a;color:var(--legal-brand);overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.cookie-policy-container a:hover,.legal-notice-container a:hover,.privacy-policy-container a:hover,.terms-of-service-container a:hover{color:#c8402f;color:var(--legal-brand-dark)}.cookie-policy-container blockquote,.legal-notice-container blockquote,.privacy-policy-container blockquote,.terms-of-service-container blockquote{background:#fdf3f1;border-left:4px solid #ed564a;border-left:4px solid var(--legal-brand);border-radius:8px;margin:0 0 28px;padding:18px 22px}.cookie-policy-container blockquote .section-content,.legal-notice-container blockquote .section-content,.privacy-policy-container blockquote .section-content,.terms-of-service-container blockquote .section-content{margin-bottom:0}.cookie-policy-container .legal-document-error,.legal-notice-container .legal-document-error,.privacy-policy-container .legal-document-error,.privacy-policy-container .privacy-policy-error,.terms-of-service-container .legal-document-error{color:#6b7178;color:var(--legal-muted);font-family:Lato,sans-serif;font-size:1.05rem;margin-bottom:24px}.cookie-policy-container .legal-table-wrapper,.legal-notice-container .legal-table-wrapper,.privacy-policy-container .legal-table-wrapper,.terms-of-service-container .legal-table-wrapper{margin:20px 0 30px;overflow-x:auto;width:100%}.cookie-policy-container .legal-document-table,.legal-notice-container .legal-document-table,.privacy-policy-container .legal-document-table,.terms-of-service-container .legal-document-table{border-collapse:collapse;font-family:Lato,sans-serif;font-size:.98rem;line-height:1.5;min-width:640px;width:100%}.cookie-policy-container .legal-document-table-cell,.cookie-policy-container .legal-document-table-heading,.legal-notice-container .legal-document-table-cell,.legal-notice-container .legal-document-table-heading,.privacy-policy-container .legal-document-table-cell,.privacy-policy-container .legal-document-table-heading,.terms-of-service-container .legal-document-table-cell,.terms-of-service-container .legal-document-table-heading{border:1px solid #e7e7e7;border:1px solid var(--legal-rule);padding:13px 16px;text-align:left;vertical-align:top}.cookie-policy-container .legal-document-table-heading,.legal-notice-container .legal-document-table-heading,.privacy-policy-container .legal-document-table-heading,.terms-of-service-container .legal-document-table-heading{background:#faf3f1;color:#1a1a1a;color:var(--legal-ink);font-weight:700}.cookie-policy-container .legal-document-table tbody tr:nth-child(2n),.legal-notice-container .legal-document-table tbody tr:nth-child(2n),.privacy-policy-container .legal-document-table tbody tr:nth-child(2n),.terms-of-service-container .legal-document-table tbody tr:nth-child(2n){background:#fbfbfb}.cookie-policy-container[dir=rtl],.legal-notice-container[dir=rtl],.privacy-policy-container[dir=rtl],.terms-of-service-container[dir=rtl]{text-align:right}.cookie-policy-container[dir=rtl] ol,.cookie-policy-container[dir=rtl] ul,.legal-notice-container[dir=rtl] ol,.legal-notice-container[dir=rtl] ul,.privacy-policy-container[dir=rtl] ol,.privacy-policy-container[dir=rtl] ul,.terms-of-service-container[dir=rtl] ol,.terms-of-service-container[dir=rtl] ul{padding-left:0;padding-right:26px}.cookie-policy-container[dir=rtl] blockquote,.legal-notice-container[dir=rtl] blockquote,.privacy-policy-container[dir=rtl] blockquote,.terms-of-service-container[dir=rtl] blockquote{border-left:none;border-right:4px solid #ed564a;border-right:4px solid var(--legal-brand)}.cookie-policy-container[dir=rtl] .legal-document-table-cell,.cookie-policy-container[dir=rtl] .legal-document-table-heading,.legal-notice-container[dir=rtl] .legal-document-table-cell,.legal-notice-container[dir=rtl] .legal-document-table-heading,.privacy-policy-container[dir=rtl] .legal-document-table-cell,.privacy-policy-container[dir=rtl] .legal-document-table-heading,.terms-of-service-container[dir=rtl] .legal-document-table-cell,.terms-of-service-container[dir=rtl] .legal-document-table-heading{text-align:right}@media (max-width:600px){.cookie-policy-container,.legal-notice-container,.privacy-policy-container,.terms-of-service-container{font-size:1rem;padding:72px 18px 90px}.cookie-policy-heading,.legal-notice-heading,.privacy-policy-heading,.terms-of-service-heading{font-size:1.85rem}.cookie-policy-heading:after,.legal-notice-heading:after,.privacy-policy-heading:after,.terms-of-service-heading:after{margin:14px auto 36px}.cookie-policy-container .section-heading,.legal-notice-container .section-heading,.privacy-policy-container .section-heading,.terms-of-service-container .section-heading{font-size:1.3rem;margin-top:36px}.cookie-policy-container .subsection-heading,.legal-notice-container .subsection-heading,.privacy-policy-container .subsection-heading,.terms-of-service-container .subsection-heading{font-size:1.08rem}.cookie-policy-container .section-content,.cookie-policy-container .section-content-list-item,.cookie-policy-container li,.legal-notice-container .section-content,.legal-notice-container .section-content-list-item,.legal-notice-container li,.privacy-policy-container .section-content,.privacy-policy-container .section-content-list-item,.privacy-policy-container li,.terms-of-service-container .section-content,.terms-of-service-container .section-content-list-item,.terms-of-service-container li{font-size:.98rem}}.features-section{align-items:center;display:flex;flex-direction:column;overflow-x:clip;padding:60px 0}.feature-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:70px;max-width:1100px;text-align:center;width:100%}.phone-frame-container{position:relative}.phone-frame{position:relative}.phone-frame,.phone-frame-tilted{align-items:center;background:linear-gradient(135deg,#f0f0f0,#dcdcdc);border:10px solid #c8c8c8;border-radius:30px;display:flex;height:720px;justify-content:center;overflow:hidden;width:360px}.phone-frame-tilted{position:absolute;right:10%;top:20%;transform:rotate(-10deg) translate(clamp(-120px,684px - 50vw,90px),-110px)}.screen{background:#fff;border-radius:20px;box-shadow:0 0 20px #0000001a;height:85%;position:relative;width:80%}.screen:before{background:linear-gradient(135deg,#ebebeb,#fff);border-radius:15px;bottom:20px;content:"";left:20px;position:absolute;right:20px;top:20px}.screen:after{background:radial-gradient(circle at center,#ddd,#0000);border-radius:10px;content:"";height:10%;left:50%;position:absolute;top:10%;transform:translateX(-50%);width:90%}.screen:after,.screen:before{z-index:-1}.phone-frame:after,.phone-frame:before{border:5px solid #0000001a;border-radius:30px;box-sizing:border-box;content:"";height:100%;position:absolute;width:100%}.phone-frame:before{left:-5px;top:-5px;z-index:-2}.phone-frame:after{bottom:-5px;right:-5px;z-index:-2}.phone-image{border-radius:10px;box-shadow:0 0 20px #0000001a;height:100%;object-fit:cover;width:100%}.feature-text{flex:0.9 1;font-family:Nunito;padding:0 30px}.feature-text>h3{font-size:2.4rem}.feature-text>p{font-size:1.7rem;line-height:1.5}.andMuchMore{font-family:Sen;font-size:2.4rem;font-weight:700}.features-section-responsive{align-items:center;display:none;flex-direction:column}.feature-item-responsive{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px;text-align:center}.phone-frame-container-responsive{position:relative}.phone-frame-container-responsive-two-images{margin-left:-220px;margin-top:50px;position:relative}.phone-frame-tilted-responsive{position:absolute;right:10%;top:25%;transform:rotate(10deg) translate(200px,-210px)}.phone-frame-responsive,.phone-frame-tilted-responsive{align-items:center;background:linear-gradient(135deg,#f0f0f0,#dcdcdc);border:10px solid #c8c8c8;border-radius:30px;display:flex;height:540px;justify-content:center;overflow:hidden;width:270px}.phone-frame-responsive{position:relative}.phone-frame-responsive:after,.phone-frame-responsive:before{border:5px solid #0000001a;border-radius:30px;box-sizing:border-box;content:"";height:100%;position:absolute;width:100%}.phone-frame-responsive:before{left:-5px;top:-5px;z-index:-2}.phone-frame-responsive:after{bottom:-5px;right:-5px;z-index:-2}.phone-image-responsive{border-radius:10px;box-shadow:0 0 20px #0000001a;height:100%;object-fit:cover;width:100%}.feature-text-responsive{font-family:Nunito;padding:20px 50px}.feature-text-responsive>h3{font-size:1.7rem}.feature-text-responsive>p{font-size:1.4rem;line-height:1.5}@media screen and (min-width:1700px){.feature-text>h3{font-size:2.7rem}.feature-text>p{font-size:1.9rem}.andMuchMore{font-size:2.7rem}}@media (max-width:1150px){.feature-item{max-width:950px}.phone-frame,.phone-frame-tilted{height:640px;width:320px}.feature-text>h3{font-size:2.1rem}.feature-text>p{font-size:1.5rem}}@media (max-width:900px){.feature-item{margin-bottom:60px;max-width:760px}.andMuchMore{font-size:2rem}}@media (max-width:800px){.feature-text>h3{font-size:1.9rem}.feature-text>p{font-size:1.4rem}.phone-frame,.phone-frame-tilted{height:560px;width:280px}.phone-frame-tilted{transform:rotate(-5deg) translate(110px,-250px)}}@media (max-width:750px){.feature-text>h3{font-size:1.6rem}.feature-text>p{font-size:1.3rem}.phone-frame{height:480px;margin:auto;width:240px}.phone-frame-container{flex:0.9 1}.phone-frame-tilted{height:480px;transform:rotate(-5deg) translate(60px,-210px);width:240px}}@media (max-width:600px){.features-section{display:none}.features-section-responsive{display:flex}}@media (max-width:550px){.phone-frame-responsive,.phone-frame-tilted-responsive{border-width:6px;height:460px;width:230px}.phone-image-responsive{border:none;box-shadow:none}}@media (max-width:500px){.phone-frame-tilted-responsive{transform:rotate(10deg) translate(150px,-200px)}.phone-frame-container-responsive-two-images{margin-left:-180px;margin-top:50px}}@media (max-width:450px){.phone-frame-responsive,.phone-frame-tilted-responsive{border-width:5px;height:400px;width:180px}.phone-frame-tilted-responsive{transform:rotate(10deg) translate(130px,-180px)}.phone-frame-container-responsive-two-images{margin-left:-150px;margin-top:50px}}@media (max-width:400px){.phone-frame-tilted-responsive{transform:rotate(10deg) translate(100px,-180px)}.phone-frame-container-responsive-two-images{margin-left:-120px}}@media (max-width:370px){.phone-frame-tilted-responsive{display:none}.phone-frame-container-responsive-two-images{margin:auto}}[dir=rtl] .phone-frame-container,[dir=rtl] .phone-frame-container .phone-image,[dir=rtl] .phone-frame-container-responsive,[dir=rtl] .phone-frame-container-responsive .phone-image-responsive,[dir=rtl] .phone-frame-container-responsive-two-images,[dir=rtl] .phone-frame-container-responsive-two-images .phone-image-responsive{transform:scaleX(-1)}.feature-coming-soon{background:#ed564a1f;border:1px solid #ed564a59;border-radius:999px;color:#ed564a;display:inline-block;font-family:Nunito,sans-serif;font-size:1rem;font-weight:800;letter-spacing:.06em;margin-bottom:14px;padding:5px 14px;text-transform:uppercase;white-space:nowrap}.feature-text-responsive .feature-coming-soon{font-size:.72rem;margin-bottom:10px;padding:4px 11px}.hero-badges{margin-top:.5rem}.main-section{background-color:#000;height:100vh;overflow:hidden;position:relative}.background-video{height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;width:100%;z-index:0}.main-overlay{background:linear-gradient(180deg,#00000026 0,#0000004d 55%,#00000080);inset:0;position:absolute;z-index:1}.content{color:#fff;left:50%;max-width:900px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:2}.content>h2,.content>p{overflow-wrap:break-word}.content>h2{font-size:4.5rem;font-weight:800;line-height:1.1;margin:0 0 1rem;text-shadow:2px 2px 8px #0009}.content>h2,.content>p{font-family:Sen,sans-serif}.content>p{font-size:2.8rem;margin:0 0 2.5rem;text-shadow:2px 2px 6px #0009}.content>p.microline{font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.01em;margin:0 0 1.5rem;opacity:.9;text-shadow:0 1px 4px #0000008c}.store-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.store-button{align-items:center;background-color:#000;border:1px solid #ffffff40;border-radius:12px;color:#fff;display:inline-flex;gap:12px;padding:12px 22px;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.store-button:hover{background-color:#1a1a1a;transform:translateY(-3px)}.store-icon{flex-shrink:0;height:2rem;width:2rem}.store-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.1}.store-small{font-family:Lato,sans-serif;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.store-large{font-family:Sen,sans-serif;font-size:1.3rem;font-weight:700}.feature-soon{font-family:Sen,sans-serif;font-size:.72rem;padding:3px 10px}@media (max-width:1100px){.content>h2{font-size:3.8rem}.content>p{font-size:2.4rem}}@media (max-width:840px){.content>h2{font-size:3.2rem}.content>p{font-size:2rem}}@media (max-width:740px){.content>h2{font-size:2.6rem}.content>p{font-size:1.7rem}.store-icon{height:1.7rem;width:1.7rem}.store-large{font-size:1.1rem}.store-small{font-size:.72rem}}@media (max-width:680px){.content{line-height:1.5}.content>h2{font-size:2.2rem}.content>p{font-size:1.5rem;margin-bottom:1.8rem}}@media (max-width:600px){.feature-soon{font-size:.6rem;padding:2px 7px}.content>p.microline{font-size:.82rem;margin-bottom:1.1rem}}@media (max-width:420px){.store-buttons{align-items:center;flex-direction:column}.store-button{justify-content:center;width:220px}}.about-section{background:linear-gradient(to top right,#fff,#ed564a37);padding:80px 20px;text-align:center}.about-content{margin:0 auto;max-width:860px}.about-section h2{color:#1a1a1a;font-family:Nunito;font-size:2.8rem;font-weight:800;margin:0}.about-divider{background:#ed564a;border-radius:2px;display:block;height:4px;margin:18px auto 28px;width:70px}.about-section p{color:#444;font-family:Sen;font-size:1.35rem;line-height:1.75;margin:0}@media screen and (min-width:1700px){.about-section h2{font-size:3.4rem}.about-section p{font-size:1.7rem}}@media (max-width:768px){.about-section{padding:56px 24px}.about-section h2{font-size:2.3rem}.about-section p{font-size:1.15rem}}@media (max-width:400px){.about-section h2{font-size:2rem}}.membership-features-container{overflow-x:auto;padding:24px 16px 50px}.membership-features-table{background:#fff;border-collapse:initial;border-radius:18px;border-spacing:0;box-shadow:0 10px 30px #00000014;font-family:Sen;margin:0 auto;max-width:1000px;overflow:hidden;width:100%}.membership-features-table td,.membership-features-table th{border:none;font-size:1.05rem;padding:20px 16px;text-align:center}.col-feature{font-weight:500;padding-inline-start:28px;text-align:start!important}.membership-features-table thead th{background:#faf2f1;border-bottom:2px solid #f0dada;color:#333;font-family:Sen;font-size:1.4rem;font-weight:800}.membership-features-table thead th.th-premium{background:#ed564a;color:#fff}.membership-features-table td.col-premium{background:#ed564a0f}.membership-features-table tbody tr:nth-child(2n) td{background:#fafafa}.membership-features-table tbody tr:nth-child(2n) td.col-premium{background:#ed564a17}.membership-features-table tbody tr:hover td{background:#f4f4f4}.membership-features-table tbody tr:hover td.col-premium{background:#ed564a21}.feature-check{color:#2faa5f;font-size:1.3rem;vertical-align:middle}.feature-dash{color:#cfcfcf;font-size:1.3rem}.row-highlight td{font-weight:700}.row-highlight .col-feature{color:#ed564a;font-weight:800}.feature-soon{background:#ed564a1f;border:1px solid #ed564a59;border-radius:999px;color:#ed564a;display:inline-block;font-family:Sen;font-size:.9em;font-weight:700;line-height:1.2;padding:.35em .9em;white-space:nowrap}@media screen and (min-width:1700px){.membership-features-table{max-width:1150px}.membership-features-table thead th{font-size:1.7rem}.membership-features-table td{font-size:1.45rem}.feature-check,.feature-dash{font-size:1.6rem}}@media (max-width:900px){.membership-features-table thead th{font-size:1.15rem}.membership-features-table td{font-size:1rem}.col-feature{padding-left:18px}}@media (max-width:600px){.membership-features-table td,.membership-features-table th{font-size:.9rem;padding:14px 8px}.membership-features-table thead th{font-size:.95rem}.feature-check,.feature-dash{font-size:1.05rem}}@media (max-width:480px){.membership-features-table td,.membership-features-table th{font-size:.8rem;padding:12px 6px}.membership-features-table thead th{font-size:.85rem}.col-feature{padding-inline-start:10px}.feature-check,.feature-dash{font-size:1rem}.feature-soon{font-size:.7rem;line-height:1.15;padding:.3em .55em;white-space:normal}}@media (max-width:360px){.membership-features-table td,.membership-features-table th{font-size:.72rem;padding:10px 4px}.membership-features-table thead th{font-size:.74rem}.col-feature{padding-inline-start:8px}.feature-soon{font-size:.62rem;padding:.25em .45em}}.signUpContainer{align-items:center;background:linear-gradient(180deg,#fff,#ed564a37);display:flex;justify-content:center;margin-top:20px}.registration-form{border-radius:15px;box-shadow:0 0 100px #0003;margin-bottom:50px;margin-top:50px;max-width:500px;padding:15px}.registration-form header{padding:20px 40px}.registration-form header h1{color:#000;font-family:Nunito;font-size:1.5rem;font-weight:900;letter-spacing:1.2px;margin:0 0 20px;text-align:center;text-transform:uppercase}.registration-form header p{color:#000;font-family:Lato;font-size:1.2rem;margin:0;text-align:center}.registration-form form{padding:20px 40px}.input-section{align-items:center;display:flex;flex-direction:column;margin-bottom:20px}.signUp-input{border:1px solid #d3d3d3;font-family:Lato;font-size:1.3rem;outline:none;padding:20px;width:90%}.signUp-input-arabic{text-align:right}.input-section input::placeholder{font-family:Lato;font-size:1.3rem}.signUpBtnsWrapper{display:flex;justify-content:space-around;margin-top:20px;width:70%}.signUpBtn{border-radius:10px;color:#000;cursor:pointer;height:30px;padding:10px;width:30px}.success{background:#32cd32e6;border-radius:0 0 15px 15px;box-shadow:0 0 100px #0003;overflow:hidden;transition:all .2s ease-in}.success p{color:#fff;font-family:Sen;font-size:1.3rem;font-weight:900;letter-spacing:2px;padding:0 10px;text-align:center}.show-success .success{display:flex}.gender-buttons{display:flex;justify-content:space-around;width:90%}.inactiveButton{background-color:#fff;border:0;border-radius:10px;cursor:pointer;font-family:Sen;font-size:1.5rem;height:50px;transition:background-color .3s ease;width:120px}.inactiveButton:hover{background-color:#ed554a2a}.activeBtn{background-color:#ed564a;border:0;border-radius:10px;color:#fff;cursor:pointer;font-family:Sen;font-size:1.5rem;height:50px;transition:background-color .3s ease;width:120px}.signup-loader{animation:spin 5s linear infinite;border-radius:50%}.signup-loading-logo{animation:spinLogo 1.2s linear infinite;margin-top:15px;width:80px}@media screen and (min-width:1700px){.registration-form header h1{font-size:1.8rem}.registration-form header p{font-size:1.5rem}.input-section input::placeholder,.signUp-input{font-size:1.7rem}.activeBtn,.inactiveButton,.success p{font-size:1.5rem}.signUpBtnsWrapper{width:50%}.signUpBtn{height:40px;width:40px}}@media (max-width:1400px){.registration-form{width:50%}}@media (max-width:900px){.registration-form{width:70%}}@media (max-width:800px){.registration-form{width:80%}}@media (max-width:700px){.activeBtn,.inactiveButton,.success p{font-size:1.2rem}.registration-form header h1{font-size:1.3rem}}@media (max-width:600px){.registration-form{padding:5px;width:90%}}@media (max-width:500px){.activeBtn,.inactiveButton,.success p{font-size:1rem}.signUpBtn{height:25px;width:25px}.gender-buttons{justify-content:space-between;width:100%}}@media (max-width:450px){.activeBtn,.inactiveButton{width:100px}}.countdown-timer-wrapper{background:linear-gradient(180deg,#fff,#ed564a37);display:flex;flex-direction:column;padding:20px}.countdown-timer-text{color:#000;font-family:Nunito;font-size:4rem;font-weight:700;text-align:center}.playstoreLogo{width:40px}.countdown-timer{border-radius:10px;color:#fff;font-family:Sen;font-size:3rem;gap:60px;margin:20px auto;width:100%}.countdown-timer,.timer-segment{align-items:center;display:flex;justify-content:center}.timer-segment{animation:fadeIn .5s ease-in-out;background:#ed564a;border-radius:5px;box-shadow:0 0 10px #00000080;flex-direction:column;height:120px;padding:10px 15px;width:100px}.time{animation:pop .5s ease-in-out;font-size:4rem;font-weight:700}.label{font-size:1.5rem;margin-top:5px;text-transform:capitalize}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pop{0%{transform:scale(1)}to{transform:scale(1.1)}}@media (max-width:800px){.timer-segment{height:100px;width:80px}.countdown-timer-text{font-size:3rem}.playstoreLogo{width:35px}.label{font-size:1.3rem}}@media (max-width:680px){.timer-segment{height:80px;width:60px}.countdown-timer{gap:40px}.time{font-size:3rem}.label{font-size:1.1rem;margin-top:2px}}@media (max-width:600px){.countdown-timer-text{font-size:2.8rem}.playstoreLogo{width:32px}}@media (max-width:500px){.countdown-timer{gap:20px}}@media (max-width:470px){.countdown-timer-text{font-size:2.6rem}.playstoreLogo{width:30px}}@media (max-width:450px){.countdown-timer-text{font-size:2.4rem}}@media (max-width:430px){.countdown-timer-text{font-size:2.2rem}.playstoreLogo{width:28px}}@media (max-width:420px){.timer-segment{height:60px;width:40px}.time{font-size:2rem}.label{font-size:.9rem;margin-top:0}}@media (max-width:390px){.countdown-timer-text{font-size:2rem}.playstoreLogo{width:26px}}@media (max-width:370px){.timer-segment{height:50px;width:30px}.time{font-size:1.8rem}.label{font-size:.7rem}}@media (max-width:350px){.countdown-timer-text{font-size:1.8rem}.playstoreLogo{width:24px}}@media (max-width:320px){.timer-segment{height:40px;width:20px}.time{font-size:1.6rem}.label{font-size:.6rem}.countdown-timer-text{font-size:1.6rem}.playstoreLogo{width:22px}}.download-container{font-family:Sen;margin:0 auto;max-width:600px;padding:20px;text-align:center}.download-container h1{font-size:24px;font-weight:700}.download-button-wrapper{margin:40px 0 0}.download-button{background-color:#ec564a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Sen;font-size:20px;margin-top:40px;padding:15px 30px}.download-button:hover{background-color:#45a049}.qr-code{margin:20px 0}.qr-code img{display:block;height:100px;margin:0 auto;width:100px}.store-badges.download-badges{gap:clamp(12px,3vw,18px)}.download-badges .store-badge-img{height:clamp(52px,13vw,68px)!important}.not-found-container{display:flex;flex-direction:column;min-height:100vh}.not-found-wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:100px 40px}.not-found-heading{font-family:Sen;font-size:36px}.not-found-heading,.not-found-message{margin-top:20px;padding:0 20px;text-align:center}.not-found-message{font-family:Nunito;font-size:18px}.footer{background-color:brown;color:#fff;padding:40px 20px}.not-found-container:after{content:"";display:block;height:100px}@media screen and (min-height:100vh){.not-found-container:after{display:none}}.cookie-banner{animation:cookieSlideUp .35s ease;background:#fff;border-top:1px solid #eee;bottom:0;box-shadow:0 -6px 24px #0000001f;box-sizing:border-box;font-family:Sen;left:0;padding:18px 28px;position:fixed;right:0;z-index:1000}@keyframes cookieSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-banner-text{color:#333;flex:1 1 280px;font-size:.95rem;line-height:1.5;margin:0;min-width:240px}.cookie-banner-link{color:#ed564a;font-weight:700;text-decoration:none}.cookie-banner-link:hover{text-decoration:underline}.cookie-banner-actions{display:flex;flex-shrink:0;gap:10px}.cookie-btn{border:none;border-radius:999px;cursor:pointer;font-family:Sen;font-size:.92rem;font-weight:700;padding:10px 22px;transition:background .2s ease,transform .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.cookie-btn-accept{background:#ed564a;color:#fff}.cookie-btn-accept:hover{background:#d8433a;transform:translateY(-2px)}.cookie-btn-reject{background:#0000;border:1px solid #ccc;color:#555}.cookie-btn-reject:hover{border-color:#999;color:#222}@media (max-width:600px){.cookie-banner{padding:16px 18px}.cookie-banner-inner{align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:14px;text-align:center}.cookie-banner-text{flex:0 0 auto;min-width:0}.cookie-banner-actions{justify-content:center;width:100%}.cookie-btn{flex:1 1}}
/*# sourceMappingURL=main.52827da2.css.map*/