/*
Theme Name: Yono Gold Royal Theme
Theme URI: https://yonogamereal.com
Author: Antigravity AI
Version: 3.0.0
Text Domain: yonogold
*/

/* HIDE WORDPRESS ADMIN BAR */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }
@media screen and (max-width: 782px) {
    html { margin-top: 0 !important; }
    * html body { margin-top: 0 !important; }
}

*{box-sizing:border-box;margin:0;padding:0;font-family:'Plus Jakarta Sans',sans-serif;}
body{background:#f8fafc;color:#0f172a;min-height:100vh;-webkit-font-smoothing:antialiased;}

/* TOP NAVBAR */
.top-bar{background:#ffffff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,0.03);}
.tb-brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.tb-logo{width:38px;height:38px;border-radius:10px;object-fit:cover;border:1px solid #e2e8f0;box-shadow:0 2px 6px rgba(0,0,0,0.05);}
.tb-name{font-size:18px;font-weight:900;color:#0f172a;letter-spacing:-0.2px;}
.tb-name span{color:#059669;}
.tb-badge{display:flex;align-items:center;gap:5px;padding:5px 12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;font-size:10px;font-weight:800;color:#059669;letter-spacing:0.5px;box-shadow:0 2px 6px rgba(5,150,105,0.08);}
.tb-badge svg{width:12px;height:12px;fill:#059669;}

/* TOP MENU NAV LINKS */
.top-nav-links{display:flex;justify-content:center;align-items:center;gap:18px;padding:9px 20px;background:#ffffff;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;}
.top-nav-links::-webkit-scrollbar{display:none;}
.tn-link{font-size:12px;font-weight:700;color:#475569;text-decoration:none;white-space:nowrap;transition:all 0.15s;}
.tn-link:hover{color:#059669;}

/* HERO SECTION */
.hero{padding:24px 20px 20px;text-align:center;}
.hero-counter{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;font-size:12px;font-weight:800;color:#059669;margin-bottom:14px;}
.hero-counter .ct{font-size:16px;font-weight:900;}
.hero h1{font-size:26px;font-weight:900;color:#0f172a;margin-bottom:8px;line-height:1.25;}
.hero h1 .highlight{color:#d97706;background:linear-gradient(135deg,#d97706,#b45309);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.hero p{color:#64748b;font-size:13.5px;margin-bottom:20px;font-weight:500;max-width:480px;margin-left:auto;margin-right:auto;}
.search-box{max-width:460px;margin:0 auto;position:relative;}
.search-box input{width:100%;padding:12px 20px 12px 42px;border-radius:28px;background:#fff;border:1.5px solid #cbd5e1;font-size:13px;outline:none;color:#0f172a;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.search-box input:focus{border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,0.1);}
.search-box input::placeholder{color:#94a3b8;}
.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);}

/* FILTER BAR */
.filter-bar{padding:10px 20px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;max-width:680px;margin:0 auto;}
.filter-bar::-webkit-scrollbar{display:none;}
.ftab{padding:7px 18px;border-radius:20px;background:#fff;border:1px solid #cbd5e1;color:#475569;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all 0.15s;box-shadow:0 1px 3px rgba(0,0,0,0.03);}
.ftab:hover,.ftab.active{background:#0f172a;border-color:#0f172a;color:#fff;}

/* APP CARDS */
.cards-wrap{max-width:680px;margin:0 auto;padding:10px 16px 30px;}
.app-card{background:#fff;border-radius:14px;margin-bottom:10px;overflow:hidden;border:1px solid #e2e8f0;display:flex;align-items:stretch;transition:all 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.app-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.08);transform:translateY(-1px);border-color:#cbd5e1;}
.c-rank{min-width:40px;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:#64748b;border-right:1px solid #f1f5f9;}
.c-body{flex:1;padding:12px 14px;}
.c-row1{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.c-icon{width:48px;height:48px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid #e2e8f0;}
.c-icon-fb{width:48px;height:48px;border-radius:12px;background:#0f172a;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:#6ee7b7;flex-shrink:0;}
.c-info{flex:1;min-width:0;}
.c-name{font-size:15px;font-weight:800;color:#0f172a;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.c-stars{display:flex;align-items:center;gap:2px;margin-top:2px;}
.c-stars span{font-size:11px;color:#64748b;font-weight:700;margin-left:4px;}

/* MULTI-COLOR PILLS */
.c-bonus-row{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap;}
.c-pill{padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:4px;}
.green-pill{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;}
.blue-pill{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;}
.c-lbl-g{color:#047857;opacity:0.85;} .c-val-g{color:#047857;font-weight:900;}
.c-lbl-b{color:#1d4ed8;opacity:0.85;} .c-val-b{color:#1d4ed8;font-weight:900;}

.c-dl-btn{display:block;width:100%;padding:9px;border-radius:10px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;font-weight:800;font-size:13px;text-align:center;text-decoration:none;transition:all 0.2s;box-shadow:0 2px 6px rgba(15,23,42,0.15);}
.c-dl-btn:hover{box-shadow:0 4px 14px rgba(15,23,42,0.25);transform:translateY(-1px);}

/* TELEGRAM BANNER */
.tg-cta-inline{margin:8px 0;}
.tg-inner{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#0088cc,#006699);border-radius:14px;box-shadow:0 4px 12px rgba(0,136,204,0.2);}
.tg-btn{background:#fff;color:#0088cc;font-size:12px;font-weight:800;padding:7px 16px;border-radius:20px;text-decoration:none;white-space:nowrap;box-shadow:0 2px 6px rgba(0,0,0,0.1);}

/* SEO CONTENT & FAQS */
.seo-c{max-width:680px;margin:0 auto;padding:24px 20px;}
.seo-b{margin-bottom:24px;}
.seo-b h2{font-size:18px;font-weight:900;margin-bottom:10px;display:flex;align-items:center;gap:8px;color:#0f172a;}
.seo-b p{font-size:13px;color:#475569;line-height:1.65;margin-bottom:8px;}

.feat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0;}
.feat-c{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.03);}
.feat-ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;}
.ic-green{background:#ecfdf5;color:#059669;}
.ic-blue{background:#eff6ff;color:#2563eb;}
.ic-gold{background:#fffbeb;color:#d97706;}
.ic-purple{background:#f3e8ff;color:#7c3aed;}
.feat-c h4{font-size:13px;font-weight:800;color:#0f172a;margin-bottom:2px;}
.feat-c p{font-size:11px;color:#64748b;margin:0;}

.step-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0;}
.step-c{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.03);}
.step-n{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:#fff;margin:0 auto 6px;}
.sn-1{background:#2563eb;}
.sn-2{background:#059669;}
.sn-3{background:#d97706;}
.sn-4{background:#7c3aed;}
.step-c h4{font-size:12px;font-weight:800;color:#0f172a;margin-bottom:2px;}
.step-c p{font-size:11px;color:#64748b;margin:0;}

/* FAQ */
.faq-c{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;margin-bottom:10px;box-shadow:0 2px 6px rgba(0,0,0,0.02);transition:all 0.2s;}
.faq-c:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,0.05);}
.faq-q{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:6px;display:flex;align-items:flex-start;gap:8px;}
.faq-q-icon{color:#059669;font-weight:900;font-size:15px;flex-shrink:0;margin-top:1px;}
.faq-a{font-size:12.5px;color:#475569;line-height:1.65;padding-left:22px;}

/* SINGLE APP PAGE */
.sp-w{background:#f8fafc;min-height:100vh;padding-bottom:110px;}
.sp-nav{position:sticky;top:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.04);border-bottom:1px solid #e2e8f0;}
.sp-nav-l{display:flex;align-items:center;gap:10px;text-decoration:none;}
.sp-ni{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;object-fit:cover;}
.sp-nt{font-size:14px;font-weight:800;color:#0f172a;} .sp-ns{font-size:11px;color:#64748b;font-weight:600;}
.sp-dl{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;font-size:13px;font-weight:800;padding:8px 18px;border-radius:24px;text-decoration:none;white-space:nowrap;box-shadow:0 2px 8px rgba(15,23,42,0.15);}

.sp-hero{padding:20px 16px;max-width:600px;margin:16px auto 0;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,0.04);margin-left:12px;margin-right:12px;overflow:hidden;}
.sp-hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.sp-hero-badge{display:inline-flex;align-items:center;gap:4px;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:0.5px;}
.sp-home-btn{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;border:1px solid #cbd5e1;color:#0f172a;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:800;text-decoration:none;transition:all 0.2s;box-shadow:0 1px 3px rgba(0,0,0,0.03);}
.sp-home-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;}
.sp-home-btn svg{fill:currentColor;}

.sp-app-header{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.sp-app-logo{width:56px;height:56px;border-radius:14px;object-fit:cover;border:1px solid #e2e8f0;box-shadow:0 3px 10px rgba(0,0,0,0.08);flex-shrink:0;}
.sp-app-title-box{flex:1;min-width:0;}
.sp-app-name{font-size:18px;font-weight:900;color:#0f172a;line-height:1.2;letter-spacing:-0.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sp-app-verified{font-size:11.5px;color:#059669;font-weight:700;display:flex;align-items:center;gap:4px;margin-top:3px;}

.sp-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:16px;padding:2px 0;width:100%;}
.sp-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:8px 6px;display:flex;align-items:center;gap:6px;min-width:0;box-shadow:0 1px 3px rgba(0,0,0,0.02);}
.sp-stat-icon-wrap{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.ic-installs{background:#10b981;color:#fff;}
.ic-bonus{background:#fffbeb;}
.ic-withdraw{background:#f3e8ff;color:#a855f7;}
.sp-stat-info{flex:1;min-width:0;}
.sp-stat-lbl{font-size:9.5px;font-weight:700;color:#64748b;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sp-stat-val{font-size:12.5px;font-weight:900;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.val-installs{color:#0f172a;}
.val-bonus{color:#e11d48;}
.val-withdraw{color:#0284c7;}

.sp-title{font-size:21px;font-weight:900;color:#0f172a;line-height:1.25;margin-bottom:8px;}
.sp-desc{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:18px;}
.sp-hero-btn{display:block;width:100%;text-align:center;padding:13px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;font-size:14px;font-weight:800;border-radius:12px;text-decoration:none;box-shadow:0 4px 14px rgba(15,23,42,0.15);transition:all 0.2s;}
.sp-hero-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(15,23,42,0.25);}

.sp-sec{padding:18px 16px;margin:12px 12px;max-width:600px;margin-left:auto;margin-right:auto;}
.sp-sec-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,0.03);}
.sp-sh{font-size:17px;font-weight:900;color:#0f172a;margin-bottom:8px;}
.sp-sh-sub{font-size:13px;font-weight:800;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:0.5px;}
.sp-st{font-size:13px;color:#475569;line-height:1.6;margin-bottom:8px;}
.sp-subdesc{font-size:12.5px;color:#64748b;line-height:1.5;margin-bottom:14px;}

.sp-step{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;box-shadow:0 1px 3px rgba(0,0,0,0.02);}
.sp-sn{min-width:32px;height:32px;background:#0f172a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:#fff;flex-shrink:0;}
.sp-sc h4{font-size:13.5px;font-weight:800;color:#0f172a;margin-bottom:2px;}
.sp-sc p{font-size:12px;color:#64748b;line-height:1.5;margin:0;}

.sp-lbl{color:#059669;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;}
.sp-fc{padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;}
.sp-fic{width:36px;height:36px;background:#ecfdf5;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#059669;margin-bottom:8px;}
.sp-fc h4{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:3px;} .sp-fc p{font-size:12px;color:#64748b;line-height:1.5;margin:0;}

.sp-cta{margin:12px;padding:22px 16px;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:18px;color:#fff;box-shadow:0 4px 16px rgba(15,23,42,0.15);max-width:600px;margin-left:auto;margin-right:auto;}
.sp-cta-lbl{color:#34d399;font-size:10.5px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;}
.sp-cta-t{font-size:20px;font-weight:900;line-height:1.2;margin-bottom:6px;}
.sp-cta-d{font-size:12px;color:rgba(255,255,255,0.65);margin-bottom:16px;}
.sp-cta-btn{display:block;width:100%;text-align:center;padding:12px;background:#fff;color:#0f172a;font-size:13.5px;font-weight:800;border-radius:12px;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,0.1);}

/* RELATED APPS GRID */
.rel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px;}
.rel-card{display:flex;align-items:center;gap:10px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all 0.2s;}
.rel-card:hover{border-color:#cbd5e1;box-shadow:0 3px 10px rgba(0,0,0,0.04);}
.rel-img{width:38px;height:38px;border-radius:10px;object-fit:cover;}
.rel-title{font-size:12.5px;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rel-bonus{font-size:11px;color:#059669;font-weight:700;}

/* STICKY BOTTOM BAR */
.sp-bottom{
  position:fixed !important;
  bottom:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:99999 !important;
  background:#ffffff !important;
  border-top:1px solid #e2e8f0 !important;
  padding:10px 16px !important;
  padding-bottom:max(10px, env(safe-area-inset-bottom)) !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  box-shadow:0 -6px 24px rgba(0,0,0,0.12) !important;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}
.sp-bi{width:40px;height:40px;border-radius:10px;border:1px solid #e2e8f0;object-fit:cover;flex-shrink:0;}
.sp-bn{font-size:13.5px;font-weight:900;color:#0f172a;letter-spacing:-0.2px;line-height:1.2;}
.sp-bs{font-size:10.5px;color:#059669;font-weight:700;margin-top:2px;display:flex;align-items:center;gap:3px;}

/* INFO PAGES */
.page-wrap{max-width:700px;margin:20px auto 40px;padding:0 14px;}
.page-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:24px 20px;box-shadow:0 4px 20px rgba(0,0,0,0.04);overflow:hidden;}
.page-title{font-size:24px;font-weight:900;color:#0f172a;margin-bottom:10px;letter-spacing:-0.4px;}
.content-block p{font-size:13px;color:#475569;line-height:1.65;margin-bottom:12px;word-break:break-word;}
.content-block a{color:#059669;text-decoration:none;font-weight:700;word-break:break-all;}

/* FOOTER */
.footer{background:#0f172a;padding:24px 20px;text-align:center;color:#fff;}
.ft-brand{font-size:14px;font-weight:900;color:rgba(255,255,255,0.7);margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px;}
.ft-links{display:flex;justify-content:center;gap:14px;margin-bottom:10px;flex-wrap:wrap;}
.ft-links a{color:rgba(255,255,255,0.6);text-decoration:none;font-weight:700;font-size:11px;} .ft-links a:hover{color:#34d399;}
.ft-social{display:flex;justify-content:center;gap:8px;margin-bottom:12px;}
.ft-social a{display:flex;align-items:center;gap:5px;padding:5px 12px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:20px;color:#34d399;font-size:11px;font-weight:700;text-decoration:none;}
.ft-disc{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);border-radius:10px;padding:12px;margin:12px auto 0;max-width:600px;font-size:11px;color:rgba(255,255,255,0.45);line-height:1.5;}
.ft-copy{font-size:11px;color:rgba(255,255,255,0.3);margin-top:12px;}
