* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
        }
        body {
            background-color: #f0f8fb;
            color: #2d3436;
            font-size: 16px;
            padding-bottom: 80px;
            background-image: linear-gradient(135deg, #e8f4f8 0%, #f5fafe 100%);
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .header-nav {
            background-color: #0a3d62;
            padding: 18px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            border-bottom: 4px solid #f9ca24;
            box-shadow: 0 4px 12px rgba(249, 202, 36, 0.2);
        }
        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .logo {
            font-size: 2.2rem;
            font-weight: 900;
            color: #f9ca24;
            text-decoration: none;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 8px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .logo span {
            color: #ffffff;
        }
        .nav-links {
            display: flex;
            gap: 25px;
            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: 6px 0;
            border-bottom: 3px solid transparent;
        }
        .nav-links a:hover {
            color: #f9ca24;
            border-bottom: 3px solid #f9ca24;
        }
        .daman-link {
            background-color: #f9ca24;
            padding: 8px 20px;
            border-radius: 25px;
            color: #0a3d62 !important;
            border-bottom: none !important;
            font-weight: 700;
            box-shadow: 0 3px 8px rgba(249, 202, 36, 0.3);
        }
        .daman-link:hover {
            background-color: #f0b800;
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(249, 202, 36, 0.4);
        }
        .menu-toggle {
            display: none;
            font-size: 2rem;
            color: #ffffff;
            cursor: pointer;
            background: none;
            border: none;
        }
        .btn {
            padding: 14px 30px;
            border-radius: 30px;
            font-size: 1.1rem;
            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 6px 15px rgba(0,0,0,0.12);
            text-align: center;
            margin: 12px 8px;
        }
        .download-btn {
            background-color: #27ae60;
            color: #fff;
            background-image: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
        }
        .download-btn:hover {
            background-color: #219954;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
        }
        .login-btn {
            background-color: #3498db;
            color: #fff;
            background-image: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
        }
        .login-btn:hover {
            background-color: #2980b9;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
        }
        h1 {
            font-size: 2.8rem;
            color: #0a3d62;
            margin: 50px 0 30px;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.08);
            line-height: 1.5;
            font-weight: 900;
        }
        h1 span {
            color: #f9ca24;
        }
        h2 {
            font-size: 2rem;
            color: #27ae60;
            margin: 60px 0 25px;
            padding-bottom: 10px;
            border-bottom: 3px solid #27ae60;
            display: inline-block;
            font-weight: 800;
        }
        h3 {
            font-size: 1.6rem;
            color: #e74c3c;
            margin: 40px 0 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        h3:before {
            content: "⚓";
            font-size: 1.8rem;
        }
        h4 {
            font-size: 1.3rem;
            color: #9b59b6;
            margin: 30px 0 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        h4:before {
            content: "🔹";
            font-size: 1.4rem;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            color: #34495e;
            text-align: justify;
            padding: 0 2px;
        }
        .intro-card {
            background-color: #ffffff;
            border-radius: 18px;
            padding: 40px;
            margin: 30px 0;
            box-shadow: 0 10px 25px rgba(0,0,0,0.07);
            border-left: 5px solid #f9ca24;
            background-image: linear-gradient(180deg, #ffffff 0%, #fef9e7 100%);
        }
        .highlight {
            font-weight: 800;
            color: #0a3d62;
            font-size: 1.1rem;
        }
        .key-point {
            font-weight: 700;
            color: #e74c3c;
            font-size: 1.08rem;
            display: block;
            margin: 6px 0;
        }
        .stats-badge {
            display: inline-block;
            background-color: #27ae60;
            color: #ffffff;
            padding: 6px 14px;
            border-radius: 20px;
            font-weight: 700;
            margin: 0 6px 6px 0;
            font-size: 1rem;
            box-shadow: 0 2px 6px rgba(39, 174, 96, 0.2);
        }
        .image-container {
            text-align: center;
            margin: 40px 0;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
            transition: transform 0.4s ease;
            border: 4px solid #ffffff;
        }
        img:hover {
            transform: scale(1.02);
        }
        ul {
            margin: 25px 0 35px 40px;
        }
        li {
            margin-bottom: 15px;
            font-size: 1.05rem;
            color: #34495e;
            list-style-type: none;
            position: relative;
            padding-left: 20px;
            line-height: 1.7;
        }
        li:before {
            content: "✅";
            position: absolute;
            left: -30px;
            top: 2px;
            font-size: 1.1rem;
            color: #27ae60;
        }
        ol {
            margin: 25px 0 35px 40px;
        }
        ol li {
            margin-bottom: 15px;
            font-size: 1.05rem;
            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(250px, 1fr));
            gap: 25px;
            margin: 40px 0;
        }
        .stat-card {
            background-color: #ffffff;
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            border-top: 4px solid #f9ca24;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            background-image: linear-gradient(180deg, #ffffff 0%, #faf6ed 100%);
        }
        .stat-number {
            font-size: 2.8rem;
            font-weight: 900;
            color: #0a3d62;
            margin-bottom: 10px;
            line-height: 1.3;
        }
        .stat-label {
            font-size: 1rem;
            color: #444444;
            font-weight: 600;
        }
        .review-card {
            background-color: #ffffff;
            padding: 25px;
            border-radius: 15px;
            margin-bottom: 25px;
            border-right: 4px solid #9b59b6;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }
        .reviewer {
            font-weight: 700;
            color: #0a3d62;
            margin-bottom: 8px;
            display: block;
            font-size: 1.1rem;
        }
        .review-location {
            color: #666666;
            font-size: 0.95rem;
            margin-bottom: 12px;
            display: block;
        }
        .review-rating {
            color: #f9ca24;
            margin-bottom: 12px;
            font-size: 1.2rem;
        }
        .game-categories {
            margin: 60px 0 40px;
        }
        .category-list {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 20px;
        }
        .category-item {
            background-color: #f1f5f9;
            padding: 10px 22px;
            border-radius: 25px;
            transition: all 0.3s ease;
        }
        .category-item:hover {
            background-color: #f9ca24;
            transform: translateY(-2px);
        }
        .category-item a {
            color: #0a3d62;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: color 0.3s ease;
        }
        .category-item:hover a {
            color: #ffffff;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 40px 0 60px;
        }
        .tag {
            background-color: #f8fafc;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        .tag:hover {
            background-color: #27ae60;
            transform: translateY(-2px);
        }
        .tag a {
            color: #0a3d62;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        .tag:hover a {
            color: #ffffff;
        }
        .footer {
            background-color: #0a3d62;
            color: #ecf0f1;
            padding: 50px 0 30px;
            margin-top: 80px;
            border-top: 4px solid #f9ca24;
        }
        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .footer-promo {
            text-align: center;
            margin: 30px 0 40px;
            font-size: 1.05rem;
            line-height: 1.9;
            color: #bdc3c7;
        }
        .footer-promo strong {
            color: #f9ca24;
            font-size: 1.15rem;
        }
        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #1a5276;
            font-size: 0.95rem;
            color: #95a5a6;
            margin-top: 25px;
        }
        .faq-container {
            margin: 60px 0;
        }
        .faq-item {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 20px 25px;
            margin-bottom: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        .faq-question {
            font-size: 1.1rem;
            font-weight: 700;
            color: #0a3d62;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .faq-question:before {
            content: "❓";
            font-size: 1.15rem;
        }
        .faq-answer {
            font-size: 1.02rem;
            color: #444444;
            line-height: 1.7;
        }
        .strategy-card {
            background-color: #fef7fb;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.06);
            border-left: 3px solid #9b59b6;
        }
        .strategy-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: #9b59b6;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .strategy-title:before {
            content: "🎯";
            font-size: 1.2rem;
        }
        .event-card {
            background-color: #f0f8fb;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.06);
            border-top: 3px solid #3498db;
        }
        .event-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: #0a3d62;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .event-title:before {
            content: "🎉";
            font-size: 1.2rem;
        }
        .event-details {
            font-size: 1.02rem;
            color: #444444;
            line-height: 1.7;
        }
        .event-prize {
            font-weight: 700;
            color: #e74c3c;
            margin-top: 10px;
            display: block;
        }
        .community-card {
            background-color: #f8f9fa;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.05);
            border-bottom: 3px solid #f9ca24;
        }
        .community-topic {
            font-size: 1.1rem;
            font-weight: 700;
            color: #0a3d62;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .community-topic:before {
            content: "💬";
            font-size: 1.2rem;
        }
        .community-discussion {
            font-size: 1.02rem;
            color: #444444;
            line-height: 1.7;
        }
        @media (max-width: 1200px) {
            .logo {
                font-size: 2rem;
            }
            .nav-links {
                gap: 20px;
            }
            h1 {
                font-size: 2.5rem;
            }
            h2 {
                font-size: 1.8rem;
            }
            h3 {
                font-size: 1.5rem;
            }
            .stat-number {
                font-size: 2.5rem;
            }
            .intro-card {
                padding: 35px;
            }
        }
        @media (max-width: 992px) {
            .logo {
                font-size: 1.8rem;
            }
            .nav-links {
                gap: 15px;
            }
            h1 {
                font-size: 2.3rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            .btn {
                padding: 12px 26px;
                font-size: 1.05rem;
            }
            .stats-grid {
                gap: 20px;
            }
            .intro-card {
                padding: 30px;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 75px;
                left: 0;
                right: 0;
                background-color: #0a3d62;
                padding: 30px;
                gap: 20px;
                box-shadow: 0 15px 25px rgba(0,0,0,0.2);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-toggle {
                display: block;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.4rem;
            }
            .intro-card {
                padding: 25px 20px;
            }
            .stats-grid {
                gap: 15px;
            }
            .stat-card {
                padding: 20px;
            }
            .stat-number {
                font-size: 2.2rem;
            }
            ul, ol {
                margin-left: 30px;
            }
            .btn {
                width: 100%;
                justify-content: center;
                margin: 10px 0;
            }
            p {
                text-align: left;
                font-size: 1.02rem;
            }
            .image-container {
                margin: 30px 0;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 1.6rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .footer {
                padding: 40px 0 25px;
            }
            .tag-container, .category-list {
                gap: 10px;
            }
            .tag, .category-item {
                padding: 8px 16px;
                font-size: 0.95rem;
            }
            .review-card {
                padding: 20px 15px;
            }
            .intro-card {
                padding: 20px 15px;
            }
            .stat-number {
                font-size: 2rem;
            }
            .faq-question {
                font-size: 1.05rem;
            }
            .faq-answer {
                font-size: 1rem;
            }
        }
