* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
        }
        body {
            background-color: #1a1a2e;
            color: #f5f5f5;
            line-height: 1.8;
            padding-bottom: 150px;
            font-size: 18px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 20px rgba(0,0,0,0.5);
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 42px;
            font-weight: 900;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 0 4px 8px rgba(0,0,0,0.4);
            background: -webkit-linear-gradient(#ffd166, #ffffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .logo span {
            color: #ff3d00;
            -webkit-text-fill-color: #ff3d00;
        }
        .nav-links {
            display: flex;
            gap: 35px;
        }
        .nav-links a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
            font-size: 19px;
            transition: all 0.3s ease;
            padding: 10px 15px;
            border-radius: 8px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .nav-links a:hover {
            background-color: rgba(255,255,255,0.25);
            transform: translateY(-3px);
        }
        .daman-link {
            background-color: #ffd166;
            color: #1a1a2e !important;
            padding: 12px 24px;
            border-radius: 10px;
            font-weight: 700;
            box-shadow: 0 4px 10px rgba(255,209,102,0.4);
        }
        .daman-link:hover {
            background-color: #ffbe0b;
            box-shadow: 0 6px 15px rgba(255,209,102,0.6);
        }
        .menu-btn {
            display: none;
            font-size: 36px;
            cursor: pointer;
            color: #ffffff;
            background: none;
            border: none;
        }
        .btn-container {
            text-align: center;
            margin: 50px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
        }
        .btn {
            display: inline-block;
            padding: 18px 36px;
            border-radius: 15px;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.4s ease;
            text-align: center;
            font-size: 22px;
            border: none;
            cursor: pointer;
            box-shadow: 0 6px 12px rgba(0,0,0,0.3);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            min-width: 250px;
        }
        .btn-download {
            background: linear-gradient(135deg, #ff3d00, #e63946);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        .btn-download:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 16px rgba(255,61,0,0.5);
        }
        .btn-login {
            background: linear-gradient(135deg, #ffd166, #ff9f1c);
            color: #1a1a2e;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        .btn-login:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 16px rgba(255,209,102,0.5);
        }
        h1 {
            font-size: 52px;
            color: #ffd166;
            text-align: center;
            margin: 70px 0 40px;
            line-height: 1.7;
            text-shadow: 0 4px 10px rgba(255,209,102,0.3);
            font-weight: 900;
            background: -webkit-linear-gradient(#ffd166, #ff7e5f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        h2 {
            font-size: 38px;
            color: #06d6a0;
            margin: 80px 0 35px;
            padding-bottom: 20px;
            border-bottom: 4px solid rgba(6,214,160,0.2);
            position: relative;
            font-weight: 800;
        }
        h2::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 120px;
            height: 4px;
            background-color: #06d6a0;
        }
        h3 {
            font-size: 32px;
            color: #118ab2;
            margin: 60px 0 30px;
            display: flex;
            align-items: center;
            gap: 18px;
            font-weight: 700;
        }
        h3::before {
            content: '🏃‍♂️';
            font-size: 36px;
        }
        h4 {
            font-size: 26px;
            color: #ff7e5f;
            margin: 45px 0 25px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        h4::before {
            content: '🌟';
        }
        p {
            margin-bottom: 30px;
            font-size: 20px;
            color: #e8f4f8;
            line-height: 2.0;
            text-align: justify;
            letter-spacing: 0.5px;
        }
        .highlight {
            font-weight: 800;
            color: #ffd166;
            text-shadow: 0 0 6px rgba(255,209,102,0.2);
        }
        .desi-note {
            background-color: rgba(255,126,95,0.1);
            border-left: 8px solid #ff7e5f;
            padding: 30px 35px;
            border-radius: 0 15px 15px 0;
            margin: 50px 0;
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        }
        .desi-note p {
            margin-bottom: 0;
            font-size: 22px;
            color: #fafafa;
            font-weight: 600;
            line-height: 1.9;
        }
        .player-quote {
            background-color: rgba(17,138,178,0.1);
            border-radius: 15px;
            padding: 25px 30px;
            margin: 40px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            border-top: 4px solid #118ab2;
        }
        .player-quote p {
            font-style: italic;
            color: #cfe8f3;
            margin-bottom: 15px;
            font-size: 21px;
        }
        .player-quote .quote-author {
            font-size: 20px;
            color: #06d6a0;
            font-weight: 600;
            text-align: right;
        }
        .game-img {
            width: 100%;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 12px 30px rgba(0,0,0,0.4);
            border: 4px solid #ffd166;
        }
        .img-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 35px;
            margin: 60px 0;
        }
        .img-grid img {
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
            border: 3px solid #06d6a0;
            transition: transform 0.5s ease;
            width: 100%;
        }
        .img-grid img:hover {
            transform: scale(1.07);
        }
        ul, ol {
            margin: 35px 0 45px 70px;
            font-size: 20px;
            color: #e8f4f8;
        }
        ul {
            list-style-type: disc;
        }
        ol {
            list-style-type: decimal;
        }
        li {
            margin-bottom: 25px;
            line-height: 2.0;
            padding-left: 15px;
        }
        li::marker {
            color: #ffd166;
            font-weight: bold;
            font-size: 24px;
        }
        .game-types-container, .tags-container {
            margin: 70px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
        }
        .game-type, .tag {
            background-color: rgba(255,255,255,0.09);
            padding: 15px 28px;
            border-radius: 35px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            transition: all 0.4s ease;
        }
        .game-type:hover, .tag:hover {
            transform: translateY(-3px);
            background-color: rgba(255,255,255,0.15);
        }
        .game-type a, .tag a {
            color: #ffd166;
            text-decoration: none;
            font-weight: 600;
            font-size: 19px;
            transition: color 0.3s ease;
        }
        .game-type a:hover, .tag a:hover {
            color: #ff7e5f;
        }
        footer {
            background-color: #0f0f1f;
            padding: 80px 0 50px;
            margin-top: 120px;
            color: #cccccc;
            border-top: 3px solid #ffd166;
        }
        .footer-container {
            display: flex;
            flex-direction: column;
            gap: 60px;
        }
        .footer-section {
            margin-bottom: 40px;
        }
        .footer-section h3 {
            color: #ffd166;
            font-size: 28px;
            margin-bottom: 35px;
            border-bottom: 3px solid #ff7e5f;
            padding-bottom: 20px;
        }
        .copyright {
            text-align: center;
            color: #999999;
            font-size: 20px;
            margin-top: 80px;
            padding-top: 40px;
            border-top: 1px solid #2d2d44;
        }
        .recommendation {
            font-size: 24px;
            color: #f0f0f0;
            text-align: center;
            margin: 40px 0;
            line-height: 2.0;
        }
        .recommendation a {
            color: #ff7e5f;
            text-decoration: none;
            font-weight: 700;
        }
        .guide-tip {
            background-color: rgba(6,214,160,0.1);
            border-radius: 15px;
            padding: 25px;
            margin: 40px 0;
            border-left: 5px solid #06d6a0;
        }
        .guide-tip h4 {
            margin-top: 0;
            color: #06d6a0;
        }
        .event-calendar {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        .event-card {
            background-color: rgba(255,255,255,0.05);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 6px 18px rgba(0,0,0,0.2);
            border-top: 4px solid #ffd166;
        }
        .event-card h4 {
            margin-top: 0;
            color: #ffd166;
        }
        .event-date {
            color: #06d6a0;
            font-weight: 600;
            font-size: 19px;
            margin-bottom: 15px;
        }
        @media (max-width: 1200px) {
            .nav-links {
                gap: 30px;
            }
            h1 {
                font-size: 46px;
            }
            h2 {
                font-size: 34px;
            }
            h3 {
                font-size: 29px;
            }
            p, ul, ol {
                font-size: 19px;
            }
            .btn {
                padding: 16px 32px;
                font-size: 21px;
            }
        }
        @media (max-width: 992px) {
            .nav-links {
                gap: 25px;
            }
            .img-grid, .event-calendar {
                grid-template-columns: repeat(2, 1fr);
            }
            .desi-note {
                padding: 25px 30px;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 95px;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #ff7e5f, #feb47b);
                padding: 35px 30px;
                gap: 30px;
                box-shadow: 0 15px 20px rgba(0,0,0,0.4);
                border-top: 1px solid rgba(255,255,255,0.4);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            h1 {
                font-size: 40px;
                margin: 60px 0 35px;
            }
            h2 {
                font-size: 31px;
                margin: 70px 0 30px;
            }
            h3 {
                font-size: 27px;
            }
            h4 {
                font-size: 24px;
            }
            p, ul, ol {
                font-size: 18px;
            }
            .btn {
                width: 100%;
                margin: 15px 0;
                padding: 17px 25px;
                font-size: 20px;
            }
            .img-grid, .event-calendar {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            ul, ol {
                margin-left: 50px;
            }
            .logo {
                font-size: 36px;
            }
            .player-quote {
                padding: 22px 25px;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 34px;
            }
            h2 {
                font-size: 28px;
            }
            h3 {
                font-size: 25px;
            }
            p, ul, ol {
                font-size: 17px;
            }
            .container {
                padding: 0 15px;
            }
            .nav-container {
                padding: 0 15px;
            }
            .btn {
                padding: 15px 20px;
                font-size: 19px;
            }
            .desi-note p {
                font-size: 19px;
            }
            .recommendation {
                font-size: 22px;
            }
            .event-card {
                padding: 25px;
            }
        }
