
        :root {
            /* Brand Theme Colors */
            --brand-purple: #6a1b9a;
            --brand-purple-vibrant: #7b2cbf;
            --brand-purple-light: #f3e8ff;
            --brand-purple-badge: #ede9fe;
            --brand-purple-text: #6d28d9;
            --brand-purple-btn: #7026e6;
            --brand-purple-btn-hover: #5b1ec4;
            --dark-card: #0f172a;
            --accent-green: #10b981;
            
            /* Backgrounds & Text */
            --bg-body: #ffffff;
            --bg-sheet: #f1f5f9;
            --card-border: #e2e8f0;
            --text-dark: #000;
            --text-muted: #000;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        body {
            background-color: #ffffff;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        /* Top Purple Navigation Bar */
        .site-navbar {
            background: linear-gradient(90deg, #6a1b9a 0%, #7b2cbf 100%);
            padding: 12px 0;
            position: relative;
            z-index: 999;
        }
        .brand-logo-wrap {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }
        .brand-logo-img {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            object-fit: cover;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }
        .brand-logo-text {
            color: #ffffff;
            font-size: 1.4rem;
            font-weight: 700;
            letter-spacing: -0.3px;
        }
        .nav-link-custom {
            color: rgba(255, 255, 255, 0.9) !important;
            font-weight: 500;
            font-size: 0.88rem;
            padding: 6px 14px !important;
            transition: color 0.2s ease;
            text-decoration: none;
        }
        .nav-link-custom:hover {
            color: #ffffff !important;
        }

        /* Mobile Hamburger Icon Button */
        .navbar-toggler-custom {
            border: 1px solid rgba(255, 255, 255, 0.35);
            border-radius: 8px;
            padding: 6px 10px;
            color: #ffffff;
            background: transparent;
            font-size: 1.2rem;
            outline: none;
            box-shadow: none !important;
            transition: all 0.2s ease;
        }
        .navbar-toggler-custom:hover,
        .navbar-toggler-custom:focus {
            background: rgba(255, 255, 255, 0.1);
            border-color: #ffffff;
            color: #ffffff;
        }

        /* Hero Section */
        .hero-section {
            padding: 60px 0 40px;
            background: radial-gradient(circle at 80% 20%, #f3e8ff 0%, #ffffff 50%);
            position: relative;
        }
        .live-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: var(--brand-purple-badge);
            color: var(--brand-purple-text);
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        .live-dot {
            width: 7px;
            height: 7px;
            background: var(--brand-purple-text);
            border-radius: 50%;
        }
        .hero-title {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -1.2px;
            margin-bottom: 16px;
            color: #000;
        }
        .hero-title-purple {
            color: var(--brand-purple-btn);
            position: relative;
            display: inline-block;
        }
        .hero-desc {
            color: var(--text-muted);
            font-size: 0.95rem;
            max-width: 420px;
            line-height: 1.6;
            margin-bottom: 28px;
        }
        .hero-btn-group {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 36px;
        }
        .btn-play-now {
            background-color: var(--brand-purple-btn);
            color: #ffffff;
            font-weight: 700;
            font-size: 0.9rem;
            padding: 11px 26px;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 14px rgba(112, 38, 230, 0.35);
            text-decoration: none;
            border: none;
            transition: all 0.2s ease;
        }
        .btn-play-now:hover {
            background-color: var(--brand-purple-btn-hover);
            color: #ffffff;
            transform: translateY(-2px);
        }
        .btn-explore {
            background: #ffffff;
            color: var(--brand-purple-btn);
            border: 1px solid #e9d5ff;
            font-weight: 700;
            font-size: 0.9rem;
            padding: 10px 24px;
            border-radius: 10px;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        .btn-explore:hover {
            background: var(--brand-purple-light);
            color: var(--brand-purple-btn);
        }

        /* Dark Stats Bar */
        .stats-card {
            background: var(--dark-card);
            border-radius: 16px;
            padding: 16px 24px;
            display: inline-flex;
            align-items: center;
            gap: 28px;
            color: #ffffff;
            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
        }
        .stat-item h4 {
            font-size: 1.15rem;
            font-weight: 800;
            margin-bottom: 0px;
        }
        .stat-item span {
            font-size: 0.72rem;
            color: #94a3b8;
            font-weight: 600;
        }
        .stat-divider {
            width: 1px;
            height: 32px;
            background: #334155;
        }

        /* Hero Isometric Graphic Mockups */
        .hero-graphic-box {
            position: relative;
            min-height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .floating-badge-box {
            background: #ffffff;
            border-radius: 18px;
            padding: 18px;
            box-shadow: 0 12px 30px rgba(112, 38, 230, 0.1);
            position: absolute;
            text-align: center;
        }
        .badge-dice {
            top: 20px;
            left: 20px;
            transform: rotate(-10deg);
            padding: 14px 18px;
        }
        .badge-card {
            top: 10px;
            right: 40px;
            transform: rotate(8deg);
            padding: 14px 18px;
        }
        .badge-icon-wrap {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: var(--brand-purple-light);
            color: var(--brand-purple-btn);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 6px;
            font-size: 1.1rem;
        }
        .floating-badge-box span {
            font-size: 0.72rem;
            font-weight: 700;
            color: #334155;
        }

        /* Leaderboard Box */
        .leaderboard-board {
            position: absolute;
            background: #ffffff;
            border-radius: 20px;
            padding: 20px 24px;
            box-shadow: 0 16px 36px rgba(112, 38, 230, 0.12);
            width: 280px;
            z-index: 2;
            top: 38%;
            left: 24%;
        }
        .leaderboard-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }
        .leaderboard-header h6 {
            font-size: 0.85rem;
            font-weight: 800;
            margin: 0;
        }
        .badge-live-sm {
            background: #ecfdf5;
            color: var(--accent-green);
            font-size: 0.65rem;
            font-weight: 800;
            padding: 3px 8px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .leaderboard-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
            font-size: 0.75rem;
            font-weight: 700;
        }
        .leaderboard-rank {
            color: #94a3b8;
            width: 18px;
        }
        .rank-bar-bg {
            flex-grow: 1;
            height: 8px;
            background: #f1f5f9;
            border-radius: 10px;
            overflow: hidden;
        }
        .rank-bar-fill {
            height: 100%;
            background: var(--brand-purple-btn);
            border-radius: 10px;
        }
        .leaderboard-score {
            color: #334155;
            font-weight: 800;
        }
        .floating-pill-count {
            position: absolute;
            bottom: 35px;
            right: 30px;
            background: var(--dark-card);
            color: #ffffff;
            font-size: 0.75rem;
            font-weight: 800;
            padding: 6px 14px;
            border-radius: 10px;
        }

        /* Gray Background Sheet */
        .listing-sheet {
            background-color: var(--bg-sheet);
            /* border-radius: 32px 32px 0 0; */
            padding: 36px 0 60px;
        }

        /* Pill Navigation Switch */
        .tab-switch-wrapper {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }
        .pill-toggle-container {
            background: #ffffff;
            padding: 5px;
            border-radius: 10px;
            display: inline-flex;
            box-shadow: 0 4px 12px rgba(0,0,0,0.04);
            border: 1px solid #e2e8f0;
        }
        .pill-toggle-btn {
            padding: 8px 26px;
            border-radius: 10px;
            font-size: 0.86rem;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s ease;
        }
        .pill-toggle-btn.active {
            background: #ffffff;
            color: var(--brand-purple-btn);
            border: 1.5px solid var(--brand-purple-btn);
            box-shadow: 0 2px 6px rgba(112, 38, 230, 0.1);
        }
        .pill-toggle-btn.inactive {
            color: var(--text-muted);
        }
        .pill-toggle-btn.inactive:hover {
            color: var(--brand-purple-btn);
        }

        /* List Header & Dropdown */
        .list-header-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }
        .list-title {
            font-size: 1.05rem;
            font-weight: 800;
            color: var(--text-dark);
            margin: 0;
        }
        .btn-sort-filter {
            background: var(--brand-purple-btn);
            color: #ffffff;
            border: none;
            border-radius: 8px;
            font-size: 0.78rem;
            font-weight: 700;
            padding: 6px 14px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        /* Game Cards */
        .game-card-row {
            background: #ffffff;
            border-radius: 16px;
            padding: 14px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            border: 1px solid #ffffff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
            transition: all 0.2s ease;
        }
        .game-card-row:hover {
            border-color: #d8b4fe;
            box-shadow: 0 4px 16px rgba(112, 38, 230, 0.08);
        }
        .game-card-left {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        .game-icon-img {
            width: 54px;
            height: 54px;
            border-radius: 12px;
            object-fit: cover;
        }
        .game-details h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 4px;
            color: var(--text-dark);
        }
        .game-meta-line {
            display: flex;
            flex-direction: column;
            gap: 2px;
            font-size: 0.75rem;
        }
        .meta-users {
            color: var(--text-muted);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .meta-bonus {
            color: var(--accent-green);
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .btn-download-solid {
            background: var(--brand-purple-btn);
            color: #ffffff;
            font-size: 0.8rem;
            font-weight: 700;
            padding: 8px 20px;
            border-radius: 10px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 3px 10px rgba(112, 38, 230, 0.25);
            transition: all 0.2s ease;
        }
        .btn-download-solid:hover {
            background: var(--brand-purple-btn-hover);
            color: #ffffff;
            transform: translateY(-1px);
        }

        /* 4-Item Feature Ribbon */
        .features-strip-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 20px 24px;
            margin: 24px 0 36px;
            border: 1px solid var(--card-border);
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        }
        .feature-item-col {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }
        .feature-item-col i {
            font-size: 1.25rem;
            color: var(--brand-purple-btn);
            margin-top: 2px;
        }
        .feature-item-col h6 {
            font-size: 0.82rem;
            font-weight: 800;
            margin-bottom: 2px;
            color: var(--text-dark);
        }
        .feature-item-col p {
            font-size: 0.72rem;
            color: var(--text-muted);
            margin-bottom: 0;
            line-height: 1.35;
        }

        /* Content White Cards */
        .content-white-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 36px 32px;
            margin-bottom: 28px;
            border: 1px solid var(--card-border);
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        .section-pill-tag {
            background: var(--brand-purple-badge);
            color: var(--brand-purple-text);
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 10px;
            display: inline-block;
            margin-bottom: 10px;
        }
        .section-main-heading {
            font-size: 1.5rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: var(--text-dark);
            margin-bottom: 8px;
        }
        .section-sub-desc {
            font-size: 0.82rem;
            color: var(--text-muted);
            max-width: 580px;
            margin: 0 auto 28px;
            line-height: 1.5;
        }

        /* Featured App Mini Cards */
        .featured-app-item {
            background: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 16px;
            padding: 16px;
            margin-bottom: 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }
        .featured-app-icon {
            width: 46px;
            height: 46px;
            border-radius: 10px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brand-purple-btn);
            font-size: 1.2rem;
        }
        .featured-app-title-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 2px;
        }
        .featured-app-title-row h5 {
            font-size: 0.92rem;
            font-weight: 800;
            margin: 0;
            color:black;
        }
        .tag-micro-badge {
            font-size: 0.6rem;
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 4px;
            text-transform: uppercase;
            background: var(--brand-purple-badge);
            color: var(--brand-purple-text);
        }
        .featured-app-desc {
            font-size: 0.75rem;
            color: var(--text-muted);
            margin: 0;
            max-width: 500px;
        }
        .btn-outline-pill-action {
            border: 1.5px solid #e9d5ff;
            color: var(--brand-purple-btn);
            background: transparent;
            font-size: 0.76rem;
            font-weight: 700;
            padding: 6px 18px;
            border-radius: 10px;
            text-decoration: none;
            white-space: nowrap;
            transition: all 0.2s ease;
        }
        .btn-outline-pill-action:hover {
            background: var(--brand-purple-btn);
            border-color: var(--brand-purple-btn);
            color: #ffffff;
        }

        /* Keyword Tag Pills */
        .tags-pills-cloud {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 6px;
            margin: 20px 0 16px;
        }
        .single-kw-pill {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            color: #475569;
            font-size: 0.68rem;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 10px;
            text-decoration: none;
            transition: all 0.15s ease;
        }
        .single-kw-pill:hover {
            border-color: var(--brand-purple-btn);
            color: var(--brand-purple-btn);
        }
        .payment-badges-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            font-size: 0.72rem;
            color: #94a3b8;
            font-weight: 700;
        }

        /* Guide Tabs Group */
        .guide-tabs-nav {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
            margin-bottom: 20px;
        }
        .guide-tab-btn {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            color: #475569;
            font-size: 0.75rem;
            font-weight: 700;
            padding: 6px 16px;
            border-radius: 10px;
            text-decoration: none;
        }
        .guide-tab-btn.active {
            background: var(--brand-purple-btn);
            color: #ffffff;
            border-color: var(--brand-purple-btn);
        }
        .guide-content-text {
            font-size: 0.78rem;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 24px;
        }

        /* Community Box */
        .community-box {
            background: #faf5ff;
            border: 1px solid #f3e8ff;
            border-radius: 16px;
            padding: 24px;
            text-align: center;
            margin-bottom: 24px;
        }
        .community-box h5 {
            font-size: 0.95rem;
            font-weight: 800;
            margin-bottom: 6px;
        }
        .community-box p {
            font-size: 0.76rem;
            color: var(--text-muted);
            margin-bottom: 14px;
        }

        /* Legal Alert & Platform Disclaimer */
        .legal-alert-box {
            background: #fff1f2;
            border: 1px solid #fecdd3;
            border-radius: 14px;
            padding: 14px 18px;
            margin-bottom: 16px;
            font-size: 0.74rem;
            line-height: 1.45;
        }
        .legal-alert-box strong {
            color: #be123c;
        }
        .platform-disc-box {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 14px 18px;
            font-size: 0.72rem;
            color: var(--text-muted);
            line-height: 1.45;
        }
        .platform-disc-box strong {
            color: var(--text-dark);
        }

        /* Quote / Brand Story Block */
        .story-highlight-quote {
            border-left: 3px solid var(--brand-purple-btn);
            background: #faf5ff;
            padding: 14px 18px;
            border-radius: 0 12px 12px 0;
            font-size: 0.78rem;
            color: #475569;
            line-height: 1.5;
            margin-bottom: 24px;
        }

        /* 2-Column Categories Grid */
        .category-box-item {
            background: #f8fafc;
            border: 1px solid #f1f5f9;
            border-radius: 14px;
            padding: 14px 18px;
            height: 100%;
        }
        .category-box-item h6 {
            font-size: 0.84rem;
            font-weight: 800;
            color: var(--brand-purple-text);
            margin-bottom: 4px;
        }
        .category-box-item p {
            font-size: 0.73rem;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.35;
        }

        /* Footer */
        .site-footer {
            background: #ffffff;
            border-top: 1px solid #e2e8f0;
            padding: 24px 0;
            text-align: center;
            font-size: 0.82rem;
            color: var(--text-muted);
        }

        .container {
            max-width: 1400px;
        }

        /* Mobile Dropdown Styling & Responsiveness */
        @media (max-width: 767.98px) {
            .mobile-nav-menu {
                background: rgba(106, 27, 154, 0.98);
                border-radius: 14px;
                padding: 12px 18px;
                margin-top: 12px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
            }
            .mobile-nav-menu .nav-item {
                border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            }
            .mobile-nav-menu .nav-item:last-child {
                border-bottom: none;
            }
            .mobile-nav-menu .nav-link-custom {
                padding: 10px 0 !important;
                display: block;
                font-size: 0.95rem;
            }
            .feature-item-col { margin-bottom: 16px; }
            .featured-app-item { flex-direction: column; align-items: flex-start; gap: 12px; }
            .btn-outline-pill-action { width: 100%; text-align: center; }
        }

        @media (max-width: 991px) {
            .hero-title { font-size: 2.5rem; }
            .hero-graphic-box { margin-top: 40px; }
            .stats-card { gap: 16px; }
        }

        @media (max-width: 576px) {
            .hero-title { font-size: 2rem; }
            .stats-card { width: 100%; justify-content: space-around; }
            .btn-download-solid { padding: 6px 14px; font-size: 0.75rem; }
            .game-icon-img { width: 46px; height: 46px; }
            .content-white-card { padding: 24px 16px; }
        }

        @media (max-width: 450px) {
            .btn-download-solid i { display: none; }
            .meta-bonus { font-size: 10px; }
            .btn-download-solid { font-size: 10px; }
            .game-details h4 { font-size: 13px; }
            .full-width-mobile { width: 100% !important; }
            .btn-outline-pill-action {
                display: block;
                width: 100%;
                text-align: center;
            }
        }


  :root {
    --bg-page: #060112;
    --card-surface: #0e0520;
    --card-surface-sub: #13082b;
    --border-purple: rgba(147, 51, 234, 0.25);
    --border-purple-hover: rgba(192, 132, 252, 0.7);
    --glow-purple: rgba(147, 51, 234, 0.3);
    --glow-gold: rgba(245, 158, 11, 0.45);
    --gold-btn-gradient: linear-gradient(180deg, #ffb300 0%, #f59e0b 50%, #d97706 100%);
    --gold-btn-hover: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    --pink-text: #f43f5e;
    --cyan-text: #38bdf8;
  }

  .yono-portal-body {
    /* background-color: var(--bg-page); */
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ffffff;
    min-height: 100vh;
  }

  /* Universal Outer Container / Card wrapper */
  .yono-section-box {
    background: var(--card-surface);
    border: 1px solid var(--border-purple);
    border-radius: 24px;
    padding: 36px 30px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  /* Badges & Section Pills */
  .badge-neon-pill {
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
  }

  .badge-bonus-pill {
    background: rgba(30, 11, 62, 0.95);
    border: 1px solid #9333ea;
    color: #f3e8ff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    box-shadow: 0 0 20px rgba(147, 51, 234, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  /* Top Notice Strip */
  .notice-warning-bar {
    background: rgba(26, 11, 46, 0.95);
    border-top: 1px solid rgba(245, 158, 11, 0.35);
    border-bottom: 1px solid rgba(245, 158, 11, 0.35);
    color: #fbbf24;
    font-size: 0.74rem;
    padding: 10px 16px;
    line-height: 1.5;
  }

  .section-divider-tag {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #c084fc;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
  }
  .section-divider-tag::before, .section-divider-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: rgba(147, 51, 234, 0.35);
  }
  .section-divider-tag::before { left: -65px; }
  .section-divider-tag::after { right: -65px; }

  /* Gold Buttons */
  .btn-gold-action {
    background: var(--gold-btn-gradient);
    color: #260c00 !important;
    font-weight: 800;
    font-size: 0.74rem;
    letter-spacing: 0.05em;
    padding: 8px 18px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .btn-gold-action:hover {
    background: var(--gold-btn-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.7);
  }

  /* Top 3 Podiums Specific Card Heights & Elevation */
  .top-podium-card {
    background: var(--card-surface);
    border: 1px solid var(--border-purple);
    border-radius: 20px;
    padding: 24px 16px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }
  .top-podium-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-purple-hover);
    box-shadow: 0 12px 30px var(--glow-purple);
  }

  /* Rank 1 Center Elevated Card */
  .top-podium-card.rank-1-highlight {
    border: 1px solid rgba(245, 158, 11, 0.5);
    background: #14072b;
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.2), 0 10px 30px rgba(0,0,0,0.6);
    padding: 30px 16px;
    transform: translateY(-26px);
  }
  .top-podium-card.rank-1-highlight:hover {
    transform: translateY(-14px);
    box-shadow: 0 0 40px rgba(245, 158, 11, 0.35);
  }

  .podium-rank-pill {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 3px 14px;
    border-radius: 20px;
    color: #ffffff;
    z-index: 3;
  }
  .pill-rank-1 { background: linear-gradient(90deg, #f59e0b, #d97706); box-shadow: 0 0 10px rgba(245, 158, 11, 0.6); }
  .pill-rank-2 { background: linear-gradient(90deg, #818cf8, #6366f1); }
  .pill-rank-3 { background: linear-gradient(90deg, #fb7185, #e11d48); }

  /* App Icons */
  .img-podium-box {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    overflow: hidden;
    margin: 4px auto 12px auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .img-podium-box.rank-1-img {
    width: 88px;
    height: 88px;
  }
  .img-podium-box img, .img-list-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .img-list-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
  }

  /* Segmented Category Buttons */
  .toggle-tab-group {
    background: #0f0524;
    border: 1px solid var(--border-purple);
    border-radius: 12px;
    padding: 4px;
    display: inline-flex;
    gap: 4px;
  }
  .toggle-tab-btn {
    padding: 7px 24px;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    border: none;
    background: transparent;
    color: #94a3b8;
    transition: all 0.2s ease;
  }
  .toggle-tab-btn.active {
    background: #ffffff;
    color: #070114;
    font-weight: 800;
  }

  /* Generic Interactive Item Row Card */
  .list-row-card {
    background: var(--card-surface);
    border: 1px solid var(--border-purple);
    border-radius: 16px;
    padding: 14px 18px;
    position: relative;
    transition: all 0.25s ease;
  }
  .list-row-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-purple-hover);
    box-shadow: 0 8px 24px var(--glow-purple);
  }

  .badge-corner-num {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 0.58rem;
    color: #c084fc;
    font-weight: 700;
  }

  /* Feature Grid 4 Box Cards */
  .feature-box-card {
    background: var(--card-surface);
    border: 1px solid var(--border-purple);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.25s ease;
    height: 100%;
  }
  .feature-box-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-purple-hover);
  }
  .feature-box-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(147, 51, 234, 0.12);
    border: 1px solid rgba(147, 51, 234, 0.25);
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  /* Tags & Sub-badges */
  .tag-purple-badge {
    background: rgba(147, 51, 234, 0.15);
    border: 1px solid rgba(147, 51, 234, 0.3);
    color: #d8b4fe;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
  }

  .collection-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    font-size: 0.68rem;
    padding: 4px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  .collection-pill:hover {
    border-color: #a855f7;
    color: #ffffff;
  }

  /* Interactive Pill Tabs */
  .guide-tab-pill {
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    cursor: pointer;
  }
  .guide-tab-pill.active {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
  }

  /* Custom Colored Notice Boxes */
  .legal-alert-box {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 12px;
    padding: 14px 18px;
    color: #fca5a5;
    font-size: 0.74rem;
    line-height: 1.5;
  }
  /* .legal-alert-box strong { color: #ffffff; } */

  .disclaimer-alert-box {
    background: rgba(30, 11, 62, 0.6);
    border: 1px solid rgba(147, 51, 234, 0.25);
    border-radius: 12px;
    padding: 14px 18px;
    color: #94a3b8;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  /* Mood Grid Cards */
  .mood-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    transition: all 0.2s ease;
  }
  .mood-card:hover {
    border-color: rgba(147, 51, 234, 0.4);
    background: rgba(147, 51, 234, 0.04);
  }

  .row.g-3.mb-4.align-items-end.justify-content-center.podiums {
    max-width: 700px;
    margin:auto;
}


  .support-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #000;
    min-height: 100vh;
  }

  /* Main Gradient Container Card */
  .main-support-card {
    background: radial-gradient(100% 100% at 50% 0%, #fbf9ff 0%, #f5eeff 50%, #ede3ff 100%);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 45px -15px rgba(124, 58, 237, 0.08);
  }

  /* Top Badge */
  .badge-support-pill {
    background-color: #f3ecfe;
    color: #632bd6;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #ebdcfc;
  }

  /* Inner White Sub-Cards */
  .inner-white-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #f1f0f7;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.02);
  }

  /* Icons - ORIGINAL COLORS KEPT */
  .icon-purple-fill {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #873beb, #651cb9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.15rem;
  }

  .icon-blue-soft {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #f0f6ff;
    border: 1px solid #e0edff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1.05rem;
  }

  .icon-pink-soft {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #fff1f2;
    border: 1px solid #ffe2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f43f5e;
    font-size: 1.05rem;
  }

  .icon-purple-soft {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #fbf7ff;
    border: 1px solid #f0e6fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #873beb;
    font-size: 1.05rem;
  }

  .icon-shield-fill {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.25rem;
  }

  /* Interactive Buttons */
  .btn-channel {
    background-color: #f3f8ff;
    color: #3b82f6;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    border-radius: 10px;
    padding: 8px 16px;
    border: 1px solid #dcebfe;
    text-transform: uppercase;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .btn-channel:hover {
    background-color: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
  }

  .btn-copy {
    background-color: #fff4f5;
    color: #e11d48;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    border-radius: 10px;
    padding: 8px 16px;
    border: 1px solid #ffe1e5;
    text-transform: uppercase;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .btn-copy:hover {
    background-color: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
  }

  /* List & Text */
  .channel-link-text {
    color: #5c34db;
    font-weight: 700;
    font-size: 0.82rem;
  }

  .guidelines-list {
    padding-left: 1.15rem;
    margin-bottom: 0;
  }
  .guidelines-list li {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }
  .guidelines-list li:last-child {
    margin-bottom: 0;
  }
  .guidelines-list strong {
    color: #000;
  }

  /* Bottom Security Card with Left Gradient Bar */
  .security-card {
    position: relative;
    overflow: hidden;
  }
  .security-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #7c3aed 0%, #ec4899 100%);
  }

  /* ===== TEXT COLOR & FONT SIZE CHANGES ===== */
  
  /* All paragraphs to black and 16px */
  .main-support-card p {
    color: #000 !important;
    font-size: 16px !important;
  }

  /* All headings to 20px (except main header which stays as is) */
  .main-support-card h6 {
    font-size: 20px !important;
    color: #000 !important;
  }

  /* Override text-secondary to black */
  .text-secondary {
    color: #000 !important;
  }

  /* Override small class to 16px */
  .small {
    font-size: 16px !important;
  }

  /* List items black */
  .guidelines-list li {
    color: #000 !important;
  }

  /* Keep badge color as original */
  .badge-support-pill {
    color: #632bd6 !important;
  }

  /* Keep channel link color as original */
  .channel-link-text {
    color: #5c34db !important;
  }

  /* Keep button colors as original */
  .btn-channel {
    color: #3b82f6 !important;
  }
  .btn-channel:hover {
    color: #ffffff !important;
  }
  .btn-copy {
    color: #e11d48 !important;
  }
  .btn-copy:hover {
    color: #ffffff !important;
  }

  /* Security card text */
  .security-card p {
    color: #000 !important;
  }
  .security-card h6 {
    color: #000 !important;
  }


  .policy-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #000;
    min-height: 100vh;
  }

  /* Main Giant Gradient Card */
  .main-policy-card {
    background: radial-gradient(100% 100% at 50% 0%, #fbf9ff 0%, #f5eeff 50%, #ede3ff 100%);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 45px -15px rgba(124, 58, 237, 0.08);
  }

  /* Top Badges & Section Badges */
  .badge-header-pill {
    background-color: #f3ecfe;
    color: #632bd6;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #ebdcfc;
  }

  .badge-sub-notice {
    background-color: #f3ecfe;
    color: #7c3aed;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  /* Inner White Cards */
  .inner-white-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #f1f0f7;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
  }

  /* Card Hover Lift & Shadow */
  .inner-white-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(124, 58, 237, 0.09);
    border-color: rgba(124, 58, 237, 0.12);
  }

  /* Icon Container Base */
  .policy-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }

  /* Static Round Gradient Icon (Header banner) */
  .icon-fill-purple {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #873beb, #651cb9);
    color: #ffffff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Color Schemes & Dynamic Hover Fill for Icons */
  
  /* Purple Scheme */
  .icon-purple {
    background-color: #faf5ff;
    border: 1px solid #f3e8ff;
    color: #9333ea;
  }
  .inner-white-card:hover .icon-purple {
    background-color: #9333ea;
    border-color: #9333ea;
    color: #ffffff;
  }

  /* Blue Scheme */
  .icon-blue {
    background-color: #f0f7ff;
    border: 1px solid #e0edff;
    color: #2563eb;
  }
  .inner-white-card:hover .icon-blue {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }

  /* Pink Scheme */
  .icon-pink {
    background-color: #fff1f2;
    border: 1px solid #ffe4e6;
    color: #f43f5e;
  }
  .inner-white-card:hover .icon-pink {
    background-color: #f43f5e;
    border-color: #f43f5e;
    color: #ffffff;
  }

  /* Green Scheme */
  .icon-green {
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    color: #10b981;
  }
  .inner-white-card:hover .icon-green {
    background-color: #10b981;
    border-color: #10b981;
    color: #ffffff;
  }

  /* Red Scheme */
  .icon-red {
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
    color: #ef4444;
  }
  .inner-white-card:hover .icon-red {
    background-color: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
  }

  /* Yellow / Orange Scheme */
  .icon-yellow {
    background-color: #fffbeb;
    border: 1px solid #fef3c7;
    color: #f59e0b;
  }
  .inner-white-card:hover .icon-yellow {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #ffffff;
  }

  /* Cyan Scheme */
  .icon-cyan {
    background-color: #ecfeff;
    border: 1px solid #cffafe;
    color: #06b6d4;
  }
  .inner-white-card:hover .icon-cyan {
    background-color: #06b6d4;
    border-color: #06b6d4;
    color: #ffffff;
  }

  /* Typography */
  .card-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.85rem;
  }

  .card-paragraph {
    font-size: 0.77rem;
    color: #000;
    line-height: 1.55;
    margin-bottom: 0.75rem;
    font-size: 16px;
  }
  .card-paragraph:last-child {
    margin-bottom: 0;
  }
  .card-paragraph strong {
    color: #111827;
    font-weight: 700;
  }
  .welcome-text{
    font-size:16px;
    color:black !important;
  }
  .welcome-title{
    font-size:20px;
    color:black !important;
  }

    /* Detail Page Custom Styles */
    .detail-hero-section {
        padding: 40px 0 24px;
        background: #ffffff;
    }
    .detail-hero-img {
        width: 140px;
        height: 140px;
        border-radius: 28px;
        object-fit: cover;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }
    .detail-title {
        font-size: 2.8rem;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -0.8px;
        margin-bottom: 8px;
    }
    .detail-subtitle-purple {
        color: var(--brand-purple-btn, #7c3aed);
        font-size: 2.6rem;
        font-weight: 800;
        display: block;
        margin-bottom: 6px;
    }
    .detail-desc {
        color: var(--text-muted, #64748b);
        font-size: 0.88rem;
        margin-bottom: 20px;
    }
    .detail-btn-group {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .btn-detail-download {
        background-color: var(--brand-purple-btn, #7c3aed);
        color: #ffffff;
        font-weight: 700;
        font-size: 0.88rem;
        padding: 10px 24px;
        border-radius: 9999px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        box-shadow: 0 4px 14px rgba(112, 38, 230, 0.35);
        transition: all 0.2s ease;
    }
    .btn-detail-download:hover {
        background-color: var(--brand-purple-btn-hover, #6d28d9);
        color: #ffffff;
    }
    .btn-detail-telegram {
        background: #ffffff;
        color: var(--brand-purple-btn, #7c3aed);
        border: 1.5px solid #d8b4fe;
        font-weight: 700;
        font-size: 0.88rem;
        padding: 9px 22px;
        border-radius: 9999px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .btn-detail-telegram:hover {
        background: var(--brand-purple-light, #f5f3ff);
        color: var(--brand-purple-btn, #7c3aed);
    }

    /* 5-Item Dark Stats Banner */
    .detail-stats-bar {
        background: var(--dark-card, #0f172a);
        border-radius: 16px;
        padding: 14px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #ffffff;
        margin: 24px auto 14px;
    }
    .detail-stat-box {
        text-align: center;
        flex: 1;
    }
    .detail-stat-box h5 {
        font-size: 0.95rem;
        font-weight: 800;
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .detail-stat-box span {
        font-size: 0.68rem;
        color: #94a3b8;
        font-weight: 600;
    }

    /* SEO Description Line */
    .seo-summary-text {
        font-size: 16px;
        color: #000;
        margin: 0 auto 36px;
        line-height: 1.4;
    }
    .seo-summary-text strong {
        color: var(--text-dark, #0f172a);
    }

    /* Content Area 2-Columns */
    .game-content-wrap {
        margin: 0 auto 40px;
    }
    .content-col-title {
        font-size: 1.15rem;
        font-weight: 800;
        color: var(--text-dark, #0f172a);
        margin-bottom: 12px;
    }
    .content-col-text {
        font-size: 16px;
        color: #000;
        line-height: 1.55;
        margin-bottom: 16px;
    }

    /* Custom Interactive Feature Accordion (Left Column) */
    .custom-feature-accordion {
        margin-bottom: 24px;
    }
    .accordion-item-custom {
        border-radius: 12px !important;
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        background: #ffffff;
        transition: all 0.25s ease;
    }
    .accordion-btn-custom {
        width: 100%;
        background: #ffffff;
        border: none;
        outline: none;
        padding: 14px 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .accordion-btn-custom i.icon-prefix {
        color: #7c3aed;
        margin-right: 8px;
    }
    .accordion-btn-custom .toggle-icon::before {
        content: "\f067"; /* FontAwesome plus */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.75rem;
        color: #7c3aed;
    }
    /* When expanded / open: Turn header into rich brand purple */
    .accordion-btn-custom:not(.collapsed) {
        background: #7c3aed;
        color: #ffffff;
    }
    .accordion-btn-custom:not(.collapsed) i.icon-prefix {
        color: #ffffff;
    }
    .accordion-btn-custom:not(.collapsed) .toggle-icon::before {
        content: "\f068"; /* FontAwesome minus */
        color: #ffffff;
    }
    .accordion-body-custom {
        background: #7c3aed;
        color: #ffffff;
        padding: 0 18px 16px 18px;
        font-size: 0.75rem;
        line-height: 1.6;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    .accordion-body-custom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .accordion-body-custom li {
        margin-bottom: 6px;
        font-size: 14px;
        color: #ffffff;
    }
    .accordion-body-custom strong {
        color: #fef08a;
    }

    /* System Requirements Table */
    .sys-req-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.76rem;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        overflow: hidden;
    }
    .sys-req-table td {
        padding: 8px 12px;
        border-bottom: 1px solid #f1f5f9;
    }
    .sys-req-table tr:last-child td {
        border-bottom: none;
    }
    .sys-req-table td:first-child {
        color: #000;
        font-weight: 700;
        background: #f8fafc;
        width: 45%;
    }
    .sys-req-table td:last-child {
        color: #000;
        text-align: right;
    }

    /* How to Download Steps (Right Column) */
    .steps-instruction-list {
        padding-left: 18px;
        font-size: 0.78rem;
        color: #000;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .steps-instruction-list li {
        margin-bottom: 4px;
        font-size:16px
    }
    .hindi-text-block {
        font-size: 16px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .hindi-text-block h6 {
        font-size: 0.85rem;
        font-weight: 800;
        color: var(--text-dark, #0f172a);
        margin: 12px 0 6px;
    }

    /* FAQ Section Styles (Interactive Collapse) */
    .faq-accordion-box {
        max-width: 680px;
        margin: 0 auto 36px;
    }
    .faq-item-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        margin-bottom: 10px;
        overflow: hidden;
        transition: all 0.2s ease;
    }
    .faq-btn {
        width: 100%;
        padding: 14px 18px;
        background: #ffffff;
        border: none;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        text-align: left;
    }
    .faq-item-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--text-dark, #0f172a);
    }
    .faq-item-icon {
        color: #7c3aed;
        font-size: 0.85rem;
    }
    .faq-chevron::before {
        content: "\f078"; /* FontAwesome chevron-down */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.72rem;
        color: #94a3b8;
        transition: transform 0.2s ease;
    }
    .faq-btn:not(.collapsed) .faq-chevron::before {
        content: "\f077"; /* FontAwesome chevron-up */
        color: #7c3aed;
    }
    .faq-body-text {
        padding: 0 18px 14px 40px;
        font-size: 0.78rem;
        color: #64748b;
        line-height: 1.55;
    }

    /* Section Pills & Headings */
    .section-pill-tag {
        background-color: #f3ecfe;
        color: #632bd6;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        padding: 5px 16px;
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .section-main-heading {
        font-size: 1.6rem;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 6px;
    }
    .section-sub-desc {
        color: #64748b;
        font-size: 0.82rem;
        max-width: 580px;
        margin: 0 auto 24px;
    }

    /* Testimonial Soft Purple Container */
    .testimonials-wrap-card {
        background: #f5edff;
        border: 1px solid #ebd9fc;
        border-radius: 24px;
        padding: 36px 20px;
        margin: 0 auto 30px;
        text-align: center;
    }
    .review-bubble-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 18px;
        text-align: left;
        height: 100%;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .review-stars {
        color: #f59e0b;
        font-size: 0.72rem;
        margin-bottom: 8px;
    }
    .review-text {
        font-size: 0.73rem;
        color: var(--text-muted, #64748b);
        line-height: 1.45;
        margin-bottom: 14px;
    }
    .reviewer-info-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .reviewer-avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #7c3aed;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        font-weight: 800;
    }
    .reviewer-avatar.teal { background: #0d9488; }
    .reviewer-avatar.pink { background: #db2777; }
    .reviewer-name {
        font-size: 0.76rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.2;
    }
    .badge-verified-player {
        background: #ecfdf5;
        color: #10b981;
        font-size: 0.6rem;
        font-weight: 700;
        padding: 1px 6px;
        border-radius: 4px;
        display: inline-block;
    }

    /* Notice Boxes */
    .legal-alert-box {
        background: rgba(239, 68, 68, 0.08);
        border: 1px solid rgba(239, 68, 68, 0.25);
        border-radius: 12px;
        padding: 14px 18px;
        color: #dc2626;
        font-size: 0.75rem;
        line-height: 1.5;
        max-width: 680px;
        margin: 0 auto;
    }
    .platform-disc-box {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 14px 18px;
        color: #64748b;
        font-size: 0.75rem;
        line-height: 1.5;
        max-width: 680px;
        margin: 0 auto 40px;
    }

    @media (max-width: 768px) {
        .detail-hero-section { text-align: center; }
        .detail-btn-group { justify-content: center; }
        .detail-hero-img { margin-bottom: 20px; width: 110px; height: 110px; }
        .detail-title { font-size: 2.2rem; }
        .detail-subtitle-purple { font-size: 2rem; }
        .detail-stats-bar { flex-wrap: wrap; gap: 12px; }
        .detail-stat-box { flex-basis: 30%; }
    }

  .privacy-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #000;
    min-height: 100vh;
  }

  /* Main Gradient Container Card */
  .main-policy-card {
    background: radial-gradient(100% 100% at 50% 0%, #fbf9ff 0%, #f5eeff 50%, #ede3ff 100%);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 45px -15px rgba(124, 58, 237, 0.08);
  }

  /* Top Badge */
  .badge-policy-pill {
    background-color: #f3ecfe;
    color: #632bd6;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #ebdcfc;
  }

  /* White Inner Box Cards with Hover Animation */
  .inner-policy-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #f1f0f7;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
  }

  /* Hover Lift & Shadow Effect */
  .inner-policy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(124, 58, 237, 0.09);
    border-color: rgba(124, 58, 237, 0.12);
  }

  /* Icon Container Base - ORIGINAL COLORS KEPT */
  .policy-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  /* Icon Default Colors & Hover Solid Fill Transitions */
  
  /* Top Banner Static Icon */
  .icon-fill-purple {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #873beb, #651cb9);
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  /* Blue (Information Collection) */
  .icon-blue {
    background-color: #f0f7ff;
    border: 1px solid #e0edff;
    color: #2563eb;
  }
  .inner-policy-card:hover .icon-blue {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }

  /* Green (Usage of Information) */
  .icon-green {
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    color: #10b981;
  }
  .inner-policy-card:hover .icon-green {
    background-color: #10b981;
    border-color: #10b981;
    color: #ffffff;
  }

  /* Orange (Third-Party Integrations) */
  .icon-orange {
    background-color: #fffbeb;
    border: 1px solid #fef3c7;
    color: #f59e0b;
  }
  .inner-policy-card:hover .icon-orange {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #ffffff;
  }

  /* Purple (Cookies & Analytics) */
  .icon-purple {
    background-color: #faf5ff;
    border: 1px solid #f3e8ff;
    color: #9333ea;
  }
  .inner-policy-card:hover .icon-purple {
    background-color: #9333ea;
    border-color: #9333ea;
    color: #ffffff;
  }

  /* Pink (Data Security) */
  .icon-pink {
    background-color: #fff1f2;
    border: 1px solid #ffe4e6;
    color: #f43f5e;
  }
  .inner-policy-card:hover .icon-pink {
    background-color: #f43f5e;
    border-color: #f43f5e;
    color: #ffffff;
  }

  /* Red (Underage Restrict) */
  .icon-red {
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
    color: #ef4444;
  }
  .inner-policy-card:hover .icon-red {
    background-color: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
  }

  /* Cyan (Updates & Support) */
  .icon-cyan {
    background-color: #ecfeff;
    border: 1px solid #cffafe;
    color: #06b6d4;
  }
  .inner-policy-card:hover .icon-cyan {
    background-color: #06b6d4;
    border-color: #06b6d4;
    color: #ffffff;
  }

  /* ===== TEXT COLOR & FONT SIZE CHANGES ===== */
  
  /* All paragraphs to black and 16px */
  .main-policy-card p {
    color: #000 !important;
    font-size: 16px !important;
  }

  /* All headings (h6) to 20px and black */
  .main-policy-card h6 {
    font-size: 20px !important;
    color: #000 !important;
  }

  /* Main header h1 stays as is (unchanged) */
  
  /* Override text-secondary to black */
  .text-secondary {
    color: #000 !important;
  }

  /* Override small class to 16px */
  .small {
    font-size: 16px !important;
  }

  /* Policy text class */
  .policy-text {
    color: #000 !important;
    font-size: 16px !important;
  }

  .policy-text strong {
    color: #000 !important;
  }

  /* Policy card title */
  .policy-card-title {
    color: #000 !important;
    font-size: 20px !important;
  }

  /* Keep badge color as original */
  .badge-policy-pill {
    color: #632bd6 !important;
  }

  /* Keep icon colors original - they already have their colors */




  /* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}