/*
Theme Name: Traffic88 Download Child SEO Rank
Theme URI: https://example.com/
Description: Child theme for yono-download-final. Use this to customize styling and templates per site without modifying the parent theme.
Author: Your Team
Version: 1.4.0
Template: yono-download-final
Text Domain: traffic88-download-child-seo-pro
*/

:root {
    --primary: #2563eb;
    /* 蓝 */
    --primary-soft: #eff6ff;
    --success: #16a34a;
    --danger: #dc2626;
    --text-main: #0f172a;
    --text-sub: #64748b;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* FIX: Center homepage / tag / category app grids */

body.home .main-wrap,
body.tag .main-wrap,
body.category .main-wrap,
body.archive .main-wrap {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

/* ===== Home bottom content ===== */

.home-bottom-content {
    padding: 44px 0 10px;
    background: transparent;
}

.home-bottom-content .container {
    max-width: 980px;
}

.home-bottom-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 26px 0 10px;
}

.home-bottom-content p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 8px;
}

/* ===== Important Notice ===== */

.global-important-notice {
    background: #ffe7e7;
    border-top: 3px solid #ff4d4d;
    border-bottom: 3px solid #ff4d4d;
    padding: 22px 0;
    margin: 0;
}

.global-important-notice .container {
    max-width: 980px;
}

.global-important-notice h3 {
    margin: 0 0 10px;
    color: #c10000;
    font-weight: 800;
    font-size: 20px;
}

.global-important-notice p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.7;
}

.global-important-notice a {
    text-decoration: underline;
}

/* ===== FAQ Accordion (like reference) ===== */

.faq-section {
    padding: 30px 0 10px;
}

.faq-section .container {
    max-width: 980px;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 10px 0 20px;
}

.faq-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.faq-deco {
    height: 2px;
    width: 120px;
    background: #5a2ca0;
    position: relative;
}

.faq-deco:after {
    content: '';
    position: absolute;
    right: -10px;
    top: -6px;
    border-left: 12px solid #5a2ca0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    border: 3px solid #111;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px;
    background: #f6f6f6;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-weight: 800;
}

.faq-qnum {
    min-width: 48px;
}

.faq-qtext {
    flex: 1;
}

.faq-toggle {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #111;
    background: #fff;
    font-size: 20px;
    line-height: 1;
}

.faq-answer {
    border-top: 2px solid #111;
    background: #fff;
}

.faq-answer-inner {
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.7;
}

/* 防止整体横向偏移 */

html,
body {
    overflow-x: hidden;
}

/* footer 统一宽度 */

.site-footer {
    width: 100%;
}

/* Important Notice */

.important-notice {
    background: #ffecec;
    border-top: 2px solid #ff4d4f;
    border-bottom: 2px solid #ff4d4f;
    padding: 24px 0;
}

.important-notice .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.footer-bottom {
    background: #0b1220;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-size: 14px;
}

/* 移动端保证不偏 */

@media (max-width: 768px) {
    .important-notice .container,
    .home-footer-content .container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* ===== FIX app tags style ===== */

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}

.tags-wrap a,
.pill {
    display: inline-block;
    padding: 6px 12px;
    background: #10b981;
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.tags-wrap a:hover,
.pill:hover {
    background: #059669;
}

/* ✅ 修复：首页 / tag / category 的 app 卡片在小屏 3列导致溢出裁切 */

body.home .app-grid,
body.tag .app-grid,
body.category .app-grid,
body.archive .app-grid {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 手机宽度：强制 2 列（避免第三列跑出去） */

@media (max-width: 520px) {
    body.home .app-grid,
    body.tag .app-grid,
    body.category .app-grid,
    body.archive .app-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
    body.home .app-grid>*,
    body.tag .app-grid>*,
    body.category .app-grid>*,
    body.archive .app-grid>* {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    /* 防止卡片内部元素把宽度撑爆 */
    body.home .app-grid img,
    body.tag .app-grid img,
    body.category .app-grid img,
    body.archive .app-grid img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.site-logo img {
    max-height: 36px;
    width: auto;
    display: block;
}

.other-related-apps {
    margin-top: 30px;
}

.other-related-apps h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ora-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

.ora-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ora-left img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
}

.ora-title {
    font-size: 14px;
    font-weight: 600;
}

.ora-btn {
    background: #3b82f6;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
}

.ora-meta {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.ora-bonus {
    color: #dc2626;
    /* 红色 */
    font-weight: 600;
}

.ora-withdraw {
    color: #16a34a;
    /* 绿色 */
    font-weight: 600;
}

.ora-meta {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.ora-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* 红色：Sign Up Bonus */

.ora-bonus {
    color: #dc2626;
    font-weight: 600;
}

/* 绿色：Min Withdrawal */

.ora-withdraw {
    color: #16a34a;
    font-weight: 600;
}

/* Sticky Download Bar */

.sticky-download-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #0f172a;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sdb-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sdb-icon img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.sdb-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.sdb-sub {
    font-size: 12px;
    color: #cbd5f5;
}

.sdb-btn {
    background: #22c55e;
    color: #fff;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.app-card,
.single-app-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.btn-download {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-radius: 999px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(37, 99, 235, .35);
}

.btn-download:hover {
    transform: translateY(-1px);
}

.btn-telegram {
    background: var(--primary-soft);
    color: var(--primary);
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
}

.app-meta-grid>div {
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.app-meta-grid strong {
    font-size: 15px;
    color: var(--text-main);
}

.app-meta-grid span {
    font-size: 12px;
    color: var(--text-sub);
}

.related-title {
    background: linear-gradient(135deg, #0f766e, #10b981);
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.related-app-item {
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-app-item img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.related-app-item .title {
    font-weight: 700;
    font-size: 14px;
}

.ora-bonus,
.ora-withdraw {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ora-bonus {
    color: var(--danger);
}

.ora-withdraw {
    color: var(--success);
}

.sticky-download-bar {
    background: linear-gradient(135deg, #020617, #020617cc);
    backdrop-filter: blur(8px);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.sdb-btn {
    background: #22c55e;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}

/* ===============================
   FIX: Single App page PC blank right area
   =============================== */

@media (min-width: 900px) {
    /* 仅针对文章页（App） */
    body.single-post .two-col {
        grid-template-columns: 1fr !important;
    }
}

/* ===== FORCE Logo + Text Inline ===== */

.site-header .brand-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
}

/* 防止被别的样式挤到下一行 */

.site-header .brand-link img {
    display: block;
    flex-shrink: 0;
}

/* Logo 右侧文字 */

.site-header .brand-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #facc15;
    /* 金黄色，和你现在风格很配 */
    line-height: 1;
    white-space: nowrap;
}

/* ===== FAQ Pro Style ===== */

.faq-wrap {
    max-width: 980px;
    margin: 40px auto;
    padding: 0 16px;
}

.faq-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 10px 0 22px;
}

.faq-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .5px;
    margin: 0;
}

.faq-line {
    flex: 1;
    height: 2px;
    background: #5b2aa6;
    /* 紫色装饰线，可改 */
    max-width: 200px;
    border-radius: 999px;
    position: relative;
}

.faq-line::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #5b2aa6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.faq-title-row .faq-line:first-child::after {
    right: -5px;
}

.faq-title-row .faq-line:last-child::after {
    left: -5px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq {
    position: relative;
    background: #fff;
    border: 4px solid #111;
    /* 粗边框 */
    border-radius: 18px;
    /* 大圆角 */
    padding: 18px 60px 18px 18px;
    /* 右侧留 toggle 位置 */
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.faq .question-number {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    margin-right: 10px;
}

.faq h3 {
    display: inline;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.faq .toggle {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 2px solid #111;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
    background: #fff;
}

.faq .faq-answer {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    color: #222;
    font-size: 14px;
    line-height: 1.7;
}

.faq .faq-answer-inner p {
    margin: 0 0 10px;
}

.faq .faq-answer-inner ul {
    margin: 8px 0 0 18px;
}

.faq[data-open="1"] .toggle {
    background: #111;
    color: #fff;
}

@media (max-width: 480px) {
    .faq {
        padding: 16px 54px 16px 14px;
        border-width: 3px;
    }
    .faq h3 {
        font-size: 15px;
    }
}

.app-hero-desc {
    margin: 12px 0 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

@media (max-width: 768px) {
    .big-buttons {
        margin-top: 12px;
    }
}

/* ===== SEO upgraded single app landing page ===== */

.app-landing-page .app-page-card {
    max-width: 760px;
    margin: 0 auto;
}

.premium-hero {
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, .10), rgba(16, 185, 129, .10));
    border: 1px solid rgba(37, 99, 235, .16);
}

.app-icon-wrap img,
.premium-hero img {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.app-hero-meta .title {
    margin-bottom: 5px;
}

.app-core-intro,
.app-details-block,
.seo-disclaimer,
.claim-box {
    margin: 14px 0;
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.app-core-intro h2,
.app-details-block h2,
.seo-disclaimer h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
    color: #0f172a;
    font-weight: 900;
}

.app-core-intro p,
.app-details-block p,
.seo-disclaimer p,
.claim-box p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

.app-core-intro p:last-child,
.app-details-block p:last-child,
.seo-disclaimer p:last-child,
.claim-box p:last-child {
    margin-bottom: 0;
}

.premium-buttons {
    margin: 12px 0 10px;
}

.claim-box {
    text-align: center;
    background: linear-gradient(135deg, #fff7ed, #fff1f2);
    border: 1px solid #fed7aa;
}

.claim-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 1000;
    letter-spacing: .2px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    box-shadow: 0 10px 22px rgba(239, 68, 68, .22);
    border: 2px solid rgba(255, 255, 255, .85);
}

.claim-now:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(239, 68, 68, .28);
}

.app-facts .info {
    border: 1px solid #e5e7eb;
}

.app-facts .highlight {
    background: linear-gradient(135deg, #eff6ff, #ecfdf5);
    border-color: rgba(37, 99, 235, .20);
}

.faq-wrap {
    margin: 18px 0;
}

.faq-wrap .faq-title {
    font-size: 20px;
    font-weight: 1000;
}

.faq-container .faq {
    border: 2px solid #111827;
    border-radius: 14px;
    margin: 10px 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(15, 23, 42, .06);
}

.faq-container .faq h3 {
    cursor: pointer;
}

.faq-answer-inner {
    font-size: 14px;
    line-height: 1.6;
}

.related-apps-premium {
    margin-top: 18px;
}

.related-apps-premium h2 {
    margin: 0 0 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 1000;
    background: linear-gradient(135deg, #ef4444, #f97316);
}

.related-apps-premium .ora-title {
    margin: 0;
    font-size: 14px;
    font-weight: 1000;
    line-height: 1.2;
}

.related-apps-premium .ora-btn {
    font-weight: 1000;
    white-space: nowrap;
}

.seo-disclaimer {
    background: #f8fafc;
    border-color: #cbd5e1;
}

@media (max-width: 520px) {
    .app-core-intro,
    .app-details-block,
    .seo-disclaimer,
    .claim-box {
        padding: 12px;
        border-radius: 14px;
    }
    .app-core-intro h2,
    .app-details-block h2,
    .seo-disclaimer h2 {
        font-size: 16px;
    }
    .app-core-intro p,
    .app-details-block p,
    .seo-disclaimer p,
    .claim-box p {
        font-size: 13px;
        line-height: 1.58;
    }
    .claim-now {
        min-height: 42px;
        font-size: 13px;
    }
}

/* ===== SEO Pro mobile APK landing upgrades ===== */

.app-page-card {
    overflow: hidden;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.premium-hero {
    background: linear-gradient(135deg, #ecfeff 0%, #f8fafc 52%, #eef2ff 100%);
    border: 1px solid rgba(14, 116, 144, .16);
    border-radius: 14px;
    padding: 14px;
    margin: 10px 8px 8px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.app-icon-wrap img,
.showcase-icon,
.sdb-icon img {
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .18);
}

.premium-hero .title {
    font-size: 21px;
    line-height: 1.15;
    font-weight: 1000;
    color: #0f172a;
    margin: 0 0 6px;
}

.app-core-intro {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    padding: 14px;
    margin: 10px 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
}

.app-core-intro h2,
.app-details-block h2,
.seo-disclaimer h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 9px;
    color: #0f172a;
    font-weight: 1000;
}

.app-core-intro p,
.app-details-block p,
.seo-disclaimer p {
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
    margin: 0 0 9px;
}

.app-showcase-panel {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 10px 8px;
    padding: 14px;
    border-radius: 16px;
    background: radial-gradient(circle at 10% 15%, rgba(34, 197, 94, .32), transparent 28%), linear-gradient(135deg, #052e2b, #064e3b 48%, #0f172a);
    color: #fff;
    border: 1px solid rgba(16, 185, 129, .35);
    box-shadow: 0 10px 28px rgba(6, 78, 59, .26);
}

.showcase-left {
    flex: 0 0 76px
}

.showcase-icon {
    width: 76px;
    height: 76px;
    object-fit: cover;
    background: #fff
}

.showcase-body {
    min-width: 0;
    flex: 1
}

.showcase-kicker {
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #bbf7d0;
    font-weight: 900
}

.showcase-body h2 {
    font-size: 18px;
    line-height: 1.15;
    margin: 3px 0 5px;
    color: #fff;
    font-weight: 1000
}

.showcase-body p {
    font-size: 12px;
    line-height: 1.45;
    margin: 0 0 8px;
    color: #d1fae5
}

.showcase-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.showcase-pills span {
    font-size: 11px;
    font-weight: 900;
    color: #052e16;
    background: #dcfce7;
    border-radius: 999px;
    padding: 5px 8px;
    white-space: nowrap
}

.premium-buttons {
    margin: 12px 8px 10px
}

.premium-buttons .btn-download,
.premium-buttons .btn-telegram {
    border-radius: 12px;
    font-weight: 1000;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .22)
}

.claim-box {
    margin: 12px 8px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid rgba(249, 115, 22, .28);
    box-shadow: 0 8px 22px rgba(249, 115, 22, .12);
    text-align: center;
}

.claim-box p {
    font-size: 13px;
    line-height: 1.55;
    color: #431407;
    margin: 0 0 10px
}

.claim-now {
    display: block;
    background: linear-gradient(135deg, #ff3b30, #f97316);
    color: #fff !important;
    border-radius: 12px;
    padding: 12px 12px;
    font-weight: 1000;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(239, 68, 68, .28);
    letter-spacing: .01em
}

.claim-now:hover {
    filter: brightness(1.04)
}

.app-facts {
    margin: 10px 8px
}

.app-facts .info {
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06)
}

.app-facts .highlight {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid rgba(22, 163, 74, .18)
}

.app-details-block,
.seo-disclaimer {
    margin: 12px 8px;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06)
}

.faq-wrap {
    margin: 12px 8px
}

.faq-title-row {
    margin: 6px 0 12px
}

.faq-container .faq {
    border-radius: 13px;
    border: 2px solid #111827;
    background: #fff;
    margin: 0 0 10px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08)
}

.faq-container .faq h3 {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
    color: #0f172a
}

.question-number {
    font-size: 12px;
    color: #475569;
    font-weight: 900
}

.faq-answer-inner {
    font-size: 13px;
    line-height: 1.6;
    color: #334155
}

.faq-answer-inner ul {
    margin: 8px 0 0 18px;
    padding: 0
}

.related-apps-premium {
    margin: 12px 8px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    padding: 10px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06)
}

.related-apps-premium h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 1000;
    color: #fff;
    background: linear-gradient(135deg, #ff4d2e, #f97316);
    border-radius: 10px;
    padding: 8px;
    margin: 0 0 10px
}

.related-apps-premium .ora-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 8px 0
}

.related-apps-premium .ora-item:last-child {
    border-bottom: 0
}

.ora-title {
    font-size: 13px !important;
    font-weight: 1000 !important;
    color: #111827 !important
}

.ora-btn {
    border-radius: 10px !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
    box-shadow: 0 6px 14px rgba(37, 99, 235, .22) !important
}

.sticky-download-bar {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 430px;
    margin: auto;
    padding: 8px 10px;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 12px 30px rgba(2, 6, 23, .35)
}

.sdb-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0
}

.sdb-icon img {
    width: 38px;
    height: 38px;
    object-fit: cover
}

.sdb-title {
    font-size: 13px;
    font-weight: 1000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px
}

.sdb-sub {
    font-size: 11px;
    color: #cbd5e1
}

.sdb-btn {
    background: #22c55e;
    color: #fff !important;
    font-size: 13px;
    font-weight: 1000;
    border-radius: 999px;
    padding: 9px 14px;
    text-decoration: none;
    box-shadow: 0 7px 16px rgba(34, 197, 94, .3)
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    background: #0f4aa6;
    padding: 22px 12px 8px
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    padding: 8px 11px;
    font-size: 13px;
    font-weight: 900;
    background: rgba(255, 255, 255, .08)
}

.important-notice {
    background: #0f4aa6;
    color: #dbeafe;
    border: 0;
    padding: 12px 0 24px
}

.important-notice h2 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px
}

.important-notice p {
    font-size: 12px;
    line-height: 1.55;
    margin: 7px 0
}

.important-notice a {
    color: #fff
}

.important-notice .alert {
    color: #fee2e2
}

.footer-bottom {
    background: #020617;
    color: #fff;
    text-align: center;
    padding: 13px 8px;
    font-size: 12px
}

.site-nav .menu,
.site-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.site-nav .menu li a,
.site-nav .menu li span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 900;
    font-size: 13px;
    background: #fff;
    border-right: 1px solid #cbd5e1
}

.site-nav .menu li:first-child a {
    border-left: 1px solid #cbd5e1
}

.nav-toggle {
    display: none
}

@media(max-width:600px) {
    .site-nav .menu li a {
        font-size: 12px;
        padding: 7px 9px
    }
    .app-showcase-panel {
        padding: 12px
    }
    .showcase-left {
        flex-basis: 68px
    }
    .showcase-icon {
        width: 68px;
        height: 68px
    }
    .premium-hero .title {
        font-size: 20px
    }
    .app-core-intro p,
    .app-details-block p,
    .seo-disclaimer p {
        font-size: 13px
    }
    .sticky-download-bar {
        bottom: 6px
    }
    .app-page-card {
        border-radius: 12px
    }
}

body.single-post {
    padding-bottom: 64px
}

/* ===== Rank-focused mobile APK landing page overrides ===== */

body.single-post {
    background: #eef4fb;
    padding-bottom: 72px;
}

.rank1-header .topbar {
    background: #073b2f;
    color: #fff;
    border-bottom: 3px solid #0ef0a2;
}

.rank1-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

.rank1-header .brand-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    min-width: 0;
}

.rank1-header .brand-link img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.rank1-header .brand-link strong {
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
}

.site-nav {
    background: #fff;
    border-bottom: 1px solid #cbd5e1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .08);
}

.site-nav .menu,
.site-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.site-nav .menu li a,
.site-nav .menu li span {
    display: block;
    color: #0f172a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 11px;
    border-left: 1px solid #cbd5e1;
    white-space: nowrap;
}

.site-nav .menu li:last-child a {
    border-right: 1px solid #cbd5e1
}

.nav-toggle {
    display: none;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 20px
}

.rank1-app-page .container.two-col {
    max-width: 480px;
    padding-left: 7px;
    padding-right: 7px;
}

.rank1-app-page .app-page-card {
    max-width: 100%;
    margin: 8px auto 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .12);
    overflow: visible;
}

.brand-breadcrumb {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin: 7px 0 8px;
}

.app-top-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    margin: 0 0 8px;
    border: 1px solid rgba(37, 99, 235, .15);
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
}

.app-top-card .app-icon-wrap img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .16);
}

.app-top-card .title {
    font-size: 20px;
    line-height: 1.12;
    font-weight: 1000;
    color: #0f172a;
    margin: 0 0 5px;
}

.rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 11px;
    color: #334155;
}

.rating-row .star {
    width: 13px;
    height: 13px
}

.seo-intro-card {
    margin: 8px 0 10px;
    padding: 13px 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .055);
}

.seo-intro-card h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 1000;
    color: #0f172a;
}

.seo-intro-card p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #334155;
}

.seo-intro-card p:last-child {
    margin-bottom: 0
}

.app-banner-wrap {
    margin: 10px 0 0;
    border-radius: 14px;
    overflow: hidden;
    background: #062b28;
    box-shadow: 0 10px 26px rgba(6, 78, 59, .20);
}

.app-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.auto-app-poster {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0;
    min-height: 455px;
    border-radius: 16px;
    padding: 18px 16px;
    color: #fff;
    background: radial-gradient(circle at 15% 12%, rgba(34, 197, 94, .48), transparent 24%), radial-gradient(circle at 82% 22%, rgba(250, 204, 21, .30), transparent 24%), linear-gradient(160deg, #063b2f 0%, #064e3b 46%, #020617 100%);
    box-shadow: 0 12px 30px rgba(2, 6, 23, .22);
    border: 1px solid rgba(16, 185, 129, .35);
}

.poster-bg-glow {
    position: absolute;
    inset: auto -60px -120px -60px;
    height: 260px;
    background: radial-gradient(circle, rgba(34, 197, 94, .35), transparent 65%);
    pointer-events: none;
}

.poster-head {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    align-items: center;
}

.poster-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

.poster-kicker {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #bbf7d0;
    font-weight: 1000;
}

.poster-head h2 {
    margin: 3px 0 4px;
    color: #fff;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 1000;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.poster-head p {
    margin: 0;
    color: #d1fae5;
    font-size: 12px;
    line-height: 1.35;
}

.poster-phone {
    position: relative;
    z-index: 1;
    width: 190px;
    height: 250px;
    margin: 22px auto 16px;
    border-radius: 28px;
    padding: 13px;
    background: #020617;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .45), inset 0 0 0 2px rgba(255, 255, 255, .18);
    transform: rotate(-4deg);
}

.phone-top {
    width: 55px;
    height: 6px;
    background: #1f2937;
    border-radius: 99px;
    margin: 0 auto 12px;
}

.phone-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 205px;
    border-radius: 20px;
    background: radial-gradient(circle at 50% 20%, rgba(250, 204, 21, .40), transparent 28%), linear-gradient(135deg, #14532d, #052e16);
    text-align: center;
    padding: 10px;
}

.phone-screen span,
.phone-screen em {
    font-style: normal;
    font-size: 13px;
    color: #dcfce7;
    font-weight: 900;
}

.phone-screen strong {
    display: block;
    margin: 12px 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 1000;
}

.poster-chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin: 0 0 14px;
}

.poster-chips span {
    background: #dcfce7;
    color: #052e16;
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 1000;
}

.hero-download-btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ef4444, #f97316);
    font-size: 14px;
    font-weight: 1000;
    box-shadow: 0 12px 24px rgba(239, 68, 68, .30);
    border: 2px solid rgba(255, 255, 255, .8);
}

.hero-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 10px 0;
}

.hero-badges .badge {
    background: linear-gradient(135deg, #1e063d, #210b48);
    color: #fff;
    border-radius: 12px;
    padding: 12px 10px;
    min-height: 62px;
    box-shadow: 0 8px 18px rgba(30, 6, 61, .18);
}

.hero-badges .badge strong {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    color: #fff;
}

.hero-badges .badge small {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
    margin-top: 6px;
}

.premium-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 10px 0;
}

.premium-buttons .btn-download,
.premium-buttons .btn-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 1000;
    font-size: 13px;
}

.premium-buttons .btn-download {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 10px 20px rgba(37, 99, 235, .25)
}

.premium-buttons .btn-telegram {
    background: linear-gradient(135deg, #229ed9, #2563eb);
    box-shadow: 0 10px 20px rgba(34, 158, 217, .20)
}

.claim-box {
    margin: 12px 0;
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid rgba(249, 115, 22, .28);
    text-align: center;
}

.claim-box p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.45;
    color: #431407;
}

.claim-now {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff3b30, #ff8a00);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 1000;
    letter-spacing: .2px;
    box-shadow: 0 10px 22px rgba(255, 59, 48, .28);
    border: 2px solid rgba(255, 255, 255, .85);
}

.info-grid.app-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 10px 0;
}

.info-grid.app-facts .info {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px;
}

.info-grid.app-facts .k {
    font-size: 11px;
    color: #64748b;
    font-weight: 800;
}

.info-grid.app-facts .v {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 1000;
}

.info-grid.app-facts .highlight {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border-color: #86efac;
}

.related-apps-premium {
    margin: 12px 0 16px;
}

.related-apps-premium h2 {
    margin: 0 0 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 1000;
}

.related-apps-premium .ora-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 7px;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.related-apps-premium .ora-rank {
    width: 22px;
    flex: 0 0 22px;
    color: #94a3b8;
    text-align: center;
    font-size: 14px;
    font-weight: 1000;
}

.related-apps-premium .ora-left {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.related-apps-premium .ora-left img {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    object-fit: cover;
}

.related-apps-premium .ora-info {
    min-width: 0;
}

.related-apps-premium .ora-title {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 1000;
}

.related-apps-premium .ora-meta {
    font-size: 11px;
    line-height: 1.2;
}

.related-apps-premium .ora-downloads {
    color: #2563eb;
    font-weight: 900
}

.related-apps-premium .ora-bonus {
    color: #dc2626;
    font-weight: 900
}

.related-apps-premium .ora-withdraw {
    color: #16a34a;
    font-weight: 900
}

.related-apps-premium .ora-right {
    flex: 0 0 auto;
}

.related-apps-premium .ora-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 34px;
    border-radius: 10px;
    padding: 6px 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 1000;
    box-shadow: 0 7px 16px rgba(220, 38, 38, .24);
}

.faq-wrap {
    margin: 14px 0 16px;
}

.faq-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 10px;
}

.faq-title-row .faq-line {
    height: 2px;
    width: 48px;
    background: #7c3aed;
}

.faq-wrap .faq-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 1000;
    color: #111827;
    text-align: center;
    margin: 0;
}

.faq-container .faq {
    position: relative;
    padding: 14px 48px 14px 14px;
    margin: 9px 0;
    border: 2px solid #111827;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
}

.faq-container .question-number {
    font-size: 11px;
    color: #2563eb;
    font-weight: 1000;
    margin-right: 6px;
}

.faq-container .faq h3 {
    display: inline;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 1000;
    color: #111827;
}

.faq-container .toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border: 1.8px solid #111827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
    cursor: pointer;
}

.faq-answer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.faq-answer-inner {
    font-size: 13px;
    line-height: 1.58;
    color: #334155;
}

.app-details-block,
.seo-disclaimer {
    margin: 12px 0;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .055);
}

.app-details-block h2,
.seo-disclaimer h2 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.25;
    color: #0f172a;
    font-weight: 1000;
}

.app-details-block p,
.seo-disclaimer p {
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 1.62;
    color: #334155;
}

.app-details-block p:last-child,
.seo-disclaimer p:last-child {
    margin-bottom: 0
}

.sticky-download-bar {
    left: 50%;
    right: auto;
    bottom: 8px;
    transform: translateX(-50%);
    width: min(460px, calc(100% - 14px));
    background: #071827;
    border-radius: 14px;
    padding: 8px 10px;
    box-shadow: 0 10px 28px rgba(2, 6, 23, .35);
}

.sdb-btn {
    background: #22c55e;
    color: #fff !important;
    font-weight: 1000;
    box-shadow: 0 8px 18px rgba(34, 197, 94, .25);
}

.site-footer {
    background: #074aa5;
    color: #dbeafe;
}

.site-footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 10px 8px;
}

.site-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 900;
}

.important-notice {
    background: #074aa5;
    color: #dbeafe;
    border: 0;
    padding: 12px 0 22px;
}

.important-notice h2 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 10px;
}

.important-notice p {
    font-size: 12px;
    line-height: 1.55;
    margin: 7px 0;
}

.important-notice .alert {
    color: #fee2e2
}

.footer-bottom {
    background: #020617;
    color: #fff;
    text-align: center;
    padding: 13px 8px;
    font-size: 12px;
}

@media(max-width:600px) {
    .rank1-header .brand-link strong {
        font-size: 13px
    }
    .nav-toggle {
        display: block
    }
    .site-nav {
        display: block
    }
    .site-nav:not(.is-open) .menu {
        display: flex;
    }
    .site-nav .menu li a {
        font-size: 12px;
        padding: 7px 9px
    }
    .auto-app-poster {
        min-height: 420px;
        padding: 16px 14px
    }
    .poster-head h2 {
        font-size: 23px
    }
    .poster-phone {
        width: 172px;
        height: 226px;
        margin: 18px auto 14px
    }
    .phone-screen {
        height: 182px
    }
    .phone-screen strong {
        font-size: 20px
    }
}

/* ===== Rank One App Page Upgrade v2.0 ===== */

body.single-post {
    background: #f3f6fb;
}

.rank1-header {
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .10);
}

.rank1-header .topbar {
    background: #075bb8;
    color: #fff;
}

.rank1-header .header-inner {
    max-width: 480px;
    min-height: 44px;
    padding: 5px 8px;
}

.rank1-header .brand-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    text-decoration: none !important;
}

.rank1-header .brand-link img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
    flex: 0 0 34px;
}

.rank1-header .brand-link strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.12;
    font-weight: 1000;
}

.rank1-header .site-nav {
    max-width: 480px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #cbd5e1;
}

.rank1-header .site-nav .menu {
    display: flex;
    justify-content: space-around;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rank1-header .site-nav .menu li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #cbd5e1;
}

.rank1-header .site-nav .menu li:last-child {
    border-right: 0
}

.rank1-header .site-nav .menu a {
    display: block;
    padding: 8px 4px;
    color: #111827 !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.nav-toggle {
    display: none !important
}

body.single-post .main-wrap.app-landing-page {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 4px 12px;
}

body.single-post .two-col,
body.single-post .container.two-col {
    display: block !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.single-post .app-page-card {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 12px !important;
    background: #fff !important;
    overflow: visible !important;
}

.brand-breadcrumb {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    padding: 8px 4px 6px;
    margin: 0 !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.app-top-card {
    margin: 0 6px !important;
    padding: 12px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(16, 185, 129, .35) !important;
    background: linear-gradient(135deg, #064e3b, #043d34) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(6, 78, 59, .22) !important;
}

.app-top-card .app-icon-wrap img {
    width: 58px !important;
    height: 58px !important;
    border-radius: 12px !important;
    border: 2px solid rgba(255, 255, 255, .75);
}

.app-top-card .title {
    color: #fff !important;
    font-size: 21px !important;
    margin: 0 0 2px !important;
    letter-spacing: .1px;
}

.hero-subline {
    color: #fde68a;
    font-size: 12px;
    font-weight: 1000;
    line-height: 1.2;
    margin-bottom: 4px;
}

.app-top-card .rating-row {
    color: #d1fae5 !important;
}

.app-top-card .rating-row span,
.app-top-card .rating-row strong {
    color: #d1fae5 !important
}

.app-banner-wrap {
    margin: 0 6px !important;
    border-radius: 0 !important;
    border: 1px solid #14b8a6;
    border-top: 0;
    background: #052e2b !important;
    box-shadow: 0 10px 24px rgba(2, 44, 34, .18) !important;
}

.app-banner-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.auto-app-poster {
    margin: 0 6px !important;
}

.hero-badges {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 8px 6px !important;
}

.hero-badges .badge {
    background: linear-gradient(135deg, #190033, #2b0657) !important;
    border-radius: 10px !important;
    min-height: 58px !important;
    padding: 10px 8px !important;
    box-shadow: 0 8px 18px rgba(25, 0, 51, .22) !important;
}

.hero-badges .badge strong {
    font-size: 12px !important;
    color: #fff !important;
}

.hero-badges .badge small {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 1000 !important;
}

.claim-box {
    margin: 8px 6px 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.claim-now {
    min-height: 47px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #ff3b30 0%, #ff6a00 55%, #ffb000 100%) !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .45px !important;
    font-size: 14px !important;
    font-weight: 1000 !important;
    border: 2px solid rgba(255, 255, 255, .9) !important;
    box-shadow: 0 10px 22px rgba(239, 68, 68, .28), inset 0 1px 0 rgba(255, 255, 255, .28) !important;
}

.trust-strip {
    margin: 0 6px 9px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

.trust-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 3px;
    border-radius: 8px;
    background: #ecfeff;
    color: #075985;
    border: 1px solid #bae6fd;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 1000;
    text-align: center;
}

.info-grid.app-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 8px 6px 12px !important;
}

.info-grid.app-facts .info {
    border-radius: 10px !important;
    padding: 9px 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
}

.info-grid.app-facts .highlight {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7) !important;
    border-color: #86efac !important;
}

.info-grid.app-facts .k {
    font-size: 10px !important;
    color: #64748b !important;
    font-weight: 900 !important;
}

.info-grid.app-facts .v {
    font-size: 12px !important;
    color: #0f172a !important;
    font-weight: 1000 !important;
}

.seo-intro-card,
.app-details-block,
.seo-disclaimer {
    margin: 10px 6px !important;
    padding: 13px !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .055) !important;
    background: #fff !important;
}

.seo-intro-card h2,
.app-details-block h2,
.seo-disclaimer h2 {
    margin: 0 0 8px !important;
    color: #0f172a !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 1000 !important;
}

.seo-intro-card p,
.app-details-block p,
.seo-disclaimer p {
    margin: 0 0 8px !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.related-apps-premium {
    margin: 10px 6px 16px !important;
}

.related-apps-premium h2 {
    margin: 0 !important;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #ef4444, #f97316) !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 1000 !important;
}

.related-apps-premium .ora-item {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 6px !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #fff !important;
}

.related-apps-premium .ora-rank {
    width: 22px !important;
    flex: 0 0 22px !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
    font-weight: 1000 !important;
    text-align: center !important;
}

.related-apps-premium .ora-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.related-apps-premium .ora-left img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 9px !important;
    object-fit: cover !important;
    flex: 0 0 45px !important;
}

.related-apps-premium .ora-info {
    min-width: 0 !important
}

.related-apps-premium .ora-title {
    margin: 0 0 2px !important;
    font-size: 12.5px !important;
    line-height: 1.12 !important;
    color: #0f172a !important;
    font-weight: 1000 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-apps-premium .ora-meta {
    font-size: 10.5px !important;
    line-height: 1.15 !important;
}

.related-apps-premium .ora-downloads {
    color: #2563eb !important;
    font-weight: 900 !important
}

.related-apps-premium .ora-bonus {
    color: #dc2626 !important;
    font-weight: 900 !important
}

.related-apps-premium .ora-withdraw {
    color: #16a34a !important;
    font-weight: 900 !important
}

.related-apps-premium .ora-right {
    flex: 0 0 auto !important
}

.related-apps-premium .ora-btn {
    min-width: 72px !important;
    min-height: 32px !important;
    border-radius: 9px !important;
    padding: 6px 8px !important;
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 1000 !important;
    box-shadow: 0 7px 16px rgba(220, 38, 38, .24) !important;
}

.faq-wrap.app-faq {
    margin: 16px 6px !important;
}

.faq-wrap.app-faq .faq-title {
    margin: 0 0 11px !important;
    color: #0f172a !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 1000 !important;
}

.faq-wrap.app-faq .faq-container {
    display: block !important;
}

.faq-wrap.app-faq .faq-item {
    display: block !important;
    margin: 8px 0 !important;
    padding: 0 !important;
    border: 2px solid #111827 !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

.faq-wrap.app-faq .faq-item summary {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 12px 12px !important;
    cursor: pointer !important;
}

.faq-wrap.app-faq .faq-item summary::-webkit-details-marker {
    display: none !important
}

.faq-wrap.app-faq .faq-item h3 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 1000 !important;
}

.faq-wrap.app-faq .faq-plus {
    flex: 0 0 auto;
    color: #111827;
    font-size: 18px;
    font-weight: 1000;
}

.faq-wrap.app-faq .faq-item[open] .faq-plus {
    transform: rotate(45deg)
}

.faq-wrap.app-faq .faq-answer {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #e5e7eb !important;
    background: #fff !important;
}

.faq-wrap.app-faq .faq-answer-inner {
    padding: 12px !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
}

.faq-wrap.app-faq .faq-answer-inner p {
    margin: 0 !important
}

.sticky-download-bar {
    position: fixed !important;
    z-index: 9999 !important;
    left: 50% !important;
    right: auto !important;
    bottom: 8px !important;
    transform: translateX(-50%) !important;
    width: min(460px, calc(100% - 14px)) !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    background: #071827 !important;
    border-radius: 13px !important;
    padding: 7px 9px !important;
    box-shadow: 0 10px 28px rgba(2, 6, 23, .35) !important;
}

.sdb-left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important
}

.sdb-icon img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 7px !important;
    object-fit: cover !important
}

.sdb-info {
    min-width: 0 !important
}

.sdb-title {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 1000 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px
}

.sdb-sub {
    color: #cbd5e1 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important
}

.sdb-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 0 17px !important;
    border-radius: 999px !important;
    background: #22c55e !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 1000 !important;
    box-shadow: 0 8px 18px rgba(34, 197, 94, .25) !important;
}

body.single-post {
    padding-bottom: 70px
}

.site-footer {
    max-width: 480px;
    margin: 0 auto;
    background: #074aa5 !important;
    color: #dbeafe !important
}

.site-footer .footer-links {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 18px 10px 8px !important
}

.site-footer .footer-links a {
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 10px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
    font-weight: 900 !important
}

.important-notice {
    background: #074aa5 !important;
    color: #dbeafe !important;
    border: 0 !important;
    padding: 12px 0 22px !important
}

.important-notice .container {
    max-width: 460px !important;
    padding: 0 12px !important
}

.important-notice h2 {
    color: #fff !important;
    font-size: 15px !important;
    margin: 0 0 10px !important
}

.important-notice p {
    font-size: 12px !important;
    line-height: 1.55 !important;
    margin: 7px 0 !important;
    color: #dbeafe !important
}

.footer-bottom {
    background: #020617 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 13px 8px !important;
    font-size: 12px !important
}

@media(max-width:380px) {
    .rank1-header .brand-link strong {
        font-size: 12px !important
    }
    .rank1-header .site-nav .menu a {
        font-size: 11px !important;
        padding: 7px 2px !important
    }
    .related-apps-premium .ora-btn {
        min-width: 66px !important;
        font-size: 10px !important
    }
    .claim-now {
        font-size: 12.5px !important;
        letter-spacing: .25px !important
    }
    .trust-strip span {
        font-size: 9.2px !important
    }
}

/* ======================================================================
   CTR Rummy Arena Design v2 - unique style override, not benchmark clone
   Goal: premium mobile APK landing page with stronger click focus.
   ====================================================================== */

:root {
    --t88-bg: #071120;
    --t88-panel: #0d1b2f;
    --t88-green: #20e078;
    --t88-lime: #b8ff3d;
    --t88-gold: #ffd449;
    --t88-orange: #ff7a00;
    --t88-red: #ff244d;
    --t88-blue: #0b66ff;
    --t88-text: #102033;
}

body.single-post {
    background: radial-gradient(circle at 50% -40px, rgba(32, 224, 120, .16), transparent 210px), linear-gradient(180deg, #f4f8ff 0%, #eef4fb 100%) !important;
}

.rank1-header {
    background: #06152a !important;
    border-bottom: 0 !important;
    box-shadow: 0 8px 26px rgba(6, 21, 42, .22) !important;
}

.rank1-header .topbar {
    background: radial-gradient(circle at 0 0, rgba(32, 224, 120, .25), transparent 110px), linear-gradient(135deg, #031a2d, #0a3d6b 55%, #07233e) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
}

.rank1-header .header-inner {
    max-width: 480px !important;
    padding: 7px 8px !important
}

.rank1-header .brand-link img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28) !important
}

.rank1-header .brand-link strong {
    color: #fff !important;
    font-weight: 1000 !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .28) !important
}

.rank1-header .site-nav {
    max-width: 480px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 6px 18px rgba(2, 6, 23, .08) !important;
}

.rank1-header .site-nav .menu {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.rank1-header .site-nav .menu li {
    border-right: 1px solid #e2e8f0 !important;
    list-style: none !important
}

.rank1-header .site-nav .menu li:last-child {
    border-right: 0 !important
}

.rank1-header .site-nav .menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 6px 2px !important;
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 1000 !important;
    text-decoration: none !important;
}

.rank1-app-page .container.two-col {
    max-width: 480px !important;
    padding: 0 5px !important;
    margin: 0 auto !important
}

.rank1-app-page .app-page-card {
    background: #f8fbff !important;
    border: 0 !important;
    border-radius: 0 0 22px 22px !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .10) !important;
    overflow: hidden !important;
}

.brand-breadcrumb {
    margin: 7px 0 5px !important;
    text-align: center !important;
    color: #7a8798 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.app-top-card {
    position: relative !important;
    margin: 6px 6px 0 !important;
    padding: 13px 12px !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 16px 16px 0 0 !important;
    background: radial-gradient(circle at 86% 0, rgba(255, 212, 73, .25), transparent 95px), radial-gradient(circle at 8% 30%, rgba(32, 224, 120, .24), transparent 90px), linear-gradient(135deg, #071a2f 0%, #083b35 58%, #06111f 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(3, 26, 45, .22) !important;
}

.app-top-card:after {
    content: 'APK BONUS PAGE';
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 212, 73, .14);
    border: 1px solid rgba(255, 212, 73, .45);
    color: #ffec99;
    font-size: 8.5px;
    font-weight: 1000;
    letter-spacing: .05em;
}

.app-top-card .app-icon-wrap img {
    width: 58px !important;
    height: 58px !important;
    border-radius: 14px !important;
    border: 2px solid rgba(255, 255, 255, .65) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35) !important
}

.app-top-card .title {
    font-size: 21px !important;
    line-height: 1.08 !important;
    color: #fff !important;
    margin: 0 0 4px !important;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .35) !important
}

.app-top-card .hero-subline {
    color: #bbf7d0 !important;
    font-size: 12px !important;
    font-weight: 900 !important
}

.app-top-card .rating-row span,
.app-top-card .rating-row strong {
    color: #fef9c3 !important;
    font-size: 11px !important
}

.app-banner-wrap {
    margin: 0 6px !important;
    border-radius: 0 0 18px 18px !important;
    border: 2px solid #064e3b !important;
    border-top: 0 !important;
    background: #031a17 !important;
    box-shadow: 0 12px 30px rgba(6, 78, 59, .22) !important;
}

.app-banner-img {
    display: block !important;
    width: 100% !important;
    height: auto !important
}

.auto-app-poster {
    margin: 0 6px !important;
    border-radius: 0 0 18px 18px !important;
    background: radial-gradient(circle at 20% 12%, rgba(255, 212, 73, .32), transparent 120px), radial-gradient(circle at 85% 55%, rgba(255, 36, 77, .22), transparent 150px), linear-gradient(160deg, #072a36, #064e3b 48%, #020617) !important;
}

.hero-badges {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 7px !important;
    margin: 9px 6px !important;
}

.hero-badges .badge {
    position: relative !important;
    overflow: hidden !important;
    min-height: 62px !important;
    padding: 10px 8px !important;
    border-radius: 14px !important;
    background: linear-gradient(150deg, #18012d, #31045c 55%, #111827) !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    box-shadow: 0 10px 20px rgba(24, 1, 45, .25) !important;
}

.hero-badges .badge:before {
    content: '';
    position: absolute;
    inset: -40px auto auto -40px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 212, 73, .25), transparent 65%)
}

.hero-badges .badge strong {
    position: relative;
    display: block !important;
    color: #ddd6fe !important;
    font-size: 11px !important;
    font-weight: 1000 !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important
}

.hero-badges .badge small {
    position: relative;
    display: block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 1000 !important;
    line-height: 1.15 !important;
    margin-top: 5px !important
}

.claim-now {
    position: relative !important;
    overflow: hidden !important;
    min-height: 50px !important;
    border-radius: 14px !important;
    background: linear-gradient(90deg, #ff244d 0%, #ff7a00 48%, #ffd449 100%) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    font-size: 14px !important;
    font-weight: 1000 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 12px 26px rgba(255, 36, 77, .32), 0 0 0 4px rgba(255, 122, 0, .12) !important;
}

.claim-now:before {
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -45%;
    width: 34%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    animation: t88Shine 2.9s infinite;
}

@keyframes t88Shine {
    0% {
        left: -45%
    }
    55%,
    100% {
        left: 120%
    }
}

.trust-strip {
    margin: 2px 6px 10px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important
}

.trust-strip span {
    min-height: 30px !important;
    border-radius: 999px !important;
    background: #eafff2 !important;
    color: #047857 !important;
    border: 1px solid #86efac !important;
    font-size: 10px !important;
    font-weight: 1000 !important;
    text-align: center !important;
}

.exclusive-rummy-module {
    margin: 11px 6px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: radial-gradient(circle at 100% 0, rgba(255, 212, 73, .18), transparent 100px), linear-gradient(145deg, #071120, #0d1b2f 56%, #10233b) !important;
    border: 1px solid rgba(32, 224, 120, .24) !important;
    box-shadow: 0 14px 34px rgba(7, 17, 32, .22) !important;
    color: #e5f7ff !important;
}

.exclusive-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(32, 224, 120, .12) !important;
    border: 1px solid rgba(32, 224, 120, .28) !important;
    color: #86efac !important;
    font-size: 10px !important;
    font-weight: 1000 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
}

.exclusive-rummy-module h2 {
    margin: 10px 0 8px !important;
    color: #fff !important;
    font-size: 19px !important;
    line-height: 1.16 !important;
    font-weight: 1000 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35) !important
}

.exclusive-lead,
.exclusive-close {
    margin: 0 0 10px !important;
    color: #cfe8f4 !important;
    font-size: 13px !important;
    line-height: 1.62 !important;
    font-weight: 650 !important
}

.exclusive-close {
    margin: 11px 0 0 !important;
    color: #fde68a !important
}

.exclusive-cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 11px !important
}

.exclusive-card {
    padding: 10px 11px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.exclusive-card strong {
    display: block !important;
    color: #b8ff3d !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    font-weight: 1000 !important;
    margin: 0 0 4px !important
}

.exclusive-card span {
    display: block !important;
    color: #e5f7ff !important;
    font-size: 12.5px !important;
    line-height: 1.52 !important;
    font-weight: 650 !important
}

.info-grid.app-facts {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 7px !important;
    margin: 10px 6px 12px !important
}

.info-grid.app-facts .info {
    padding: 10px !important;
    border-radius: 14px !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06) !important;
}

.info-grid.app-facts .highlight {
    background: linear-gradient(135deg, #fff7d6, #f0fdf4) !important;
    border-color: #facc15 !important
}

.info-grid.app-facts .k {
    font-size: 10px !important;
    color: #64748b !important;
    font-weight: 1000 !important;
    text-transform: uppercase !important
}

.info-grid.app-facts .v {
    font-size: 12.5px !important;
    color: #071120 !important;
    font-weight: 1000 !important;
    line-height: 1.2 !important
}

.seo-intro-card,
.app-details-block,
.seo-disclaimer {
    margin: 10px 6px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: #fff !important;
    border: 1px solid #dfe7f1 !important;
    box-shadow: 0 9px 22px rgba(15, 23, 42, .065) !important;
}

.seo-intro-card h2,
.app-details-block h2,
.seo-disclaimer h2 {
    font-size: 18px !important;
    color: #071120 !important;
    line-height: 1.2 !important;
    margin: 0 0 8px !important;
    font-weight: 1000 !important
}

.seo-intro-card p,
.app-details-block p,
.seo-disclaimer p {
    font-size: 13px !important;
    line-height: 1.64 !important;
    color: #2b3b4f !important;
    margin: 0 0 8px !important
}

.related-apps-premium {
    margin: 12px 6px 16px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #dbe4ef !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08) !important;
}

.related-apps-premium h2 {
    margin: 0 !important;
    padding: 11px 8px !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #071120, #12345b) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 1000 !important;
    text-align: center !important;
}

.related-apps-premium h2:before {
    content: '🔥 ';
}

.related-apps-premium h2:after {
    content: ' 🔥';
}

.related-apps-premium .ora-item {
    padding: 9px 7px !important;
    background: linear-gradient(180deg, #fff, #fbfdff) !important;
    border-bottom: 1px solid #e7eef6 !important
}

.related-apps-premium .ora-left img {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .14) !important
}

.related-apps-premium .ora-rank {
    color: #94a3b8 !important;
    font-size: 14px !important;
    font-weight: 1000 !important
}

.related-apps-premium .ora-title {
    font-size: 12.7px !important;
    color: #071120 !important;
    font-weight: 1000 !important
}

.related-apps-premium .ora-downloads,
.related-apps-premium .ora-bonus,
.related-apps-premium .ora-withdraw {
    font-size: 10.5px !important;
    line-height: 1.13 !important;
    font-weight: 950 !important
}

.related-apps-premium .ora-btn {
    min-width: 74px !important;
    min-height: 33px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff244d, #e11d48) !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 1000 !important;
    box-shadow: 0 8px 18px rgba(225, 29, 72, .25) !important;
}

.faq-wrap.app-faq {
    margin: 16px 6px !important
}

.faq-wrap.app-faq .faq-title {
    font-size: 18px !important;
    color: #071120 !important;
    font-weight: 1000 !important;
    text-align: center !important;
    margin: 0 0 12px !important
}

.faq-wrap.app-faq .faq-item {
    border: 1px solid #cad6e4 !important;
    border-radius: 14px !important;
    margin: 8px 0 !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important
}

.faq-wrap.app-faq .faq-item summary {
    padding: 12px !important;
    background: linear-gradient(180deg, #fff, #f8fbff) !important
}

.faq-wrap.app-faq .faq-item h3 {
    font-size: 13px !important;
    line-height: 1.28 !important;
    color: #071120 !important;
    font-weight: 1000 !important
}

.faq-wrap.app-faq .faq-plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef6ff;
    color: #0b66ff;
    font-size: 17px;
    font-weight: 1000
}

.faq-wrap.app-faq .faq-answer-inner {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #2b3b4f !important;
    background: #fff !important
}

.sticky-download-bar {
    width: min(462px, calc(100% - 14px)) !important;
    min-height: 58px !important;
    background: linear-gradient(135deg, #071120, #0b2c24) !important;
    border: 1px solid rgba(134, 239, 172, .28) !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 34px rgba(2, 6, 23, .38), 0 0 0 4px rgba(32, 224, 120, .08) !important;
}

.sdb-btn {
    min-height: 38px !important;
    padding: 0 18px !important;
    background: linear-gradient(135deg, #20e078, #16a34a) !important;
    color: #052e16 !important;
    font-weight: 1000 !important;
    box-shadow: 0 8px 18px rgba(32, 224, 120, .26) !important
}

.sdb-title {
    font-size: 13px !important;
    color: #fff !important
}

.sdb-sub {
    font-size: 10.5px !important;
    color: #bfdbfe !important
}

.site-footer {
    max-width: 480px !important;
    background: linear-gradient(180deg, #083b78, #06152a) !important;
    color: #dbeafe !important
}

.important-notice {
    background: linear-gradient(180deg, #083b78, #06152a) !important;
    color: #dbeafe !important
}

.footer-bottom {
    background: #020617 !important;
    color: #fff !important
}

@media(max-width:380px) {
    .app-top-card .title {
        font-size: 19px !important
    }
    .claim-now {
        font-size: 12.4px !important;
        letter-spacing: .28px !important
    }
    .trust-strip span {
        font-size: 9px !important
    }
    .exclusive-rummy-module h2 {
        font-size: 17px !important
    }
    .sdb-title {
        max-width: 170px !important
    }
}

/* ===== Duplicate-control unique copy stack ===== */

.exclusive-copy-stack {
    margin: 14px 0 4px;
    display: grid;
    gap: 10px;
}

.exclusive-copy-stack p {
    margin: 0;
    padding: 11px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .92);
    line-height: 1.62;
    font-size: 14px;
}

.exclusive-rummy-module {
    position: relative;
    overflow: hidden;
}

.exclusive-rummy-module:before {
    content: "";
    position: absolute;
    inset: -60px auto auto -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 213, 79, .22), transparent 66%);
    pointer-events: none;
}

/* ===== App landing content balance: keep page as download entry, not long article ===== */

.compact-intent-copy p:nth-of-type(n+3) {
    display: none !important;
}

.seo-fold {
    margin: 10px 6px !important;
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid #dfe7f1 !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .055) !important;
    overflow: hidden !important;
}

.seo-fold summary {
    list-style: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 13px !important;
    background: linear-gradient(180deg, #ffffff, #f7fbff) !important;
}

.seo-fold summary::-webkit-details-marker {
    display: none !important;
}

.seo-fold summary h2 {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
    color: #071120 !important;
    font-weight: 1000 !important;
}

.fold-plus {
    flex: 0 0 auto !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #eef6ff !important;
    color: #0b66ff !important;
    font-size: 18px !important;
    font-weight: 1000 !important;
}

.seo-fold[open] .fold-plus {
    transform: rotate(45deg) !important;
}

.fold-body {
    padding: 0 13px 13px !important;
}

.fold-body p {
    font-size: 13px !important;
    line-height: 1.62 !important;
    color: #2b3b4f !important;
    margin: 0 0 8px !important;
}

.fold-body h2 {
    font-size: 16px !important;
    color: #071120 !important;
    line-height: 1.22 !important;
    margin: 13px 0 7px !important;
    font-weight: 1000 !important;
}

.exclusive-kicker {
    text-transform: none !important;
    letter-spacing: .02em !important;
}

.exclusive-copy-stack {
    gap: 8px !important;
}

.exclusive-copy-stack p {
    font-size: 13px !important;
    line-height: 1.58 !important;
}

.app-top-card:after {
    font-size: 8.2px !important;
}

/* ===== Final clean APK directory refinements ===== */

.hero-mini-line {
    color: #fde68a !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

.related-apps-premium .ora-subtitle {
    color: #64748b !important;
    font-size: 10.5px !important;
    line-height: 1.16 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 160px !important;
    margin-bottom: 2px !important;
}

.related-apps-premium .ora-meta {
    display: grid !important;
    gap: 1px !important;
}

.footer-more-notice {
    margin-top: 8px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .06) !important;
}

.footer-more-notice summary {
    list-style: none !important;
    cursor: pointer !important;
    padding: 9px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 1000 !important;
}

.footer-more-notice summary::-webkit-details-marker {
    display: none !important;
}

.footer-more-notice summary:after {
    content: '+';
    float: right;
    font-weight: 1000;
}

.footer-more-notice[open] summary:after {
    content: '×';
}

.footer-more-notice p {
    padding: 0 10px !important;
}

.footer-more-notice p:last-child {
    padding-bottom: 10px !important;
}

.app-top-card:after {
    content: 'APK BONUS PAGE' !important;
}

@media(max-width:380px) {
    .related-apps-premium .ora-subtitle {
        max-width: 130px !important;
        font-size: 10px !important
    }
}

/* Rank-final trust note: clear third-party source wording without turning the page into a legal article */

.third-party-source-note {
    margin: 8px 8px 12px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    background: #fff7ed !important;
    border: 1px solid #fed7aa !important;
    color: #7c2d12 !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
}

.rank1-header .site-nav .fallback-menu {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    width: 100% !important;
}

.rank1-header .site-nav .fallback-menu a {
    white-space: nowrap !important;
}