/* Consolidated site styles. Page rules are scoped by body class to preserve each page's existing layout. */
@font-face{
  font-family:'Space Grotesk';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,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;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}


/* index.html */
body.page-home *{margin:0;padding:0;box-sizing:border-box}
body.page-home{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-home .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-home nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-home .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-home .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-home .logo>span{color:#2563eb}
body.page-home .menu{display:flex;gap:28px;align-items:center}
body.page-home .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-home .menu a:hover{color:#2563eb}
body.page-home .menu>a:after,body.page-home .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-home .menu>a:hover:after,body.page-home .dropdown:hover>a:after{transform:scaleX(1)}
body.page-home .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-home .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-home .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-home .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-home .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-home .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-home .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-home .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-home .mega-group{min-width:0}
body.page-home .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-home .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-home .nav-actions{display:flex;align-items:center;gap:10px}
body.page-home .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-home #nav-toggle{display:none}
body.page-home .tg{background:#0b76a8}
body.page-home .wa{background:#0f7a3f}
body.page-home .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-home .brand-icon{position:relative;display:inline-flex;flex:none;width:52px;height:52px}
body.page-home .brand-icon:before{content:"";position:absolute;left:8px;right:6px;bottom:8px;height:4px;border-radius:999px;background:#2563eb}
body.page-home .brand-icon:after{content:"";position:absolute;left:10px;bottom:14px;width:9px;height:17px;border-radius:4px 4px 0 0;background:#2563eb;box-shadow:13px -9px 0 #2563eb,26px -18px 0 #2563eb}
body.page-home .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-home .hero{padding:110px 0 72px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-home .hero-grid{display:grid;grid-template-columns:1fr 420px;gap:70px;align-items:center}
body.page-home .hero h1{font-size:84px;line-height:.95;margin-bottom:25px}
body.page-home .hero h1 span{color:#2563eb}
body.page-home .hero p{font-size:21px;max-width:700px;color:#475569;margin-bottom:35px}
body.page-home .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-home .hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
body.page-home .hero-proof{display:flex;flex-wrap:wrap;gap:10px}
body.page-home .proof-pill{padding:9px 12px;border:1px solid #dbeafe;border-radius:999px;background:white;color:#475569;font-size:13px;font-weight:700}
body.page-home .hero-dashboard{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-home .dash-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}
body.page-home .dash-head img{width:52px;height:52px;border-radius:14px}
body.page-home .dash-title{font-size:18px;font-weight:700;margin-bottom:25px}
body.page-home .dash-head .dash-title{margin-bottom:0}
body.page-home .dash-head small{display:block;color:#64748b;font-size:12px;margin-top:2px}
body.page-home .rank{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}
body.page-home .rank b{color:#15803d}
body.page-home .install{font-size:60px;font-weight:700;color:#2563eb;margin-top:25px}
body.page-home .section{padding:84px 0}
body.page-home .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-home .stat{background:white;padding:26px;border-radius:18px;border:1px solid #e5e7eb}
body.page-home .stat h3{font-size:40px;color:#2563eb}
body.page-home .title{text-align:center;font-size:46px;margin-bottom:15px}
body.page-home .sub{text-align:center;color:#64748b;margin-bottom:42px}
body.page-home .pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
body.page-home .pricing-actions{display:flex;justify-content:center;margin-top:24px}
body.page-home .card{background:white;padding:30px;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-home .card h3{font-size:22px;line-height:1.25;min-height:56px}
body.page-home .featured{border:1px solid #2563eb;transform:none;background:#f8fbff;box-shadow:0 22px 55px rgba(37,99,235,.12)}
body.page-home .price{font-size:54px;font-weight:700;line-height:1.05}
body.page-home .price small{font-size:20px;color:#64748b;font-weight:500}
body.page-home .price-list{list-style:none;margin-top:22px;color:#475569}
body.page-home .price-list li{padding:11px 0;border-bottom:1px solid #eef2f7}
body.page-home .price-list li:last-child{border-bottom:none}
body.page-home .price-list li:before{content:"+";color:#16a34a;font-weight:700;margin-right:8px}
body.page-home .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
body.page-home .feature-card{background:white;padding:32px;border-radius:18px;border:1px solid #e5e7eb}
body.page-home .feature-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#2563eb;font-weight:700;margin-bottom:18px}
body.page-home .feature-card h3{font-size:24px;margin-bottom:10px}
body.page-home .feature-card p{color:#64748b}
body.page-home .service-deep{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
body.page-home .service-panel{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:30px}
body.page-home .service-panel h2{font-size:30px;line-height:1.15;margin-bottom:14px}
body.page-home .service-panel p{color:#64748b;margin-bottom:18px}
body.page-home .service-list{list-style:none}
body.page-home .service-list li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-home .service-list b{color:#111827}
body.page-home .use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-home .use-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:24px}
body.page-home .use-card h3{font-size:20px;line-height:1.2;margin-bottom:8px}
body.page-home .use-card p{color:#64748b;font-size:15px}
body.page-home .process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:steps}
body.page-home .step{position:relative;background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-home .step:before{counter-increment:steps;content:"0" counter(steps);display:block;font-size:14px;font-weight:700;color:#2563eb;margin-bottom:18px}
body.page-home .step h3{font-size:22px;margin-bottom:8px}
body.page-home .step p{color:#64748b}
body.page-home .split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
body.page-home .check-list{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:30px}
body.page-home .check-list h3{font-size:28px;margin-bottom:18px}
body.page-home .check-list ul{list-style:none}
body.page-home .check-list li{padding:12px 0;border-bottom:1px solid #eef2f7;color:#475569}
body.page-home .check-list li:last-child{border-bottom:none}
body.page-home .check-list li:before{content:"+";color:#16a34a;font-weight:700;margin-right:10px}
body.page-home .market-table{background:white;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}
body.page-home .market-row{display:grid;grid-template-columns:1.1fr 1fr 1.2fr;padding:18px 20px;border-bottom:1px solid #eef2f7;gap:20px}
body.page-home .market-row:last-child{border-bottom:none}
body.page-home .market-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-home .market-row b{color:#111827}
body.page-home .market-row span{color:#475569}
body.page-home .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-home .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-home .cta-panel p{color:#cbd5e1;max-width:620px}
body.page-home .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-home .tags{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
body.page-home .tag{padding:12px 18px;background:white;border:1px solid #dbeafe;border-radius:999px}
body.page-home .content{max-width:900px;margin:auto;color:#475569;font-size:18px}
body.page-home details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-home footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-home footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-home .nav{height:68px;position:relative}
body.page-home .logo{font-size:22px}
body.page-home .hero-grid,body.page-home .stats,body.page-home .pricing,body.page-home .feature-grid,body.page-home .process,body.page-home .split,body.page-home .service-deep,body.page-home .use-grid{grid-template-columns:1fr}
body.page-home .hero{padding:76px 0 54px}
body.page-home .hero h1{font-size:48px}
body.page-home .hero p{font-size:18px}
body.page-home .section{padding:58px 0}
body.page-home .title{font-size:36px;line-height:1.15}
body.page-home .sub{margin-bottom:30px}
body.page-home .cta-panel{display:block;padding:30px}
body.page-home .cta-panel h2{font-size:30px}
body.page-home .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-home .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-home .nav-actions .contact-btn{display:none}
body.page-home .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-home .menu a{padding:12px 14px;border-radius:12px}
body.page-home .menu>a:after,body.page-home .dropdown>a:after{display:none}
body.page-home #nav-toggle:checked~.menu{display:flex}
body.page-home .dropdown{display:block}
body.page-home .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-home .mega-menu{display:block}
body.page-home .mega-group>span{padding:10px 14px 4px}
body.page-home .dropdown:hover .dropdown-menu{transform:none}
body.page-home .market-row{grid-template-columns:1fr;gap:6px}
}


/* privacy-policy/index.html */
body.page-privacy-policy *{margin:0;padding:0;box-sizing:border-box}
body.page-privacy-policy{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-privacy-policy .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-privacy-policy nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-privacy-policy .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-privacy-policy .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-privacy-policy .logo>span{color:#2563eb}
body.page-privacy-policy .menu{display:flex;gap:28px;align-items:center}
body.page-privacy-policy .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-privacy-policy .menu a:hover{color:#2563eb}
body.page-privacy-policy .menu>a:after,body.page-privacy-policy .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-privacy-policy .menu>a:hover:after,body.page-privacy-policy .dropdown:hover>a:after{transform:scaleX(1)}
body.page-privacy-policy .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-privacy-policy .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-privacy-policy .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-privacy-policy .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-privacy-policy .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-privacy-policy .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-privacy-policy .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-privacy-policy .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-privacy-policy .mega-group{min-width:0}
body.page-privacy-policy .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-privacy-policy .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-privacy-policy .nav-actions{display:flex;align-items:center;gap:10px}
body.page-privacy-policy .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-privacy-policy #nav-toggle{display:none}
body.page-privacy-policy .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-privacy-policy .brand-icon{position:relative;display:inline-flex;flex:none;width:52px;height:52px}
body.page-privacy-policy .brand-icon:before{content:"";position:absolute;left:8px;right:6px;bottom:8px;height:4px;border-radius:999px;background:#2563eb}
body.page-privacy-policy .brand-icon:after{content:"";position:absolute;left:10px;bottom:14px;width:9px;height:17px;border-radius:4px 4px 0 0;background:#2563eb;box-shadow:13px -9px 0 #2563eb,26px -18px 0 #2563eb}
body.page-privacy-policy .tg{background:#229ED9}
body.page-privacy-policy .wa{background:#25D366}
body.page-privacy-policy .hero{padding:92px 0 58px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-privacy-policy .hero-grid{display:grid;grid-template-columns:1fr 360px;gap:64px;align-items:center}
body.page-privacy-policy .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-privacy-policy .hero h1{font-size:70px;line-height:.98;margin-bottom:22px;letter-spacing:0}
body.page-privacy-policy .hero h1 span{color:#2563eb}
body.page-privacy-policy .hero p{font-size:20px;max-width:720px;color:#475569}
body.page-privacy-policy .privacy-card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-privacy-policy .privacy-card img{width:54px;height:54px;border-radius:14px;margin-bottom:18px}
body.page-privacy-policy .privacy-card h2{font-size:22px;line-height:1.25;margin-bottom:12px}
body.page-privacy-policy .privacy-card p{color:#64748b}
body.page-privacy-policy .meta{display:grid;gap:10px;margin-top:22px}
body.page-privacy-policy .meta div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-top:1px solid #eef2f7;color:#475569;font-size:14px}
body.page-privacy-policy .meta b{color:#111827}
body.page-privacy-policy .section{padding:72px 0}
body.page-privacy-policy .policy-layout{display:grid;grid-template-columns:280px 1fr;gap:36px;align-items:start}
body.page-privacy-policy .toc{position:sticky;top:98px;background:white;border:1px solid #e5e7eb;border-radius:18px;padding:18px}
body.page-privacy-policy .toc h2{font-size:16px;margin-bottom:10px}
body.page-privacy-policy .toc a{display:block;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:9px 10px;border-radius:10px}
body.page-privacy-policy .toc a:hover{background:#eff6ff;color:#2563eb}
body.page-privacy-policy .policy{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:38px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-privacy-policy .policy section{padding:0 0 34px;margin-bottom:34px;border-bottom:1px solid #eef2f7}
body.page-privacy-policy .policy section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}
body.page-privacy-policy .policy h2{font-size:30px;line-height:1.15;margin-bottom:14px}
body.page-privacy-policy .policy h3{font-size:20px;margin:22px 0 8px}
body.page-privacy-policy .policy p{color:#475569;margin-bottom:14px}
body.page-privacy-policy .policy ul{list-style:none;margin:14px 0 0}
body.page-privacy-policy .policy li{position:relative;padding:10px 0 10px 22px;color:#475569;border-bottom:1px solid #f1f5f9}
body.page-privacy-policy .policy li:last-child{border-bottom:none}
body.page-privacy-policy .policy li:before{content:"";position:absolute;left:0;top:21px;width:8px;height:8px;border-radius:50%;background:#2563eb}
body.page-privacy-policy .notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:18px;color:#1e40af;margin-top:16px}
body.page-privacy-policy .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-privacy-policy .cta-panel h2{font-size:38px;line-height:1.1;margin-bottom:12px}
body.page-privacy-policy .cta-panel p{color:#cbd5e1;max-width:660px;margin:0}
body.page-privacy-policy .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-privacy-policy footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-privacy-policy footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-privacy-policy .nav{height:68px;position:relative}
body.page-privacy-policy .logo{font-size:22px}
body.page-privacy-policy .hero-grid,body.page-privacy-policy .policy-layout{grid-template-columns:1fr}
body.page-privacy-policy .hero{padding:76px 0 48px}
body.page-privacy-policy .hero h1{font-size:46px}
body.page-privacy-policy .hero p{font-size:18px}
body.page-privacy-policy .section{padding:54px 0}
body.page-privacy-policy .policy{padding:26px}
body.page-privacy-policy .policy h2{font-size:25px}
body.page-privacy-policy .toc{position:static}
body.page-privacy-policy .cta-panel{display:block;padding:30px}
body.page-privacy-policy .cta-panel h2{font-size:30px}
body.page-privacy-policy .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-privacy-policy .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-privacy-policy .nav-actions .contact-btn{display:none}
body.page-privacy-policy .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-privacy-policy .menu a{padding:12px 14px;border-radius:12px}
body.page-privacy-policy .menu>a:after,body.page-privacy-policy .dropdown>a:after{display:none}
body.page-privacy-policy #nav-toggle:checked~.menu{display:flex}
body.page-privacy-policy .dropdown{display:block}
body.page-privacy-policy .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-privacy-policy .mega-menu{display:block}
body.page-privacy-policy .mega-group>span{padding:10px 14px 4px}
body.page-privacy-policy .dropdown:hover .dropdown-menu{transform:none}
}


/* pricing/index.html */
body.page-pricing *{margin:0;padding:0;box-sizing:border-box}
body.page-pricing{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-pricing .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-pricing nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-pricing .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-pricing .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-pricing .logo>span{color:#2563eb}
body.page-pricing .menu{display:flex;gap:28px;align-items:center}
body.page-pricing .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-pricing .menu a:hover,body.page-pricing .menu a.active{color:#2563eb}
body.page-pricing .menu>a:after,body.page-pricing .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-pricing .menu>a:hover:after,body.page-pricing .menu>a.active:after,body.page-pricing .dropdown:hover>a:after{transform:scaleX(1)}
body.page-pricing .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-pricing .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-pricing .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-pricing .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-pricing .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-pricing .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-pricing .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-pricing .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-pricing .mega-group{min-width:0}
body.page-pricing .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-pricing .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-pricing .nav-actions{display:flex;align-items:center;gap:10px}
body.page-pricing .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-pricing #nav-toggle{display:none}
body.page-pricing .tg{background:#229ED9}
body.page-pricing .wa{background:#25D366}
body.page-pricing .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-pricing .brand-icon{position:relative;display:inline-flex;flex:none;width:52px;height:52px}
body.page-pricing .brand-icon:before{content:"";position:absolute;left:8px;right:6px;bottom:8px;height:4px;border-radius:999px;background:#2563eb}
body.page-pricing .brand-icon:after{content:"";position:absolute;left:10px;bottom:14px;width:9px;height:17px;border-radius:4px 4px 0 0;background:#2563eb;box-shadow:13px -9px 0 #2563eb,26px -18px 0 #2563eb}
body.page-pricing .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-pricing .hero{padding:104px 0 74px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-pricing .hero-grid{display:grid;grid-template-columns:1fr 430px;gap:68px;align-items:center}
body.page-pricing .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-pricing .hero h1{font-size:76px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-pricing .hero h1 span{color:#2563eb}
body.page-pricing .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-pricing .quote-panel{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-pricing .quote-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
body.page-pricing .quote-head img{width:54px;height:54px;border-radius:14px}
body.page-pricing .quote-head h2{font-size:20px;line-height:1.25}
body.page-pricing .quote-head p{font-size:13px;color:#64748b;margin:2px 0 0}
body.page-pricing .quote-line{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-top:1px solid #eef2f7}
body.page-pricing .quote-line span{color:#64748b}
body.page-pricing .quote-line strong{font-size:20px;color:#2563eb;white-space:nowrap}
body.page-pricing .quote-note{margin-top:18px;padding:14px;border-radius:16px;background:#eff6ff;color:#1d4ed8;font-size:14px}
body.page-pricing .section{padding:84px 0}
body.page-pricing .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-pricing .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-pricing .pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
body.page-pricing .card{position:relative;background:white;border:1px solid #e5e7eb;border-radius:20px;padding:30px;box-shadow:0 16px 38px rgba(15,23,42,.04);display:flex;flex-direction:column}
body.page-pricing .featured{border:1px solid #2563eb;background:#f8fbff;box-shadow:0 22px 55px rgba(37,99,235,.12)}
body.page-pricing .badge{position:absolute;top:20px;right:20px;background:#2563eb;color:white;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px}
body.page-pricing .card h2{font-size:24px;line-height:1.2;max-width:230px;margin-bottom:12px}
body.page-pricing .card p{color:#64748b;margin-bottom:22px}
body.page-pricing .price{font-size:58px;font-weight:700;line-height:1;color:#2563eb;margin-bottom:6px}
body.page-pricing .price small{font-size:18px;color:#64748b;font-weight:500}
body.page-pricing .custom-price{font-size:46px}
body.page-pricing .card ul{list-style:none;margin:24px 0 28px}
body.page-pricing .card li{position:relative;padding:11px 0 11px 20px;border-bottom:1px solid #eef2f7;color:#475569}
body.page-pricing .card li:last-child{border-bottom:none}
body.page-pricing .card li:before{content:"+";position:absolute;left:0;color:#16a34a;font-weight:700}
body.page-pricing .buy{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:auto;border-radius:999px;background:#2563eb;color:white;text-decoration:none;font-weight:700;font-size:14px}
body.page-pricing .buy.dark{background:#111827}
body.page-pricing .rate-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
body.page-pricing .rate-card,body.page-pricing .rules-card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:30px}
body.page-pricing .rate-card h2,body.page-pricing .rules-card h2{font-size:30px;line-height:1.15;margin-bottom:16px}
body.page-pricing .rate-row{display:grid;grid-template-columns:1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid #eef2f7;align-items:center}
body.page-pricing .rate-row:last-child{border-bottom:none}
body.page-pricing .rate-row b{display:block;font-size:18px;color:#111827}
body.page-pricing .rate-row span{display:block;color:#64748b;font-size:14px;margin-top:3px}
body.page-pricing .rate-row strong{font-size:26px;color:#2563eb;white-space:nowrap}
body.page-pricing .rules-card ul{list-style:none}
body.page-pricing .rules-card li{position:relative;padding:12px 0 12px 22px;border-bottom:1px solid #eef2f7;color:#475569}
body.page-pricing .rules-card li:last-child{border-bottom:none}
body.page-pricing .rules-card li:before{content:"";position:absolute;left:0;top:23px;width:8px;height:8px;border-radius:50%;background:#2563eb}
body.page-pricing .compare-wrap{overflow:hidden;background:white;border:1px solid #e5e7eb;border-radius:20px}
body.page-pricing .compare{width:100%;border-collapse:collapse}
body.page-pricing .compare th,body.page-pricing .compare td{padding:18px 20px;text-align:left;border-bottom:1px solid #eef2f7}
body.page-pricing .compare th{background:#eff6ff;color:#1d4ed8;font-size:13px;text-transform:uppercase;letter-spacing:0}
body.page-pricing .compare tr:last-child td{border-bottom:none}
body.page-pricing .compare td{color:#475569}
body.page-pricing .compare b{color:#111827}
body.page-pricing .process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:steps}
body.page-pricing .step{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-pricing .step:before{counter-increment:steps;content:"0" counter(steps);display:block;font-size:14px;font-weight:700;color:#2563eb;margin-bottom:18px}
body.page-pricing .step h3{font-size:22px;margin-bottom:8px}
body.page-pricing .step p{color:#64748b}
body.page-pricing .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-pricing .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-pricing .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-pricing .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-pricing details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-pricing details summary{cursor:pointer;font-weight:700}
body.page-pricing details p{color:#64748b;margin-top:10px}
body.page-pricing footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-pricing footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-pricing .nav{height:68px;position:relative}
body.page-pricing .logo{font-size:22px}
body.page-pricing .hero-grid,body.page-pricing .pricing,body.page-pricing .rate-grid,body.page-pricing .process{grid-template-columns:1fr}
body.page-pricing .hero{padding:76px 0 54px}
body.page-pricing .hero h1{font-size:48px}
body.page-pricing .hero p{font-size:18px}
body.page-pricing .section{padding:58px 0}
body.page-pricing .title{font-size:36px}
body.page-pricing .sub{margin-bottom:30px}
body.page-pricing .compare{min-width:720px}
body.page-pricing .compare-wrap{overflow-x:auto}
body.page-pricing .cta-panel{display:block;padding:30px}
body.page-pricing .cta-panel h2{font-size:30px}
body.page-pricing .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-pricing .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-pricing .nav-actions .contact-btn{display:none}
body.page-pricing .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-pricing .menu a{padding:12px 14px;border-radius:12px}
body.page-pricing .menu>a:after,body.page-pricing .dropdown>a:after{display:none}
body.page-pricing #nav-toggle:checked~.menu{display:flex}
body.page-pricing .dropdown{display:block}
body.page-pricing .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-pricing .mega-menu{display:block}
body.page-pricing .mega-group>span{padding:10px 14px 4px}
body.page-pricing .dropdown:hover .dropdown-menu{transform:none}
}


/* keyword-installs/index.html */
body.page-keyword-installs *{margin:0;padding:0;box-sizing:border-box}
body.page-keyword-installs{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#fafcff;color:#111827;line-height:1.7}
body.page-keyword-installs .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-keyword-installs nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-keyword-installs .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-keyword-installs .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-keyword-installs .logo>span{color:#2563eb}
body.page-keyword-installs .menu{display:flex;gap:28px;align-items:center}
body.page-keyword-installs .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-keyword-installs .menu a:hover{color:#2563eb}
body.page-keyword-installs .menu>a:after,body.page-keyword-installs .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-keyword-installs .menu>a:hover:after,body.page-keyword-installs .dropdown:hover>a:after{transform:scaleX(1)}
body.page-keyword-installs .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-keyword-installs .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-keyword-installs .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-keyword-installs .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-keyword-installs .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-keyword-installs .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-keyword-installs .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-keyword-installs .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-keyword-installs .mega-group{min-width:0}
body.page-keyword-installs .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-keyword-installs .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-keyword-installs .nav-actions{display:flex;align-items:center;gap:10px}
body.page-keyword-installs .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-keyword-installs #nav-toggle{display:none}
body.page-keyword-installs .tg{background:#229ED9}
body.page-keyword-installs .wa{background:#25D366}
body.page-keyword-installs .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-keyword-installs .hero{padding:120px 0 80px;background:radial-gradient(circle at top right,#dbeafe,#fafcff 50%)}
body.page-keyword-installs .hero h1{font-size:82px;line-height:.95;max-width:850px}
body.page-keyword-installs .hero p{font-size:22px;max-width:750px;color:#475569;margin-top:30px}
body.page-keyword-installs .hero .btn{margin-top:35px}
body.page-keyword-installs .hero-card{margin-top:70px;background:white;border:1px solid #e5e7eb;border-radius:30px;padding:40px;box-shadow:0 20px 60px rgba(37,99,235,.08)}
body.page-keyword-installs .dashboard h3{margin-bottom:20px}
body.page-keyword-installs .rank{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}
body.page-keyword-installs .campaign{margin-top:25px;padding-top:25px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center}
body.page-keyword-installs .campaign strong{font-size:42px;color:#2563eb}
body.page-keyword-installs .section{padding:100px 0}
body.page-keyword-installs .title{text-align:center;font-size:50px;margin-bottom:20px}
body.page-keyword-installs .sub{text-align:center;color:#64748b;max-width:750px;margin:auto}
body.page-keyword-installs .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}
body.page-keyword-installs .cards.dense{grid-template-columns:repeat(3,1fr)}
body.page-keyword-installs .card{background:white;border:1px solid #e5e7eb;border-radius:24px;padding:35px}
body.page-keyword-installs .card h3{margin-bottom:15px}
body.page-keyword-installs .card p{color:#64748b}
body.page-keyword-installs .alt{background:#f1f7ff}
body.page-keyword-installs .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}
body.page-keyword-installs .step{background:white;padding:35px;border-radius:24px;border:1px solid #e5e7eb}
body.page-keyword-installs .number{font-size:40px;color:#2563eb;font-weight:700}
body.page-keyword-installs .split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}
body.page-keyword-installs .panel{background:white;border:1px solid #e5e7eb;border-radius:24px;padding:36px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-keyword-installs .panel.highlight{background:#111827;color:white;border-color:#111827}
body.page-keyword-installs .panel h2{font-size:36px;line-height:1.1;margin-bottom:16px}
body.page-keyword-installs .panel p{color:#64748b;margin-bottom:20px}
body.page-keyword-installs .panel.highlight p{color:#cbd5e1}
body.page-keyword-installs .check-list{list-style:none}
body.page-keyword-installs .check-list li{padding:14px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-keyword-installs .check-list b{color:#111827}
body.page-keyword-installs .info-list{display:grid;gap:10px;margin:20px 0 24px}
body.page-keyword-installs .info-list div{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}
body.page-keyword-installs .info-list span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#2563eb;color:white;font-weight:700}
body.page-keyword-installs .info-list p{margin:0;color:white}
body.page-keyword-installs .strategy-table{margin-top:48px;background:white;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}
body.page-keyword-installs .strategy-row{display:grid;grid-template-columns:1fr 1.15fr 1.2fr;gap:20px;padding:18px 22px;border-bottom:1px solid #eef2f7;align-items:start}
body.page-keyword-installs .strategy-row:last-child{border-bottom:none}
body.page-keyword-installs .strategy-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-keyword-installs .strategy-row b{color:#111827}
body.page-keyword-installs .strategy-row span{color:#475569}
body.page-keyword-installs .market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
body.page-keyword-installs .market-card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px}
body.page-keyword-installs .market-card b{display:block;font-size:20px;margin-bottom:10px}
body.page-keyword-installs .market-card span{color:#64748b}
body.page-keyword-installs .cta-panel{background:#111827;color:white;border-radius:24px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-keyword-installs .cta-panel h2{font-size:38px;line-height:1.1;margin-bottom:12px}
body.page-keyword-installs .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-keyword-installs .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-keyword-installs .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-keyword-installs .content{max-width:900px;margin:auto;color:#475569;font-size:18px}
body.page-keyword-installs details{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:15px}
body.page-keyword-installs footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb}
body.page-keyword-installs footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-keyword-installs .nav{height:68px;position:relative}
body.page-keyword-installs .logo{font-size:22px}
body.page-keyword-installs .hero h1{font-size:55px}
body.page-keyword-installs .cards,body.page-keyword-installs .cards.dense,body.page-keyword-installs .steps,body.page-keyword-installs .split,body.page-keyword-installs .market-grid{grid-template-columns:1fr}
body.page-keyword-installs .section{padding:64px 0}
body.page-keyword-installs .title{font-size:36px;line-height:1.15}
body.page-keyword-installs .panel{padding:28px}
body.page-keyword-installs .panel h2{font-size:30px}
body.page-keyword-installs .strategy-table{overflow-x:auto}
body.page-keyword-installs .strategy-row{min-width:720px}
body.page-keyword-installs .cta-panel{display:block;padding:30px}
body.page-keyword-installs .cta-panel h2{font-size:30px}
body.page-keyword-installs .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-keyword-installs .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-keyword-installs .nav-actions .contact-btn{display:none}
body.page-keyword-installs .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-keyword-installs .menu a{padding:12px 14px;border-radius:12px}
body.page-keyword-installs .menu>a:after,body.page-keyword-installs .dropdown>a:after{display:none}
body.page-keyword-installs #nav-toggle:checked~.menu{display:flex}
body.page-keyword-installs .dropdown{display:block}
body.page-keyword-installs .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-keyword-installs .mega-menu{display:block}
body.page-keyword-installs .mega-group>span{padding:10px 14px 4px}
body.page-keyword-installs .dropdown:hover .dropdown-menu{transform:none}
}


/* countries/index.html */
body.page-countries *{margin:0;padding:0;box-sizing:border-box}
body.page-countries{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-countries .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-countries nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-countries .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-countries .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-countries .logo>span{color:#2563eb}
body.page-countries .menu{display:flex;gap:28px;align-items:center}
body.page-countries .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-countries .menu a:hover,body.page-countries .menu a.active{color:#2563eb}
body.page-countries .menu>a:after,body.page-countries .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-countries .menu>a:hover:after,body.page-countries .menu>a.active:after,body.page-countries .dropdown:hover>a:after{transform:scaleX(1)}
body.page-countries .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-countries .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-countries .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-countries .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-countries .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-countries .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-countries .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-countries .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-countries .mega-group{min-width:0}
body.page-countries .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-countries .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-countries .nav-actions{display:flex;align-items:center;gap:10px}
body.page-countries .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-countries #nav-toggle{display:none}
body.page-countries .tg{background:#229ED9}
body.page-countries .wa{background:#25D366}
body.page-countries .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-countries .brand-icon{position:relative;display:inline-flex;flex:none;width:52px;height:52px}
body.page-countries .brand-icon:before{content:"";position:absolute;left:8px;right:6px;bottom:8px;height:4px;border-radius:999px;background:#2563eb}
body.page-countries .brand-icon:after{content:"";position:absolute;left:10px;bottom:14px;width:9px;height:17px;border-radius:4px 4px 0 0;background:#2563eb;box-shadow:13px -9px 0 #2563eb,26px -18px 0 #2563eb}
body.page-countries .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-countries .hero{padding:108px 0 76px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-countries .hero-grid{display:grid;grid-template-columns:1fr 430px;gap:68px;align-items:center}
body.page-countries .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-countries .hero h1{font-size:78px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-countries .hero h1 span{color:#2563eb}
body.page-countries .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-countries .market-panel{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-countries .panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}
body.page-countries .panel-head h2{font-size:20px;line-height:1.25}
body.page-countries .live{padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:700;white-space:nowrap}
body.page-countries .brand-visual{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#f8fbff;margin-bottom:22px}
body.page-countries .brand-visual img{width:52px;height:52px;border-radius:14px}
body.page-countries .brand-visual strong{display:block;font-size:15px}
body.page-countries .brand-visual span{display:block;color:#64748b;font-size:13px}
body.page-countries .coverage-bars{display:grid;gap:16px}
body.page-countries .bar-row{display:grid;gap:7px}
body.page-countries .bar-label{display:flex;justify-content:space-between;color:#475569;font-size:14px;font-weight:600}
body.page-countries .bar{height:10px;border-radius:999px;background:#e5e7eb;overflow:hidden}
body.page-countries .bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8)}
body.page-countries .market-count{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
body.page-countries .mini-stat{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#f8fbff}
body.page-countries .mini-stat strong{display:block;font-size:32px;color:#2563eb;line-height:1}
body.page-countries .mini-stat span{color:#64748b;font-size:13px}
body.page-countries .section{padding:84px 0}
body.page-countries .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-countries .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-countries .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-countries .stat{background:white;padding:26px;border-radius:18px;border:1px solid #e5e7eb}
body.page-countries .stat h3{font-size:40px;color:#2563eb;line-height:1}
body.page-countries .stat p{color:#64748b;margin-top:8px}
body.page-countries .region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.page-countries .region{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-countries .region h3{font-size:24px;margin-bottom:12px}
body.page-countries .region p{color:#64748b;margin-bottom:18px}
body.page-countries .country-list{display:flex;flex-wrap:wrap;gap:10px}
body.page-countries .country{padding:8px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:700}
body.page-countries .split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
body.page-countries .check-list{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:30px}
body.page-countries .check-list h3{font-size:28px;line-height:1.15;margin-bottom:18px}
body.page-countries .check-list ul{list-style:none}
body.page-countries .check-list li{padding:12px 0;border-bottom:1px solid #eef2f7;color:#475569}
body.page-countries .check-list li:last-child{border-bottom:none}
body.page-countries .check-list li:before{content:"+";color:#16a34a;font-weight:700;margin-right:10px}
body.page-countries .process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:steps}
body.page-countries .step{position:relative;background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-countries .step:before{counter-increment:steps;content:"0" counter(steps);display:block;font-size:14px;font-weight:700;color:#2563eb;margin-bottom:18px}
body.page-countries .step h3{font-size:22px;margin-bottom:8px}
body.page-countries .step p{color:#64748b}
body.page-countries .table-wrap{overflow:hidden;background:white;border:1px solid #e5e7eb;border-radius:18px}
body.page-countries .market-table{width:100%;border-collapse:collapse}
body.page-countries .market-table th,body.page-countries .market-table td{padding:18px 20px;text-align:left;border-bottom:1px solid #eef2f7}
body.page-countries .market-table th{background:#eff6ff;color:#1d4ed8;font-size:13px;text-transform:uppercase;letter-spacing:0}
body.page-countries .market-table tr:last-child td{border-bottom:none}
body.page-countries .market-table td{color:#475569}
body.page-countries .market-table b{color:#111827}
body.page-countries .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-countries .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-countries .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-countries .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-countries details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-countries details summary{cursor:pointer;font-weight:700}
body.page-countries details p{color:#64748b;margin-top:10px}
body.page-countries footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-countries footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-countries .nav{height:68px;position:relative}
body.page-countries .logo{font-size:22px}
body.page-countries .hero-grid,body.page-countries .stats,body.page-countries .region-grid,body.page-countries .split,body.page-countries .process{grid-template-columns:1fr}
body.page-countries .hero{padding:76px 0 54px}
body.page-countries .hero h1{font-size:48px}
body.page-countries .hero p{font-size:18px}
body.page-countries .section{padding:58px 0}
body.page-countries .title{font-size:36px}
body.page-countries .sub{margin-bottom:30px}
body.page-countries .cta-panel{display:block;padding:30px}
body.page-countries .cta-panel h2{font-size:30px}
body.page-countries .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-countries .market-table{min-width:680px}
body.page-countries .table-wrap{overflow-x:auto}
body.page-countries .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-countries .nav-actions .contact-btn{display:none}
body.page-countries .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-countries .menu a{padding:12px 14px;border-radius:12px}
body.page-countries .menu>a:after,body.page-countries .dropdown>a:after{display:none}
body.page-countries #nav-toggle:checked~.menu{display:flex}
body.page-countries .dropdown{display:block}
body.page-countries .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-countries .mega-menu{display:block}
body.page-countries .mega-group>span{padding:10px 14px 4px}
body.page-countries .dropdown:hover .dropdown-menu{transform:none}
}


/* contact/index.html */
body.page-contact *{margin:0;padding:0;box-sizing:border-box}
body.page-contact{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-contact .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-contact nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-contact .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-contact .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-contact .logo>span{color:#2563eb}
body.page-contact .menu{display:flex;gap:28px;align-items:center}
body.page-contact .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-contact .menu a:hover,body.page-contact .menu a.active{color:#2563eb}
body.page-contact .menu>a:after,body.page-contact .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-contact .menu>a:hover:after,body.page-contact .menu>a.active:after,body.page-contact .dropdown:hover>a:after{transform:scaleX(1)}
body.page-contact .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-contact .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-contact .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-contact .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-contact .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-contact .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-contact .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-contact .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-contact .mega-group{min-width:0}
body.page-contact .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-contact .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-contact .nav-actions{display:flex;align-items:center;gap:10px}
body.page-contact .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-contact #nav-toggle{display:none}
body.page-contact .tg{background:#229ED9}
body.page-contact .wa{background:#25D366;color:#052e16}
body.page-contact .mail{background:#111827}
body.page-contact .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-contact .brand-icon{position:relative;display:inline-flex;flex:none;width:52px;height:52px}
body.page-contact .brand-icon:before{content:"";position:absolute;left:8px;right:6px;bottom:8px;height:4px;border-radius:999px;background:#2563eb}
body.page-contact .brand-icon:after{content:"";position:absolute;left:10px;bottom:14px;width:9px;height:17px;border-radius:4px 4px 0 0;background:#2563eb;box-shadow:13px -9px 0 #2563eb,26px -18px 0 #2563eb}
body.page-contact .hero{padding:96px 0 74px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-contact .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:70px;align-items:center}
body.page-contact .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-contact .hero h1{font-size:74px;line-height:.98;margin-bottom:24px;letter-spacing:0}
body.page-contact .hero h1 span{color:#2563eb}
body.page-contact .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:30px}
body.page-contact .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-contact .contact-panel{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-contact .panel-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
body.page-contact .panel-head img{width:54px;height:54px;border-radius:14px}
body.page-contact .panel-head h2{font-size:22px;line-height:1.2}
body.page-contact .panel-head p{color:#64748b;font-size:13px;margin-top:2px}
body.page-contact .contact-list{display:grid;gap:12px}
body.page-contact .contact-link{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:16px;border:1px solid #eef2f7;border-radius:16px;background:#f8fbff;text-decoration:none;color:#111827}
body.page-contact .contact-link:hover{border-color:#bfdbfe;background:#eff6ff}
body.page-contact .contact-link b{display:block;font-size:17px}
body.page-contact .contact-link span{display:block;color:#64748b;font-size:13px}
body.page-contact .contact-link strong{color:#2563eb;font-size:13px;white-space:nowrap}
body.page-contact .section{padding:78px 0}
body.page-contact .section-head{max-width:760px;margin:0 auto 34px;text-align:center}
body.page-contact .section-head h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-contact .section-head p{color:#64748b}
body.page-contact .methods{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.page-contact .method{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-contact .method h3{font-size:26px;margin-bottom:10px}
body.page-contact .method p{color:#64748b;margin-bottom:20px}
body.page-contact .method .btn{width:100%}
body.page-contact .split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
body.page-contact .box{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:30px}
body.page-contact .box h2{font-size:32px;line-height:1.15;margin-bottom:14px}
body.page-contact .box p{color:#64748b;margin-bottom:18px}
body.page-contact .list{list-style:none}
body.page-contact .list li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-contact .list b{color:#111827}
body.page-contact .details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
body.page-contact .detail{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:22px}
body.page-contact .detail b{display:block;font-size:18px;margin-bottom:6px}
body.page-contact .detail p{color:#64748b;font-size:14px}
body.page-contact details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-contact details summary{cursor:pointer;font-weight:700}
body.page-contact details p{color:#64748b;margin-top:10px}
body.page-contact footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-contact footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-contact .nav{height:68px;position:relative}
body.page-contact .logo{font-size:22px}
body.page-contact .hero-grid,body.page-contact .methods,body.page-contact .split,body.page-contact .details-grid{grid-template-columns:1fr}
body.page-contact .hero{padding:76px 0 54px}
body.page-contact .hero h1{font-size:46px}
body.page-contact .hero p{font-size:18px}
body.page-contact .section{padding:54px 0}
body.page-contact .section-head h2{font-size:34px}
body.page-contact .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-contact .nav-actions .contact-btn{display:none}
body.page-contact .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-contact .menu a{padding:12px 14px;border-radius:12px}
body.page-contact .menu>a:after,body.page-contact .dropdown>a:after{display:none}
body.page-contact #nav-toggle:checked~.menu{display:flex}
body.page-contact .dropdown{display:block}
body.page-contact .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-contact .mega-menu{display:block}
body.page-contact .mega-group>span{padding:10px 14px 4px}
body.page-contact .dropdown:hover .dropdown-menu{transform:none}
}


/* aso-strategy/index.html */
body.page-aso-strategy *{margin:0;padding:0;box-sizing:border-box}
body.page-aso-strategy{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-aso-strategy .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-aso-strategy nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-aso-strategy .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-aso-strategy .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-aso-strategy .logo>span{color:#2563eb}
body.page-aso-strategy .menu{display:flex;gap:28px;align-items:center}
body.page-aso-strategy .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-aso-strategy .menu a:hover,body.page-aso-strategy .menu a.active{color:#2563eb}
body.page-aso-strategy .menu>a:after,body.page-aso-strategy .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-aso-strategy .menu>a:hover:after,body.page-aso-strategy .menu>a.active:after,body.page-aso-strategy .dropdown:hover>a:after{transform:scaleX(1)}
body.page-aso-strategy .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-aso-strategy .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-aso-strategy .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-aso-strategy .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-aso-strategy .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-aso-strategy .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-aso-strategy .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-aso-strategy .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-aso-strategy .mega-group{min-width:0}
body.page-aso-strategy .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-aso-strategy .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-aso-strategy .nav-actions{display:flex;align-items:center;gap:10px}
body.page-aso-strategy .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-aso-strategy #nav-toggle{display:none}
body.page-aso-strategy .tg{background:#229ED9}
body.page-aso-strategy .wa{background:#25D366}
body.page-aso-strategy .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-aso-strategy .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-aso-strategy .hero{padding:108px 0 76px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-aso-strategy .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:68px;align-items:center}
body.page-aso-strategy .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-aso-strategy .hero h1{font-size:78px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-aso-strategy .hero h1 span{color:#2563eb}
body.page-aso-strategy .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-aso-strategy .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-aso-strategy .strategy-board{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-aso-strategy .board-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}
body.page-aso-strategy .board-head h2{font-size:20px;line-height:1.25}
body.page-aso-strategy .badge{padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:700;white-space:nowrap}
body.page-aso-strategy .axis{display:grid;grid-template-columns:1fr 1fr;gap:12px}
body.page-aso-strategy .axis-card{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#f8fbff}
body.page-aso-strategy .axis-card b{display:block;font-size:28px;color:#2563eb;line-height:1;margin-bottom:6px}
body.page-aso-strategy .axis-card span{display:block;color:#64748b;font-size:13px}
body.page-aso-strategy .priority{margin-top:18px;display:grid;gap:10px}
body.page-aso-strategy .priority-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #eef2f7}
body.page-aso-strategy .priority-row i{font-style:normal;display:flex;width:30px;height:30px;border-radius:9px;align-items:center;justify-content:center;background:#eff6ff;color:#2563eb;font-weight:700}
body.page-aso-strategy .priority-row strong{font-size:14px}
body.page-aso-strategy .priority-row span{color:#64748b;font-size:13px;white-space:nowrap}
body.page-aso-strategy .section{padding:84px 0}
body.page-aso-strategy .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-aso-strategy .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-aso-strategy .map{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}
body.page-aso-strategy .map-main,body.page-aso-strategy .map-side{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:30px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-aso-strategy .map-main h2,body.page-aso-strategy .map-side h2{font-size:32px;line-height:1.15;margin-bottom:14px}
body.page-aso-strategy .map-main p,body.page-aso-strategy .map-side p{color:#64748b;margin-bottom:18px}
body.page-aso-strategy .roadmap{display:grid;gap:14px}
body.page-aso-strategy .road-item{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:18px;border:1px solid #eef2f7;border-radius:16px;background:#f8fbff}
body.page-aso-strategy .road-item b{color:#2563eb}
body.page-aso-strategy .road-item h3{font-size:20px;line-height:1.2;margin-bottom:6px}
body.page-aso-strategy .road-item p{margin:0;color:#64748b}
body.page-aso-strategy .check-list{list-style:none}
body.page-aso-strategy .check-list li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-aso-strategy .check-list b{color:#111827}
body.page-aso-strategy .matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
body.page-aso-strategy .matrix-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-aso-strategy .matrix-card small{display:inline-block;margin-bottom:12px;padding:5px 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:700}
body.page-aso-strategy .matrix-card h3{font-size:24px;line-height:1.2;margin-bottom:10px}
body.page-aso-strategy .matrix-card p{color:#64748b}
body.page-aso-strategy .deliverables{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.page-aso-strategy .deliverable{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-aso-strategy .deliverable span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#2563eb;font-weight:700;margin-bottom:18px}
body.page-aso-strategy .deliverable h3{font-size:24px;line-height:1.2;margin-bottom:10px}
body.page-aso-strategy .deliverable p{color:#64748b}
body.page-aso-strategy .scorecard{background:white;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}
body.page-aso-strategy .score-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;padding:18px 20px;border-bottom:1px solid #eef2f7;gap:20px}
body.page-aso-strategy .score-row:last-child{border-bottom:none}
body.page-aso-strategy .score-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-aso-strategy .score-row b{color:#111827}
body.page-aso-strategy .score-row span{color:#475569}
body.page-aso-strategy details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-aso-strategy details summary{cursor:pointer;font-weight:700}
body.page-aso-strategy details p{color:#64748b;margin-top:10px}
body.page-aso-strategy .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-aso-strategy .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-aso-strategy .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-aso-strategy .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-aso-strategy footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-aso-strategy footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-aso-strategy .nav{height:68px;position:relative}
body.page-aso-strategy .logo{font-size:22px}
body.page-aso-strategy .hero-grid,body.page-aso-strategy .map,body.page-aso-strategy .matrix,body.page-aso-strategy .deliverables{grid-template-columns:1fr}
body.page-aso-strategy .hero{padding:76px 0 54px}
body.page-aso-strategy .hero h1{font-size:48px}
body.page-aso-strategy .hero p{font-size:18px}
body.page-aso-strategy .section{padding:58px 0}
body.page-aso-strategy .title{font-size:36px}
body.page-aso-strategy .sub{margin-bottom:30px}
body.page-aso-strategy .road-item,body.page-aso-strategy .score-row{grid-template-columns:1fr;gap:6px}
body.page-aso-strategy .cta-panel{display:block;padding:30px}
body.page-aso-strategy .cta-panel h2{font-size:30px}
body.page-aso-strategy .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-aso-strategy .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-aso-strategy .nav-actions .contact-btn{display:none}
body.page-aso-strategy .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-aso-strategy .menu a{padding:12px 14px;border-radius:12px}
body.page-aso-strategy .menu>a:after,body.page-aso-strategy .dropdown>a:after{display:none}
body.page-aso-strategy #nav-toggle:checked~.menu{display:flex}
body.page-aso-strategy .dropdown{display:block}
body.page-aso-strategy .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-aso-strategy .mega-menu{display:block}
body.page-aso-strategy .mega-group>span{padding:10px 14px 4px}
body.page-aso-strategy .dropdown:hover .dropdown-menu{transform:none}
}


/* aso-services/index.html */
body.page-aso-services *{margin:0;padding:0;box-sizing:border-box}
body.page-aso-services{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f7f9fc;color:#111827;line-height:1.7}
body.page-aso-services .container{width:1200px;max-width:90%;margin:auto}
body.page-aso-services .site-nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-aso-services .nav-container{max-width:1200px;margin:auto;padding:0 24px}
body.page-aso-services .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-aso-services .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-aso-services .logo>span{color:#2563eb}
body.page-aso-services .menu{display:flex;gap:28px;align-items:center}
body.page-aso-services .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-aso-services .menu a:hover{color:#2563eb}
body.page-aso-services .menu>a:after,body.page-aso-services .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-aso-services .menu>a:hover:after,body.page-aso-services .dropdown:hover>a:after{transform:scaleX(1)}
body.page-aso-services .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-aso-services .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-aso-services .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-aso-services .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-aso-services .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-aso-services .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-aso-services .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-aso-services .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-aso-services .mega-group{min-width:0}
body.page-aso-services .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-aso-services .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-aso-services .nav-actions{display:flex;align-items:center;gap:10px}
body.page-aso-services .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-aso-services #nav-toggle{display:none}
body.page-aso-services .tg{background:#229ED9}
body.page-aso-services .wa{background:#25D366}
body.page-aso-services .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-aso-services .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-aso-services .hero{padding:108px 0 76px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-aso-services .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:68px;align-items:center}
body.page-aso-services .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-aso-services .hero h1{font-size:76px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-aso-services .hero h1 span{color:#2563eb}
body.page-aso-services .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-aso-services .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-aso-services .service-console{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-aso-services .console-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}
body.page-aso-services .console-head h2{font-size:22px;line-height:1.2}
body.page-aso-services .console-head span{display:block;color:#64748b;font-size:13px;margin-top:4px}
body.page-aso-services .console-head b{display:inline-flex;padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px}
body.page-aso-services .console-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}
body.page-aso-services .console-metric{border:1px solid #e5e7eb;border-radius:16px;background:#f8fbff;padding:16px}
body.page-aso-services .console-metric.wide{display:flex;justify-content:space-between;gap:18px;align-items:end}
body.page-aso-services .console-metric strong{display:block;font-size:42px;line-height:1;color:#2563eb}
body.page-aso-services .console-metric span{display:block;color:#64748b;font-size:13px;line-height:1.35}
body.page-aso-services .console-list{display:grid;gap:10px;margin-top:18px}
body.page-aso-services .console-list div{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #eef2f7;color:#475569;font-size:14px;font-weight:600}
body.page-aso-services .console-list span{width:9px;height:9px;border-radius:50%;background:#2563eb;flex:none}
body.page-aso-services .section{padding:84px 0}
body.page-aso-services .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-aso-services .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-aso-services .service-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.page-aso-services .module-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-aso-services .module-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#2563eb;font-weight:700;margin-bottom:18px}
body.page-aso-services .module-card h3{font-size:24px;line-height:1.2;margin-bottom:10px}
body.page-aso-services .module-card p{color:#64748b}
body.page-aso-services .alt-band{background:#eef6ff;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}
body.page-aso-services .deliverable-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:start}
body.page-aso-services .deliverable-copy{background:#111827;color:white;border-radius:20px;padding:34px}
body.page-aso-services .deliverable-copy h2{font-size:38px;line-height:1.1;margin-bottom:14px}
body.page-aso-services .deliverable-copy p{color:#cbd5e1}
body.page-aso-services .deliverable-list{display:grid;gap:12px}
body.page-aso-services .deliverable-list div{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start;background:white;border:1px solid #dbeafe;border-radius:16px;padding:18px}
body.page-aso-services .deliverable-list b{color:#2563eb}
body.page-aso-services .deliverable-list span{color:#475569}
body.page-aso-services .use-cases{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-aso-services .use-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:24px}
body.page-aso-services .use-card h3{font-size:20px;line-height:1.2;margin-bottom:8px}
body.page-aso-services .use-card p{color:#64748b;font-size:15px}
body.page-aso-services .workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.page-aso-services .flow-step{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-aso-services .flow-step b{display:block;color:#2563eb;margin-bottom:16px}
body.page-aso-services .flow-step h3{font-size:22px;line-height:1.2;margin-bottom:8px}
body.page-aso-services .flow-step p{color:#64748b}
body.page-aso-services .service-split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
body.page-aso-services .service-box{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:32px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-aso-services .service-box.dark{background:#111827;color:white;border-color:#111827}
body.page-aso-services .service-box h2{font-size:34px;line-height:1.1;margin-bottom:14px}
body.page-aso-services .service-box p{color:#64748b;margin-bottom:18px}
body.page-aso-services .service-box.dark p{color:#cbd5e1}
body.page-aso-services .check-list{list-style:none}
body.page-aso-services .check-list li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-aso-services .check-list b{color:#111827}
body.page-aso-services .intake-list{display:grid;gap:10px;margin-top:20px}
body.page-aso-services .intake-list div{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}
body.page-aso-services .intake-list span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#2563eb;color:white;font-weight:700;flex:none}
body.page-aso-services .intake-list p{margin:0;color:white}
body.page-aso-services details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-aso-services details summary{cursor:pointer;font-weight:700}
body.page-aso-services details p{color:#64748b;margin-top:10px}
body.page-aso-services .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-aso-services .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-aso-services .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-aso-services .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-aso-services footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px;color:#64748b}
body.page-aso-services footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-aso-services .hero-grid,body.page-aso-services .service-modules,body.page-aso-services .deliverable-layout,body.page-aso-services .use-cases,body.page-aso-services .workflow,body.page-aso-services .service-split{grid-template-columns:1fr}
body.page-aso-services .hero{padding:76px 0 54px}
body.page-aso-services .hero h1{font-size:48px}
body.page-aso-services .hero p{font-size:18px}
body.page-aso-services .section{padding:58px 0}
body.page-aso-services .title{font-size:36px}
body.page-aso-services .sub{margin-bottom:30px}
body.page-aso-services .deliverable-copy h2,body.page-aso-services .service-box h2{font-size:30px}
body.page-aso-services .cta-panel{display:block;padding:30px}
body.page-aso-services .cta-panel h2{font-size:30px}
body.page-aso-services .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-aso-services .nav{height:68px;position:relative}
body.page-aso-services .logo{font-size:22px}
body.page-aso-services .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-aso-services .nav-actions .contact-btn{display:none}
body.page-aso-services .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-aso-services .menu a{padding:12px 14px;border-radius:12px}
body.page-aso-services .menu>a:after,body.page-aso-services .dropdown>a:after{display:none}
body.page-aso-services #nav-toggle:checked~.menu{display:flex}
body.page-aso-services .dropdown{display:block}
body.page-aso-services .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-aso-services .mega-menu{display:block}
body.page-aso-services .mega-group>span{padding:10px 14px 4px}
body.page-aso-services .dropdown:hover .dropdown-menu{transform:none}
}


/* aso-optimization/index.html */
body.page-aso-optimization *{margin:0;padding:0;box-sizing:border-box}
body.page-aso-optimization{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f7f9fc;color:#111827;line-height:1.7}
body.page-aso-optimization .container{width:1200px;max-width:90%;margin:auto}
body.page-aso-optimization .site-nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-aso-optimization .nav-container{max-width:1200px;margin:auto;padding:0 24px}
body.page-aso-optimization .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-aso-optimization .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-aso-optimization .logo>span{color:#2563eb}
body.page-aso-optimization .menu{display:flex;gap:28px;align-items:center}
body.page-aso-optimization .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-aso-optimization .menu a:hover{color:#2563eb}
body.page-aso-optimization .menu>a:after,body.page-aso-optimization .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-aso-optimization .menu>a:hover:after,body.page-aso-optimization .dropdown:hover>a:after{transform:scaleX(1)}
body.page-aso-optimization .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-aso-optimization .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-aso-optimization .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-aso-optimization .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-aso-optimization .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-aso-optimization .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-aso-optimization .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-aso-optimization .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-aso-optimization .mega-group{min-width:0}
body.page-aso-optimization .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-aso-optimization .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-aso-optimization .nav-actions{display:flex;align-items:center;gap:10px}
body.page-aso-optimization .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-aso-optimization #nav-toggle{display:none}
body.page-aso-optimization .tg{background:#229ED9}
body.page-aso-optimization .wa{background:#25D366}
body.page-aso-optimization .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-aso-optimization .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-aso-optimization .hero{padding:108px 0 76px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-aso-optimization .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:68px;align-items:center}
body.page-aso-optimization .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-aso-optimization .hero h1{font-size:76px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-aso-optimization .hero h1 span{color:#2563eb}
body.page-aso-optimization .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-aso-optimization .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-aso-optimization .lab-panel{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-aso-optimization .lab-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:20px}
body.page-aso-optimization .lab-head h2{font-size:22px;line-height:1.2}
body.page-aso-optimization .lab-head span{padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:700;white-space:nowrap}
body.page-aso-optimization .score-ring{position:relative;height:180px;border-radius:20px;background:#eff6ff;display:flex;align-items:center;justify-content:center;margin-bottom:22px;overflow:hidden}
body.page-aso-optimization .score-ring:before{content:"";position:absolute;width:138px;height:138px;border-radius:50%;background:conic-gradient(#2563eb 0 92%,#dbeafe 92% 100%)}
body.page-aso-optimization .score-ring:after{content:"";position:absolute;width:96px;height:96px;border-radius:50%;background:white;box-shadow:0 8px 24px rgba(37,99,235,.12)}
body.page-aso-optimization .score-ring strong,body.page-aso-optimization .score-ring span{position:relative;z-index:1}
body.page-aso-optimization .score-ring strong{font-size:46px;line-height:1;color:#111827}
body.page-aso-optimization .score-ring span{font-size:13px;color:#64748b;font-weight:700;margin-top:20px}
body.page-aso-optimization .signal-bars{display:grid;gap:15px}
body.page-aso-optimization .signal-bars div{display:grid;gap:7px}
body.page-aso-optimization .signal-bars p{display:flex;justify-content:space-between;margin:0;color:#475569;font-size:14px;font-weight:700}
body.page-aso-optimization .signal-bars i{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8)}
body.page-aso-optimization .section{padding:84px 0}
body.page-aso-optimization .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-aso-optimization .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-aso-optimization .track-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-aso-optimization .track-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-aso-optimization .track-card span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;margin-bottom:18px}
body.page-aso-optimization .track-card h3{font-size:22px;line-height:1.2;margin-bottom:10px}
body.page-aso-optimization .track-card p{color:#64748b;font-size:15px}
body.page-aso-optimization .alt-section{background:#eef6ff;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}
body.page-aso-optimization .experiment-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;align-items:center}
body.page-aso-optimization .experiment-layout h2{font-size:42px;line-height:1.1;margin-bottom:14px}
body.page-aso-optimization .experiment-layout p{color:#475569;max-width:520px}
body.page-aso-optimization .experiment-board{background:white;border:1px solid #dbeafe;border-radius:20px;overflow:hidden;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-aso-optimization .experiment-row{display:grid;grid-template-columns:1.3fr .8fr auto;gap:18px;padding:17px 20px;border-bottom:1px solid #eef2f7;align-items:center}
body.page-aso-optimization .experiment-row:last-child{border-bottom:none}
body.page-aso-optimization .experiment-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-aso-optimization .experiment-row b{color:#111827}
body.page-aso-optimization .experiment-row span{color:#475569}
body.page-aso-optimization .experiment-row em{font-style:normal;padding:5px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}
body.page-aso-optimization .before-after{display:grid;grid-template-columns:1fr 1fr;gap:28px}
body.page-aso-optimization .ba-card{border-radius:20px;padding:32px;border:1px solid #e5e7eb;background:white}
body.page-aso-optimization .ba-card.after{background:#111827;color:white;border-color:#111827}
body.page-aso-optimization .ba-card span{display:inline-flex;padding:6px 11px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;margin-bottom:18px}
body.page-aso-optimization .ba-card.after span{background:#2563eb;color:white}
body.page-aso-optimization .ba-card h2{font-size:34px;line-height:1.1;margin-bottom:18px}
body.page-aso-optimization .ba-card ul{list-style:none}
body.page-aso-optimization .ba-card li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-aso-optimization .ba-card.after li{border-top-color:rgba(255,255,255,.12);color:#cbd5e1}
body.page-aso-optimization .cycle{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.page-aso-optimization .cycle-step{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-aso-optimization .cycle-step b{display:block;color:#2563eb;margin-bottom:16px}
body.page-aso-optimization .cycle-step h3{font-size:22px;line-height:1.2;margin-bottom:8px}
body.page-aso-optimization .cycle-step p{color:#64748b}
body.page-aso-optimization .signal-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start}
body.page-aso-optimization .signal-copy{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:32px}
body.page-aso-optimization .signal-copy h2{font-size:36px;line-height:1.1;margin-bottom:14px}
body.page-aso-optimization .signal-copy p{color:#64748b}
body.page-aso-optimization .signal-table{background:white;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}
body.page-aso-optimization .signal-row{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:18px;padding:18px 20px;border-bottom:1px solid #eef2f7}
body.page-aso-optimization .signal-row:last-child{border-bottom:none}
body.page-aso-optimization .signal-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-aso-optimization .signal-row b{color:#111827}
body.page-aso-optimization .signal-row span{color:#475569}
body.page-aso-optimization details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-aso-optimization details summary{cursor:pointer;font-weight:700}
body.page-aso-optimization details p{color:#64748b;margin-top:10px}
body.page-aso-optimization .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-aso-optimization .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-aso-optimization .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-aso-optimization .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-aso-optimization footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px;color:#64748b}
body.page-aso-optimization footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-aso-optimization .hero-grid,body.page-aso-optimization .track-grid,body.page-aso-optimization .experiment-layout,body.page-aso-optimization .before-after,body.page-aso-optimization .cycle,body.page-aso-optimization .signal-layout{grid-template-columns:1fr}
body.page-aso-optimization .hero{padding:76px 0 54px}
body.page-aso-optimization .hero h1{font-size:48px}
body.page-aso-optimization .hero p{font-size:18px}
body.page-aso-optimization .section{padding:58px 0}
body.page-aso-optimization .title{font-size:36px}
body.page-aso-optimization .sub{margin-bottom:30px}
body.page-aso-optimization .experiment-layout h2,body.page-aso-optimization .ba-card h2,body.page-aso-optimization .signal-copy h2{font-size:30px}
body.page-aso-optimization .experiment-row,body.page-aso-optimization .signal-row{grid-template-columns:1fr;gap:6px}
body.page-aso-optimization .cta-panel{display:block;padding:30px}
body.page-aso-optimization .cta-panel h2{font-size:30px}
body.page-aso-optimization .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-aso-optimization .nav{height:68px;position:relative}
body.page-aso-optimization .logo{font-size:22px}
body.page-aso-optimization .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-aso-optimization .nav-actions .contact-btn{display:none}
body.page-aso-optimization .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-aso-optimization .menu a{padding:12px 14px;border-radius:12px}
body.page-aso-optimization .menu>a:after,body.page-aso-optimization .dropdown>a:after{display:none}
body.page-aso-optimization #nav-toggle:checked~.menu{display:flex}
body.page-aso-optimization .dropdown{display:block}
body.page-aso-optimization .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-aso-optimization .mega-menu{display:block}
body.page-aso-optimization .mega-group>span{padding:10px 14px 4px}
body.page-aso-optimization .dropdown:hover .dropdown-menu{transform:none}
}


/* app-boosting/index.html */
body.page-app-boosting *{margin:0;padding:0;box-sizing:border-box}
body.page-app-boosting{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f7f9fc;color:#111827}
body.page-app-boosting .container{width:1200px;max-width:90%;margin:auto}
body.page-app-boosting .site-nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-app-boosting .nav-container{max-width:1200px;margin:auto;padding:0 24px}
body.page-app-boosting .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-app-boosting .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-app-boosting .logo>span{color:#2563eb}
body.page-app-boosting .menu{display:flex;gap:28px;align-items:center}
body.page-app-boosting .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-app-boosting .menu a:hover{color:#2563eb}
body.page-app-boosting .menu>a:after,body.page-app-boosting .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-app-boosting .menu>a:hover:after,body.page-app-boosting .dropdown:hover>a:after{transform:scaleX(1)}
body.page-app-boosting .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-app-boosting .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-app-boosting .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-app-boosting .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-app-boosting .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-app-boosting .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-app-boosting .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-app-boosting .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-app-boosting .mega-group{min-width:0}
body.page-app-boosting .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-app-boosting .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-app-boosting .nav-actions{display:flex;align-items:center;gap:10px}
body.page-app-boosting .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-app-boosting #nav-toggle{display:none}
body.page-app-boosting .tg{background:#229ED9}
body.page-app-boosting .wa{background:#25D366}
body.page-app-boosting .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-app-boosting .hero{padding:100px 0;display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:center}
body.page-app-boosting .hero h1{font-size:62px;line-height:1.05;margin-bottom:25px}
body.page-app-boosting .hero h1 span{color:#2563eb}
body.page-app-boosting .hero p{font-size:20px;color:#64748b;max-width:560px}
body.page-app-boosting .hero .btn{margin-top:35px}
body.page-app-boosting .boost-panel{background:white;padding:35px;border-radius:30px;box-shadow:0 20px 60px rgba(0,0,0,.08)}
body.page-app-boosting .boost-title{font-weight:600;margin-bottom:25px}
body.page-app-boosting .progress{height:12px;background:#e5e7eb;border-radius:20px;overflow:hidden;margin:15px 0}
body.page-app-boosting .progress div{height:100%;width:82%;background:#2563eb}
body.page-app-boosting .rank-box{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #eee}
body.page-app-boosting .up{color:#16a34a;font-weight:700}
body.page-app-boosting .kicker{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0;color:#2563eb;margin-bottom:12px}
body.page-app-boosting .boost-snapshot{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:0;padding:0;margin:8px 0 70px;border:1px solid #e5e7eb;border-radius:28px;overflow:hidden;background:white}
body.page-app-boosting .snapshot-item{padding:30px;border-right:1px solid #e5e7eb}
body.page-app-boosting .snapshot-item:last-child{border-right:none}
body.page-app-boosting .snapshot-item.strong{background:#111827;color:white}
body.page-app-boosting .snapshot-item span{display:block;color:#2563eb;font-weight:700;margin-bottom:16px}
body.page-app-boosting .snapshot-item.strong span{color:#93c5fd}
body.page-app-boosting .snapshot-item b{display:block;font-size:22px;margin-bottom:8px}
body.page-app-boosting .snapshot-item p{color:#64748b;line-height:1.65}
body.page-app-boosting .snapshot-item.strong p{color:#cbd5e1}
body.page-app-boosting .growth-map{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:88px calc(50vw - 50%);background:#111827;color:white;display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:start}
body.page-app-boosting .map-copy h2{font-size:44px;line-height:1.05;margin-bottom:18px}
body.page-app-boosting .map-copy p:last-child{color:#cbd5e1;font-size:18px;line-height:1.7}
body.page-app-boosting .map-track{display:grid;gap:14px}
body.page-app-boosting .map-node{position:relative;padding:22px 24px 22px 64px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.05)}
body.page-app-boosting .map-node:before{content:"";position:absolute;left:24px;top:27px;width:14px;height:14px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 8px rgba(37,99,235,.18)}
body.page-app-boosting .map-node span{display:block;color:#93c5fd;font-size:13px;font-weight:700;text-transform:uppercase;margin-bottom:4px}
body.page-app-boosting .map-node b{display:block;font-size:20px;margin-bottom:6px}
body.page-app-boosting .map-node p{color:#cbd5e1;line-height:1.55}
body.page-app-boosting .signal-board{padding:88px 0}
body.page-app-boosting .signal-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:30px}
body.page-app-boosting .signal-head h2{font-size:42px;line-height:1.1;max-width:620px}
body.page-app-boosting .signal-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
body.page-app-boosting .signal-main{background:white;border:1px solid #e5e7eb;border-radius:28px;padding:38px;box-shadow:0 18px 45px rgba(15,23,42,.05)}
body.page-app-boosting .label{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;margin-bottom:24px}
body.page-app-boosting .signal-main h3{font-size:42px;line-height:1.05;margin-bottom:18px}
body.page-app-boosting .signal-main p{color:#64748b;font-size:18px;line-height:1.7}
body.page-app-boosting .signal-list{display:grid;gap:12px}
body.page-app-boosting .signal-list div{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:22px}
body.page-app-boosting .signal-list b{display:block;margin-bottom:6px;font-size:18px}
body.page-app-boosting .signal-list span{color:#64748b;line-height:1.55}
body.page-app-boosting .campaign-brief{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:stretch}
body.page-app-boosting .brief-panel{background:#2563eb;color:white;border-radius:28px;padding:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}
body.page-app-boosting .brief-panel .kicker{color:#bfdbfe}
body.page-app-boosting .brief-panel h2{font-size:42px;line-height:1.05;margin-bottom:16px}
body.page-app-boosting .brief-panel p{color:#dbeafe;line-height:1.7;margin-bottom:26px}
body.page-app-boosting .brief-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.page-app-boosting .brief-list div{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:24px}
body.page-app-boosting .brief-list span{display:block;color:#2563eb;font-weight:700;margin-bottom:8px}
body.page-app-boosting .brief-list p{color:#64748b;line-height:1.6}
body.page-app-boosting .priority-lanes{padding:88px 0}
body.page-app-boosting .priority-lanes>.kicker{text-align:center}
body.page-app-boosting .lane-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
body.page-app-boosting .lane{background:white;border:1px solid #e5e7eb;border-radius:22px;padding:26px;min-height:260px;display:flex;flex-direction:column}
body.page-app-boosting .lane span{color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:18px}
body.page-app-boosting .lane h3{font-size:24px;line-height:1.15;margin-bottom:12px}
body.page-app-boosting .lane p{color:#64748b;line-height:1.6;margin-bottom:auto}
body.page-app-boosting .lane b{display:block;margin-top:24px;padding-top:16px;border-top:1px solid #eef2f7;color:#111827;font-size:14px}
body.page-app-boosting .boost-note{display:flex;justify-content:space-between;gap:28px;align-items:center;background:white;border:1px solid #e5e7eb;border-radius:28px;padding:42px}
body.page-app-boosting .boost-note h2{font-size:34px;line-height:1.12;margin-bottom:12px}
body.page-app-boosting .boost-note p{color:#64748b;max-width:740px;line-height:1.7}
body.page-app-boosting .boost-cta{border-radius:28px}
body.page-app-boosting .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.page-app-boosting .stat{background:white;padding:30px;border-radius:20px}
body.page-app-boosting .stat strong{font-size:38px;color:#2563eb}
body.page-app-boosting section{padding:80px 0}
body.page-app-boosting .title{text-align:center;font-size:42px;margin-bottom:50px}
body.page-app-boosting .section-sub{text-align:center;color:#64748b;max-width:780px;margin:-28px auto 42px;font-size:18px;line-height:1.7}
body.page-app-boosting .service-list{display:grid;grid-template-columns:1fr 1fr;gap:25px}
body.page-app-boosting .service{background:white;padding:35px;border-radius:22px}
body.page-app-boosting .service h3{margin-bottom:12px}
body.page-app-boosting .service p{color:#64748b}
body.page-app-boosting .alt-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);background:#eef6ff}
body.page-app-boosting .use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.page-app-boosting .use-card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px}
body.page-app-boosting .use-card h3{font-size:21px;margin-bottom:10px}
body.page-app-boosting .use-card p{color:#64748b;line-height:1.65}
body.page-app-boosting .timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
body.page-app-boosting .time{background:#fff;padding:30px;border-radius:20px;border-top:4px solid #2563eb}
body.page-app-boosting .time span{font-size:35px;font-weight:700;color:#2563eb}
body.page-app-boosting .time p{color:#64748b;margin-top:10px;line-height:1.65}
body.page-app-boosting .split-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}
body.page-app-boosting .panel{background:white;border:1px solid #e5e7eb;border-radius:24px;padding:36px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-app-boosting .panel.dark{background:#111827;color:white;border-color:#111827}
body.page-app-boosting .panel h2{font-size:36px;line-height:1.1;margin-bottom:16px}
body.page-app-boosting .panel p{color:#64748b;margin-bottom:20px;line-height:1.7}
body.page-app-boosting .panel.dark p{color:#cbd5e1}
body.page-app-boosting .check-list{list-style:none}
body.page-app-boosting .check-list li{padding:14px 0;border-top:1px solid #eef2f7;color:#475569;line-height:1.65}
body.page-app-boosting .check-list b{color:#111827}
body.page-app-boosting .request-list{display:grid;gap:10px;margin:20px 0 24px}
body.page-app-boosting .request-list div{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}
body.page-app-boosting .request-list span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#2563eb;color:white;font-weight:700}
body.page-app-boosting .request-list p{margin:0;color:white}
body.page-app-boosting .strategy-table{background:white;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}
body.page-app-boosting .strategy-row{display:grid;grid-template-columns:1fr 1.15fr 1.25fr;gap:20px;padding:18px 22px;border-bottom:1px solid #eef2f7;align-items:start}
body.page-app-boosting .strategy-row:last-child{border-bottom:none}
body.page-app-boosting .strategy-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-app-boosting .strategy-row b{color:#111827}
body.page-app-boosting .strategy-row span{color:#475569;line-height:1.6}
body.page-app-boosting .content{max-width:900px;margin:auto;font-size:18px;color:#64748b;line-height:1.7}
body.page-app-boosting .rich-content p+p{margin-top:18px}
body.page-app-boosting .cta{background:#111827;padding:70px;border-radius:30px;text-align:center;color:white}
body.page-app-boosting .cta h2{font-size:42px;margin-bottom:20px}
body.page-app-boosting .cta p{color:#cbd5e1}
body.page-app-boosting .cta .btn{margin-top:30px}
body.page-app-boosting .cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
body.page-app-boosting .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-app-boosting .faq-list{max-width:900px;margin:auto}
body.page-app-boosting details{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:15px}
body.page-app-boosting summary{font-weight:700;cursor:pointer}
body.page-app-boosting details p{color:#64748b;margin-top:10px;line-height:1.65}
body.page-app-boosting footer{padding:40px;text-align:center;color:#64748b}
body.page-app-boosting footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-app-boosting .hero{grid-template-columns:1fr}
body.page-app-boosting .boost-snapshot,body.page-app-boosting .growth-map,body.page-app-boosting .signal-grid,body.page-app-boosting .campaign-brief,body.page-app-boosting .brief-list,body.page-app-boosting .lane-grid{grid-template-columns:1fr}
body.page-app-boosting .boost-snapshot{margin-bottom:40px}
body.page-app-boosting .snapshot-item{border-right:none;border-bottom:1px solid #e5e7eb}
body.page-app-boosting .snapshot-item:last-child{border-bottom:none}
body.page-app-boosting .growth-map{padding-top:60px;padding-bottom:60px}
body.page-app-boosting .map-copy h2,body.page-app-boosting .signal-head h2,body.page-app-boosting .signal-main h3,body.page-app-boosting .brief-panel h2{font-size:32px}
body.page-app-boosting .signal-board,body.page-app-boosting .priority-lanes{padding:60px 0}
body.page-app-boosting .signal-head{display:block}
body.page-app-boosting .signal-main,body.page-app-boosting .brief-panel,body.page-app-boosting .boost-note{padding:28px}
body.page-app-boosting .boost-note{display:block}
body.page-app-boosting .boost-note .btn{margin-top:22px}
body.page-app-boosting .stats,body.page-app-boosting .service-list,body.page-app-boosting .timeline,body.page-app-boosting .use-grid,body.page-app-boosting .split-panel{grid-template-columns:1fr}
body.page-app-boosting section{padding:60px 0}
body.page-app-boosting .title{font-size:34px;line-height:1.15;margin-bottom:34px}
body.page-app-boosting .section-sub{margin:-18px auto 30px;font-size:16px}
body.page-app-boosting .panel{padding:28px}
body.page-app-boosting .panel h2{font-size:30px}
body.page-app-boosting .strategy-table{overflow-x:auto}
body.page-app-boosting .strategy-row{min-width:720px}
body.page-app-boosting .cta{padding:34px 24px}
body.page-app-boosting .cta h2{font-size:30px}
body.page-app-boosting .nav{height:68px;position:relative}
body.page-app-boosting .logo{font-size:22px}
body.page-app-boosting .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-app-boosting .nav-actions .contact-btn{display:none}
body.page-app-boosting .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-app-boosting .menu a{padding:12px 14px;border-radius:12px}
body.page-app-boosting .menu>a:after,body.page-app-boosting .dropdown>a:after{display:none}
body.page-app-boosting #nav-toggle:checked~.menu{display:flex}
body.page-app-boosting .dropdown{display:block}
body.page-app-boosting .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-app-boosting .mega-menu{display:block}
body.page-app-boosting .mega-group>span{padding:10px 14px 4px}
body.page-app-boosting .dropdown:hover .dropdown-menu{transform:none}
}


/* app-marketing/index.html */
body.page-app-marketing *{margin:0;padding:0;box-sizing:border-box}
body.page-app-marketing{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-app-marketing .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-app-marketing nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-app-marketing .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-app-marketing .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-app-marketing .logo>span{color:#2563eb}
body.page-app-marketing .menu{display:flex;gap:28px;align-items:center}
body.page-app-marketing .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-app-marketing .menu a:hover,body.page-app-marketing .menu a.active{color:#2563eb}
body.page-app-marketing .menu>a:after,body.page-app-marketing .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-app-marketing .menu>a:hover:after,body.page-app-marketing .menu>a.active:after,body.page-app-marketing .dropdown:hover>a:after{transform:scaleX(1)}
body.page-app-marketing .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-app-marketing .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-app-marketing .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-app-marketing .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-app-marketing .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-app-marketing .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-app-marketing .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-app-marketing .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-app-marketing .mega-group{min-width:0}
body.page-app-marketing .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-app-marketing .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-app-marketing .nav-actions{display:flex;align-items:center;gap:10px}
body.page-app-marketing .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-app-marketing #nav-toggle{display:none}
body.page-app-marketing .tg{background:#229ED9}
body.page-app-marketing .wa{background:#25D366}
body.page-app-marketing .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-app-marketing .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-app-marketing .hero{padding:108px 0 76px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-app-marketing .hero-grid{display:grid;grid-template-columns:1fr 430px;gap:68px;align-items:center}
body.page-app-marketing .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-app-marketing .hero h1{font-size:78px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-app-marketing .hero h1 span{color:#2563eb}
body.page-app-marketing .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-app-marketing .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-app-marketing .marketing-panel{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-app-marketing .panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}
body.page-app-marketing .panel-head h2{font-size:20px;line-height:1.25}
body.page-app-marketing .status{padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:700;white-space:nowrap}
body.page-app-marketing .stage-list{display:grid;gap:12px}
body.page-app-marketing .stage{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid #eef2f7;border-radius:16px;background:#f8fbff}
body.page-app-marketing .stage b{display:flex;width:34px;height:34px;border-radius:10px;align-items:center;justify-content:center;background:#eff6ff;color:#2563eb}
body.page-app-marketing .stage strong{display:block;font-size:15px}
body.page-app-marketing .stage span{display:block;color:#64748b;font-size:13px}
body.page-app-marketing .stage em{font-style:normal;color:#16a34a;font-size:13px;font-weight:700;white-space:nowrap}
body.page-app-marketing .mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
body.page-app-marketing .mini{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#f8fbff}
body.page-app-marketing .mini strong{display:block;font-size:30px;line-height:1;color:#2563eb}
body.page-app-marketing .mini span{display:block;color:#64748b;font-size:13px;margin-top:5px}
body.page-app-marketing .section{padding:84px 0}
body.page-app-marketing .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-app-marketing .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-app-marketing .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-app-marketing .stat{background:white;padding:26px;border-radius:18px;border:1px solid #e5e7eb}
body.page-app-marketing .stat h3{font-size:40px;color:#2563eb;line-height:1}
body.page-app-marketing .stat p{color:#64748b;margin-top:8px}
body.page-app-marketing .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.page-app-marketing .card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-app-marketing .card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#2563eb;font-weight:700;margin-bottom:18px}
body.page-app-marketing .card h3{font-size:24px;line-height:1.2;margin-bottom:10px}
body.page-app-marketing .card p{color:#64748b}
body.page-app-marketing .split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
body.page-app-marketing .box{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:30px}
body.page-app-marketing .box h2{font-size:32px;line-height:1.15;margin-bottom:14px}
body.page-app-marketing .box p{color:#64748b;margin-bottom:18px}
body.page-app-marketing .list{list-style:none}
body.page-app-marketing .list li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-app-marketing .list b{color:#111827}
body.page-app-marketing .process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:steps}
body.page-app-marketing .step{position:relative;background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-app-marketing .step:before{counter-increment:steps;content:"0" counter(steps);display:block;font-size:14px;font-weight:700;color:#2563eb;margin-bottom:18px}
body.page-app-marketing .step h3{font-size:22px;margin-bottom:8px}
body.page-app-marketing .step p{color:#64748b}
body.page-app-marketing .table-wrap{overflow:hidden;background:white;border:1px solid #e5e7eb;border-radius:18px}
body.page-app-marketing table{width:100%;border-collapse:collapse}
body.page-app-marketing th,body.page-app-marketing td{padding:18px 20px;text-align:left;border-bottom:1px solid #eef2f7}
body.page-app-marketing th{background:#eff6ff;color:#1d4ed8;font-size:13px;text-transform:uppercase;letter-spacing:0}
body.page-app-marketing tr:last-child td{border-bottom:none}
body.page-app-marketing td{color:#475569}
body.page-app-marketing td b{color:#111827}
body.page-app-marketing details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-app-marketing details summary{cursor:pointer;font-weight:700}
body.page-app-marketing details p{color:#64748b;margin-top:10px}
body.page-app-marketing .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-app-marketing .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-app-marketing .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-app-marketing .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-app-marketing footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-app-marketing footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-app-marketing .nav{height:68px;position:relative}
body.page-app-marketing .logo{font-size:22px}
body.page-app-marketing .hero-grid,body.page-app-marketing .stats,body.page-app-marketing .cards,body.page-app-marketing .split,body.page-app-marketing .process{grid-template-columns:1fr}
body.page-app-marketing .hero{padding:76px 0 54px}
body.page-app-marketing .hero h1{font-size:48px}
body.page-app-marketing .hero p{font-size:18px}
body.page-app-marketing .section{padding:58px 0}
body.page-app-marketing .title{font-size:36px}
body.page-app-marketing .sub{margin-bottom:30px}
body.page-app-marketing .cta-panel{display:block;padding:30px}
body.page-app-marketing .cta-panel h2{font-size:30px}
body.page-app-marketing .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-app-marketing .table-wrap{overflow-x:auto}
body.page-app-marketing table{min-width:720px}
body.page-app-marketing .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-app-marketing .nav-actions .contact-btn{display:none}
body.page-app-marketing .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-app-marketing .menu a{padding:12px 14px;border-radius:12px}
body.page-app-marketing .menu>a:after,body.page-app-marketing .dropdown>a:after{display:none}
body.page-app-marketing #nav-toggle:checked~.menu{display:flex}
body.page-app-marketing .dropdown{display:block}
body.page-app-marketing .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-app-marketing .mega-menu{display:block}
body.page-app-marketing .mega-group>span{padding:10px 14px 4px}
body.page-app-marketing .dropdown:hover .dropdown-menu{transform:none}
}


/* app-rating-reviews/index.html */
body.page-app-rating-reviews *{margin:0;padding:0;box-sizing:border-box}
body.page-app-rating-reviews{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8fbff;color:#111827;line-height:1.7}
body.page-app-rating-reviews .container{max-width:1200px;margin:auto;padding:0 24px}
body.page-app-rating-reviews nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-app-rating-reviews .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-app-rating-reviews .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-app-rating-reviews .logo>span{color:#2563eb}
body.page-app-rating-reviews .menu{display:flex;gap:28px;align-items:center}
body.page-app-rating-reviews .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-app-rating-reviews .menu a:hover,body.page-app-rating-reviews .menu a.active{color:#2563eb}
body.page-app-rating-reviews .menu>a:after,body.page-app-rating-reviews .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-app-rating-reviews .menu>a:hover:after,body.page-app-rating-reviews .menu>a.active:after,body.page-app-rating-reviews .dropdown:hover>a:after{transform:scaleX(1)}
body.page-app-rating-reviews .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-app-rating-reviews .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-app-rating-reviews .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-app-rating-reviews .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-app-rating-reviews .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-app-rating-reviews .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-app-rating-reviews .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-app-rating-reviews .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-app-rating-reviews .mega-group{min-width:0}
body.page-app-rating-reviews .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-app-rating-reviews .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-app-rating-reviews .nav-actions{display:flex;align-items:center;gap:10px}
body.page-app-rating-reviews .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-app-rating-reviews #nav-toggle{display:none}
body.page-app-rating-reviews .tg{background:#229ED9}
body.page-app-rating-reviews .wa{background:#25D366}
body.page-app-rating-reviews .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-app-rating-reviews .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-app-rating-reviews .hero{padding:108px 0 76px;background:radial-gradient(circle at top right,#dbeafe 0,#fafcff 55%)}
body.page-app-rating-reviews .hero-grid{display:grid;grid-template-columns:1fr 430px;gap:68px;align-items:center}
body.page-app-rating-reviews .eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid #bfdbfe;border-radius:999px;background:white;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:18px}
body.page-app-rating-reviews .hero h1{font-size:78px;line-height:.96;margin-bottom:24px;letter-spacing:0}
body.page-app-rating-reviews .hero h1 span{color:#2563eb}
body.page-app-rating-reviews .hero p{font-size:21px;max-width:720px;color:#475569;margin-bottom:34px}
body.page-app-rating-reviews .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-app-rating-reviews .rating-panel{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px;box-shadow:0 25px 70px rgba(37,99,235,.12)}
body.page-app-rating-reviews .panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}
body.page-app-rating-reviews .panel-head h2{font-size:20px;line-height:1.25}
body.page-app-rating-reviews .status{padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:700;white-space:nowrap}
body.page-app-rating-reviews .score{display:flex;align-items:end;gap:12px;padding:18px;border:1px solid #e5e7eb;border-radius:16px;background:#f8fbff;margin-bottom:18px}
body.page-app-rating-reviews .score strong{font-size:58px;line-height:1;color:#2563eb}
body.page-app-rating-reviews .score span{color:#64748b;font-size:14px;font-weight:700;margin-bottom:8px}
body.page-app-rating-reviews .review-bars{display:grid;gap:14px}
body.page-app-rating-reviews .bar-row{display:grid;gap:7px}
body.page-app-rating-reviews .bar-label{display:flex;justify-content:space-between;color:#475569;font-size:14px;font-weight:600}
body.page-app-rating-reviews .bar{height:10px;border-radius:999px;background:#e5e7eb;overflow:hidden}
body.page-app-rating-reviews .bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8)}
body.page-app-rating-reviews .mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
body.page-app-rating-reviews .mini{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#f8fbff}
body.page-app-rating-reviews .mini strong{display:block;font-size:30px;line-height:1;color:#2563eb}
body.page-app-rating-reviews .mini span{display:block;color:#64748b;font-size:13px;margin-top:5px}
body.page-app-rating-reviews .section{padding:84px 0}
body.page-app-rating-reviews .title{text-align:center;font-size:46px;line-height:1.1;margin-bottom:15px}
body.page-app-rating-reviews .sub{text-align:center;color:#64748b;margin:0 auto 42px;max-width:760px}
body.page-app-rating-reviews .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.page-app-rating-reviews .stat{background:white;padding:26px;border-radius:18px;border:1px solid #e5e7eb}
body.page-app-rating-reviews .stat h3{font-size:40px;color:#2563eb;line-height:1}
body.page-app-rating-reviews .stat p{color:#64748b;margin-top:8px}
body.page-app-rating-reviews .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.page-app-rating-reviews .card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-app-rating-reviews .card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#2563eb;font-weight:700;margin-bottom:18px}
body.page-app-rating-reviews .card h3{font-size:24px;line-height:1.2;margin-bottom:10px}
body.page-app-rating-reviews .card p{color:#64748b}
body.page-app-rating-reviews .split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
body.page-app-rating-reviews .box{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:30px}
body.page-app-rating-reviews .box h2{font-size:32px;line-height:1.15;margin-bottom:14px}
body.page-app-rating-reviews .box p{color:#64748b;margin-bottom:18px}
body.page-app-rating-reviews .list{list-style:none}
body.page-app-rating-reviews .list li{padding:13px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-app-rating-reviews .list b{color:#111827}
body.page-app-rating-reviews .process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:steps}
body.page-app-rating-reviews .step{position:relative;background:white;border:1px solid #e5e7eb;border-radius:18px;padding:26px}
body.page-app-rating-reviews .step:before{counter-increment:steps;content:"0" counter(steps);display:block;font-size:14px;font-weight:700;color:#2563eb;margin-bottom:18px}
body.page-app-rating-reviews .step h3{font-size:22px;margin-bottom:8px}
body.page-app-rating-reviews .step p{color:#64748b}
body.page-app-rating-reviews .table-wrap{overflow:hidden;background:white;border:1px solid #e5e7eb;border-radius:18px}
body.page-app-rating-reviews table{width:100%;border-collapse:collapse}
body.page-app-rating-reviews th,body.page-app-rating-reviews td{padding:18px 20px;text-align:left;border-bottom:1px solid #eef2f7}
body.page-app-rating-reviews th{background:#eff6ff;color:#1d4ed8;font-size:13px;text-transform:uppercase;letter-spacing:0}
body.page-app-rating-reviews tr:last-child td{border-bottom:none}
body.page-app-rating-reviews td{color:#475569}
body.page-app-rating-reviews td b{color:#111827}
body.page-app-rating-reviews .notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;padding:22px;color:#1e40af}
body.page-app-rating-reviews details{background:white;border:1px solid #e5e7eb;padding:18px;border-radius:14px;margin-bottom:12px}
body.page-app-rating-reviews details summary{cursor:pointer;font-weight:700}
body.page-app-rating-reviews details p{color:#64748b;margin-top:10px}
body.page-app-rating-reviews .cta-panel{background:#111827;color:white;border-radius:20px;padding:44px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.page-app-rating-reviews .cta-panel h2{font-size:42px;line-height:1.1;margin-bottom:12px}
body.page-app-rating-reviews .cta-panel p{color:#cbd5e1;max-width:660px}
body.page-app-rating-reviews .cta-panel div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body.page-app-rating-reviews footer{padding:50px;text-align:center;border-top:1px solid #e5e7eb;margin-top:60px}
body.page-app-rating-reviews footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-app-rating-reviews .nav{height:68px;position:relative}
body.page-app-rating-reviews .logo{font-size:22px}
body.page-app-rating-reviews .hero-grid,body.page-app-rating-reviews .stats,body.page-app-rating-reviews .cards,body.page-app-rating-reviews .split,body.page-app-rating-reviews .process{grid-template-columns:1fr}
body.page-app-rating-reviews .hero{padding:76px 0 54px}
body.page-app-rating-reviews .hero h1{font-size:48px}
body.page-app-rating-reviews .hero p{font-size:18px}
body.page-app-rating-reviews .section{padding:58px 0}
body.page-app-rating-reviews .title{font-size:36px}
body.page-app-rating-reviews .sub{margin-bottom:30px}
body.page-app-rating-reviews .cta-panel{display:block;padding:30px}
body.page-app-rating-reviews .cta-panel h2{font-size:30px}
body.page-app-rating-reviews .cta-panel div:last-child{justify-content:flex-start;margin-top:22px}
body.page-app-rating-reviews .table-wrap{overflow-x:auto}
body.page-app-rating-reviews table{min-width:700px}
body.page-app-rating-reviews .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-app-rating-reviews .nav-actions .contact-btn{display:none}
body.page-app-rating-reviews .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-app-rating-reviews .menu a{padding:12px 14px;border-radius:12px}
body.page-app-rating-reviews .menu>a:after,body.page-app-rating-reviews .dropdown>a:after{display:none}
body.page-app-rating-reviews #nav-toggle:checked~.menu{display:flex}
body.page-app-rating-reviews .dropdown{display:block}
body.page-app-rating-reviews .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-app-rating-reviews .mega-menu{display:block}
body.page-app-rating-reviews .mega-group>span{padding:10px 14px 4px}
body.page-app-rating-reviews .dropdown:hover .dropdown-menu{transform:none}
}


/* app-installs/index.html */
body.page-app-installs *{margin:0;padding:0;box-sizing:border-box}
body.page-app-installs{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f7f9fc;color:#111827;line-height:1.7}
body.page-app-installs .container{width:1200px;max-width:90%;margin:auto}
body.page-app-installs .site-nav{position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);z-index:10}
body.page-app-installs .nav-container{max-width:1200px;margin:auto;padding:0 24px}
body.page-app-installs .nav{height:74px;display:flex;justify-content:space-between;align-items:center;gap:28px}
body.page-app-installs .logo{text-decoration:none;color:#111827;font-size:30px;font-weight:700;letter-spacing:0}
body.page-app-installs .logo>span{color:#2563eb}
body.page-app-installs .menu{display:flex;gap:28px;align-items:center}
body.page-app-installs .menu a{position:relative;text-decoration:none;color:#475569;font-size:14px;font-weight:600;padding:24px 0;transition:.2s;white-space:nowrap}
body.page-app-installs .menu a:hover{color:#2563eb}
body.page-app-installs .menu>a:after,body.page-app-installs .dropdown>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:.2s}
body.page-app-installs .menu>a:hover:after,body.page-app-installs .dropdown:hover>a:after{transform:scaleX(1)}
body.page-app-installs .dropdown{position:relative;height:auto;display:flex;align-items:center}
body.page-app-installs .dropdown-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%) translateY(15px);width:min(820px,calc(100vw - 48px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 24px 70px rgba(15,23,42,.12)}
body.page-app-installs .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
body.page-app-installs .dropdown-menu a{display:block;padding:11px 12px;border-radius:12px;white-space:normal}
body.page-app-installs .dropdown-menu strong{display:block;font-size:14px;color:#111827}
body.page-app-installs .dropdown-menu small{display:block;margin-top:2px;font-size:12px;line-height:1.4;color:#64748b;font-weight:400}
body.page-app-installs .dropdown-menu a:hover{background:#eff6ff;color:#2563eb}
body.page-app-installs .mega-menu{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:10px}
body.page-app-installs .mega-group{min-width:0}
body.page-app-installs .mega-group>span{display:block;padding:4px 12px 8px;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}
body.page-app-installs .btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:white}
body.page-app-installs .nav-actions{display:flex;align-items:center;gap:10px}
body.page-app-installs .menu-toggle{display:none;min-width:54px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700;line-height:1;cursor:pointer}
body.page-app-installs #nav-toggle{display:none}
body.page-app-installs .tg{background:#229ED9}
body.page-app-installs .wa{background:#25D366}
body.page-app-installs .contact-btn{background:linear-gradient(135deg,#111827,#172033)}
body.page-app-installs .hero{padding:100px 0;display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:center}
body.page-app-installs .hero h1{font-size:62px;line-height:1.05;margin-bottom:25px}
body.page-app-installs .hero h1 span{color:#2563eb}
body.page-app-installs .hero p{font-size:20px;color:#64748b;max-width:560px}
body.page-app-installs .hero .btn{margin-top:35px}
body.page-app-installs .dashboard{background:white;padding:35px;border-radius:30px;box-shadow:0 20px 60px rgba(0,0,0,.08)}
body.page-app-installs .total{font-size:48px;font-weight:700;color:#2563eb}
body.page-app-installs .small{color:#64748b}
body.page-app-installs .bar{height:10px;background:#e5e7eb;border-radius:20px;margin:25px 0;overflow:hidden}
body.page-app-installs .bar div{width:78%;height:100%;background:#2563eb}
body.page-app-installs .data{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #eee}
body.page-app-installs section{padding:80px 0}
body.page-app-installs .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.page-app-installs .stat{background:white;padding:30px;border-radius:20px}
body.page-app-installs .stat strong{font-size:38px;color:#2563eb}
body.page-app-installs .title{text-align:center;font-size:42px;margin-bottom:50px}
body.page-app-installs .section-sub{text-align:center;color:#64748b;max-width:760px;margin:-28px auto 42px;font-size:18px}
body.page-app-installs .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
body.page-app-installs .card{background:white;padding:35px;border-radius:22px}
body.page-app-installs .card h3{margin-bottom:15px}
body.page-app-installs .card p{color:#64748b}
body.page-app-installs .alt-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);background:#eef6ff}
body.page-app-installs .use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.page-app-installs .use-card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:28px}
body.page-app-installs .use-card h3{font-size:21px;margin-bottom:10px}
body.page-app-installs .use-card p{color:#64748b}
body.page-app-installs .steps{display:flex;justify-content:space-between;gap:25px}
body.page-app-installs .step{background:white;padding:30px;border-radius:20px;flex:1}
body.page-app-installs .step span{font-size:38px;font-weight:700;color:#2563eb}
body.page-app-installs .step p{color:#64748b;margin-top:10px}
body.page-app-installs .split-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}
body.page-app-installs .panel{background:white;border:1px solid #e5e7eb;border-radius:24px;padding:36px;box-shadow:0 16px 38px rgba(15,23,42,.04)}
body.page-app-installs .panel.dark{background:#111827;color:white;border-color:#111827}
body.page-app-installs .panel h2{font-size:36px;line-height:1.1;margin-bottom:16px}
body.page-app-installs .panel p{color:#64748b;margin-bottom:20px}
body.page-app-installs .panel.dark p{color:#cbd5e1}
body.page-app-installs .check-list{list-style:none}
body.page-app-installs .check-list li{padding:14px 0;border-top:1px solid #eef2f7;color:#475569}
body.page-app-installs .check-list b{color:#111827}
body.page-app-installs .request-list{display:grid;gap:10px;margin:20px 0 24px}
body.page-app-installs .request-list div{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}
body.page-app-installs .request-list span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#2563eb;color:white;font-weight:700}
body.page-app-installs .request-list p{margin:0;color:white}
body.page-app-installs .strategy-table{background:white;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}
body.page-app-installs .strategy-row{display:grid;grid-template-columns:1fr 1.2fr 1.3fr;gap:20px;padding:18px 22px;border-bottom:1px solid #eef2f7;align-items:start}
body.page-app-installs .strategy-row:last-child{border-bottom:none}
body.page-app-installs .strategy-row.head{background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-transform:uppercase}
body.page-app-installs .strategy-row b{color:#111827}
body.page-app-installs .strategy-row span{color:#475569}
body.page-app-installs .content{max-width:900px;margin:auto;font-size:18px;color:#64748b}
body.page-app-installs .rich-content p+p{margin-top:18px}
body.page-app-installs .cta{background:#111827;color:white;padding:70px;border-radius:30px;text-align:center}
body.page-app-installs .cta h2{font-size:42px;margin-bottom:20px}
body.page-app-installs .cta p{color:#cbd5e1}
body.page-app-installs .cta .btn{margin-top:30px}
body.page-app-installs .cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
body.page-app-installs .outline-btn{color:#2563eb;background:white;border:1px solid #bfdbfe}
body.page-app-installs .faq-list{max-width:900px;margin:auto}
body.page-app-installs details{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:15px}
body.page-app-installs summary{font-weight:700;cursor:pointer}
body.page-app-installs details p{color:#64748b;margin-top:10px}
body.page-app-installs footer{padding:40px;text-align:center;color:#64748b}
body.page-app-installs footer a{color:#2563eb;text-decoration:none;font-weight:600}
@media(max-width:900px){body.page-app-installs .hero{grid-template-columns:1fr}
body.page-app-installs .stats,body.page-app-installs .cards,body.page-app-installs .steps,body.page-app-installs .use-grid,body.page-app-installs .split-panel{display:block}
body.page-app-installs .stat,body.page-app-installs .card,body.page-app-installs .step,body.page-app-installs .use-card,body.page-app-installs .panel{margin-bottom:20px}
body.page-app-installs section{padding:60px 0}
body.page-app-installs .title{font-size:34px;line-height:1.15;margin-bottom:34px}
body.page-app-installs .section-sub{margin:-18px auto 30px;font-size:16px}
body.page-app-installs .panel{padding:28px}
body.page-app-installs .panel h2{font-size:30px}
body.page-app-installs .strategy-table{overflow-x:auto}
body.page-app-installs .strategy-row{min-width:720px}
body.page-app-installs .cta{padding:34px 24px}
body.page-app-installs .cta h2{font-size:30px}
body.page-app-installs .nav{height:68px;position:relative}
body.page-app-installs .logo{font-size:22px}
body.page-app-installs .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
body.page-app-installs .nav-actions .contact-btn{display:none}
body.page-app-installs .menu{position:absolute;top:76px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:18px;background:white;border:1px solid #e5e7eb;box-shadow:0 24px 70px rgba(15,23,42,.14)}
body.page-app-installs .menu a{padding:12px 14px;border-radius:12px}
body.page-app-installs .menu>a:after,body.page-app-installs .dropdown>a:after{display:none}
body.page-app-installs #nav-toggle:checked~.menu{display:flex}
body.page-app-installs .dropdown{display:block}
body.page-app-installs .dropdown-menu{position:static;width:auto;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:4px 0 0;margin-top:4px}
body.page-app-installs .mega-menu{display:block}
body.page-app-installs .mega-group>span{padding:10px 14px 4px}
body.page-app-installs .dropdown:hover .dropdown-menu{transform:none}
}

/* Keep the header clean: use text color for hover state instead of menu underline bars. */
body .menu>a:after,
body .dropdown>a:after{display:none!important}
