*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#1f2730;background:#f5f7fa;line-height:1.55;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}
.top-bar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e6e9ee;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.menu-btn{background:none;border:0;color:#1f2730;cursor:pointer;padding:4px}
.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#1aaf63}
.top-icons{display:flex;gap:6px}.top-icons button{background:none;border:0;cursor:pointer;color:#5b6573;padding:6px}
.crumbs{display:flex;align-items:center;gap:6px;padding:14px 16px;font-size:13px;color:#5b6573;background:#fff;border-bottom:1px solid #eef0f3;flex-wrap:wrap}
.crumbs a{color:#5b6573}.crumbs .current{color:#1f2730;font-weight:600}
.hero{padding:18px 16px 22px;background-color:#fff;background-size:cover;background-position:center;border-bottom:1px solid #eef0f3}
.app-card{display:flex;gap:14px;align-items:flex-start}
.app-icon svg{border-radius:14px;box-shadow:0 4px 16px rgba(210,40,40,.25)}
.app-info{flex:1;min-width:0}
.app-title{font-size:26px;font-weight:700;line-height:1.15}
.app-sub{font-size:15px;color:#3a4150;margin-top:2px}
.app-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px;font-size:13px;color:#3a4150}
.app-meta .free{color:#3a4150;font-weight:600}
.app-meta .rating,.app-meta .dl{display:inline-flex;align-items:center;gap:4px}
.badges{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.trusted{background:#eaf7ef;color:#0e7a40;padding:6px 10px;border-radius:20px;font-size:12px;display:inline-flex;align-items:center;gap:5px;font-weight:600}
.version{color:#5b6573;font-size:12px;align-self:center}
.hero-text{margin-top:18px}
.h-title{font-size:18px;font-weight:700;color:#1f2730}
.h-sub{font-size:14px;color:#5b6573;margin-top:6px}
.cta{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;background:#1aaf63;color:#fff;font-size:18px;font-weight:600;padding:16px;border-radius:10px;box-shadow:0 4px 12px rgba(26,175,99,.3);transition:.2s}
.cta:hover{background:#159a55}
.tabs{display:flex;background:#fff;border-bottom:1px solid #eef0f3;padding:0 8px;overflow-x:auto;scrollbar-width:none}
.tabs::-webkit-scrollbar{display:none}
.tab{flex:1;min-width:max-content;background:none;border:0;padding:14px 12px;font-size:15px;color:#5b6573;cursor:pointer;border-bottom:3px solid transparent;font-weight:500;white-space:nowrap}
.tab.active{color:#1f2730;border-bottom-color:#1aaf63;font-weight:700}
.container{padding:18px 16px;max-width:840px;margin:0 auto}
.offer-strip{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff 0,#fff7ec 100%);border:1px solid #ffd99a;border-radius:12px;padding:14px;margin-bottom:18px}
.offer-icon{flex-shrink:0}
.offer-title{font-weight:700;font-size:15px}
.offer-sub{font-size:12px;color:#5b6573;margin-top:2px}
.offer-btn{margin-left:auto;background:#d22;color:#fff;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;flex-shrink:0}
.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px}
.cat{background:#fff;border:1px solid #eef0f3;border-radius:10px;padding:14px 6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:#3a4150;font-weight:500}
.seo-content{background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:22px 18px;margin-bottom:22px;overflow-wrap:break-word;word-wrap:break-word}
.seo-content h1{font-size:24px;line-height:1.25;margin-bottom:14px;color:#0e7a40}
.seo-content h2{font-size:19px;margin-top:24px;margin-bottom:10px;color:#1f2730;border-left:4px solid #1aaf63;padding-left:10px}
.seo-content h3{font-size:17px;margin-top:18px;margin-bottom:8px}
.seo-content p{margin-bottom:12px;font-size:15px;color:#3a4150}
.seo-content ul{margin:0 0 14px 20px}
.seo-content li{margin-bottom:6px;font-size:15px;color:#3a4150}
.seo-content strong{color:#1f2730}
.seo-content em{color:#0e7a40;font-style:normal;font-weight:600}
.faq{background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:18px;margin-bottom:22px}
.faq-title{font-size:19px;font-weight:700;margin-bottom:12px;color:#1f2730}
.faq-list details{border-bottom:1px solid #eef0f3;padding:12px 0}
.faq-list details:last-child{border-bottom:0}
.faq-list summary{cursor:pointer;font-weight:600;font-size:15px;list-style:none;display:flex;justify-content:space-between;align-items:center;color:#1f2730}
.faq-list summary::after{content:'+';font-size:22px;color:#1aaf63;transition:.2s}
.faq-list details[open] summary::after{transform:rotate(45deg)}
.faq-list details p{margin-top:10px;color:#5b6573;font-size:14px}
.reviews{background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:18px;margin-bottom:22px}
.rev-title{font-size:19px;font-weight:700;margin-bottom:14px}
.rev-list{display:grid;gap:14px}
.rev{padding:14px;background:#f9fafb;border-radius:10px}
.rev-h{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.avt{width:36px;height:36px;border-radius:50%;background:#1aaf63;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.stars{color:#f5b400;font-size:13px}
.rev p{font-size:14px;color:#3a4150}
.author{display:flex;gap:14px;background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:18px;margin-bottom:22px}
.a-img{flex-shrink:0}
.a-name{font-weight:700;font-size:16px}
.a-role{font-size:13px;color:#1aaf63;margin-bottom:6px;font-weight:600}
.a-bio{font-size:14px;color:#5b6573;margin-bottom:6px}
.a-meta{font-size:12px;color:#8a93a3}
.site-footer{background:#1f2730;color:#c5cbd6;padding:30px 16px 18px;font-size:14px}
.f-grid{max-width:840px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:22px}
.f-brand{display:flex;align-items:center;gap:8px;font-weight:700;color:#fff;margin-bottom:8px;font-size:16px}
.f-h{color:#fff;font-weight:700;margin-bottom:8px;font-size:14px}
.site-footer a{display:block;padding:4px 0;color:#c5cbd6;font-size:13px}
.site-footer p{font-size:13px;line-height:1.6}
.f-bottom{max-width:840px;margin:20px auto 0;padding-top:14px;border-top:1px solid #36404e;font-size:12px;color:#8a93a3;display:flex;align-items:center;gap:10px}
.plus18{background:#d22;color:#fff;padding:3px 7px;border-radius:4px;font-weight:700;font-size:11px}
@media(min-width:640px){.app-title{font-size:30px}.h-title{font-size:22px}.cta{font-size:20px}.f-grid{grid-template-columns:2fr 1fr 1fr}.categories{gap:14px}}
@media(min-width:900px){.hero{padding:30px 28px 30px}.container{padding:26px}.seo-content{padding:30px}}
@media(max-width:380px){.categories{grid-template-columns:repeat(2,1fr)}.offer-btn{padding:8px 10px;font-size:12px}}