* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', 'Tahoma', sans-serif;
        }
        body {
            background-color: #f9f5f1;
            color: #2d2d2d;
            line-height: 1.8;
            padding-bottom: 60px;
        }
        .header-wrapper {
            background-color: #1e3a8a;
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 26px;
            font-weight: 800;
            color: #ffd700;
            text-decoration: none;
            letter-spacing: 0.5px;
        }
        .logo span {
            color: #ffffff;
        }
        .mobile-menu-toggle {
            display: none;
            background: transparent;
            border: none;
            color: #ffffff;
            font-size: 28px;
            cursor: pointer;
        }
        .main-nav ul {
            display: flex;
            list-style: none;
            gap: 30px;
        }
        .main-nav a {
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        .main-nav a:hover {
            color: #ffd700;
        }
        .main-nav .daman-link {
            color: #ffd700;
            font-weight: 600;
        }
        .main-container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }
        h1 {
            font-size: 34px;
            color: #1e3a8a;
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 3px solid #ffd700;
        }
        h2 {
            font-size: 28px;
            color: #1e3a8a;
            margin: 45px 0 20px;
            padding-left: 15px;
            border-left: 4px solid #ffd700;
        }
        h3 {
            font-size: 22px;
            color: #1e3a8a;
            margin: 35px 0 15px;
        }
        p {
            font-size: 18px;
            margin-bottom: 22px;
            text-align: justify;
        }
        .highlight {
            font-weight: 700;
            color: #1e3a8a;
        }
        .btn-section {
            text-align: center;
            margin: 50px 0;
        }
        .game-btn {
            display: inline-block;
            padding: 16px 35px;
            margin: 0 12px;
            border-radius: 8px;
            text-decoration: none;
            font-size: 19px;
            font-weight: 700;
            transition: all 0.3s ease;
        }
        .download-btn {
            background-color: #22c55e;
            color: #ffffff;
        }
        .download-btn:hover {
            background-color: #16a34a;
            transform: translateY(-2px);
        }
        .login-btn {
            background-color: #1e3a8a;
            color: #ffffff;
        }
        .login-btn:hover {
            background-color: #1e40af;
            transform: translateY(-2px);
        }
        .img-container {
            text-align: center;
            margin: 40px 0;
        }
        .game-img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .stats-table th, .stats-table td {
            padding: 18px 20px;
            text-align: left;
        }
        .stats-table th {
            background-color: #1e3a8a;
            color: #ffffff;
            font-size: 18px;
        }
        .stats-table tr:nth-child(even) {
            background-color: #f1f5f9;
        }
        .stats-table td {
            font-size: 17px;
        }
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 25px;
            margin: 30px 0;
        }
        .review-card {
            background-color: #ffffff;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .reviewer-name {
            font-size: 19px;
            font-weight: 700;
            color: #1e3a8a;
            margin-bottom: 8px;
        }
        .review-rating {
            color: #ffb300;
            font-size: 20px;
            margin-bottom: 12px;
        }
        .review-text {
            font-size: 17px;
            line-height: 1.7;
        }
        .localization-tabs {
            margin: 30px 0;
        }
        .tab-btn {
            background-color: #f1f5f9;
            border: none;
            padding: 12px 25px;
            font-size: 17px;
            font-weight: 600;
            color: #1e3a8a;
            cursor: pointer;
            border-radius: 5px 5px 0 0;
            margin-right: 5px;
        }
        .tab-btn.active {
            background-color: #1e3a8a;
            color: #ffffff;
        }
        .tab-content {
            background-color: #ffffff;
            padding: 25px;
            border-radius: 0 10px 10px 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .tags-section {
            margin: 40px 0;
        }
        .tag {
            display: inline-block;
            background-color: #e0e7ff;
            color: #1e3a8a;
            padding: 10px 20px;
            border-radius: 25px;
            margin: 8px 10px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }
        .tag:hover {
            background-color: #c7d2fe;
        }
        .game-types-section {
            margin: 40px 0;
        }
        .game-type {
            display: inline-block;
            color: #1e3a8a;
            padding: 8px 18px;
            margin: 8px 10px;
            text-decoration: none;
            font-size: 17px;
            font-weight: 600;
            border-bottom: 2px solid #ffd700;
        }
        .game-type:hover {
            color: #1e40af;
            border-bottom: 2px solid #1e3a8a;
        }
        .footer-wrapper {
            background-color: #1e3a8a;
            color: #ffffff;
            padding: 50px 0 20px;
            margin-top: 80px;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }
        .footer-col h4 {
            font-size: 20px;
            margin-bottom: 20px;
            color: #ffd700;
            padding-bottom: 10px;
            border-bottom: 2px solid #ffd700;
        }
        .footer-col p {
            font-size: 17px;
            margin-bottom: 15px;
        }
        .footer-col a {
            color: #ffffff;
            text-decoration: none;
            display: block;
            margin-bottom: 12px;
            font-size: 17px;
            transition: color 0.3s ease;
        }
        .footer-col a:hover {
            color: #ffd700;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #3b82f6;
            font-size: 16px;
        }
        @media (max-width: 768px) {
            .header-container {
                flex-wrap: wrap;
            }
            .mobile-menu-toggle {
                display: block;
            }
            .main-nav {
                width: 100%;
                margin-top: 15px;
                display: none;
            }
            .main-nav.active {
                display: block;
            }
            .main-nav ul {
                flex-direction: column;
                gap: 15px;
            }
            h1 {
                font-size: 28px;
            }
            h2 {
                font-size: 24px;
            }
            h3 {
                font-size: 20px;
            }
            p {
                font-size: 17px;
            }
            .btn-section {
                margin: 30px 0;
            }
            .game-btn {
                display: block;
                margin: 15px auto;
                width: 80%;
                text-align: center;
            }
            .reviews-grid {
                grid-template-columns: 1fr;
            }
            .tab-btn {
                padding: 10px 15px;
                font-size: 15px;
            }
        }
