* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body {
            background-color: #f9f5f0;
            color: #333;
            line-height: 1.8;
            padding-bottom: 50px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .header-nav {
            background-color: #8b4513;
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #ffd700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            text-decoration: none;
            letter-spacing: 1px;
        }
        .nav-links {
            display: flex;
            gap: 30px;
        }
        .nav-links a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }
        .nav-links a:hover {
            color: #ffd700;
        }
        .daman-link {
            background-color: #ffd700;
            color: #8b4513 !important;
            padding: 8px 15px;
            border-radius: 5px;
            font-weight: 600;
        }
        .daman-link:hover {
            background-color: #fff;
        }
        .menu-toggle {
            display: none;
            font-size: 1.5rem;
            color: #fff;
            cursor: pointer;
        }
        <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "Game",
            "name": "Cumin Conqueror Fate Unleashed",
            "description": "A popular desi RPG and action-adventure game developed for Indian players, featuring localized content, multiplayer modes, and cultural themes inspired by Indian mythology and traditions.",
            "developer": {
                "@type": "Organization",
                "name": "Desi Game Studios"
            },
            "publisher": {
                "@type": "Organization",
                "name": "Daman Games"
            },
            "genre": ["Action-Adventure", "Role-Playing Game (RPG)", "Multiplayer Online Battle Arena (MOBA)"],
            "platform": ["Android", "iOS", "Windows PC"],
            "datePublished": "2023-06-15",
            "gameEdition": "Indian Localized Version",
            "interactionCount": "50000000+",
            "offers": {
                "@type": "Offer",
                "price": "0",
                "priceCurrency": "INR",
                "availability": "https://schema.org/InStock",
                "url": "https://down.com"
            }
        }
        h1 {
            font-size: 2.5rem;
            color: #8b4513;
            text-align: center;
            margin: 40px 0 30px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        h2 {
            font-size: 2rem;
            color: #a0522d;
            margin: 50px 0 25px;
            padding-bottom: 10px;
            border-bottom: 2px solid #d2b48c;
        }
        h3 {
            font-size: 1.5rem;
            color: #cd853f;
            margin: 35px 0 20px;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            text-align: justify;
        }
        .highlight {
            font-weight: 700;
            color: #8b4513;
        }
        .btn {
            display: inline-block;
            padding: 15px 30px;
            margin: 20px 10px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            text-align: center;
        }
        .download-btn {
            background-color: #228b22;
            color: #fff;
        }
        .download-btn:hover {
            background-color: #1e7d1e;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        .login-btn {
            background-color: #1e90ff;
            color: #fff;
        }
        .login-btn:hover {
            background-color: #1c86ee;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        .game-img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            margin: 30px auto;
            display: block;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .guide-list, .event-list, .tag-list, .genre-list {
            list-style: none;
            margin: 30px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        .guide-list li, .event-list li {
            background-color: #fff;
            padding: 15px 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            flex: 1 1 calc(50% - 15px);
        }
        .tag-list li, .genre-list li {
            background-color: #d2b48c;
            padding: 10px 18px;
            border-radius: 25px;
        }
        .tag-list a, .genre-list a {
            color: #333;
            text-decoration: none;
            font-weight: 500;
        }
        .tag-list a:hover, .genre-list a:hover {
            color: #8b4513;
            text-decoration: underline;
        }
        .footer {
            background-color: #333;
            color: #fff;
            padding: 40px 0;
            margin-top: 60px;
        }
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }
        .footer-section {
            flex: 1 1 250px;
        }
        .footer-section h3 {
            color: #ffd700;
            margin-bottom: 20px;
            border-bottom: 1px solid #555;
            padding-bottom: 10px;
        }
        .footer-text {
            color: #ddd;
            margin-bottom: 20px;
        }
        .copyright {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid #555;
            color: #aaa;
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 70px;
                left: 0;
                right: 0;
                background-color: #8b4513;
                padding: 20px;
                gap: 15px;
            }
            .nav-links.active {
                display: flex;
            }
            .menu-toggle {
                display: block;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .guide-list li, .event-list li {
                flex: 1 1 100%;
            }
            .btn {
                width: 100%;
                margin: 10px 0;
            }
        }
