* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
        body {
            background-color: #1a1a2e;
            color: #f5f5f5;
            line-height: 1.8;
            padding-bottom: 100px;
            font-size: 16px;
            background-image: radial-gradient(circle at 20% 30%, rgba(231, 76, 60, 0.1) 0%, rgba(155, 89, 182, 0.08) 90%);
        }
        .nav-container {
            background-color: #16213e;
            padding: 20px 30px;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 20px rgba(0,0,0,0.4);
        }
        .logo {
            font-size: 36px;
            font-weight: 900;
            color: #e74c3c;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 15px;
            text-shadow: 0 0 12px rgba(231, 76, 60, 0.5);
            letter-spacing: 1.5px;
            text-transform: uppercase;
            background: linear-gradient(90deg, #e74c3c, #f39c12);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .logo span {
            color: #ffffff;
            background: none;
            -webkit-text-fill-color: #ffffff;
        }
        .nav-links {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            align-items: center;
        }
        .nav-links a {
            color: #ecf0f1;
            text-decoration: none;
            padding: 12px 18px;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-weight: 600;
            font-size: 18px;
            border: 1px solid transparent;
        }
        .nav-links a:hover {
            background-color: #2c3e50;
            color: #f1c40f;
            border-color: #e74c3c;
            transform: translateY(-3px);
        }
        .nav-links .daman-link {
            background-color: #e74c3c;
            color: #ffffff;
            font-weight: 700;
            padding: 14px 22px;
            border-radius: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
        }
        .nav-links .daman-link:hover {
            background-color: #c0392b;
            transform: translateY(-4px);
            box-shadow: 0 6px 18px rgba(231, 76, 60, 0.5);
        }
        .hamburger {
            display: none;
            font-size: 32px;
            color: #f5f5f5;
            cursor: pointer;
            text-align: right;
            margin-bottom: 15px;
        }
        .btn {
            display: inline-block;
            padding: 18px 32px;
            border-radius: 12px;
            font-weight: 800;
            text-decoration: none;
            transition: transform 0.3s, box-shadow 0.3s;
            margin: 15px 10px;
            font-size: 20px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            cursor: pointer;
        }
        .btn-download {
            background-color: #27ae60;
            color: #ffffff;
            box-shadow: 0 4px 14px rgba(39, 174, 96, 0.4);
        }
        .btn-login {
            background-color: #3498db;
            color: #ffffff;
            box-shadow: 0 4px 14px rgba(52, 152, 219, 0.4);
        }
        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 22px rgba(0,0,0,0.4);
        }
        .btn-download:hover {
            background-color: #219653;
            box-shadow: 0 8px 22px rgba(39, 174, 96, 0.5);
        }
        .btn-login:hover {
            background-color: #2980b9;
            box-shadow: 0 8px 22px rgba(52, 152, 219, 0.5);
        }
        .container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 30px;
        }
        h1 {
            font-size: 45px;
            color: #f5f5f5;
            margin: 50px 0 40px;
            text-align: center;
            font-weight: 900;
            border-bottom: 5px solid #e74c3c;
            padding-bottom: 25px;
            text-shadow: 0 0 18px rgba(231, 76, 60, 0.4);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            background: linear-gradient(90deg, #f5f5f5, #f1c40f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        h2 {
            font-size: 34px;
            color: #f1c40f;
            margin: 60px 0 30px;
            font-weight: 800;
            display: flex;
            align-items: center;
            border-left: 6px solid #e74c3c;
            padding-left: 20px;
            text-transform: capitalize;
        }
        h2::before {
            content: "🎮";
            margin-right: 15px;
            font-size: 40px;
        }
        h3 {
            font-size: 28px;
            color: #3498db;
            margin: 40px 0 25px;
            font-weight: 700;
            position: relative;
            padding-bottom: 12px;
            text-transform: capitalize;
        }
        h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100px;
            height: 4px;
            background-color: #e74c3c;
        }
        h4 {
            font-size: 24px;
            color: #9b59b6;
            margin: 30px 0 18px;
            font-weight: 600;
            text-transform: capitalize;
            display: flex;
            align-items: center;
        }
        h4::before {
            content: "🌟";
            margin-right: 12px;
        }
        p {
            margin-bottom: 25px;
            font-size: 19px;
            text-align: justify;
            line-height: 2;
            color: #ecf0f1;
            padding: 0 5px;
        }
        .highlight {
            font-weight: 800;
            color: #e74c3c;
            font-size: 20px;
        }
        .keyword {
            font-weight: 900;
            color: #f1c40f;
            text-decoration: underline;
            text-underline-offset: 8px;
            text-decoration-thickness: 3px;
        }
        .img-container {
            margin: 50px 0;
            text-align: center;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
            border: 3px solid #e74c3c;
        }
        .img-container img {
            max-width: 100%;
            height: auto;
            transition: transform 0.6s ease;
        }
        .img-container:hover img {
            transform: scale(1.03);
        }
        ul, ol {
            margin: 30px 0 30px 60px;
            font-size: 19px;
            line-height: 2.2;
            color: #ecf0f1;
        }
        ul {
            list-style-type: disc;
        }
        ol {
            list-style-type: decimal;
        }
        li {
            margin-bottom: 18px;
            padding-left: 15px;
        }
        li::marker {
            color: #e74c3c;
            font-weight: bold;
            font-size: 20px;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 50px 0;
            background-color: #16213e;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 22px rgba(0,0,0,0.3);
        }
        .stats-table th, .stats-table td {
            padding: 20px 25px;
            text-align: left;
            border-bottom: 3px solid #2c3e50;
        }
        .stats-table th {
            background-color: #2c3e50;
            color: #f5f5f5;
            font-weight: 700;
            font-size: 19px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .stats-table tr:hover {
            background-color: #1e2a47;
            transform: scale(1.008);
            transition: all 0.3s ease;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .review-card {
            background-color: #16213e;
            border-radius: 15px;
            padding: 30px;
            margin: 40px 0;
            box-shadow: 0 8px 22px rgba(0,0,0,0.3);
            border-left: 7px solid #3498db;
            transition: transform 0.3s ease;
        }
        .review-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 28px rgba(0,0,0,0.35);
        }
        .reviewer {
            font-weight: 800;
            color: #f5f5f5;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-size: 22px;
        }
        .reviewer::before {
            content: "👤";
            margin-right: 12px;
            font-size: 26px;
        }
        .review-location {
            color: #bdc3c7;
            font-size: 18px;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
        }
        .review-location::before {
            content: "📍";
            margin-right: 10px;
        }
        .review-rating {
            color: #f39c12;
            margin-bottom: 15px;
            font-size: 24px;
        }
        .genre-section, .tag-section {
            margin: 70px 0 50px;
            background-color: #16213e;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 22px rgba(0,0,0,0.25);
        }
        .genre-title, .tag-title {
            font-size: 26px;
            color: #f5f5f5;
            margin-bottom: 25px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .genre-list, .tag-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .genre-item, .tag-item {
            background-color: #2c3e50;
            padding: 12px 25px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }
        .genre-item:hover, .tag-item:hover {
            background-color: #e74c3c;
            transform: translateY(-3px);
        }
        .genre-item a, .tag-item a {
            color: #ecf0f1;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
        }
        .genre-item:hover a, .tag-item:hover a {
            color: #ffffff;
        }
        footer {
            background-color: #16213e;
            color: #ecf0f1;
            padding: 70px 30px 40px;
            margin-top: 100px;
            border-top: 4px solid #e74c3c;
        }
        .footer-container {
            max-width: 1320px;
            margin: 0 auto;
        }
        .footer-note {
            font-size: 22px;
            margin-bottom: 50px;
            text-align: center;
            line-height: 2.1;
            color: #f5f5f5;
        }
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 35px;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }
        .footer-links a {
            color: #f1c40f;
            text-decoration: none;
            font-size: 19px;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        .footer-links a:hover {
            color: #ffffff;
            text-decoration: underline;
            text-underline-offset: 5px;
        }
        .copyright {
            text-align: center;
            font-size: 18px;
            color: #bdc3c7;
            margin-top: 60px;
            padding-top: 35px;
            border-top: 3px solid #2c3e50;
        }
        .cta-section {
            text-align: center;
            margin: 70px 0;
            padding: 50px 30px;
            background-color: #16213e;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            border: 2px solid #e74c3c;
        }
        .cta-title {
            font-size: 30px;
            color: #f5f5f5;
            margin-bottom: 40px;
            font-weight: 800;
            text-transform: capitalize;
            line-height: 1.8;
        }
        .cta-highlight {
            color: #f1c40f;
            background: linear-gradient(90deg, #f1c40f, #e74c3c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                gap: 20px;
                align-items: flex-start;
                width: 100%;
            }
            .nav-links.active {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            h1 {
                font-size: 36px;
                padding-bottom: 20px;
            }
            h2 {
                font-size: 30px;
            }
            h2::before {
                font-size: 36px;
            }
            h3 {
                font-size: 26px;
            }
            h4 {
                font-size: 22px;
            }
            p, ul, ol {
                font-size: 18px;
            }
            .btn {
                width: 100%;
                margin: 12px 0;
                padding: 20px;
                font-size: 21px;
            }
            .stats-table th, .stats-table td {
                padding: 15px 18px;
                font-size: 17px;
            }
            .review-card {
                padding: 25px;
            }
            .img-container {
                margin: 40px 0;
            }
            ul, ol {
                margin-left: 40px;
            }
            .cta-title {
                font-size: 26px;
            }
            .logo {
                font-size: 30px;
            }
        }
        ::-webkit-scrollbar {
            width: 12px;
        }
        ::-webkit-scrollbar-track {
            background: #16213e;
        }
        ::-webkit-scrollbar-thumb {
            background: #e74c3c;
            border-radius: 8px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #c0392b;
        }
        .internal-link {
            color: #3498db;
            font-weight: 600;
            text-decoration: underline;
            text-underline-offset: 5px;
            transition: color 0.3s ease;
        }
        .internal-link:hover {
            color: #2980b9;
            text-decoration: none;
        }
        .section-spacing {
            margin-top: 70px;
        }
        .sub-section-spacing {
            margin-top: 35px;
        }
