:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--primary-soft:#f5f3ff;--bg-page:#ffffff;--bg-subtle:#f8fafc;--bg-accent:#f1f5f9;--text-main:#0f172a;--text-body:#334155;--text-muted:#64748b;--border:#e2e8f0;--radius-2xl:48px;--radius-xl:32px;--radius-lg:20px;--radius-md:12px;--shadow-premium:0 20px 40px -15px rgba(99,102,241,0.2);--shadow-card:0 10px 30px -10px rgba(0,0,0,0.05);--shadow-hover:0 20px 50px -12px rgba(0,0,0,0.08);--font-main:"Plus Jakarta Sans",sans-serif;--font-heading:"Outfit",sans-serif;--transition:all 0.5s cubic-bezier(0.16,1,0.3,1)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-page);color:var(--text-body);font-family:var(--font-main);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}[dir=rtl]{direction:rtl}[dir=rtl] body{text-align:right}.container{width:100%;max-width:1390px;margin:0 auto;padding:0 1rem}@media (min-width:360px){.container{padding:0 1.25rem}}@media (min-width:480px){.container{padding:0 1.5rem}}@media (min-width:768px){.container{padding:0 2rem}}@media (min-width:1024px){.container{padding:0 2.5rem}}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.02em;line-height:1.2;font-weight:800}h1{font-size:clamp(2rem,8vw,4rem);margin-bottom:1.5rem}h2{font-size:clamp(1.75rem,6vw,2.75rem);margin-bottom:1.25rem}h3{font-size:clamp(1.25rem,4vw,1.75rem)}p{font-size:clamp(.9rem,2.5vw,1.1rem);color:var(--text-body);line-height:1.7}@media (max-width:320px){h1{font-size:1.75rem}h2{font-size:1.5rem}p{font-size:.85rem}.container{padding:0 .75rem}}.section-title{text-align:center;max-width:800px;margin:0 auto 3rem}@media (min-width:768px){.section-title{margin-bottom:4rem}}.hero{padding:clamp(6rem,15vw,12rem) 0 clamp(4rem,10vw,8rem);text-align:center;position:relative;background:radial-gradient(circle at 10% 20%,var(--primary-soft),transparent 40%)}.hero-subtitle{color:var(--text-muted);max-width:650px;margin:1.5rem auto 2.5rem;font-weight:500}.section{padding:clamp(3.5rem,10vw,8rem) 0}.section-bg,.section-rounded{background:var(--bg-subtle);padding:clamp(3.5rem,10vw,8rem) 0}.section-rounded{border-radius:clamp(1.5rem,5vw,4rem);margin:0 clamp(.5rem,2vw,1.5rem)}.feat-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width:480px){.feat-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (min-width:1024px){.feat-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.feat-item{background:#fff;padding:clamp(1.5rem,4vw,3rem);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);position:relative;overflow:hidden}.feat-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--primary-light)}.step-container{display:flex;flex-direction:column;gap:2.5rem;max-width:900px;margin:0 auto}.step-card{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:clamp(1.5rem,5vw,3rem);background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border);text-align:center}@media (min-width:768px){.step-card{grid-template-columns:80px 1fr;text-align:left;gap:2.5rem;align-items:center}[dir=rtl] .step-card{text-align:right}}.step-num{width:64px;height:64px;background:var(--primary-soft);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:1.5rem;margin:0 auto}@media (min-width:768px){.step-num{width:80px;height:80px;font-size:2rem}}.faq-grid{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.faq-card{background:#fff;padding:clamp(1.25rem,4vw,2rem);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);cursor:pointer}.faq-card:hover{border-color:var(--primary);background:var(--primary-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 2rem;height:56px;background:var(--primary);color:#fff;border-radius:999px;font-weight:800;font-size:1.1rem;text-decoration:none;transition:var(--transition);box-shadow:var(--shadow-premium);width:100%}@media (min-width:480px){.btn{width:auto;padding:0 3.5rem;height:64px;font-size:1.2rem}}.badge{background:var(--primary-soft);color:var(--primary);padding:8px 20px;border-radius:999px;font-weight:800;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;display:inline-block}.prose-content{overflow-x:hidden}.prose-content table{width:100%;border-collapse:collapse;margin:2rem 0;display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.prose-content td,.prose-content th{padding:1rem 1.5rem;border-bottom:1px solid var(--border);text-align:left}[dir=rtl] .prose-content td,[dir=rtl] .prose-content th{text-align:right}@media (min-width:480px){.section{padding:5rem 0}}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}.faq-grid{gap:1.5rem}}@media (min-width:1024px){.section{padding:8rem 0}.feat-grid{gap:2.5rem}}@media (min-width:1440px){.container{max-width:1390px}}.apk-premium-card{margin:4rem 0;background:linear-gradient(145deg,#ffffff,var(--primary-soft));border:1px solid var(--border);border-radius:32px;overflow:hidden;box-shadow:var(--shadow-premium);position:relative}.apk-card-header{padding:3rem 2rem;text-align:center;background:radial-gradient(circle at top right,var(--primary-soft),transparent);border-bottom:1px solid var(--border)}.apk-app-mockup{width:80px;height:80px;background:var(--primary);border-radius:20px;margin:0 auto 1.5rem;align-items:center;box-shadow:0 10px 20px rgba(99,102,241,.3);animation:float 3s ease-in-out infinite}.apk-app-mockup,.apk-badge-group{display:flex;justify-content:center}.apk-badge-group{gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.apk-tag{background:#fff;padding:6px 14px;border-radius:99px;font-size:.75rem;font-weight:800;border:1px solid var(--border);display:inline-flex;align-items:center;gap:.4rem;color:var(--text-main)}.apk-tag-verified{border-color:#10b981;color:#059669}.apk-download-btn-wrapper{padding:2.5rem 2rem;text-align:center;background:#fff}.apk-download-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:400px;height:72px;background:var(--primary);color:#fff!important;font-weight:900;font-size:1.25rem;text-decoration:none!important;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 20px 40px -10px rgba(99,102,241,.4);position:relative;overflow:hidden}.apk-download-button:hover{background:var(--primary-dark);transform:translateY(-5px) scale(1.02);box-shadow:0 25px 50px -12px rgba(99,102,241,.5)}.apk-download-button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shine 3s infinite}.apk-steps-container{margin-top:3rem;background:#fff;border-radius:32px;padding:3rem 2rem;border:1px solid var(--border)}.apk-step-list{list-style:none;padding:0;display:grid;gap:1.5rem}.apk-step-card{display:flex;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--bg-subtle);border-radius:20px;border:1px solid transparent;transition:var(--transition)}.apk-step-card:hover{background:#fff;border-color:var(--primary-light);transform:translateX(8px)}.apk-step-num{width:44px;height:44px;background:var(--primary);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:1.1rem;flex-shrink:0}.apk-step-text{font-weight:600;color:var(--text-main);font-size:1.05rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shine{0%{left:-100%}20%{left:100%}to{left:100%}}@media (max-width:480px){.apk-premium-card{border-radius:24px}.apk-download-button{font-size:1.1rem;height:64px}.apk-step-card:hover{transform:translateY(-4px)}}.Footer_siteFooter__lhrk3{background:#ffffff;border-top:1px solid var(--border);padding:6rem 0 2.5rem;margin-top:6rem;position:relative;overflow:hidden}.Footer_footerContent__yAl3k{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:5rem}@media (min-width:768px){.Footer_footerContent__yAl3k{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1024px){.Footer_footerContent__yAl3k{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}}.Footer_footerColBrand__FUeZT{display:flex;flex-direction:column;gap:1.5rem}.Footer_logoWrapper__rjN_x{position:relative;width:-moz-fit-content;width:fit-content}.Footer_footerLogo__4BA6d{font-family:var(--font-heading);font-size:1.5rem;font-weight:900;color:var(--text-main);letter-spacing:-.04em;display:block}.Footer_logoUnderline__0rzVc{height:4px;width:40px;background:var(--primary);border-radius:2px;margin-top:4px}.Footer_footerDesc__6jorh{color:var(--text-muted);line-height:1.7;max-width:360px;font-size:.95rem;font-weight:500}.Footer_footerCol__KIz90{display:flex;flex-direction:column;gap:1.75rem}.Footer_colTitle__3amT0{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:var(--text-main);letter-spacing:-.01em;margin:0}.Footer_linkList__Js__Y{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.Footer_linkList__Js__Y li a{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.Footer_linkList__Js__Y li a:hover{color:var(--primary);transform:translateX(6px)}[dir=rtl] .Footer_linkList__Js__Y li a:hover{transform:translateX(-6px)}.Footer_footerBottom__YIYBj{border-top:1px solid var(--border);padding-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media (min-width:768px){.Footer_footerBottom__YIYBj{flex-direction:row;justify-content:space-between;text-align:left}[dir=rtl] .Footer_footerBottom__YIYBj{text-align:right}}.Footer_bottomLeft__gB2TP p,.Footer_bottomRight__xwHXG p{color:var(--text-muted);font-size:.9rem;font-weight:600;margin:0}.Footer_builtBy__WQYtO{color:var(--primary)!important}[dir=rtl] .Footer_footerLogo__4BA6d{letter-spacing:0}[dir=rtl] .Footer_footerDesc__6jorh{max-width:400px}@media (max-width:768px){.Footer_footerColBrand__FUeZT,.Footer_footerCol__KIz90{align-items:center;text-align:center}.Footer_logoWrapper__rjN_x{display:flex;flex-direction:column;align-items:center}[dir=rtl] .Footer_footerColBrand__FUeZT,[dir=rtl] .Footer_footerCol__KIz90{text-align:center}}.Navbar_navbar__GrSXC{position:fixed;top:15px;left:50%;transform:translateX(-50%);width:95%;max-width:1390px;z-index:1002;transition:var(--transition);border-radius:999px}@media (min-width:1024px){.Navbar_navbar__GrSXC{top:20px;width:90%}}.Navbar_scrolled__N9DJM{background:rgba(255,255,255,.85);backdrop-filter:blur(20px);box-shadow:0 10px 30px -10px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.4);height:64px}@media (min-width:768px){.Navbar_scrolled__N9DJM{height:72px}}.Navbar_transparent__vi5Zs{background:rgba(255,255,255,.5);backdrop-filter:blur(10px);height:72px;border:1px solid rgba(255,255,255,.2)}@media (min-width:768px){.Navbar_transparent__vi5Zs{height:80px}}.Navbar_container__2Cq63{width:100%;padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between}@media (min-width:480px){.Navbar_container__2Cq63{padding:0 1.5rem}}@media (min-width:1024px){.Navbar_container__2Cq63{padding:0 2rem}}.Navbar_logoLink__SrKVH{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:var(--transition)}.Navbar_logoIcon__gwjen{width:28px;height:28px;color:var(--primary)}@media (min-width:768px){.Navbar_logoIcon__gwjen{width:32px;height:32px}}.Navbar_logoText__Jmms3{font-family:var(--font-heading);font-weight:800;font-size:16px;color:var(--text-main);letter-spacing:-.02em}@media (min-width:480px){.Navbar_logoText__Jmms3{font-size:18px}}@media (min-width:768px){.Navbar_logoText__Jmms3{font-size:20px}}.Navbar_centerNav__m9emk{display:none;background:rgba(255,255,255,.5);padding:.5rem 1.5rem;border-radius:999px;border:1px solid rgba(0,0,0,.05)}@media (min-width:1024px){.Navbar_centerNav__m9emk{display:flex;gap:1.5rem;align-items:center}}@media (min-width:1280px){.Navbar_centerNav__m9emk{gap:2.25rem}}.Navbar_navLink__16zHl{color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:600;transition:color .3s ease;padding:.4rem 0;position:relative;white-space:nowrap}.Navbar_navLink__16zHl:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.Navbar_activeLink__izzmo:after,.Navbar_navLink__16zHl:hover:after{width:100%}.Navbar_activeLink__izzmo,.Navbar_navLink__16zHl:hover{color:var(--primary)}.Navbar_rightActions__N2Ug4{display:flex;align-items:center;gap:.75rem}.Navbar_desktopActions__PF0XI{display:none}@media (min-width:1024px){.Navbar_desktopActions__PF0XI{display:block}}.Navbar_mobileMenuBtn__vCYFv{display:flex;flex-direction:column;gap:5px;background:var(--primary-soft);border:none;cursor:pointer;padding:.6rem;border-radius:12px}@media (min-width:1024px){.Navbar_mobileMenuBtn__vCYFv{display:none}}.Navbar_bar__dtjsV{width:20px;height:2px;background-color:var(--primary);border-radius:4px;transition:all .3s ease}.Navbar_menuActive__fLAkr .Navbar_bar__dtjsV:first-child{transform:translateY(7px) rotate(45deg)}.Navbar_menuActive__fLAkr .Navbar_bar__dtjsV:nth-child(2){opacity:0}.Navbar_menuActive__fLAkr .Navbar_bar__dtjsV:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.Navbar_mobileNavOverlay__tN7ow{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);z-index:1001;display:flex;flex-direction:column;align-items:center;padding:100px 2rem 50px;gap:1.5rem;opacity:0;pointer-events:none;transition:var(--transition);overflow-y:auto}.Navbar_mobileNavOpen__31aw0{opacity:1;pointer-events:all}.Navbar_mobileNavLink__Ddm9F{font-family:var(--font-heading);font-size:clamp(1.5rem,8vw,2rem);font-weight:800;color:var(--text-main);text-decoration:none;transition:var(--transition)}.Navbar_activeMobileLink__kRwDZ{color:var(--primary);transform:scale(1.05)}.Navbar_mobileActions__0rAbU{margin-top:2rem;display:flex;justify-content:center}.LanguageSwitcher_languageSwitcher__3o7I2{position:relative;z-index:1000}.LanguageSwitcher_trigger__YpduF{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(99,102,241,.2);border-radius:12px;color:#111827;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);min-height:44px}.LanguageSwitcher_trigger__YpduF:hover{background:rgba(99,102,241,.1);border-color:#6366f1}.LanguageSwitcher_flag__r8p6L{font-size:1.25rem;line-height:1}.LanguageSwitcher_langName__5Dr9K{font-size:.875rem}.LanguageSwitcher_arrow__5whj6{transition:transform .3s ease;color:#6366f1}.LanguageSwitcher_arrowOpen__gsszg{transform:rotate(180deg)}.LanguageSwitcher_dropdown__z8XlZ{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 40px -10px rgba(0,0,0,.15);overflow-y:auto;max-height:250px;animation:LanguageSwitcher_slideDown__rTz6H .3s cubic-bezier(.16,1,.3,1)}[dir=rtl] .LanguageSwitcher_dropdown__z8XlZ{right:auto;left:0}@keyframes LanguageSwitcher_slideDown__rTz6H{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher_option__e1Otk{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:none;font-size:.9rem;font-weight:500;color:#334155;cursor:pointer;transition:all .2s ease;text-align:left;min-height:48px}[dir=rtl] .LanguageSwitcher_option__e1Otk{text-align:right}.LanguageSwitcher_option__e1Otk:hover{background:#f5f3ff;color:#6366f1}.LanguageSwitcher_option__e1Otk.LanguageSwitcher_active__KxGtj{background:#f5f3ff;color:#6366f1;font-weight:700}.LanguageSwitcher_check__Bswt5{margin-left:auto;color:#6366f1}[dir=rtl] .LanguageSwitcher_check__Bswt5{margin-left:0;margin-right:auto}@media (max-width:768px){.LanguageSwitcher_trigger__YpduF{padding:.5rem .75rem;font-size:.875rem;min-height:44px}.LanguageSwitcher_langName__5Dr9K{display:none}.LanguageSwitcher_flag__r8p6L{font-size:1.5rem}.LanguageSwitcher_dropdown__z8XlZ{min-width:160px}.LanguageSwitcher_option__e1Otk{padding:.75rem;font-size:.875rem}}@media (max-width:1024px) and (min-width:769px){.LanguageSwitcher_langName__5Dr9K{font-size:.8rem}}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-heading:"Outfit","Outfit Fallback"}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_646807{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_646807{--font-main:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}