* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Rounded MT Bold', 'Helvetica Neue', sans-serif;
            line-height: 1.8;
        }
        body {
            background-color: #0a0f1f;
            color: #f5f7fa;
            font-size: 16px;
            padding-bottom: 100px;
            letter-spacing: 0.4px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #121c33 0%, #0a0f1f 100%);
            padding: 18px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 25px rgba(0,0,0,0.6);
            border-bottom: 3px solid #ff7a00;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.2rem;
            font-weight: 900;
            color: #ff7a00;
            text-decoration: none;
            letter-spacing: 1.5px;
            text-shadow: 0 4px 8px rgba(0,0,0,0.5);
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .logo span {
            color: #ff3d00;
            margin-left: 8px;
        }
        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #e0f2fe;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            padding: 10px 14px;
            border-radius: 8px;
            font-size: 1.05rem;
        }
        .nav-links a:hover {
            color: #ff7a00;
            background-color: rgba(255,255,255,0.09);
            transform: translateY(-2px);
        }
        .daman-link, .download-nav-link {
            background-color: #ff3d00;
            color: white !important;
            font-weight: 700;
            padding: 12px 20px !important;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(255,61,0,0.4);
        }
        .daman-link:hover, .download-nav-link:hover {
            background-color: #e03600 !important;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(255,61,0,0.5);
        }
        .menu-btn {
            display: none;
            background: none;
            border: none;
            color: #f5f7fa;
            font-size: 2.2rem;
            cursor: pointer;
            z-index: 10000;
        }
        .btn {
            display: inline-block;
            padding: 18px 38px;
            border-radius: 12px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.4s ease;
            text-align: center;
            font-size: 1.25rem;
            box-shadow: 0 8px 20px rgba(0,0,0,0.4);
            margin: 15px 0;
            border: none;
            cursor: pointer;
        }
        .btn-download {
            background: linear-gradient(135deg, #28d165 0%, #1aa84b 100%);
            color: white;
            margin-right: 25px;
        }
        .btn-download:hover {
            background: linear-gradient(135deg, #1aa84b 0%, #0f7d35 100%);
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(26,168,75,0.5);
        }
        .btn-login {
            background: linear-gradient(135deg, #4299e1 0%, #2563eb 100%);
            color: white;
        }
        .btn-login:hover {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(37,99,235,0.5);
        }
        .btn-container {
            margin: 60px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
        }
        h1 {
            font-size: 3.2rem;
            color: #ff7a00;
            text-align: center;
            margin: 70px 0 50px;
            line-height: 1.7;
            text-shadow: 0 5px 10px rgba(0,0,0,0.5);
            padding: 0 15px;
            font-weight: 900;
        }
        h2 {
            font-size: 2.4rem;
            color: #38bdf8;
            margin: 80px 0 35px;
            padding-bottom: 18px;
            border-bottom: 3px solid #2563eb;
            position: relative;
            font-weight: 800;
        }
        h2::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 120px;
            height: 3px;
            background-color: #ff7a00;
        }
        h3 {
            font-size: 1.9rem;
            color: #f97316;
            margin: 60px 0 30px;
            display: flex;
            align-items: center;
            font-weight: 700;
        }
        h3::before {
            content: '🎮';
            margin-right: 18px;
            font-size: 2rem;
        }
        h4 {
            font-size: 1.6rem;
            color: #60a5fa;
            margin: 40px 0 25px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        h4::before {
            content: '🔥';
            margin-right: 12px;
        }
        p {
            margin-bottom: 30px;
            font-size: 1.2rem;
            color: #e2e8f0;
            text-align: justify;
            line-height: 1.9;
        }
        .highlight {
            font-weight: 800;
            color: #ff3d00;
            font-size: 1.25rem;
        }
        .key-term {
            font-weight: 700;
            color: #22d3ee;
            text-decoration: underline;
            text-underline-offset: 8px;
            text-decoration-thickness: 2px;
        }
        .stat-box {
            background-color: rgba(255,255,255,0.06);
            border-radius: 18px;
            padding: 30px;
            margin: 50px 0;
            border-left: 7px solid #ff7a00;
            box-shadow: 0 8px 22px rgba(0,0,0,0.4);
        }
        .stat-box p {
            margin-bottom: 18px;
            font-size: 1.25rem;
            display: flex;
            align-items: center;
        }
        .stat-box p::before {
            content: '📊';
            margin-right: 12px;
            font-size: 1.3rem;
        }
        .stat-box p:last-child {
            margin-bottom: 0;
        }
        .img-container {
            margin: 60px 0;
            text-align: center;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 35px rgba(0,0,0,0.6);
            border: 3px solid rgba(255,122,0,0.4);
        }
        .img-responsive {
            max-width: 100%;
            height: auto;
            transition: transform 0.7s ease;
        }
        .img-container:hover .img-responsive {
            transform: scale(1.04);
        }
        ul, ol {
            margin: 35px 0 50px 45px;
        }
        li {
            margin-bottom: 25px;
            font-size: 1.2rem;
            color: #e2e8f0;
            line-height: 1.9;
            position: relative;
            padding-left: 30px;
        }
        ul li::before {
            content: '✅';
            position: absolute;
            left: -35px;
            top: 5px;
            font-size: 1.3rem;
        }
        ol li {
            counter-increment: list-counter;
        }
        ol li::before {
            content: counter(list-counter) '.';
            position: absolute;
            left: -40px;
            font-weight: 700;
            color: #f97316;
            font-size: 1.3rem;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 60px 0;
            background-color: rgba(18,28,51,0.7);
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }
        th, td {
            padding: 22px;
            text-align: left;
            border-bottom: 1px solid rgba(255,255,255,0.15);
        }
        th {
            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
            color: #f5f7fa;
            font-weight: 700;
            font-size: 1.25rem;
        }
        td {
            color: #e2e8f0;
            font-size: 1.15rem;
        }
        tr:hover {
            background-color: rgba(255,255,255,0.08);
            transform: scale(1.01);
            transition: transform 0.3s ease;
        }
        .game-categories {
            margin: 70px 0 50px;
        }
        .game-categories h4, .tags-section h4 {
            margin-bottom: 30px;
            color: #ff7a00;
            font-size: 1.5rem;
        }
        .game-categories a, .tags-section a {
            display: inline-block;
            color: #e2e8f0;
            text-decoration: none;
            margin: 0 18px 18px 0;
            padding: 14px 28px;
            background-color: rgba(255,255,255,0.09);
            border-radius: 35px;
            transition: all 0.3s ease;
            font-weight: 600;
            font-size: 1.1rem;
        }
        .game-categories a:hover, .tags-section a:hover {
            background-color: #ff3d00;
            color: white;
            transform: translateY(-4px);
            box-shadow: 0 8px 18px rgba(255,61,0,0.4);
        }
        footer {
            background: linear-gradient(135deg, #0a0f1f 0%, #121c33 100%);
            padding: 80px 0 50px;
            margin-top: 120px;
            border-top: 4px solid #ff7a00;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 60px;
            margin-bottom: 70px;
        }
        .footer-section h4 {
            font-size: 1.7rem;
            color: #ff7a00;
            margin-bottom: 35px;
            padding-bottom: 18px;
            border-bottom: 2px solid rgba(255,255,255,0.15);
        }
        .recommendation {
            margin: 60px 0;
            font-size: 1.4rem;
            color: #e2e8f0;
            text-align: center;
            line-height: 2.3;
            padding: 35px;
            background-color: rgba(255,255,255,0.06);
            border-radius: 18px;
            box-shadow: 0 8px 22px rgba(0,0,0,0.4);
        }
        .copyright {
            text-align: center;
            margin-top: 70px;
            padding-top: 35px;
            border-top: 1px solid rgba(255,255,255,0.15);
            color: #94a3b8;
            font-size: 1.1rem;
            line-height: 2.2;
        }
        .faq-container {
            margin: 70px 0;
        }
        .faq-item {
            margin-bottom: 25px;
            background-color: rgba(255,255,255,0.06);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }
        .faq-question {
            font-size: 1.3rem;
            color: #38bdf8;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }
        .faq-question::before {
            content: '❓';
            margin-right: 15px;
            font-size: 1.4rem;
        }
        .faq-answer {
            font-size: 1.15rem;
            color: #e2e8f0;
            line-height: 2;
        }
        .desi-note {
            background-color: rgba(249,115,22,0.15);
            border-left: 5px solid #f97316;
            padding: 25px;
            margin: 40px 0;
            border-radius: 0 10px 10px 0;
        }
        .desi-note p {
            margin-bottom: 0;
            font-size: 1.25rem;
            color: #fbbf24;
            font-weight: 500;
            line-height: 2;
        }
        .testimonial-container {
            margin: 70px 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 35px;
        }
        .testimonial-card {
            background-color: rgba(255,255,255,0.06);
            border-radius: 18px;
            padding: 30px;
            box-shadow: 0 8px 22px rgba(0,0,0,0.4);
            border-top: 3px solid #ff7a00;
        }
        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .testimonial-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #ff7a00;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-right: 15px;
        }
        .testimonial-name {
            font-size: 1.3rem;
            color: #ff7a00;
            font-weight: 700;
        }
        .testimonial-location {
            font-size: 1rem;
            color: #94a3b8;
        }
        .testimonial-text {
            font-size: 1.15rem;
            color: #e2e8f0;
            line-height: 1.9;
        }
        @media (max-width: 1200px) {
            .nav-links {
                gap: 25px;
            }
            h1 {
                font-size: 2.9rem;
                margin: 60px 0 45px;
            }
            h2 {
                font-size: 2.2rem;
                margin: 70px 0 30px;
            }
            h3 {
                font-size: 1.8rem;
                margin: 50px 0 25px;
            }
            .btn {
                padding: 16px 35px;
                font-size: 1.2rem;
            }
        }
        @media (max-width: 992px) {
            .nav-links {
                gap: 20px;
            }
            .logo {
                font-size: 2rem;
            }
            h1 {
                font-size: 2.6rem;
                margin: 55px 0 40px;
            }
            h2 {
                font-size: 2rem;
                margin: 65px 0 28px;
            }
            h3 {
                font-size: 1.7rem;
                margin: 45px 0 25px;
            }
            .stat-box {
                padding: 25px;
            }
            .stat-box p {
                font-size: 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: linear-gradient(135deg, #121c33 0%, #0a0f1f 100%);
                padding: 45px 30px;
                gap: 35px;
                box-shadow: 0 20px 40px rgba(0,0,0,0.6);
                border-bottom: 3px solid #ff7a00;
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            .logo {
                font-size: 1.8rem;
            }
            h1 {
                font-size: 2.3rem;
                margin: 50px 0 35px;
            }
            h2 {
                font-size: 1.9rem;
                margin: 60px 0 25px;
            }
            h3 {
                font-size: 1.6rem;
                margin: 40px 0 20px;
            }
            h4 {
                font-size: 1.5rem;
            }
            p, li, .faq-answer, .testimonial-text {
                font-size: 1.15rem;
                line-height: 1.85;
            }
            .btn {
                padding: 16px 30px;
                width: 100%;
                margin-right: 0;
            }
            .btn-container {
                gap: 20px;
            }
            table {
                font-size: 1.05rem;
            }
            th, td {
                padding: 18px;
            }
            .img-container {
                margin: 50px 0;
            }
            .desi-note {
                padding: 20px;
            }
            .desi-note p {
                font-size: 1.15rem;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 1.6rem;
            }
            h1 {
                font-size: 2rem;
                margin: 45px 0 30px;
            }
            h2 {
                font-size: 1.7rem;
                margin: 50px 0 22px;
            }
            h3 {
                font-size: 1.5rem;
                margin: 35px 0 18px;
            }
            h4 {
                font-size: 1.4rem;
            }
            p, li, .faq-answer, .testimonial-text {
                font-size: 1.1rem;
                line-height: 1.8;
            }
            .stat-box {
                padding: 20px;
            }
            .footer-container {
                gap: 45px;
            }
            .game-categories a, .tags-section a {
                padding: 12px 22px;
                font-size: 1rem;
                margin: 0 12px 12px 0;
            }
            .recommendation {
                padding: 25px;
                font-size: 1.25rem;
            }
            .testimonial-card {
                padding: 25px;
            }
            .copyright {
                font-size: 1rem;
            }
        }
