* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #0a0e27;
    color: #e0e0e0;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Rajdhani', sans-serif;
}

.age-gate {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.age-gate.hidden {
    display: none;
}

.age-gate-content {
    background: linear-gradient(135deg, #1e2875 0%, #e94560 100%);
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 20px 80px rgba(233, 69, 96, 0.4);
}

.age-icon {
    font-size: 4em;
    margin-bottom: 20px;
}

.age-gate-content h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: white;
}

.age-gate-content p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    font-size: 1.1em;
}

.age-question {
    font-size: 1.3em !important;
    font-weight: 600;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}

.age-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.age-options button {
    padding: 15px 35px;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Rajdhani', sans-serif;
}

.age-confirm {
    background: #4caf50;
    color: white;
}

.age-deny {
    background: #dc3545;
    color: white;
}

.age-options button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.header {
    background: #1a1d3a;
    border-bottom: 3px solid #e94560;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    font-size: 2.5em;
}

.brand-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    color: #e94560;
    letter-spacing: 2px;
}

.navigation {
    display: flex;
    gap: 10px;
}

.nav-link {
    color: #e0e0e0;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    transition: all 0.3s;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1em;
}

.nav-link:hover {
    background: #e94560;
    color: white;
}

.nav-link.active {
    background: #e94560;
    color: white;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
}

.menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: #e94560;
    border-radius: 3px;
}

.banner {
    background: linear-gradient(135deg, #1e2875 0%, #e94560 100%);
    padding: 100px 0;
    text-align: center;
}

.banner h1 {
    font-size: 4em;
    margin-bottom: 20px;
    color: white;
}

.banner-text {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.9);
}

.page-banner {
    background: linear-gradient(135deg, #1e2875 0%, #e94560 100%);
    padding: 80px 0;
    text-align: center;
}

.page-banner h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
    color: white;
}

.page-banner p {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.9);
}

.highlights {
    padding: 80px 0;
}

.highlights .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.highlight-card {
    background: #1a1d3a;
    padding: 40px 30px;
    border-radius: 15px;
    border-left: 5px solid;
    transition: transform 0.3s;
}

.highlight-card:hover {
    transform: translateY(-10px);
}

.highlight-card.red {
    border-left-color: #e94560;
}

.highlight-card.blue {
    border-left-color: #4dabf7;
}

.highlight-card.orange {
    border-left-color: #ff9500;
}

.highlight-icon {
    font-size: 3em;
    margin-bottom: 20px;
}

.highlight-card h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: white;
}

.highlight-card p {
    color: #b0b0b0;
    line-height: 1.7;
}

.intro {
    background: #1a1d3a;
    padding: 80px 0;
}

.intro-content h2 {
    font-size: 2.8em;
    margin-bottom: 30px;
    color: #e94560;
}

.intro-content p {
    font-size: 1.15em;
    line-height: 1.9;
    margin-bottom: 25px;
    color: #c0c0c0;
}

.game-showcase {
    padding: 80px 0;
}

.showcase-header {
    text-align: center;
    margin-bottom: 40px;
}

.showcase-header h2 {
    font-size: 3em;
    margin-bottom: 15px;
    color: #e94560;
}

.showcase-header p {
    font-size: 1.2em;
    color: #b0b0b0;
}

.game-display {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(233, 69, 96, 0.3);
}

.game-iframe {
    width: 100%;
    height: 650px;
    border: none;
    display: block;
}

.benefits {
    background: #1a1d3a;
    padding: 80px 0;
}

.section-title {
    font-size: 3em;
    text-align: center;
    margin-bottom: 60px;
    color: #e94560;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.benefit-item {
    background: #0a0e27;
    padding: 35px;
    border-radius: 12px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.benefit-item:hover {
    border-color: #e94560;
    transform: translateY(-5px);
}

.benefit-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #e94560;
    margin-bottom: 15px;
    font-family: 'Rajdhani', sans-serif;
}

.benefit-item h3 {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: white;
}

.benefit-item p {
    color: #b0b0b0;
    line-height: 1.7;
}

.mission {
    padding: 80px 0;
}

.mission-box {
    background: #1a1d3a;
    padding: 60px;
    border-radius: 15px;
    border-top: 5px solid #e94560;
}

.mission-box h2 {
    font-size: 2.8em;
    margin-bottom: 30px;
    color: #e94560;
}

.mission-box p {
    font-size: 1.15em;
    line-height: 1.9;
    margin-bottom: 25px;
    color: #c0c0c0;
}

.game-info {
    background: #1a1d3a;
    padding: 60px 0;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.info-card {
    background: #0a0e27;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #e94560;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-card strong {
    color: #e94560;
    font-size: 1.1em;
}

.info-card span {
    color: #c0c0c0;
    line-height: 1.6;
}

.play-area {
    padding: 60px 0;
}

.game-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(233, 69, 96, 0.3);
}

.game-iframe-full {
    width: 100%;
    height: 750px;
    border: none;
    display: block;
}

.play-notice {
    background: #1a1d3a;
    padding: 60px 0;
}

.notice-box {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.notice-box h2 {
    font-size: 2.5em;
    margin-bottom: 25px;
    color: #e94560;
}

.notice-box p {
    font-size: 1.2em;
    line-height: 1.8;
    color: #c0c0c0;
}

.legal-section {
    padding: 60px 0;
}

.legal-document {
    background: #1a1d3a;
    padding: 60px;
    border-radius: 15px;
}

.legal-document h2 {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #e94560;
}

.legal-document h2:first-child {
    margin-top: 0;
}

.legal-document p {
    font-size: 1.05em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #c0c0c0;
}

.document-date {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 2px solid #e94560;
    font-style: italic;
    color: #888;
}

.footer {
    background: #1a1d3a;
    padding: 60px 0;
    border-top: 3px solid #e94560;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.footer-col h4 {
    font-size: 1.6em;
    margin-bottom: 20px;
    color: #e94560;
}

.footer-col p {
    color: #b0b0b0;
    line-height: 1.7;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    color: #4dabf7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-list a:hover {
    color: #e94560;
}

@media (max-width: 1024px) {
    .navigation {
        position: fixed;
        top: 70px;
        right: -100%;
        background: #1a1d3a;
        flex-direction: column;
        width: 250px;
        padding: 20px;
        border-left: 3px solid #e94560;
        transition: right 0.3s;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
    }

    .navigation.active {
        right: 0;
    }

    .menu-toggle {
        display: flex;
    }

    .banner h1 {
        font-size: 2.5em;
    }

    .banner-text {
        font-size: 1.2em;
    }

    .page-banner h1 {
        font-size: 2.5em;
    }

    .game-iframe {
        height: 450px;
    }

    .game-iframe-full {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .banner {
        padding: 60px 0;
    }

    .banner h1 {
        font-size: 2em;
    }

    .page-banner h1 {
        font-size: 2em;
    }

    .highlights .container {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .info-cards {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .legal-document {
        padding: 30px 20px;
    }

    .mission-box {
        padding: 30px 20px;
    }

    .age-gate-content {
        padding: 30px 20px;
        margin: 20px;
    }

    .age-options {
        flex-direction: column;
    }
}
