* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Roboto', sans-serif;
        }
        :root {
            --primary: #E63946; 
            --secondary: #457B9D; 
            --accent: #F1FAEE; 
            --background: #1D3557; 
            --text: #F1FAEE; 
            --light-text: #A8DADC; 
            --white: #FFFFFF; 
            --shadow: 0 4px 15px rgba(0,0,0,0.2);
            --card-bg: #2A4365; 
        }
        body {
            background-color: var(--background);
            color: var(--text);
            line-height: 1.9;
            padding-bottom: 80px;
            font-size: 16px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background-color: var(--card-bg);
            box-shadow: var(--shadow);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
        }
        .logo {
            font-size: 2rem;
            font-weight: 900;
            color: var(--primary);
            text-decoration: none;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .logo span {
            color: var(--accent);
            margin-left: 5px;
        }
        .logo emoji {
            margin-right: 10px;
            font-size: 2.2rem;
        }
        .nav-menu {
            display: flex;
            list-style: none;
        }
        .nav-menu li {
            margin-left: 35px;
        }
        .nav-menu a {
            text-decoration: none;
            color: var(--text);
            font-weight: 500;
            transition: all 0.3s ease;
            padding: 5px 0;
            border-bottom: 2px solid transparent;
        }
        .nav-menu a:hover {
            color: var(--primary);
            border-bottom: 2px solid var(--primary);
        }
        .btn {
            padding: 12px 24px;
            border-radius: 35px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            display: inline-block;
        }
        .btn-download {
            background-color: var(--primary);
            color: var(--white);
            margin-right: 12px;
            box-shadow: 0 3px 8px rgba(230,57,70,0.3);
        }
        .btn-download:hover {
            background-color: #C1121F;
            transform: translateY(-3px);
            box-shadow: 0 5px 12px rgba(230,57,70,0.4);
        }
        .btn-login {
            background-color: var(--secondary);
            color: var(--white);
            box-shadow: 0 3px 8px rgba(69,123,157,0.3);
        }
        .btn-login:hover {
            background-color: #3A6A8C;
            transform: translateY(-3px);
            box-shadow: 0 5px 12px rgba(69,123,157,0.4);
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            cursor: pointer;
            color: var(--text);
        }
        .lead {
            padding: 80px 0;
            text-align: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--white);
            border-radius: 0 0 60px 60px;
            margin-bottom: 70px;
            position: relative;
            overflow: hidden;
        }
        .lead::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.1;
        }
        .lead h1 {
            font-size: 3.5rem;
            margin-bottom: 25px;
            text-shadow: 0 3px 6px rgba(0,0,0,0.3);
            line-height: 1.3;
        }
        .lead p {
            font-size: 1.3rem;
            max-width: 900px;
            margin: 0 auto 40px;
            opacity: 0.95;
        }
        .lead .btn {
            margin: 0 15px;
            min-width: 160px;
        }
        .section {
            margin-bottom: 90px;
            background-color: var(--card-bg);
            border-radius: 25px;
            padding: 40px;
            box-shadow: var(--shadow);
        }
        .section-title {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 35px;
            padding-bottom: 15px;
            border-bottom: 4px solid var(--accent);
            display: inline-block;
            text-transform: capitalize;
        }
        .section-intro {
            font-size: 1.15rem;
            color: var(--light-text);
            margin-bottom: 40px;
            line-height: 2;
        }
        .sub-title {
            font-size: 1.8rem;
            color: var(--accent);
            margin: 40px 0 25px;
            display: flex;
            align-items: center;
        }
        .sub-title emoji {
            margin-right: 12px;
            font-size: 2rem;
        }
        .para {
            margin-bottom: 30px;
            font-size: 1.1rem;
            color: var(--text);
            text-align: justify;
        }
        .highlight {
            background-color: rgba(241,250,238,0.1);
            padding: 3px 8px;
            border-radius: 6px;
            font-weight: 600;
            color: var(--accent);
            border-left: 3px solid var(--primary);
        }
        .feature-box {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin: 50px 0;
        }
        .feature-item {
            flex: 1 1 320px;
            background-color: rgba(69,123,157,0.15);
            padding: 30px;
            border-radius: 20px;
            border-top: 4px solid var(--secondary);
            transition: transform 0.3s ease;
        }
        .feature-item:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow);
        }
        .feature-item h4 {
            font-size: 1.4rem;
            margin-bottom: 20px;
            color: var(--accent);
            display: flex;
            align-items: center;
        }
        .feature-item h4 emoji {
            margin-right: 12px;
            font-size: 1.8rem;
        }
        .feature-item p {
            color: var(--light-text);
            font-size: 1.05rem;
        }
        .gameplay-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        .gameplay-card {
            background-color: rgba(29,53,87,0.8);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: transform 0.3s ease;
            border: 1px solid rgba(241,250,238,0.1);
        }
        .gameplay-card:hover {
            transform: translateY(-10px);
        }
        .gameplay-img {
            height: 220px;
            background-color: var(--secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 3.5rem;
            position: relative;
        }
        .gameplay-img::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
        }
        .gameplay-img emoji {
            position: relative;
            z-index: 1;
        }
        .gameplay-card-content {
            padding: 25px;
        }
        .gameplay-card h4 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: var(--accent);
        }
        .gameplay-card p {
            color: var(--light-text);
            font-size: 1.05rem;
        }
        .rating {
            display: flex;
            align-items: center;
            margin: 20px 0;
            padding: 15px;
            background-color: rgba(29,53,87,0.5);
            border-radius: 15px;
            width: fit-content;
        }
        .rating-stars {
            color: #FFD700;
            margin-right: 15px;
            font-size: 1.5rem;
        }
        .rating-text {
            font-size: 1.1rem;
            color: var(--accent);
            font-weight: 500;
        }
        .review {
            background-color: rgba(230,57,70,0.08);
            padding: 25px;
            border-radius: 20px;
            margin-bottom: 25px;
            border-left: 5px solid var(--primary);
            transition: transform 0.3s ease;
        }
        .review:hover {
            transform: translateX(5px);
        }
        .review-text {
            font-size: 1.05rem;
            color: var(--text);
            font-style: italic;
            margin-bottom: 15px;
        }
        .review-author {
            font-weight: 600;
            color: var(--accent);
            display: flex;
            align-items: center;
        }
        .review-author emoji {
            margin-right: 8px;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 40px 0;
        }
        .tag {
            padding: 10px 20px;
            background-color: rgba(69,123,157,0.2);
            border-radius: 30px;
            text-decoration: none;
            color: var(--accent);
            font-weight: 500;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }
        .tag:hover {
            background-color: var(--secondary);
            color: var(--white);
            border-color: var(--accent);
        }
        .table-container {
            overflow-x: auto;
            margin: 40px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow);
        }
        th, td {
            padding: 15px 20px;
            text-align: left;
        }
        th {
            background-color: var(--secondary);
            color: var(--white);
            font-size: 1.1rem;
            font-weight: 600;
        }
        td {
            background-color: rgba(29,53,87,0.5);
            color: var(--light-text);
            border-bottom: 1px solid rgba(241,250,238,0.1);
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background-color: rgba(29,53,87,0.7);
            color: var(--accent);
        }
        .quote {
            font-size: 1.2rem;
            color: var(--accent);
            padding: 25px;
            border-left: 5px solid var(--primary);
            background-color: rgba(29,53,87,0.3);
            margin: 40px 0;
            font-style: italic;
            border-radius: 0 15px 15px 0;
        }
        .quote-author {
            display: block;
            font-size: 1rem;
            color: var(--light-text);
            margin-top: 15px;
            font-style: normal;
            font-weight: 500;
        }
        footer {
            background-color: var(--card-bg);
            color: var(--white);
            padding: 70px 0 40px;
            border-radius: 60px 60px 0 0;
            box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
        }
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 50px;
            margin-bottom: 50px;
        }
        .footer-col h3 {
            font-size: 1.6rem;
            margin-bottom: 25px;
            color: var(--primary);
            padding-bottom: 10px;
            border-bottom: 2px solid var(--accent);
            display: inline-block;
        }
        .footer-col ul {
            list-style: none;
        }
        .footer-col ul li {
            margin-bottom: 15px;
        }
        .footer-col ul li a {
            color: var(--light-text);
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            display: flex;
            align-items: center;
        }
        .footer-col ul li a emoji {
            margin-right: 10px;
            color: var(--accent);
        }
        .footer-col ul li a:hover {
            color: var(--accent);
            padding-left: 8px;
        }
        .footer-col .daman-link {
            color: var(--accent);
            font-weight: 600;
            font-size: 1.2rem;
            display: inline-block;
            margin-top: 20px;
            transition: all 0.3s ease;
        }
        .footer-col .daman-link:hover {
            color: var(--primary);
            transform: translateX(5px);
        }
        .footer-download {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }
        .footer-download .btn {
            width: 100%;
            text-align: center;
            margin: 0;
        }
        .copyright {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(241,250,238,0.1);
            color: var(--light-text);
            font-size: 1rem;
            line-height: 1.8;
        }
        .copyright a {
            color: var(--accent);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .copyright a:hover {
            color: var(--primary);
            text-decoration: underline;
        }
        @media (max-width: 1199px) {
            .lead h1 {
                font-size: 3rem;
            }
            .section-title {
                font-size: 2.2rem;
            }
            .sub-title {
                font-size: 1.6rem;
            }
        }
        @media (max-width: 992px) {
            .nav-menu {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 85px;
                left: 0;
                right: 0;
                background-color: var(--card-bg);
                box-shadow: var(--shadow);
                padding: 30px;
                border-radius: 0 0 30px 30px;
                z-index: 999;
            }
            .nav-menu.active {
                display: flex;
            }
            .nav-menu li {
                margin: 15px 0;
            }
            .nav-menu a {
                font-size: 1.1rem;
            }
            .hamburger {
                display: block;
            }
            .lead {
                padding: 60px 0;
            }
            .lead h1 {
                font-size: 2.7rem;
            }
            .lead p {
                font-size: 1.2rem;
            }
            .section {
                padding: 35px;
            }
            .feature-box {
                gap: 20px;
            }
        }
        @media (max-width: 768px) {
            .header-content {
                flex-wrap: wrap;
            }
            .logo {
                font-size: 1.7rem;
            }
            .btn {
                margin-top: 15px;
                width: 100%;
                text-align: center;
            }
            .btn-download {
                margin-right: 0;
                margin-bottom: 12px;
            }
            .lead {
                padding: 50px 0;
            }
            .lead h1 {
                font-size: 2.3rem;
            }
            .lead .btn {
                margin: 10px 0;
                width: 80%;
            }
            .section {
                padding: 30px 20px;
                margin-bottom: 70px;
            }
            .section-title {
                font-size: 1.9rem;
                margin-bottom: 30px;
            }
            .sub-title {
                font-size: 1.4rem;
            }
            .para {
                font-size: 1.05rem;
                margin-bottom: 25px;
            }
            .gameplay-grid {
                gap: 25px;
            }
            .gameplay-img {
                height: 180px;
                font-size: 3rem;
            }
            .footer-content {
                gap: 40px;
            }
        }
        @media (max-width: 576px) {
            .header-content {
                padding: 15px 0;
            }
            .logo {
                font-size: 1.5rem;
            }
            .lead h1 {
                font-size: 2rem;
            }
            .lead p {
                font-size: 1.1rem;
            }
            .section-intro {
                font-size: 1.05rem;
            }
            .feature-item {
                padding: 25px;
            }
            .tag {
                padding: 8px 15px;
                font-size: 0.95rem;
            }
            th, td {
                padding: 12px 15px;
            }
            .footer-col h3 {
                font-size: 1.4rem;
            }
            .copyright {
                font-size: 0.9rem;
            }
        }
