* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body {
            background-color: #f5f7fa;
            color: #2d3436;
            line-height: 1.8;
            font-size: 16px;
            letter-spacing: 0.3px;
            padding-bottom: 120px;
            background-image: linear-gradient(135deg, #eaf6fa 0%, #f5f7fa 100%);
        }
        .container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .header-nav {
            background-color: #0f4c81;
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            border-bottom: 4px solid #ffb300;
            box-shadow: 0 5px 15px rgba(255, 179, 0, 0.2);
        }
        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .logo {
            font-size: 2.5rem;
            font-weight: 900;
            color: #ffb300;
            text-decoration: none;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 10px;
            text-shadow: 0 3px 6px rgba(0,0,0,0.15);
        }
        .logo span {
            color: #ffffff;
        }
        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #f8f9fa;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.05rem;
            transition: all 0.3s ease;
            padding: 8px 0;
            border-bottom: 3px solid transparent;
        }
        .nav-links a:hover {
            color: #ffb300;
            border-bottom: 3px solid #ffb300;
        }
        .daman-link {
            background-color: #ffb300;
            padding: 10px 22px;
            border-radius: 30px;
            color: #0f4c81 !important;
            border-bottom: none !important;
            font-weight: 700;
            box-shadow: 0 4px 10px rgba(255, 179, 0, 0.3);
        }
        .daman-link:hover {
            background-color: #e6a000;
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(255, 179, 0, 0.4);
        }
        .menu-toggle {
            display: none;
            font-size: 2.2rem;
            color: #ffffff;
            cursor: pointer;
            background: none;
            border: none;
        }
        .btn {
            padding: 16px 32px;
            border-radius: 35px;
            font-size: 1.15rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 7px 18px rgba(0,0,0,0.15);
            text-align: center;
            margin: 15px 10px;
            font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }
        .download-btn {
            background-color: #2ecc71;
            color: #fff;
            background-image: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
        }
        .download-btn:hover {
            background-color: #27ae60;
            transform: translateY(-4px);
            box-shadow: 0 9px 22px rgba(46, 204, 113, 0.35);
        }
        .login-btn {
            background-color: #3498db;
            color: #fff;
            background-image: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
        }
        .login-btn:hover {
            background-color: #2980b9;
            transform: translateY(-4px);
            box-shadow: 0 9px 22px rgba(52, 152, 219, 0.35);
        }
        h1 {
            font-size: 3.0rem;
            color: #0f4c81;
            margin: 60px 0 40px;
            text-align: center;
            text-shadow: 0 3px 6px rgba(0,0,0,0.1);
            line-height: 1.6;
            font-weight: 900;
        }
        h1 span {
            color: #ffb300;
        }
        h2 {
            font-size: 2.2rem;
            color: #27ae60;
            margin: 70px 0 30px;
            padding-bottom: 12px;
            border-bottom: 4px solid #27ae60;
            display: inline-block;
            font-weight: 800;
        }
        h3 {
            font-size: 1.7rem;
            color: #e74c3c;
            margin: 50px 0 25px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        h3:before {
            content: "⚓";
            font-size: 1.9rem;
        }
        h4 {
            font-size: 1.4rem;
            color: #9b59b6;
            margin: 40px 0 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        h4:before {
            content: "🔹";
            font-size: 1.5rem;
        }
        p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            color: #34495e;
            line-height: 1.9;
            text-align: justify;
            padding: 0 2px;
        }
        .intro-card {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 45px;
            margin: 40px 0;
            box-shadow: 0 12px 30px rgba(0,0,0,0.08);
            border-left: 6px solid #ffb300;
            background-image: linear-gradient(180deg, #ffffff 0%, #faf6ed 100%);
        }
        .highlight {
            font-weight: 800;
            color: #0f4c81;
            font-size: 1.15rem;
        }
        .key-point {
            font-weight: 700;
            color: #e74c3c;
            font-size: 1.12rem;
            display: block;
            margin: 8px 0;
        }
        .stats-badge {
            display: inline-block;
            background-color: #27ae60;
            color: #ffffff;
            padding: 7px 16px;
            border-radius: 25px;
            font-weight: 700;
            margin: 0 8px 8px 0;
            font-size: 1.05rem;
            box-shadow: 0 3px 8px rgba(39, 174, 96, 0.2);
        }
        .image-container {
            text-align: center;
            margin: 50px 0;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 18px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.15);
            transition: transform 0.5s ease;
            border: 5px solid #ffffff;
        }
        img:hover {
            transform: scale(1.03);
        }
        ul {
            margin: 30px 0 40px 50px;
        }
        li {
            margin-bottom: 20px;
            font-size: 1.08rem;
            color: #34495e;
            list-style-type: none;
            position: relative;
            padding-left: 25px;
            line-height: 1.8;
        }
        li:before {
            content: "✅";
            position: absolute;
            left: -35px;
            top: 2px;
            font-size: 1.2rem;
            color: #27ae60;
        }
        ol {
            margin: 30px 0 40px 50px;
        }
        ol li {
            margin-bottom: 20px;
            font-size: 1.08rem;
            color: #34495e;
            list-style-type: decimal;
            position: relative;
            padding-left: 15px;
        }
        ol li:before {
            display: none;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        .stat-card {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 18px;
            text-align: center;
            border-top: 5px solid #ffb300;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            background-image: linear-gradient(180deg, #ffffff 0%, #faf6f1 100%);
        }
        .stat-number {
            font-size: 3.2rem;
            font-weight: 900;
            color: #0f4c81;
            margin-bottom: 12px;
            line-height: 1.4;
        }
        .stat-label {
            font-size: 1.1rem;
            color: #444444;
            font-weight: 600;
        }
        .review-card {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 18px;
            margin-bottom: 30px;
            border-right: 5px solid #9b59b6;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        .reviewer {
            font-weight: 700;
            color: #0f4c81;
            margin-bottom: 10px;
            display: block;
            font-size: 1.2rem;
        }
        .review-location {
            color: #666666;
            font-size: 1.0rem;
            margin-bottom: 15px;
            display: block;
        }
        .review-rating {
            color: #ffd700;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        .game-categories {
            margin: 70px 0 50px;
        }
        .category-list {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            margin-top: 25px;
        }
        .category-item {
            background-color: #f1f5f9;
            padding: 12px 25px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }
        .category-item:hover {
            background-color: #ffb300;
            transform: translateY(-2px);
        }
        .category-item a {
            color: #0f4c81;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.05rem;
            transition: color 0.3s ease;
        }
        .category-item:hover a {
            color: #ffffff;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 50px 0 70px;
        }
        .tag {
            background-color: #f8fafc;
            padding: 12px 22px;
            border-radius: 30px;
            font-size: 1.05rem;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .tag:hover {
            background-color: #27ae60;
            transform: translateY(-2px);
        }
        .tag a {
            color: #0f4c81;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        .tag:hover a {
            color: #ffffff;
        }
        .footer {
            background-color: #0f4c81;
            color: #ecf0f1;
            padding: 60px 0 40px;
            margin-top: 100px;
            border-top: 5px solid #ffb300;
        }
        .footer-content {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .footer-promo {
            text-align: center;
            margin: 40px 0 50px;
            font-size: 1.15rem;
            line-height: 2.0;
            color: #bdc3c7;
        }
        .footer-promo strong {
            color: #ffb300;
            font-size: 1.25rem;
        }
        .copyright {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid #1a5276;
            font-size: 1.0rem;
            color: #95a5a6;
            margin-top: 30px;
        }
        .faq-container {
            margin: 70px 0;
        }
        .faq-item {
            background-color: #ffffff;
            border-radius: 15px;
            padding: 22px 28px;
            margin-bottom: 18px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .faq-question {
            font-size: 1.15rem;
            font-weight: 700;
            color: #0f4c81;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .faq-question:before {
            content: "❓";
            font-size: 1.2rem;
        }
        .faq-answer {
            font-size: 1.05rem;
            color: #444444;
            line-height: 1.8;
        }
        .strategy-card {
            background-color: #fef7fb;
            border-radius: 18px;
            padding: 30px;
            margin: 35px 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.07);
            border-left: 4px solid #9b59b6;
        }
        .strategy-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #9b59b6;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .strategy-title:before {
            content: "🎯";
            font-size: 1.3rem;
        }
        .event-card {
            background-color: #f0f8fb;
            border-radius: 18px;
            padding: 30px;
            margin: 35px 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.07);
            border-top: 4px solid #3498db;
        }
        .event-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f4c81;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .event-title:before {
            content: "🎉";
            font-size: 1.3rem;
        }
        .event-details {
            font-size: 1.05rem;
            color: #444444;
            line-height: 1.8;
        }
        .event-prize {
            font-weight: 700;
            color: #e74c3c;
            margin-top: 12px;
            display: block;
        }
        .community-card {
            background-color: #f8f9fa;
            border-radius: 18px;
            padding: 30px;
            margin: 35px 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            border-bottom: 4px solid #ffb300;
        }
        .community-topic {
            font-size: 1.2rem;
            font-weight: 700;
            color: #0f4c81;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .community-topic:before {
            content: "💬";
            font-size: 1.3rem;
        }
        .community-discussion {
            font-size: 1.05rem;
            color: #444444;
            line-height: 1.8;
        }
        @media (max-width: 1200px) {
            .logo {
                font-size: 2.3rem;
            }
            .nav-links {
                gap: 25px;
            }
            h1 {
                font-size: 2.7rem;
            }
            h2 {
                font-size: 2.0rem;
            }
            h3 {
                font-size: 1.6rem;
            }
            .stat-number {
                font-size: 2.9rem;
            }
            .intro-card {
                padding: 40px;
            }
        }
        @media (max-width: 992px) {
            .logo {
                font-size: 2.1rem;
            }
            .nav-links {
                gap: 20px;
            }
            h1 {
                font-size: 2.5rem;
            }
            h2 {
                font-size: 1.8rem;
            }
            .btn {
                padding: 14px 28px;
                font-size: 1.1rem;
            }
            .stats-grid {
                gap: 25px;
            }
            .intro-card {
                padding: 35px;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 85px;
                left: 0;
                right: 0;
                background-color: #0f4c81;
                padding: 35px;
                gap: 25px;
                box-shadow: 0 20px 30px rgba(0,0,0,0.25);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-toggle {
                display: block;
            }
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.5rem;
            }
            .intro-card {
                padding: 30px 22px;
            }
            .stats-grid {
                gap: 20px;
            }
            .stat-card {
                padding: 25px;
            }
            .stat-number {
                font-size: 2.5rem;
            }
            ul, ol {
                margin-left: 40px;
            }
            .btn {
                width: 100%;
                justify-content: center;
                margin: 12px 0;
            }
            p {
                text-align: left;
                font-size: 1.05rem;
            }
            .image-container {
                margin: 40px 0;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 1.9rem;
            }
            h1 {
                font-size: 2.0rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.4rem;
            }
            .footer {
                padding: 50px 0 30px;
            }
            .tag-container, .category-list {
                gap: 12px;
            }
            .tag, .category-item {
                padding: 10px 18px;
                font-size: 1.0rem;
            }
            .review-card {
                padding: 25px 18px;
            }
            .intro-card {
                padding: 25px 18px;
            }
            .stat-number {
                font-size: 2.2rem;
            }
            .faq-question {
                font-size: 1.05rem;
            }
            .faq-answer {
                font-size: 1.0rem;
            }
        }
