* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            scroll-behavior: smooth;
        }
        body {
            background-color: #0f0e17;
            color: #f8f8f8;
            line-height: 1.8;
            padding-bottom: 80px;
            font-size: 16px;
        }
        .container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 25px;
        }
        header {
            background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
            color: white;
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 3px 12px rgba(0,0,0,0.3);
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.2rem;
            font-weight: 900;
            color: #ffd700;
            text-decoration: none;
            letter-spacing: 1px;
            text-shadow: 0 3px 5px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            text-transform: uppercase;
        }
        .logo span {
            color: #ffffff;
            margin-left: 8px;
            font-style: normal;
        }
        .logo::before {
            content: "⚔️";
            margin-right: 10px;
            font-size: 2.4rem;
        }
        .nav-links {
            display: flex;
            gap: 35px;
            align-items: center;
        }
        .nav-links a {
            color: #f0f0f0;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 1.1rem;
            padding: 6px 0;
            border-bottom: 3px solid transparent;
            text-transform: capitalize;
        }
        .nav-links a:hover {
            color: #ffd700;
            border-bottom: 3px solid #ffd700;
        }
        .daman-link {
            background-color: #ffd700;
            color: #c1121f !important;
            padding: 10px 24px;
            border-radius: 35px;
            font-weight: 700;
            border-bottom: none !important;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .daman-link:hover {
            background-color: #ffed4b;
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(0,0,0,0.3);
        }
        .menu-btn {
            display: none;
            font-size: 2rem;
            cursor: pointer;
            color: #ffffff;
            background: transparent;
            border: none;
        }
        .page-header {
            padding: 70px 25px;
            text-align: center;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            border-radius: 16px;
            margin: 40px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.2);
        }
        h1 {
            color: #ffd700;
            font-size: 3.2rem;
            margin-bottom: 25px;
            font-weight: 900;
            line-height: 1.4;
            text-transform: capitalize;
        }
        .page-header p {
            color: #f1faee;
            font-size: 1.5rem;
            max-width: 1000px;
            margin: 0 auto;
            font-weight: 500;
            line-height: 1.9;
        }
        h2 {
            color: #e63946;
            font-size: 2.5rem;
            margin: 80px 0 30px;
            padding-bottom: 15px;
            border-bottom: 4px solid #457b9d;
            font-weight: 800;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h2::before {
            content: "🔥";
            margin-right: 15px;
            font-size: 2.1rem;
        }
        h3 {
            color: #457b9d;
            font-size: 1.9rem;
            margin: 50px 0 22px;
            font-weight: 700;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h3::before {
            content: "🎯";
            margin-right: 12px;
            font-size: 1.6rem;
        }
        p {
            margin-bottom: 25px;
            font-size: 1.18rem;
            color: #f1faee;
            line-height: 1.9;
        }
        .highlight {
            font-weight: 800;
            color: #ffd700;
            font-size: 1.25rem;
        }
        .key-term {
            background-color: #1d3557;
            padding: 4px 12px;
            border-radius: 8px;
            font-weight: 700;
            color: #ffd700;
            border: 1px solid #457b9d;
        }
        .game-img {
            width: 100%;
            max-width: 1000px;
            height: auto;
            border-radius: 16px;
            margin: 40px auto;
            display: block;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            border: 5px solid #1d3557;
        }
        .btn-container {
            display: flex;
            gap: 35px;
            justify-content: center;
            margin: 70px 0;
            flex-wrap: wrap;
        }
        .btn {
            padding: 22px 45px;
            border: none;
            border-radius: 40px;
            font-size: 1.4rem;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            min-width: 240px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }
        .download-btn {
            background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
            color: #c1121f;
        }
        .download-btn:hover {
            background: linear-gradient(135deg, #ffb300 0%, #ff9800 100%);
            transform: translateY(-4px);
            box-shadow: 0 10px 20px rgba(255,215,0,0.4);
        }
        .login-btn {
            background: linear-gradient(135deg, #457b9d 0%, #1d3557 100%);
            color: #ffffff;
        }
        .login-btn:hover {
            background: linear-gradient(135deg, #1d3557 0%, #0f1a2e 100%);
            transform: translateY(-4px);
            box-shadow: 0 10px 20px rgba(69,123,157,0.4);
        }
        ul, ol {
            margin: 35px 0 35px 50px;
        }
        li {
            margin-bottom: 20px;
            font-size: 1.18rem;
            color: #f1faee;
            line-height: 1.9;
        }
        ul li::marker {
            color: #e63946;
            font-size: 1.6rem;
        }
        ol li::marker {
            color: #ffd700;
            font-weight: 700;
            font-size: 1.3rem;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 50px 0;
            background-color: #1d3557;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }
        .stats-table th, .stats-table td {
            padding: 22px;
            text-align: left;
            border-bottom: 1px solid #2b5a7d;
            font-size: 1.15rem;
        }
        .stats-table th {
            background-color: #16213e;
            color: #ffd700;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }
        .stats-table tr:hover {
            background-color: #2b5a7d;
            transform: scale(1.008);
            transition: all 0.3s ease;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .review-card {
            background-color: #16213e;
            padding: 35px;
            border-radius: 16px;
            margin: 40px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.2);
            border-left: 6px solid #ffd700;
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            border-bottom: 1px solid #2b5a7d;
            padding-bottom: 15px;
        }
        .reviewer {
            font-weight: 800;
            color: #ffd700;
            font-size: 1.3rem;
        }
        .review-location {
            color: #a8dadc;
            font-size: 1.05rem;
            margin-left: 12px;
            font-style: italic;
        }
        .rating {
            color: #ffd700;
            font-size: 1.7rem;
            letter-spacing: 3px;
        }
        .review-content {
            font-size: 1.15rem;
            line-height: 1.9;
            color: #f1faee;
        }
        .localization-tabs {
            display: flex;
            gap: 15px;
            margin: 40px 0;
            flex-wrap: wrap;
        }
        .tab-btn {
            padding: 14px 28px;
            background-color: #1d3557;
            color: #ffd700;
            border: none;
            border-radius: 30px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.1rem;
            text-transform: capitalize;
        }
        .tab-btn:hover, .tab-btn.active {
            background-color: #e63946;
            color: white;
            transform: translateY(-2px);
        }
        .event-card {
            background: linear-gradient(135deg, #16213e 0%, #1d3557 100%);
            padding: 40px;
            border-radius: 16px;
            margin: 40px 0;
            box-shadow: 0 7px 20px rgba(0,0,0,0.2);
            border-top: 5px solid #ffd700;
        }
        .event-title {
            color: #ffd700;
            font-size: 1.8rem;
            margin-bottom: 20px;
            font-weight: 800;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        .event-title::before {
            content: "🎉";
            margin-right: 15px;
            font-size: 2rem;
        }
        .event-date {
            color: #a8dadc;
            font-size: 1.1rem;
            margin-bottom: 25px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        .event-date::before {
            content: "📅";
            margin-right: 10px;
        }
        .community-section {
            background-color: #1d3557;
            padding: 40px;
            border-radius: 16px;
            margin: 50px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.2);
        }
        .community-title {
            color: #ffd700;
            font-size: 1.7rem;
            margin-bottom: 30px;
            font-weight: 800;
            text-transform: capitalize;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            margin: 50px 0;
        }
        .tag {
            background-color: #16213e;
            padding: 12px 25px;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 700;
        }
        .tag a {
            color: #ffd700;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .tag a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
        .category-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 50px 0;
        }
        .category {
            background-color: #e63946;
            padding: 14px 28px;
            border-radius: 35px;
            font-size: 1.15rem;
        }
        .category a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            text-transform: capitalize;
        }
        .category a:hover {
            color: #ffd700;
            text-decoration: underline;
        }
        footer {
            background: linear-gradient(135deg, #16213e 0%, #0f0e17 100%);
            color: white;
            padding: 80px 0 50px;
            margin-top: 100px;
            border-radius: 16px 16px 0 0;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
            margin-bottom: 70px;
        }
        .footer-section h4 {
            font-size: 1.6rem;
            margin-bottom: 35px;
            color: #ffd700;
            font-weight: 800;
            border-bottom: 3px solid #ffd700;
            padding-bottom: 15px;
            display: inline-block;
            text-transform: capitalize;
        }
        .footer-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 20px;
        }
        .footer-links a {
            color: #f1faee;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.15rem;
            display: flex;
            align-items: center;
        }
        .footer-links a::before {
            content: "⚔️";
            margin-right: 12px;
            font-size: 1.1rem;
        }
        .footer-links a:hover {
            color: #ffd700;
            padding-left: 10px;
        }
        .recommendation {
            background-color: #1d3557;
            color: #ffd700;
            padding: 35px;
            border-radius: 16px;
            margin: 50px 0;
            text-align: center;
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 2.1;
            box-shadow: 0 5px 18px rgba(0,0,0,0.2);
        }
        .copyright {
            text-align: center;
            margin-top: 70px;
            padding-top: 35px;
            border-top: 1px solid #2b5a7d;
            font-size: 1.15rem;
            color: #a8dadc;
            line-height: 1.9;
        }
        .copyright a {
            color: #ffd700;
            text-decoration: none;
            font-weight: 700;
        }
        .copyright a:hover {
            text-decoration: underline;
        }
        .guide-card {
            background: linear-gradient(135deg, #16213e 0%, #1d3557 100%);
            padding: 35px;
            border-radius: 16px;
            margin: 40px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            border-left: 5px solid #ffd700;
        }
        .guide-title {
            color: #ffd700;
            font-size: 1.6rem;
            margin-bottom: 18px;
            font-weight: 800;
            display: flex;
            align-items: center;
        }
        .guide-title::before {
            content: "📜";
            margin-right: 12px;
        }
        .faq-container {
            margin: 50px 0;
        }
        .faq-item {
            margin-bottom: 30px;
            background-color: #16213e;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        .faq-question {
            color: #ffd700;
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
        }
        .faq-question::before {
            content: "❓";
            margin-right: 12px;
        }
        .faq-answer {
            font-size: 1.15rem;
            color: #f1faee;
            line-height: 1.9;
        }
        .game-meta {
            background-color: #1d3557;
            padding: 40px;
            border-radius: 16px;
            margin: 60px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.2);
        }
        .meta-title {
            color: #ffd700;
            font-size: 1.7rem;
            margin-bottom: 30px;
            font-weight: 800;
            text-transform: capitalize;
        }
        @media (max-width: 1200px) {
            h1 {
                font-size: 2.9rem;
            }
            h2 {
                font-size: 2.3rem;
            }
            h3 {
                font-size: 1.8rem;
            }
            .page-header {
                padding: 60px 20px;
            }
            .page-header p {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 992px) {
            h1 {
                font-size: 2.6rem;
            }
            h2 {
                font-size: 2.1rem;
                margin: 70px 0 28px;
            }
            h3 {
                font-size: 1.7rem;
                margin: 45px 0 20px;
            }
            .nav-links {
                gap: 28px;
            }
            .logo {
                font-size: 2rem;
            }
            .btn {
                padding: 20px 40px;
                font-size: 1.3rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 85px;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #c1121f 0%, #e63946 100%);
                padding: 40px;
                gap: 30px;
                border-radius: 0 0 16px 16px;
                box-shadow: 0 12px 20px rgba(0,0,0,0.3);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            h1 {
                font-size: 2.3rem;
            }
            h2 {
                font-size: 1.9rem;
                margin: 60px 0 25px;
            }
            h3 {
                font-size: 1.6rem;
                margin: 40px 0 18px;
            }
            .btn {
                width: 100%;
                max-width: 450px;
                padding: 20px 30px;
                font-size: 1.25rem;
            }
            .stats-table th, .stats-table td {
                padding: 18px;
                font-size: 1.1rem;
            }
            .review-card {
                padding: 30px;
            }
            ul, ol {
                margin: 30px 0 30px 40px;
            }
            .footer-container {
                gap: 40px;
            }
            .localization-tabs {
                gap: 12px;
            }
            .tab-btn {
                padding: 12px 22px;
                font-size: 1.05rem;
            }
        }
        @media (max-width: 576px) {
            h1 {
                font-size: 2.1rem;
            }
            h2 {
                font-size: 1.7rem;
                padding-bottom: 12px;
            }
            h3 {
                font-size: 1.5rem;
            }
            .logo {
                font-size: 1.8rem;
            }
            .page-header {
                padding: 50px 15px;
            }
            .page-header p {
                font-size: 1.3rem;
            }
            .btn-container {
                gap: 20px;
            }
            .stats-table th, .stats-table td {
                padding: 15px;
                font-size: 1.05rem;
            }
            .review-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            .event-card {
                padding: 30px;
            }
            .community-section {
                padding: 30px;
            }
            .guide-card {
                padding: 30px;
            }
            .faq-item {
                padding: 25px;
            }
            .copyright {
                font-size: 1.05rem;
            }
        }
