* {
            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: #0f172a;
            color: #f8fafc;
            font-size: 16px;
            padding-bottom: 120px;
            letter-spacing: 0.5px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 30px rgba(0,0,0,0.7);
            border-bottom: 4px solid #ff9500;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.4rem;
            font-weight: 900;
            color: #ff9500;
            text-decoration: none;
            letter-spacing: 2px;
            text-shadow: 0 4px 10px rgba(0,0,0,0.6);
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .logo span {
            color: #ff3d00;
            margin-left: 10px;
        }
        .nav-links {
            display: flex;
            gap: 35px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #e0f2fe;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            padding: 12px 16px;
            border-radius: 10px;
            font-size: 1.1rem;
        }
        .nav-links a:hover {
            color: #ff9500;
            background-color: rgba(255,255,255,0.1);
            transform: translateY(-3px);
        }
        .daman-link, .download-nav-link {
            background-color: #ff3d00;
            color: white !important;
            font-weight: 700;
            padding: 14px 22px !important;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(255,61,0,0.5);
        }
        .daman-link:hover, .download-nav-link:hover {
            background-color: #e03600 !important;
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(255,61,0,0.6);
        }
        .menu-btn {
            display: none;
            background: none;
            border: none;
            color: #f8fafc;
            font-size: 2.5rem;
            cursor: pointer;
            z-index: 10000;
        }
        .btn {
            display: inline-block;
            padding: 20px 40px;
            border-radius: 15px;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.4s ease;
            text-align: center;
            font-size: 1.3rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
            margin: 20px 0;
            border: none;
            cursor: pointer;
        }
        .btn-download {
            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
            color: white;
            margin-right: 30px;
        }
        .btn-download:hover {
            background: linear-gradient(135deg, #16a34a 0%, #0f7635 100%);
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(22,163,74,0.6);
        }
        .btn-login {
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: white;
        }
        .btn-login:hover {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(37,99,235,0.6);
        }
        .btn-container {
            margin: 70px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }
        h1 {
            font-size: 3.5rem;
            color: #ff9500;
            text-align: center;
            margin: 80px 0 60px;
            line-height: 1.8;
            text-shadow: 0 6px 12px rgba(0,0,0,0.6);
            padding: 0 20px;
            font-weight: 900;
        }
        h2 {
            font-size: 2.6rem;
            color: #38bdf8;
            margin: 90px 0 40px;
            padding-bottom: 20px;
            border-bottom: 4px solid #2563eb;
            position: relative;
            font-weight: 800;
        }
        h2::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 150px;
            height: 4px;
            background-color: #ff9500;
        }
        h3 {
            font-size: 2.1rem;
            color: #f97316;
            margin: 70px 0 35px;
            display: flex;
            align-items: center;
            font-weight: 700;
        }
        h3::before {
            content: '🎮';
            margin-right: 20px;
            font-size: 2.2rem;
        }
        h4 {
            font-size: 1.8rem;
            color: #60a5fa;
            margin: 50px 0 30px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        h4::before {
            content: '🔥';
            margin-right: 15px;
        }
        p {
            margin-bottom: 35px;
            font-size: 1.25rem;
            color: #e2e8f0;
            text-align: justify;
            line-height: 2;
        }
        .highlight {
            font-weight: 900;
            color: #ff3d00;
            font-size: 1.35rem;
        }
        .key-term {
            font-weight: 800;
            color: #22d3ee;
            text-decoration: underline;
            text-underline-offset: 10px;
            text-decoration-thickness: 3px;
        }
        .stat-box {
            background-color: rgba(255,255,255,0.07);
            border-radius: 20px;
            padding: 35px;
            margin: 60px 0;
            border-left: 8px solid #ff9500;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        }
        .stat-box p {
            margin-bottom: 20px;
            font-size: 1.35rem;
            display: flex;
            align-items: center;
        }
        .stat-box p::before {
            content: '📊';
            margin-right: 15px;
            font-size: 1.4rem;
        }
        .stat-box p:last-child {
            margin-bottom: 0;
        }
        .img-container {
            margin: 70px 0;
            text-align: center;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0,0,0,0.7);
            border: 4px solid rgba(255,149,0,0.5);
        }
        .img-responsive {
            max-width: 100%;
            height: auto;
            transition: transform 0.8s ease;
        }
        .img-container:hover .img-responsive {
            transform: scale(1.05);
        }
        ul, ol {
            margin: 40px 0 60px 50px;
        }
        li {
            margin-bottom: 30px;
            font-size: 1.25rem;
            color: #e2e8f0;
            line-height: 2;
            position: relative;
            padding-left: 35px;
        }
        ul li::before {
            content: '✅';
            position: absolute;
            left: -40px;
            top: 8px;
            font-size: 1.4rem;
        }
        ol li {
            counter-increment: list-counter;
        }
        ol li::before {
            content: counter(list-counter) '.';
            position: absolute;
            left: -45px;
            font-weight: 800;
            color: #f97316;
            font-size: 1.4rem;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 70px 0;
            background-color: rgba(30,41,59,0.8);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 35px rgba(0,0,0,0.6);
        }
        th, td {
            padding: 25px;
            text-align: left;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }
        th {
            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
            color: #f8fafc;
            font-weight: 800;
            font-size: 1.35rem;
        }
        td {
            color: #e2e8f0;
            font-size: 1.25rem;
        }
        tr:hover {
            background-color: rgba(255,255,255,0.1);
            transform: scale(1.02);
            transition: transform 0.4s ease;
        }
        .game-categories {
            margin: 80px 0 60px;
        }
        .game-categories h4, .tags-section h4 {
            margin-bottom: 35px;
            color: #ff9500;
            font-size: 1.7rem;
        }
        .game-categories a, .tags-section a {
            display: inline-block;
            color: #e2e8f0;
            text-decoration: none;
            margin: 0 20px 20px 0;
            padding: 16px 32px;
            background-color: rgba(255,255,255,0.1);
            border-radius: 40px;
            transition: all 0.4s ease;
            font-weight: 700;
            font-size: 1.2rem;
        }
        .game-categories a:hover, .tags-section a:hover {
            background-color: #ff3d00;
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(255,61,0,0.5);
        }
        footer {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            padding: 90px 0 60px;
            margin-top: 150px;
            border-top: 5px solid #ff9500;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 70px;
            margin-bottom: 80px;
        }
        .footer-section h4 {
            font-size: 1.9rem;
            color: #ff9500;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px solid rgba(255,255,255,0.2);
        }
        .recommendation {
            margin: 70px 0;
            font-size: 1.5rem;
            color: #e2e8f0;
            text-align: center;
            line-height: 2.5;
            padding: 40px;
            background-color: rgba(255,255,255,0.07);
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        }
        .copyright {
            text-align: center;
            margin-top: 80px;
            padding-top: 40px;
            border-top: 1px solid rgba(255,255,255,0.2);
            color: #94a3b8;
            font-size: 1.2rem;
            line-height: 2.5;
        }
        .faq-container {
            margin: 80px 0;
        }
        .faq-item {
            margin-bottom: 30px;
            background-color: rgba(255,255,255,0.07);
            border-radius: 18px;
            padding: 35px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.4);
        }
        .faq-question {
            font-size: 1.4rem;
            color: #38bdf8;
            font-weight: 800;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }
        .faq-question::before {
            content: '❓';
            margin-right: 18px;
            font-size: 1.5rem;
        }
        .faq-answer {
            font-size: 1.25rem;
            color: #e2e8f0;
            line-height: 2.2;
        }
        .desi-note {
            background-color: rgba(249,115,22,0.18);
            border-left: 6px solid #f97316;
            padding: 30px;
            margin: 50px 0;
            border-radius: 0 15px 15px 0;
        }
        .desi-note p {
            margin-bottom: 0;
            font-size: 1.35rem;
            color: #fbbf24;
            font-weight: 600;
            line-height: 2.2;
        }
        .testimonial-container {
            margin: 80px 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
        }
        .testimonial-card {
            background-color: rgba(255,255,255,0.07);
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
            border-top: 4px solid #ff9500;
        }
        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        .testimonial-avatar {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-color: #ff9500;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-right: 20px;
        }
        .testimonial-name {
            font-size: 1.4rem;
            color: #ff9500;
            font-weight: 800;
        }
        .testimonial-location {
            font-size: 1.1rem;
            color: #94a3b8;
        }
        .testimonial-text {
            font-size: 1.25rem;
            color: #e2e8f0;
            line-height: 2;
        }
        @media (max-width: 1200px) {
            .nav-links {
                gap: 30px;
            }
            h1 {
                font-size: 3.2rem;
                margin: 70px 0 50px;
            }
            h2 {
                font-size: 2.4rem;
                margin: 80px 0 35px;
            }
            h3 {
                font-size: 2rem;
                margin: 60px 0 30px;
            }
            .btn {
                padding: 18px 38px;
                font-size: 1.25rem;
            }
        }
        @media (max-width: 992px) {
            .nav-links {
                gap: 25px;
            }
            .logo {
                font-size: 2.2rem;
            }
            h1 {
                font-size: 2.9rem;
                margin: 65px 0 45px;
            }
            h2 {
                font-size: 2.2rem;
                margin: 75px 0 32px;
            }
            h3 {
                font-size: 1.9rem;
                margin: 55px 0 28px;
            }
            .stat-box {
                padding: 30px;
            }
            .stat-box p {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
                padding: 50px 35px;
                gap: 40px;
                box-shadow: 0 25px 45px rgba(0,0,0,0.7);
                border-bottom: 4px solid #ff9500;
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            .logo {
                font-size: 2rem;
            }
            h1 {
                font-size: 2.6rem;
                margin: 60px 0 40px;
            }
            h2 {
                font-size: 2rem;
                margin: 70px 0 30px;
            }
            h3 {
                font-size: 1.8rem;
                margin: 50px 0 25px;
            }
            h4 {
                font-size: 1.7rem;
            }
            p, li, .faq-answer, .testimonial-text {
                font-size: 1.2rem;
                line-height: 1.95;
            }
            .btn {
                padding: 18px 35px;
                width: 100%;
                margin-right: 0;
            }
            .btn-container {
                gap: 25px;
            }
            table {
                font-size: 1.15rem;
            }
            th, td {
                padding: 20px;
            }
            .img-container {
                margin: 60px 0;
            }
            .desi-note {
                padding: 25px;
            }
            .desi-note p {
                font-size: 1.25rem;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 1.8rem;
            }
            h1 {
                font-size: 2.3rem;
                margin: 55px 0 35px;
            }
            h2 {
                font-size: 1.8rem;
                margin: 60px 0 25px;
            }
            h3 {
                font-size: 1.7rem;
                margin: 45px 0 22px;
            }
            h4 {
                font-size: 1.6rem;
            }
            p, li, .faq-answer, .testimonial-text {
                font-size: 1.15rem;
                line-height: 1.9;
            }
            .stat-box {
                padding: 25px;
            }
            .footer-container {
                gap: 50px;
            }
            .game-categories a, .tags-section a {
                padding: 14px 25px;
                font-size: 1.1rem;
                margin: 0 15px 15px 0;
            }
            .recommendation {
                padding: 30px;
                font-size: 1.35rem;
            }
            .copyright {
                font-size: 1.1rem;
            }
        }
