* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            scroll-behavior: smooth;
        }
        body {
            background-color: #f5f7f0;
            color: #2c3e50;
            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, #27ae60 0%, #219954 100%);
            color: white;
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 3px 12px rgba(0,0,0,0.18);
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.1rem;
            font-weight: 900;
            color: #f9fdf2;
            text-decoration: none;
            letter-spacing: 0.8px;
            text-shadow: 0 3px 5px rgba(0,0,0,0.25);
            display: flex;
            align-items: center;
        }
        .logo span {
            color: #f1c40f;
            font-style: italic;
            margin-left: 8px;
        }
        .logo::before {
            content: "🍃";
            margin-right: 10px;
            font-size: 2.3rem;
        }
        .nav-links {
            display: flex;
            gap: 35px;
            align-items: center;
        }
        .nav-links a {
            color: #ecf9f1;
            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: #f1c40f;
            border-bottom: 3px solid #f1c40f;
        }
        .daman-link {
            background-color: #f1c40f;
            color: #219954 !important;
            padding: 10px 24px;
            border-radius: 35px;
            font-weight: 700;
            border-bottom: none !important;
            box-shadow: 0 4px 8px rgba(0,0,0,0.12);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .daman-link:hover {
            background-color: #f7dc6f;
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(0,0,0,0.18);
        }
        .menu-btn {
            display: none;
            font-size: 2rem;
            cursor: pointer;
            color: #f9fdf2;
            background: transparent;
            border: none;
        }
        .page-header {
            padding: 60px 25px;
            text-align: center;
            background: linear-gradient(135deg, #f0f7f2 0%, #e6f5ed 100%);
            border-radius: 16px;
            margin: 40px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.07);
        }
        h1 {
            color: #219954;
            font-size: 3rem;
            margin-bottom: 25px;
            font-weight: 900;
            line-height: 1.4;
            text-transform: capitalize;
        }
        .page-header p {
            color: #27ae60;
            font-size: 1.4rem;
            max-width: 950px;
            margin: 0 auto;
            font-weight: 500;
            line-height: 1.9;
        }
        h2 {
            color: #219954;
            font-size: 2.4rem;
            margin: 70px 0 30px;
            padding-bottom: 15px;
            border-bottom: 4px solid #d4edda;
            font-weight: 800;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h2::before {
            content: "🌿";
            margin-right: 15px;
            font-size: 2rem;
        }
        h3 {
            color: #27ae60;
            font-size: 1.8rem;
            margin: 45px 0 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h3::before {
            content: "✨";
            margin-right: 12px;
            font-size: 1.5rem;
        }
        p {
            margin-bottom: 22px;
            font-size: 1.15rem;
            color: #2c3e50;
            line-height: 1.9;
        }
        .highlight {
            font-weight: 800;
            color: #219954;
            font-size: 1.2rem;
        }
        .key-term {
            background-color: #e8f5e9;
            padding: 3px 10px;
            border-radius: 6px;
            font-weight: 700;
            color: #219954;
            border: 1px solid #d4edda;
        }
        .game-img {
            width: 100%;
            max-width: 950px;
            height: auto;
            border-radius: 16px;
            margin: 35px auto;
            display: block;
            box-shadow: 0 8px 22px rgba(0,0,0,0.15);
            border: 5px solid #f0f7f2;
        }
        .btn-container {
            display: flex;
            gap: 30px;
            justify-content: center;
            margin: 60px 0;
            flex-wrap: wrap;
        }
        .btn {
            padding: 20px 40px;
            border: none;
            border-radius: 40px;
            font-size: 1.3rem;
            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.12);
            min-width: 220px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .download-btn {
            background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
            color: white;
        }
        .download-btn:hover {
            background: linear-gradient(135deg, #27ae60 0%, #219954 100%);
            transform: translateY(-4px);
            box-shadow: 0 10px 20px rgba(46,204,113,0.3);
        }
        .login-btn {
            background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%);
            color: #219954;
        }
        .login-btn:hover {
            background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
            transform: translateY(-4px);
            box-shadow: 0 10px 20px rgba(241,196,15,0.3);
        }
        ul, ol {
            margin: 30px 0 30px 45px;
        }
        li {
            margin-bottom: 18px;
            font-size: 1.15rem;
            color: #2c3e50;
            line-height: 1.8;
        }
        ul li::marker {
            color: #27ae60;
            font-size: 1.5rem;
        }
        ol li::marker {
            color: #219954;
            font-weight: 700;
            font-size: 1.2rem;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 45px 0;
            background-color: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        .stats-table th, .stats-table td {
            padding: 20px;
            text-align: left;
            border-bottom: 1px solid #f0f7f2;
            font-size: 1.1rem;
        }
        .stats-table th {
            background-color: #e8f5e9;
            color: #219954;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }
        .stats-table tr:hover {
            background-color: #f9fdf2;
            transform: scale(1.008);
            transition: all 0.3s ease;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .review-card {
            background-color: white;
            padding: 30px;
            border-radius: 16px;
            margin: 35px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.08);
            border-left: 6px solid #27ae60;
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 18px;
            border-bottom: 1px solid #f0f7f2;
            padding-bottom: 12px;
        }
        .reviewer {
            font-weight: 800;
            color: #219954;
            font-size: 1.25rem;
        }
        .review-location {
            color: #7f8c8d;
            font-size: 1rem;
            margin-left: 12px;
            font-style: italic;
        }
        .rating {
            color: #f1c40f;
            font-size: 1.6rem;
            letter-spacing: 3px;
        }
        .review-content {
            font-size: 1.1rem;
            line-height: 1.9;
            color: #34495e;
        }
        .localization-tabs {
            display: flex;
            gap: 12px;
            margin: 35px 0;
            flex-wrap: wrap;
        }
        .tab-btn {
            padding: 12px 24px;
            background-color: #e8f5e9;
            color: #219954;
            border: none;
            border-radius: 30px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            text-transform: capitalize;
        }
        .tab-btn:hover, .tab-btn.active {
            background-color: #27ae60;
            color: white;
            transform: translateY(-2px);
        }
        .event-card {
            background: linear-gradient(135deg, white 0%, #f9fdf2 100%);
            padding: 35px;
            border-radius: 16px;
            margin: 35px 0;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
            border-top: 5px solid #f1c40f;
        }
        .event-title {
            color: #219954;
            font-size: 1.7rem;
            margin-bottom: 18px;
            font-weight: 800;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        .event-title::before {
            content: "🎪";
            margin-right: 12px;
            font-size: 1.9rem;
        }
        .event-date {
            color: #7f8c8d;
            font-size: 1.05rem;
            margin-bottom: 22px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        .event-date::before {
            content: "📅";
            margin-right: 8px;
        }
        .community-section {
            background-color: #f9fdf2;
            padding: 35px;
            border-radius: 16px;
            margin: 45px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.06);
        }
        .community-title {
            color: #219954;
            font-size: 1.6rem;
            margin-bottom: 25px;
            font-weight: 800;
            text-transform: capitalize;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 40px 0;
        }
        .tag {
            background-color: #e8f5e9;
            padding: 10px 22px;
            border-radius: 30px;
            font-size: 1.05rem;
            font-weight: 700;
        }
        .tag a {
            color: #219954;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .tag a:hover {
            color: #27ae60;
            text-decoration: underline;
        }
        .category-container {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            margin: 40px 0;
        }
        .category {
            background-color: #27ae60;
            padding: 12px 25px;
            border-radius: 35px;
            font-size: 1.1rem;
        }
        .category a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            text-transform: capitalize;
        }
        .category a:hover {
            color: #f1c40f;
            text-decoration: underline;
        }
        footer {
            background: linear-gradient(135deg, #219954 0%, #27ae60 100%);
            color: white;
            padding: 70px 0 40px;
            margin-top: 90px;
            border-radius: 16px 16px 0 0;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 45px;
            margin-bottom: 60px;
        }
        .footer-section h4 {
            font-size: 1.5rem;
            margin-bottom: 30px;
            color: #f1c40f;
            font-weight: 800;
            border-bottom: 3px solid #f1c40f;
            padding-bottom: 12px;
            display: inline-block;
            text-transform: capitalize;
        }
        .footer-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 18px;
        }
        .footer-links a {
            color: #ecf9f1;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
        }
        .footer-links a::before {
            content: "🍃";
            margin-right: 10px;
            font-size: 1rem;
        }
        .footer-links a:hover {
            color: #f1c40f;
            padding-left: 8px;
        }
        .recommendation {
            background-color: #f9fdf2;
            color: #219954;
            padding: 30px;
            border-radius: 16px;
            margin: 45px 0;
            text-align: center;
            font-size: 1.3rem;
            font-weight: 700;
            line-height: 2;
            box-shadow: 0 5px 18px rgba(0,0,0,0.07);
        }
        .copyright {
            text-align: center;
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid #34d878;
            font-size: 1.1rem;
            color: #d4edda;
            line-height: 1.8;
        }
        .copyright a {
            color: #f1c40f;
            text-decoration: none;
            font-weight: 700;
        }
        .copyright a:hover {
            text-decoration: underline;
        }
        .guide-card {
            background: linear-gradient(135deg, #f0f7f2 0%, #e8f5e9 100%);
            padding: 30px;
            border-radius: 16px;
            margin: 35px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-left: 5px solid #f1c40f;
        }
        .guide-title {
            color: #219954;
            font-size: 1.5rem;
            margin-bottom: 15px;
            font-weight: 800;
            display: flex;
            align-items: center;
        }
        .guide-title::before {
            content: "📝";
            margin-right: 10px;
        }
        .faq-container {
            margin: 45px 0;
        }
        .faq-item {
            margin-bottom: 25px;
            background-color: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        .faq-question {
            color: #219954;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        .faq-question::before {
            content: "❓";
            margin-right: 10px;
        }
        .faq-answer {
            font-size: 1.1rem;
            color: #34495e;
            line-height: 1.8;
        }
        @media (max-width: 1200px) {
            h1 {
                font-size: 2.7rem;
            }
            h2 {
                font-size: 2.2rem;
            }
            h3 {
                font-size: 1.7rem;
            }
            .page-header {
                padding: 50px 20px;
            }
            .page-header p {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 992px) {
            h1 {
                font-size: 2.4rem;
            }
            h2 {
                font-size: 2rem;
                margin: 60px 0 25px;
            }
            h3 {
                font-size: 1.6rem;
                margin: 40px 0 18px;
            }
            .nav-links {
                gap: 25px;
            }
            .logo {
                font-size: 1.9rem;
            }
            .btn {
                padding: 18px 35px;
                font-size: 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 85px;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #219954 0%, #27ae60 100%);
                padding: 35px;
                gap: 25px;
                border-radius: 0 0 16px 16px;
                box-shadow: 0 12px 20px rgba(0,0,0,0.15);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            h1 {
                font-size: 2.1rem;
            }
            h2 {
                font-size: 1.8rem;
                margin: 50px 0 22px;
            }
            h3 {
                font-size: 1.5rem;
                margin: 35px 0 16px;
            }
            .btn {
                width: 100%;
                max-width: 400px;
                padding: 18px 25px;
                font-size: 1.15rem;
            }
            .stats-table th, .stats-table td {
                padding: 16px;
                font-size: 1.05rem;
            }
            .review-card {
                padding: 25px;
            }
            ul, ol {
                margin: 25px 0 25px 35px;
            }
            .footer-container {
                gap: 35px;
            }
            .localization-tabs {
                gap: 10px;
            }
            .tab-btn {
                padding: 10px 20px;
                font-size: 1rem;
            }
        }
        @media (max-width: 576px) {
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.6rem;
                padding-bottom: 12px;
            }
            h3 {
                font-size: 1.4rem;
            }
            .logo {
                font-size: 1.7rem;
            }
            .page-header {
                padding: 40px 15px;
            }
            .page-header p {
                font-size: 1.2rem;
            }
            .btn-container {
                gap: 18px;
            }
            .stats-table th, .stats-table td {
                padding: 14px;
                font-size: 1rem;
            }
            .review-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }
            .event-card {
                padding: 25px;
            }
            .community-section {
                padding: 25px;
            }
            .guide-card {
                padding: 25px;
            }
            .faq-item {
                padding: 20px;
            }
            .copyright {
                font-size: 1rem;
            }
        }
