* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            scroll-behavior: smooth;
        }
        body {
            background-color: #121019;
            color: #fafafa;
            line-height: 1.8;
            padding-bottom: 100px;
            font-size: 16px;
        }
        .container {
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #ffb300 0%, #ff8f00 100%);
            color: #121019;
            padding: 18px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 15px rgba(0,0,0,0.4);
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.3rem;
            font-weight: 900;
            color: #121019;
            text-decoration: none;
            letter-spacing: 1.2px;
            text-shadow: 0 2px 4px rgba(255,255,255,0.3);
            display: flex;
            align-items: center;
            text-transform: uppercase;
        }
        .logo span {
            color: #ffffff;
            margin-left: 10px;
            font-style: italic;
        }
        .logo::before {
            content: "🛡️";
            margin-right: 12px;
            font-size: 2.5rem;
        }
        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }
        .nav-links a {
            color: #121019;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            padding: 8px 0;
            border-bottom: 3px solid transparent;
            text-transform: capitalize;
        }
        .nav-links a:hover {
            color: #ffffff;
            border-bottom: 3px solid #ffffff;
        }
        .daman-link {
            background-color: #121019;
            color: #ffb300 !important;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 800;
            border-bottom: none !important;
            box-shadow: 0 5px 10px rgba(0,0,0,0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .daman-link:hover {
            background-color: #2d2a36;
            transform: translateY(-3px);
            box-shadow: 0 7px 14px rgba(0,0,0,0.4);
        }
        .menu-btn {
            display: none;
            font-size: 2.2rem;
            cursor: pointer;
            color: #121019;
            background: transparent;
            border: none;
        }
        .page-header {
            padding: 80px 20px;
            text-align: center;
            background: linear-gradient(135deg, #1e1a30 0%, #2a2440 100%);
            border-radius: 20px;
            margin: 45px 0;
            box-shadow: 0 8px 22px rgba(0,0,0,0.3);
        }
        h1 {
            color: #ffb300;
            font-size: 3.5rem;
            margin-bottom: 30px;
            font-weight: 900;
            line-height: 1.5;
            text-transform: capitalize;
        }
        .page-header p {
            color: #f0f0f0;
            font-size: 1.6rem;
            max-width: 1100px;
            margin: 0 auto;
            font-weight: 500;
            line-height: 2.0;
        }
        h2 {
            color: #ff8f00;
            font-size: 2.6rem;
            margin: 90px 0 35px;
            padding-bottom: 18px;
            border-bottom: 4px solid #4a3f69;
            font-weight: 800;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h2::before {
            content: "🏆";
            margin-right: 18px;
            font-size: 2.3rem;
        }
        h3 {
            color: #9c88ff;
            font-size: 2.0rem;
            margin: 60px 0 25px;
            font-weight: 700;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h3::before {
            content: "🔥";
            margin-right: 15px;
            font-size: 1.8rem;
        }
        h4 {
            color: #ffa726;
            font-size: 1.5rem;
            margin: 40px 0 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h4::before {
            content: "✨";
            margin-right: 10px;
            font-size: 1.3rem;
        }
        p {
            margin-bottom: 28px;
            font-size: 1.2rem;
            color: #f5f5f5;
            line-height: 2.0;
        }
        .highlight {
            font-weight: 900;
            color: #ffb300;
            font-size: 1.3rem;
        }
        .key-term {
            background-color: #2a2440;
            padding: 5px 14px;
            border-radius: 10px;
            font-weight: 800;
            color: #ffb300;
            border: 1px solid #4a3f69;
        }
        .game-img {
            width: 100%;
            max-width: 1100px;
            height: auto;
            border-radius: 20px;
            margin: 50px auto;
            display: block;
            box-shadow: 0 10px 30px rgba(0,0,0,0.4);
            border: 6px solid #4a3f69;
        }
        .btn-container {
            display: flex;
            gap: 40px;
            justify-content: center;
            margin: 80px 0;
            flex-wrap: wrap;
        }
        .btn {
            padding: 25px 50px;
            border: none;
            border-radius: 45px;
            font-size: 1.5rem;
            font-weight: 900;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            box-shadow: 0 6px 18px rgba(0,0,0,0.3);
            min-width: 280px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .download-btn {
            background: linear-gradient(135deg, #ffb300 0%, #ff8f00 100%);
            color: #121019;
        }
        .download-btn:hover {
            background: linear-gradient(135deg, #ff8f00 0%, #e65100 100%);
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(255,179,0,0.5);
        }
        .login-btn {
            background: linear-gradient(135deg, #4a3f69 0%, #2a2440 100%);
            color: #ffb300;
        }
        .login-btn:hover {
            background: linear-gradient(135deg, #2a2440 0%, #1e1a30 100%);
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(74,63,105,0.5);
        }
        ul, ol {
            margin: 40px 0 40px 60px;
        }
        li {
            margin-bottom: 25px;
            font-size: 1.2rem;
            color: #f5f5f5;
            line-height: 2.0;
        }
        ul li::marker {
            color: #ff8f00;
            font-size: 1.8rem;
        }
        ol li::marker {
            color: #ffb300;
            font-weight: 700;
            font-size: 1.5rem;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 60px 0;
            background-color: #2a2440;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.4);
        }
        .stats-table th, .stats-table td {
            padding: 25px;
            text-align: left;
            border-bottom: 1px solid #4a3f69;
            font-size: 1.2rem;
        }
        .stats-table th {
            background-color: #1e1a30;
            color: #ffb300;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .stats-table tr:hover {
            background-color: #4a3f69;
            transform: scale(1.005);
            transition: all 0.3s ease;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .review-card {
            background-color: #1e1a30;
            padding: 40px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            border-left: 7px solid #ffb300;
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            border-bottom: 1px solid #4a3f69;
            padding-bottom: 20px;
        }
        .reviewer {
            font-weight: 800;
            color: #ffb300;
            font-size: 1.4rem;
        }
        .review-location {
            color: #b39ddb;
            font-size: 1.1rem;
            margin-left: 15px;
            font-style: italic;
        }
        .rating {
            color: #ffb300;
            font-size: 1.9rem;
            letter-spacing: 4px;
        }
        .review-content {
            font-size: 1.2rem;
            line-height: 2.1;
            color: #f5f5f5;
        }
        .localization-tabs {
            display: flex;
            gap: 20px;
            margin: 50px 0;
            flex-wrap: wrap;
        }
        .tab-btn {
            padding: 16px 32px;
            background-color: #2a2440;
            color: #ffb300;
            border: none;
            border-radius: 35px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.2rem;
            text-transform: capitalize;
        }
        .tab-btn:hover, .tab-btn.active {
            background-color: #ff8f00;
            color: #121019;
            transform: translateY(-3px);
        }
        .event-card {
            background: linear-gradient(135deg, #1e1a30 0%, #2a2440 100%);
            padding: 45px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
            border-top: 6px solid #ffb300;
        }
        .event-title {
            color: #ffb300;
            font-size: 2.0rem;
            margin-bottom: 25px;
            font-weight: 800;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        .event-title::before {
            content: "🎉";
            margin-right: 20px;
            font-size: 2.2rem;
        }
        .event-date {
            color: #b39ddb;
            font-size: 1.2rem;
            margin-bottom: 30px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        .event-date::before {
            content: "📅";
            margin-right: 12px;
        }
        .community-section {
            background-color: #2a2440;
            padding: 45px;
            border-radius: 20px;
            margin: 60px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }
        .community-title {
            color: #ffb300;
            font-size: 1.9rem;
            margin-bottom: 35px;
            font-weight: 800;
            text-transform: capitalize;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            margin: 60px 0;
        }
        .tag {
            background-color: #1e1a30;
            padding: 14px 28px;
            border-radius: 35px;
            font-size: 1.2rem;
            font-weight: 700;
        }
        .tag a {
            color: #ffb300;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .tag a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
        .category-container {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin: 60px 0;
        }
        .category {
            background-color: #ff8f00;
            padding: 16px 32px;
            border-radius: 40px;
            font-size: 1.25rem;
        }
        .category a {
            color: #121019;
            text-decoration: none;
            transition: all 0.3s ease;
            text-transform: capitalize;
        }
        .category a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
        footer {
            background: linear-gradient(135deg, #1e1a30 0%, #121019 100%);
            color: #f5f5f5;
            padding: 90px 0 60px;
            margin-top: 120px;
            border-radius: 20px 20px 0 0;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 60px;
            margin-bottom: 80px;
        }
        .footer-section h4 {
            font-size: 1.8rem;
            margin-bottom: 40px;
            color: #ffb300;
            font-weight: 800;
            border-bottom: 3px solid #ffb300;
            padding-bottom: 18px;
            display: inline-block;
            text-transform: capitalize;
        }
        .footer-section h4::before {
            content: "";
            margin-right: 0;
        }
        .footer-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 25px;
        }
        .footer-links a {
            color: #f5f5f5;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
        }
        .footer-links a::before {
            content: "🛡️";
            margin-right: 15px;
            font-size: 1.2rem;
        }
        .footer-links a:hover {
            color: #ffb300;
            padding-left: 12px;
        }
        .recommendation {
            background-color: #2a2440;
            color: #ffb300;
            padding: 40px;
            border-radius: 20px;
            margin: 60px 0;
            text-align: center;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 2.2;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }
        .copyright {
            text-align: center;
            margin-top: 80px;
            padding-top: 40px;
            border-top: 1px solid #4a3f69;
            font-size: 1.2rem;
            color: #b39ddb;
            line-height: 2.0;
        }
        .copyright a {
            color: #ffb300;
            text-decoration: none;
            font-weight: 700;
        }
        .copyright a:hover {
            text-decoration: underline;
        }
        .guide-card {
            background: linear-gradient(135deg, #1e1a30 0%, #2a2440 100%);
            padding: 40px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 8px 22px rgba(0,0,0,0.3);
            border-left: 6px solid #ffb300;
        }
        .guide-title {
            color: #ffb300;
            font-size: 1.8rem;
            margin-bottom: 22px;
            font-weight: 800;
            display: flex;
            align-items: center;
        }
        .guide-title::before {
            content: "📜";
            margin-right: 15px;
        }
        .faq-container {
            margin: 60px 0;
        }
        .faq-item {
            margin-bottom: 35px;
            background-color: #1e1a30;
            border-radius: 15px;
            padding: 35px;
            box-shadow: 0 6px 18px rgba(0,0,0,0.3);
        }
        .faq-question {
            color: #ffb300;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 22px;
            display: flex;
            align-items: center;
        }
        .faq-question::before {
            content: "❓";
            margin-right: 15px;
        }
        .faq-answer {
            font-size: 1.2rem;
            color: #f5f5f5;
            line-height: 2.1;
        }
        .game-meta {
            background-color: #2a2440;
            padding: 45px;
            border-radius: 20px;
            margin: 70px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }
        .meta-title {
            color: #ffb300;
            font-size: 1.9rem;
            margin-bottom: 35px;
            font-weight: 800;
            text-transform: capitalize;
        }
        .dev-note {
            background-color: #4a3f69;
            padding: 35px;
            border-radius: 15px;
            margin: 50px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.3);
            border-left: 4px solid #ffb300;
        }
        .dev-note p {
            color: #f0f0f0;
            font-size: 1.2rem;
            line-height: 2.0;
        }
        @media (max-width: 1200px) {
            h1 {
                font-size: 3.2rem;
            }
            h2 {
                font-size: 2.4rem;
            }
            h3 {
                font-size: 1.9rem;
            }
            .page-header {
                padding: 70px 20px;
            }
            .page-header p {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 992px) {
            h1 {
                font-size: 2.9rem;
            }
            h2 {
                font-size: 2.2rem;
                margin: 80px 0 30px;
            }
            h3 {
                font-size: 1.8rem;
                margin: 50px 0 22px;
            }
            .nav-links {
                gap: 25px;
            }
            .logo {
                font-size: 2.1rem;
            }
            .btn {
                padding: 22px 45px;
                font-size: 1.4rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 90px;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #ff8f00 0%, #ffb300 100%);
                padding: 45px;
                gap: 35px;
                border-radius: 0 0 20px 20px;
                box-shadow: 0 15px 25px rgba(0,0,0,0.4);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            h1 {
                font-size: 2.6rem;
            }
            h2 {
                font-size: 2.0rem;
                margin: 70px 0 28px;
            }
            h3 {
                font-size: 1.7rem;
                margin: 45px 0 20px;
            }
            .btn {
                width: 100%;
                max-width: 500px;
                padding: 22px 35px;
                font-size: 1.3rem;
            }
            .stats-table th, .stats-table td {
                padding: 20px;
                font-size: 1.15rem;
            }
            .review-card {
                padding: 35px;
            }
            ul, ol {
                margin: 35px 0 35px 45px;
            }
            .footer-container {
                gap: 50px;
            }
            .localization-tabs {
                gap: 15px;
            }
            .tab-btn {
                padding: 14px 25px;
                font-size: 1.1rem;
            }
        }
        @media (max-width: 576px) {
            h1 {
                font-size: 2.3rem;
            }
            h2 {
                font-size: 1.8rem;
                padding-bottom: 15px;
            }
            h3 {
                font-size: 1.6rem;
            }
            .logo {
                font-size: 1.9rem;
            }
            .page-header {
                padding: 60px 15px;
            }
            .page-header p {
                font-size: 1.4rem;
            }
            .btn-container {
                gap: 25px;
            }
            .stats-table th, .stats-table td {
                padding: 18px;
                font-size: 1.1rem;
            }
            .review-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            .event-card {
                padding: 35px;
            }
            .community-section {
                padding: 35px;
            }
            .guide-card {
                padding: 35px;
            }
            .faq-item {
                padding: 30px;
            }
            .copyright {
                font-size: 1.1rem;
            }
        }
