* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Orbitron', sans-serif;
    background: #0a0e27;
    color: #e0e7ff;
    line-height: 1.6;
    overflow-x: hidden;
}

.age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 39, 0.98);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(10px);
}

.age-gate.hidden {
    display: none;
}

.age-gate-box {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid #00d9ff;
    border-radius: 0;
    padding: 50px 40px;
    max-width: 550px;
    width: 90%;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 217, 255, 0.3);
}

.age-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px #00d9ff);
}

.age-gate-box h2 {
    font-size: 2rem;
    color: #00d9ff;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 900;
}

.age-gate-box p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #94a3b8;
}

.age-notice {
    color: #00d9ff !important;
    font-weight: 500;
    margin-top: 25px !important;
}

.age-buttons {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    justify-content: center;
}

.btn-accept,
.btn-decline {
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid;
    cursor: pointer;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-accept {
    background: #00d9ff;
    color: #0a0e27;
    border-color: #00d9ff;
}

.btn-accept:hover {
    background: transparent;
    color: #00d9ff;
    box-shadow: 0 0 20px rgba(0, 217, 255, 0.5);
}

.btn-decline {
    background: transparent;
    color: #94a3b8;
    border-color: #475569;
}

.btn-decline:hover {
    border-color: #94a3b8;
    color: #e0e7ff;
}

.main-header {
    background: rgba(15, 23, 42, 0.95);
    border-bottom: 2px solid #00d9ff;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.main-nav {
    padding: 0;
}

.nav-wrapper {
    max-width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand-name {
    font-size: 1.6rem;
    font-weight: 900;
    color: #00d9ff;
    letter-spacing: 3px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.menu-toggle .bar {
    width: 28px;
    height: 3px;
    background: #00d9ff;
    margin: 4px 0;
    transition: 0.3s;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
}

.nav-links li a {
    text-decoration: none;
    color: #94a3b8;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.nav-links li a:hover {
    color: #00d9ff;
    border-bottom-color: #00d9ff;
}

main {
    background: #0a0e27;
}

.hero-banner {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-bottom: 3px solid #00d9ff;
    padding: 100px 30px;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 217, 255, 0.03) 2px,
        rgba(0, 217, 255, 0.03) 4px
    );
    pointer-events: none;
}

.hero-grid {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #00d9ff;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-shadow: 0 0 20px rgba(0, 217, 255, 0.5);
}

.tagline {
    font-size: 1.5rem;
    color: #94a3b8;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.status-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.badge {
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid #00d9ff;
    padding: 12px 25px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #00d9ff;
}

.about-platform,
.game-showcase,
.key-features,
.tech-specs,
.cta-zone {
    padding: 80px 30px;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

h2 {
    font-size: 2.5rem;
    color: #00d9ff;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-weight: 900;
}

.about-platform {
    background: #0f172a;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-card {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid #334155;
    padding: 35px;
    transition: all 0.3s ease;
}

.about-card:hover {
    border-color: #00d9ff;
    box-shadow: 0 0 30px rgba(0, 217, 255, 0.2);
}

.about-card p {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: left;
}

.game-showcase {
    background: #0a0e27;
}

.section-subtitle {
    text-align: center;
    color: #94a3b8;
    font-size: 1.1rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.game-wrapper {
    max-width: 100%;
    margin: 0 auto 40px;
    background: #000;
    border: 3px solid #00d9ff;
    box-shadow: 0 0 40px rgba(0, 217, 255, 0.3);
}

.game-embed {
    width: 100%;
    height: 650px;
    display: block;
}

.game-alert {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 217, 255, 0.1);
    border: 2px solid #00d9ff;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.alert-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.game-alert p {
    color: #00d9ff;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.key-features {
    background: #0f172a;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-box {
    background: #1e293b;
    border: 1px solid #334155;
    padding: 35px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    border-color: #00d9ff;
    transform: translateY(-5px);
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-icon {
    font-size: 2.5rem;
}

.feature-box h3 {
    font-size: 1.3rem;
    color: #00d9ff;
    letter-spacing: 1px;
}

.feature-box p {
    color: #94a3b8;
    line-height: 1.8;
    text-align: left;
}

.tech-specs {
    background: #0a0e27;
}

.specs-list {
    max-width: 1000px;
    margin: 0 auto;
}

.spec-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 30px;
    background: #0f172a;
    border-left: 4px solid #00d9ff;
}

.spec-number {
    font-size: 3rem;
    font-weight: 900;
    color: #00d9ff;
    min-width: 80px;
}

.spec-content h3 {
    font-size: 1.4rem;
    color: #00d9ff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.spec-content p {
    color: #94a3b8;
    line-height: 1.8;
    text-align: left;
}

.cta-zone {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-top: 3px solid #00d9ff;
    text-align: center;
}

.cta-content h2 {
    margin-bottom: 20px;
}

.cta-content p {
    color: #94a3b8;
    font-size: 1.2rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.cta-btn {
    display: inline-block;
    padding: 20px 60px;
    background: #00d9ff;
    color: #0a0e27;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 2px solid #00d9ff;
}

.cta-btn:hover {
    background: transparent;
    color: #00d9ff;
    box-shadow: 0 0 30px rgba(0, 217, 255, 0.5);
}

.main-footer {
    background: #0f172a;
    border-top: 3px solid #00d9ff;
    padding: 60px 30px 30px;
}

.footer-grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col h3 {
    font-size: 1.2rem;
    color: #00d9ff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.footer-col p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 15px;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #00d9ff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #334155;
    color: #64748b;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: rgba(15, 23, 42, 0.98);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        border-bottom: 2px solid #00d9ff;
        padding: 30px 0;
        gap: 20px;
        backdrop-filter: blur(10px);
    }

    .nav-links.active {
        left: 0;
    }

    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-7px, 6px);
    }

    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-7px, -6px);
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .tagline {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .game-embed {
        height: 500px;
    }

    .spec-row {
        flex-direction: column;
        gap: 15px;
    }

    .age-gate-box {
        padding: 35px 25px;
    }

    .age-gate-box h2 {
        font-size: 1.5rem;
    }

    .age-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn-accept,
    .btn-decline {
        width: 100%;
    }
}
