:root{--primary-color:#1A237E;--secondary-color:#3A52F5;--accent-color:#ED8936;--bg-primary:#0D1118;--bg-surface:#161B27;--bg-elevated:#1E2535;--text-primary:#F0F4FF;--text-secondary:rgba(240,244,255,0.60);--border:rgba(255,255,255,0.07);--shadow:0 4px 16px rgba(0,0,0,0.4)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:var(--bg-primary);border-bottom:1px solid var(--border);position:fixed;width:100%;top:0;z-index:1000;padding:15px 0}.header .container{justify-content:space-between;padding:0 20px}.header .container,.logo{display:flex;align-items:center}.logo{gap:12px}.logo img{width:40px;height:40px;border-radius:10px}.logo-name{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.play-store-button img{height:50px;width:auto}.header-actions{display:flex;align-items:center;gap:16px}.ios-soon-badge{display:inline-flex;align-items:center;height:44px;padding:0 18px;border-radius:8px;font-size:.9rem;font-weight:600;white-space:nowrap}.cta-button.cta-disabled,.ios-soon-badge{border:1px solid var(--border);background:var(--bg-surface);color:var(--text-secondary)}.cta-button.cta-disabled{box-shadow:none;cursor:default}.lang-switcher{position:relative}.lang-switcher summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:8px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-primary);font-size:.9rem;font-weight:600;white-space:nowrap}.lang-switcher summary::-webkit-details-marker{display:none}.lang-switcher summary:after{content:"▾";color:var(--text-secondary);font-size:.8rem}.lang-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:200px;margin:0;padding:6px;background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.25);z-index:1100}.lang-menu,.lang-menu li{list-style:none}.lang-menu a{display:block;padding:9px 12px;border-radius:8px;color:var(--text-primary);font-size:.92rem;text-decoration:none}.lang-menu a:hover{background:var(--bg-surface)}.lang-menu a[aria-current=true]{color:#3A52F5;font-weight:700}.hero{padding:80px 0 90px;background:linear-gradient(135deg,#141C35,#0D1118);position:relative;margin-top:80px;overflow:hidden}.hero:before{content:"";position:absolute;top:-80px;left:-80px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(58,82,245,.12) 0,transparent 70%);pointer-events:none}.hero .container{display:flex;align-items:center;gap:40px;position:relative;z-index:1}.hero-content{flex:1 1;text-align:left}.hero h1{font-size:2.5rem;margin-bottom:20px;color:#ffffff;line-height:1.2}.hero p{font-size:1.1rem;margin-bottom:30px;color:var(--text-secondary);max-width:560px}.app-stats{display:flex;gap:30px;margin:30px 0}.stat{text-align:center}.stat-value{display:block;font-size:1.8rem;font-weight:700;color:#ffffff;margin-bottom:4px}.stat-label{font-size:.85rem;color:var(--text-secondary)}.cta-button{display:inline-block;background:#3A52F5;color:#ffffff;padding:14px 36px;border-radius:50px;font-weight:700;font-size:1rem;letter-spacing:.5px;box-shadow:0 4px 20px rgba(58,82,245,.45);transition:all .25s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(58,82,245,.6);background:#1F38CC;color:#ffffff}.screenshot{flex:1 1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.features{padding:90px 0;background-color:var(--bg-primary)}.features h2{text-align:center;font-size:2.2rem;margin-bottom:10px;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;margin-top:50px}.feature-card{padding:30px 24px;border-radius:20px;text-align:center;transition:transform .25s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{font-size:2.6rem;line-height:1;margin-bottom:16px;display:block}.feature-title-white{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:#ffffff}.feature-desc-white{font-size:.9rem;color:rgba(255,255,255,.82);line-height:1.55}.why-section{padding:90px 0;background-color:var(--bg-surface)}.why-section h2{text-align:center;font-size:2.2rem;margin-bottom:50px;color:var(--text-primary)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px}.why-card{display:flex;align-items:flex-start;gap:16px;background:var(--bg-elevated);padding:22px 20px;border-radius:14px;border:1px solid var(--border);transition:transform .2s ease,border-color .2s ease}.why-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.15)}.why-emoji{font-size:1.4rem;flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;line-height:1}.why-card h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:5px}.why-card p{font-size:.88rem;color:var(--text-secondary);line-height:1.5;margin:0}.removes-section{padding:90px 0;background-color:var(--bg-primary)}.removes-section h2{text-align:center;font-size:2.2rem;margin-bottom:50px;color:var(--text-primary)}.removes-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:12px;gap:12px;list-style:none;max-width:860px;margin:0 auto}.removes-list li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:var(--text-primary);padding:16px 20px;background:var(--bg-surface);border-radius:12px;border:1px solid var(--border);line-height:1.4}.removes-list li:before{content:"✓";flex-shrink:0;width:28px;height:28px;background:#27AE60;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.faq-section{padding:90px 0;background-color:var(--bg-surface)}.faq-section h2{text-align:center;font-size:2.2rem;margin-bottom:50px;color:var(--text-primary)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:18px 22px}.faq-item summary{cursor:pointer;font-size:1.02rem;font-weight:600;color:var(--text-primary);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:400;color:var(--text-secondary);flex-shrink:0}.faq-item[open] summary:after{content:"–"}.faq-item p{margin:14px 0 0;font-size:.95rem;line-height:1.6}.faq-item p,.footer{color:var(--text-secondary)}.footer{background-color:var(--bg-surface);border-top:1px solid var(--border);padding:30px 0;font-size:.9rem}.footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer p{margin:0}.footer-links{display:flex;gap:20px}.footer-links a{color:var(--text-secondary)}.footer-links a:hover{color:var(--text-primary)}.legal-page{margin-top:80px;padding:60px 0 90px;min-height:calc(100vh - 160px)}.legal-page h1{font-size:2.2rem;margin-bottom:8px;color:var(--text-primary)}.legal-date{font-size:.9rem;color:var(--text-secondary);margin-bottom:48px}.legal-page section{margin-bottom:36px}.legal-page h2{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:10px}.legal-page p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.legal-page a{color:#7B93FF}.legal-page a:hover{color:var(--text-primary)}@media (max-width:992px){.hero .container{flex-direction:column}.hero .container,.hero-content{text-align:center}.hero p{margin-left:auto;margin-right:auto}.app-stats{justify-content:center}.screenshot img{max-height:660px}}@media (max-width:768px){.header .container{flex-direction:column;gap:15px}.hero{padding-top:160px}.hero h1{font-size:2rem}.app-stats{flex-wrap:wrap}.features-grid,.why-grid{grid-template-columns:1fr}.footer .container{flex-direction:column;text-align:center}.footer-links{margin-top:15px}}.blog-nav{display:flex;align-items:center;gap:20px}.blog-nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.blog-nav-link:hover{color:var(--text-primary)}.blog-main{margin-top:80px;padding:60px 0 100px;min-height:calc(100vh - 160px)}.blog-index h1{font-size:2.4rem;color:var(--text-primary);margin-bottom:12px}.blog-index-subtitle{font-size:1.05rem;color:var(--text-secondary);margin-bottom:48px;max-width:560px}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.post-card{display:flex;flex-direction:column;gap:12px;padding:28px 24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.post-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.15)}.post-card-title{font-size:1.15rem;font-weight:700;color:var(--text-primary);line-height:1.35;margin:0}.post-card-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.55;margin:0;flex:1 1}.post-category-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.post-category-badge.cat-how{background:rgba(58,82,245,.18);color:#7B93FF}.post-category-badge.cat-best-apps{background:rgba(39,174,96,.18);color:#5DD18A}.post-meta{font-size:.82rem;color:var(--text-secondary);display:flex;align-items:center;gap:6px}.meta-dot{opacity:.4}.blog-post{max-width:740px;margin:0 auto}.post-header{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--border)}.post-header h1{font-size:2.2rem;color:var(--text-primary);line-height:1.25;margin:16px 0 20px}.post-body h2{font-size:1.45rem;color:var(--text-primary);margin:48px 0 16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.post-body h3{font-size:1.15rem;color:var(--text-primary);margin:32px 0 12px}.post-body p{font-size:1rem;color:var(--text-secondary);line-height:1.75;margin-bottom:20px}.post-body ol,.post-body ul{padding-left:24px;margin-bottom:20px}.post-body li{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:8px}.post-body strong{color:var(--text-primary);font-weight:700}.post-body a{color:#7B93FF;text-decoration:underline}.post-body a:hover{color:var(--text-primary)}.post-body table{width:100%;border-collapse:collapse;margin:28px 0;font-size:.9rem}.post-body th{text-align:left;background:var(--bg-elevated);color:var(--text-primary);font-weight:700}.post-body td,.post-body th{padding:10px 14px;border-bottom:1px solid var(--border)}.post-body td{color:var(--text-secondary)}.post-body tr:last-child td{border-bottom:none}.post-body blockquote{border-left:3px solid #3a52f5;margin:28px 0;padding:4px 20px}.post-body blockquote p{color:var(--text-secondary);font-style:italic}.download-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#1a2a6c,#1a3a4a);border:1px solid rgba(58,82,245,.3);border-radius:14px;padding:22px 28px;margin:40px 0;flex-wrap:wrap}.download-banner-text{font-size:.95rem;color:var(--text-secondary);flex:1 1;min-width:200px}.download-banner-text strong{color:var(--text-primary)}.feature-page{max-width:800px;margin:0 auto}.feature-hero{text-align:center;padding:60px 0 48px;border-bottom:1px solid var(--border);margin-bottom:60px}.feature-hero h1{font-size:2.2rem;color:var(--text-primary);margin:20px 0 16px}.feature-hero p{font-size:1.05rem;color:var(--text-secondary);max-width:540px;margin:0 auto 32px;line-height:1.65}.feature-steps{display:flex;flex-direction:column;gap:20px;margin-bottom:60px}.feature-step{display:flex;gap:20px;align-items:flex-start;padding:22px 24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:14px}.step-number{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#3A52F5;color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center}.feature-step h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:6px}.feature-step p{font-size:.9rem;color:var(--text-secondary);line-height:1.55;margin:0}@media (max-width:640px){.blog-index h1{font-size:1.8rem}.post-header h1{font-size:1.7rem}.post-body h2{font-size:1.25rem}.download-banner{flex-direction:column;align-items:flex-start}.post-grid{grid-template-columns:1fr}}.notfound-hero{text-align:center;padding:20px 0 50px}.notfound-code{font-size:4.5rem;font-weight:800;line-height:1;color:var(--primary-color);margin:0 0 8px}.notfound-hero h1{font-size:2rem;color:var(--text-primary);margin-bottom:12px}.notfound-hero .blog-index-subtitle{margin:0 auto}.content-card-icon{font-size:2rem;line-height:1}