* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body {
            background-color: #121212;
            color: #f5f5f5;
            line-height: 1.8;
            font-size: 16px;
            letter-spacing: 0.5px;
            padding-bottom: 80px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .header-nav {
            background-color: #0a0a0a;
            padding: 18px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            border-bottom: 2px solid #ff9f1c;
            box-shadow: 0 4px 15px rgba(255, 159, 28, 0.15);
        }
        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.2rem;
            font-weight: 900;
            color: #ff9f1c;
            text-decoration: none;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .logo span {
            color: #ffffff;
        }
        .logo em {
            font-style: normal;
            color: #4cc9f0;
        }
        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }
        .nav-links a {
            color: #f5f5f5;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.05rem;
            transition: all 0.3s ease;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
        }
        .nav-links a:hover {
            color: #ff9f1c;
            border-bottom: 2px solid #ff9f1c;
        }
        .daman-link {
            background-color: #ff9f1c;
            padding: 8px 20px;
            border-radius: 25px;
            color: #0a0a0a !important;
            border-bottom: none !important;
            font-weight: 700;
        }
        .daman-link:hover {
            background-color: #ffb74d;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(255, 159, 28, 0.2);
        }
        .menu-toggle {
            display: none;
            font-size: 1.8rem;
            color: #ffffff;
            cursor: pointer;
            background: none;
            border: none;
        }
        .btn {
            padding: 14px 30px;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            text-align: center;
            margin: 15px 8px;
        }
        .download-btn {
            background-color: #e63946;
            color: #fff;
        }
        .download-btn:hover {
            background-color: #c1121f;
            transform: translateY(-3px);
            box-shadow: 0 6px 18px rgba(230, 57, 70, 0.3);
        }
        .login-btn {
            background-color: #4361ee;
            color: #fff;
        }
        .login-btn:hover {
            background-color: #3a0ca3;
            transform: translateY(-3px);
            box-shadow: 0 6px 18px rgba(67, 97, 238, 0.3);
        }
        h1 {
            font-size: 2.8rem;
            color: #ff9f1c;
            margin: 40px 0 30px;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            line-height: 1.4;
        }
        h2 {
            font-size: 2.1rem;
            color: #4cc9f0;
            margin: 60px 0 25px;
            padding-bottom: 10px;
            border-bottom: 2px solid #4cc9f0;
            display: inline-block;
        }
        h3 {
            font-size: 1.6rem;
            color: #f72585;
            margin: 40px 0 20px;
        }
        h4 {
            font-size: 1.3rem;
            color: #7209b7;
            margin: 30px 0 15px;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.08rem;
            color: #e0e0e0;
            line-height: 1.8;
        }
        .intro-card {
            background-color: #1e1e1e;
            border-radius: 15px;
            padding: 35px;
            margin: 30px 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            border-left: 4px solid #ff9f1c;
        }
        .highlight {
            font-weight: 800;
            color: #ff9f1c;
        }
        .key-point {
            font-weight: 700;
            color: #4cc9f0;
        }
        .image-container {
            text-align: center;
            margin: 40px 0;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            transition: transform 0.3s ease;
        }
        img:hover {
            transform: scale(1.02);
        }
        ul {
            margin: 25px 0 35px 40px;
        }
        li {
            margin-bottom: 18px;
            font-size: 1.08rem;
            color: #e0e0e0;
            list-style-type: disc;
            position: relative;
            padding-left: 15px;
        }
        li:before {
            content: "🔥";
            position: absolute;
            left: -30px;
            top: 2px;
            font-size: 1.1rem;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin: 40px 0;
        }
        .stat-card {
            background-color: #2d2d2d;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            border-top: 3px solid #ff9f1c;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        }
        .stat-number {
            font-size: 2.5rem;
            font-weight: 900;
            color: #ff9f1c;
            margin-bottom: 10px;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 1.05rem;
            color: #e0e0e0;
            font-weight: 600;
        }
        .review-card {
            background-color: #242424;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 25px;
            border-right: 3px solid #4cc9f0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        }
        .reviewer {
            font-weight: 700;
            color: #ff9f1c;
            margin-bottom: 8px;
            display: block;
            font-size: 1.1rem;
        }
        .review-location {
            color: #a0a0a0;
            font-size: 0.95rem;
            margin-bottom: 12px;
            display: block;
        }
        .review-rating {
            color: #ffc107;
            margin-bottom: 12px;
            font-size: 1.2rem;
        }
        .section-divider {
            margin: 60px 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #ff9f1c, transparent);
        }
        .game-categories {
            margin: 60px 0 40px;
        }
        .category-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 20px;
        }
        .category-item {
            background-color: #2d2d2d;
            padding: 10px 20px;
            border-radius: 20px;
        }
        .category-item a {
            color: #e0e0e0;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        .category-item a:hover {
            color: #ff9f1c;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 40px 0 60px;
        }
        .tag {
            background-color: #2d2d2d;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 1.02rem;
            transition: all 0.3s ease;
        }
        .tag:hover {
            background-color: #ff9f1c;
        }
        .tag a {
            color: #e0e0e0;
            text-decoration: none;
            font-weight: 600;
        }
        .tag:hover a {
            color: #0a0a0a;
        }
        .footer {
            background-color: #0a0a0a;
            color: #e0e0e0;
            padding: 50px 0 30px;
            margin-top: 80px;
            border-top: 2px solid #ff9f1c;
        }
        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .footer-promo {
            text-align: center;
            margin: 30px 0 40px;
            font-size: 1.05rem;
            line-height: 1.7;
        }
        .footer-promo strong {
            color: #ff9f1c;
        }
        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #333;
            font-size: 0.95rem;
            color: #a0a0a0;
        }
        @media (max-width: 1200px) {
            .logo {
                font-size: 2.0rem;
            }
            .nav-links {
                gap: 25px;
            }
            h1 {
                font-size: 2.5rem;
            }
            h2 {
                font-size: 1.9rem;
            }
            h3 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 992px) {
            .logo {
                font-size: 1.8rem;
            }
            .nav-links {
                gap: 20px;
            }
            h1 {
                font-size: 2.3rem;
            }
            h2 {
                font-size: 1.8rem;
            }
            .btn {
                padding: 12px 25px;
                font-size: 1.05rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 70px;
                left: 0;
                right: 0;
                background-color: #0a0a0a;
                padding: 25px;
                gap: 20px;
                box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-toggle {
                display: block;
            }
            h1 {
                font-size: 2.0rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.4rem;
            }
            .intro-card {
                padding: 25px 20px;
            }
            .stats-grid {
                gap: 20px;
            }
            .stat-card {
                padding: 20px;
            }
            .stat-number {
                font-size: 2.2rem;
            }
            ul {
                margin-left: 30px;
            }
            .btn {
                width: 100%;
                justify-content: center;
                margin: 10px 0;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 1.6rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            .footer {
                padding: 40px 0 20px;
            }
            .tag-container {
                gap: 10px;
            }
            .tag {
                padding: 8px 15px;
                font-size: 0.95rem;
            }
            .category-list {
                gap: 10px;
            }
            .category-item {
                padding: 8px 15px;
            }
        }
