* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #0d1b2a 0%, #1b263b 50%, #0d1b2a 100%);
    color: #e0e7ef;
    line-height: 1.7;
    min-height: 100vh;
}

.content-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 35px;
}

/* Age Gate */
.age-gate {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(13, 27, 42, 0.98);
    z-index: 9999;
    backdrop-filter: blur(10px);
}

.age-gate.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-gate-box {
    background: linear-gradient(145deg, #1b263b 0%, #2d3e52 100%);
    border: 3px solid #f4a261;
    border-radius: 18px;
    padding: 60px 50px;
    max-width: 540px;
    text-align: center;
    box-shadow: 0 25px 70px rgba(244, 162, 97, 0.35);
}

.gate-emoji {
    font-size: 4.2em;
    margin-bottom: 25px;
}

.age-gate-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4em;
    font-weight: 800;
    margin-bottom: 25px;
    color: #f4a261;
}

.age-gate-box p {
    font-size: 1.15em;
    margin-bottom: 15px;
    color: #cad2dd;
}

.gate-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.btn-confirm, .btn-deny {
    font-family: 'Montserrat', sans-serif;
    padding: 18px 50px;
    font-size: 1.2em;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-confirm {
    background: linear-gradient(135deg, #f4a261 0%, #e76f51 100%);
    color: #0d1b2a;
}

.btn-confirm:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(244, 162, 97, 0.5);
}

.btn-deny {
    background: #2d3e52;
    color: #9ca8b8;
}

.btn-deny:hover {
    background: #3d4e62;
}

/* Page Header */
.page-header {
    background: rgba(13, 27, 42, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid #f4a261;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.header-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand-emoji {
    font-size: 2.6em;
}

.brand-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 800;
    color: #f4a261;
    letter-spacing: 2px;
}

.primary-nav {
    display: flex;
    gap: 35px;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #cad2dd;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.nav-active {
    color: #f4a261;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-bar {
    width: 32px;
    height: 3px;
    background: #f4a261;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hero Area */
.hero-area {
    background: linear-gradient(135deg, rgba(244, 162, 97, 0.12) 0%, rgba(231, 111, 81, 0.08) 100%);
    padding: 120px 0;
    text-align: center;
}

.hero-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2em;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 1.5em;
    color: #cad2dd;
    margin-bottom: 45px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.action-button {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #f4a261 0%, #e76f51 100%);
    color: #0d1b2a;
    padding: 22px 70px;
    font-size: 1.4em;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 10px 35px rgba(244, 162, 97, 0.4);
}

.action-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(244, 162, 97, 0.6);
}

/* About Platform */
.about-platform {
    padding: 100px 0;
}

.about-platform h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: #f4a261;
}

.about-text p {
    font-size: 1.18em;
    margin-bottom: 30px;
    color: #cad2dd;
    line-height: 1.9;
}

/* Key Values */
.key-values {
    padding: 100px 0;
    background: rgba(27, 38, 59, 0.4);
}

.key-values h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    color: #f4a261;
}

.values-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.value-box {
    background: linear-gradient(145deg, rgba(244, 162, 97, 0.08) 0%, rgba(231, 111, 81, 0.05) 100%);
    border: 2px solid #f4a261;
    border-radius: 14px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(244, 162, 97, 0.25);
}

.value-icon {
    font-size: 3.5em;
    display: block;
    margin-bottom: 20px;
}

.value-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #e76f51;
}

.value-box p {
    font-size: 1.08em;
    color: #cad2dd;
    line-height: 1.7;
}

/* Game Spotlight */
.game-spotlight {
    padding: 100px 0;
}

.game-spotlight h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: #f4a261;
}

.spotlight-intro {
    text-align: center;
    font-size: 1.3em;
    color: #9ca8b8;
    margin-bottom: 50px;
}

.game-display {
    max-width: 980px;
    margin: 0 auto;
    background: #000;
    padding: 25px;
    border-radius: 14px;
    border: 3px solid #f4a261;
}

.game-embed {
    width: 100%;
    height: 670px;
    border: none;
    border-radius: 10px;
}

/* Platform Highlights */
.platform-highlights {
    padding: 100px 0;
    background: rgba(27, 38, 59, 0.4);
}

.platform-highlights h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    color: #f4a261;
}

.highlights-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.highlight-card {
    background: rgba(13, 27, 42, 0.7);
    padding: 35px 30px;
    border-radius: 12px;
    border-left: 5px solid #e76f51;
    transition: all 0.3s ease;
}

.highlight-card:hover {
    background: rgba(13, 27, 42, 0.95);
    transform: translateX(8px);
}

.card-icon {
    font-size: 2.6em;
    margin-bottom: 15px;
}

.highlight-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 15px;
    color: #f4a261;
}

.highlight-card p {
    font-size: 1.05em;
    color: #cad2dd;
    line-height: 1.7;
}

/* Transparency Section */
.transparency-section {
    padding: 100px 0;
    text-align: center;
}

.transparency-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 50px;
    color: #f4a261;
}

.transparency-text p {
    font-size: 1.18em;
    margin-bottom: 30px;
    color: #cad2dd;
    line-height: 1.9;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Play Pages */
.play-intro {
    background: linear-gradient(135deg, rgba(244, 162, 97, 0.12) 0%, rgba(231, 111, 81, 0.08) 100%);
    padding: 100px 0;
    text-align: center;
}

.play-intro h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6em;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.play-tagline {
    font-size: 1.4em;
    color: #cad2dd;
}

.game-instructions {
    padding: 80px 0;
}

.game-instructions h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: #f4a261;
}

.instructions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.instruction-card {
    background: linear-gradient(145deg, rgba(244, 162, 97, 0.08) 0%, rgba(231, 111, 81, 0.05) 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #f4a261;
    font-size: 1.08em;
    color: #cad2dd;
    line-height: 1.8;
}

.instruction-card strong {
    color: #e76f51;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.game-player {
    padding: 60px 0;
    background: rgba(27, 38, 59, 0.4);
}

.player-wrapper {
    background: #000;
    padding: 25px;
    border-radius: 14px;
    border: 3px solid #f4a261;
}

.game-embed-large {
    width: 100%;
    height: 760px;
    border: none;
    border-radius: 10px;
}

.gaming-tips {
    padding: 80px 0;
}

.gaming-tips h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    color: #f4a261;
}

.tips-content p {
    font-size: 1.15em;
    margin-bottom: 20px;
    color: #cad2dd;
    line-height: 1.8;
}

.tips-content strong {
    color: #f4a261;
}

/* Legal Document */
.legal-document {
    padding: 80px 0;
}

.legal-document h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.8em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #f4a261;
}

.doc-updated {
    color: #6b7888;
    font-style: italic;
    margin-bottom: 50px;
    font-size: 1.05em;
}

.legal-document h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.1em;
    font-weight: 800;
    margin: 50px 0 25px;
    color: #e76f51;
}

.legal-document p {
    font-size: 1.12em;
    margin-bottom: 25px;
    color: #cad2dd;
    line-height: 1.9;
}

.legal-document ul {
    margin: 20px 0 25px 50px;
    color: #cad2dd;
}

.legal-document li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.emphasis-box {
    background: linear-gradient(145deg, rgba(244, 162, 97, 0.12) 0%, rgba(231, 111, 81, 0.08) 100%);
    border-left: 5px solid #e76f51;
    padding: 35px;
    margin: 40px 0;
    border-radius: 10px;
}

.emphasis-box h2 {
    margin-top: 0;
    color: #f4a261;
}

/* Page Footer */
.page-footer {
    background: rgba(13, 27, 42, 0.95);
    border-top: 3px solid #f4a261;
    padding: 80px 0 40px;
    margin-top: 80px;
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 35px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-tagline {
    color: #9ca8b8;
    font-size: 1em;
}

.footer-column h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #f4a261;
}

.footer-column p {
    color: #9ca8b8;
    margin-bottom: 15px;
}

.help-links {
    list-style: none;
}

.help-links li {
    margin-bottom: 12px;
}

.help-links a {
    color: #cad2dd;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.help-links a:hover {
    color: #f4a261;
    transform: translateX(5px);
}

.footer-legal {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #2d3e52;
    color: #9ca8b8;
    font-size: 0.95em;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }

    .primary-nav {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: rgba(13, 27, 42, 0.98);
        flex-direction: column;
        padding: 30px;
        gap: 20px;
        border-top: 3px solid #f4a261;
    }

    .primary-nav.active {
        display: flex;
    }

    .hero-inner h1 {
        font-size: 2.6em;
    }

    .hero-description {
        font-size: 1.2em;
    }

    .action-button {
        font-size: 1.2em;
        padding: 18px 50px;
    }

    .game-embed {
        height: 470px;
    }

    .game-embed-large {
        height: 560px;
    }

    .age-gate-box {
        padding: 40px 30px;
        margin: 20px;
    }

    .age-gate-box h2 {
        font-size: 2em;
    }

    .gate-actions {
        flex-direction: column;
    }

    .btn-confirm, .btn-deny {
        width: 100%;
    }
}
