@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #1a1a2e;
    color: #fff;
    min-height: 100vh;
}

.header-bar {
    background: linear-gradient(90deg, #ff6b6b, #feca57, #ff6b6b);
    padding: 25px 0;
    box-shadow: 0 5px 30px rgba(254, 202, 87, 0.3);
}

.header-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 40px;
    font-weight: 900;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.main-nav {
    display: flex;
    list-style: none;
    gap: 40px;
}

.main-nav a {
    color: #1a1a2e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.main-nav a:hover, .main-nav a.active {
    opacity: 0.7;
}

.mobile-toggle {
    display: none;
    background: #1a1a2e;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #feca57;
    margin: 5px 0;
}

.page-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 40px;
}

.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 60px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(254, 202, 87, 0.1));
    border-radius: 25px;
    border: 3px solid rgba(254, 202, 87, 0.3);
}

.hero-text h1 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.8;
    color: #ddd;
}

.hero-visual {
    background: linear-gradient(135deg, #ff6b6b, #feca57);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    font-size: 80px;
}

.alert-section {
    background: linear-gradient(135deg, #ee5a6f, #f29263);
    border-radius: 25px;
    padding: 50px 60px;
    margin-bottom: 80px;
    box-shadow: 0 10px 40px rgba(255, 107, 107, 0.3);
}

.alert-section h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.alert-section ul {
    list-style: none;
    padding: 0;
}

.alert-section li {
    padding: 18px 0;
    font-size: 19px;
    font-weight: 500;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.alert-section li:last-child {
    border-bottom: none;
}

.alert-section li:before {
    content: "✦ ";
    margin-right: 12px;
    font-size: 24px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.feature-box {
    background: rgba(254, 202, 87, 0.05);
    border: 3px solid rgba(254, 202, 87, 0.2);
    border-radius: 20px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-10px);
    border-color: #feca57;
    box-shadow: 0 15px 50px rgba(254, 202, 87, 0.2);
}

.feature-box .icon {
    font-size: 60px;
    margin-bottom: 25px;
}

.feature-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #feca57;
    font-weight: 700;
}

.feature-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #ccc;
}

.text-section {
    background: rgba(254, 202, 87, 0.05);
    border: 3px solid rgba(254, 202, 87, 0.2);
    border-radius: 25px;
    padding: 60px;
    margin-bottom: 80px;
}

.text-section h2 {
    font-size: 48px;
    margin-bottom: 35px;
    color: #feca57;
    font-weight: 900;
    text-transform: uppercase;
}

.text-section h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
    color: #ff9f43;
    font-weight: 700;
}

.text-section p {
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 17px;
    color: #ddd;
}

.text-section ul, .text-section ol {
    margin-left: 35px;
    margin-bottom: 25px;
}

.text-section li {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #ddd;
}

.game-area {
    background: rgba(254, 202, 87, 0.05);
    border: 3px solid rgba(254, 202, 87, 0.2);
    border-radius: 25px;
    padding: 60px;
    margin-bottom: 80px;
}

.game-area h2 {
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
    color: #feca57;
    font-weight: 900;
}

.game-frame {
    width: 100%;
    height: 700px;
    border: none;
    border-radius: 15px;
    background: #000;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6);
}

.bottom-section {
    background: linear-gradient(90deg, #ff6b6b, #feca57);
    border-radius: 25px;
    padding: 70px;
    text-align: center;
    margin-top: 100px;
}

.bottom-section h3 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a2e;
    font-weight: 900;
}

.footer-link-group {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-link-group a {
    color: #1a1a2e;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.footer-link-group a:hover {
    opacity: 0.7;
}

.age-gate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 46, 0.98);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.age-gate.active {
    display: flex;
}

.age-gate-inner {
    background: linear-gradient(135deg, #ff6b6b, #feca57);
    padding: 70px;
    border-radius: 30px;
    text-align: center;
    max-width: 600px;
    box-shadow: 0 20px 80px rgba(255, 107, 107, 0.5);
}

.age-gate-inner h2 {
    font-size: 44px;
    margin-bottom: 30px;
    color: #1a1a2e;
    font-weight: 900;
}

.age-gate-inner p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.7;
    color: #1a1a2e;
}

.age-gate-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.age-gate-buttons button {
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 900;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.btn-accept {
    background: #1a1a2e;
    color: #feca57;
}

.btn-reject {
    background: #fff;
    color: #ff6b6b;
}

.age-gate-buttons button:hover {
    transform: scale(1.08);
}

@media (max-width: 1024px) {
    .hero-split {
        grid-template-columns: 1fr;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #ff6b6b, #feca57);
        flex-direction: column;
        padding: 25px;
        gap: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    
    .main-nav.active {
        display: flex;
    }
    
    .mobile-toggle {
        display: block;
    }
    
    .brand {
        font-size: 28px;
    }
    
    .page-wrapper {
        padding: 40px 20px;
    }
    
    .hero-split {
        padding: 40px 25px;
    }
    
    .hero-text h1 {
        font-size: 40px;
    }
    
    .hero-text p {
        font-size: 17px;
    }
    
    .hero-visual {
        padding: 40px;
        font-size: 50px;
    }
    
    .alert-section {
        padding: 35px 25px;
    }
    
    .text-section {
        padding: 35px 25px;
    }
    
    .game-area {
        padding: 35px 25px;
    }
    
    .game-frame {
        height: 500px;
    }
    
    .bottom-section {
        padding: 45px 25px;
    }
    
    .age-gate-inner {
        padding: 45px 30px;
        margin: 20px;
    }
    
    .age-gate-inner h2 {
        font-size: 32px;
    }
}
