* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(to bottom, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #f0f0f0;
    line-height: 1.7;
    min-height: 100vh;
}

.content-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Header */
.site-header {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    padding: 1.2rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #fbbf24;
}

.brand-icon {
    font-size: 2rem;
}

.brand-name {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.main-nav {
    display: flex;
    gap: 2.5rem;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: color 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: #fbbf24;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
}

.toggle-bar {
    width: 28px;
    height: 3px;
    background: #fbbf24;
    margin: 4px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Age Gate */
.age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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-box {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    padding: 3rem 2.5rem;
    border-radius: 15px;
    max-width: 550px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    border: 3px solid #fbbf24;
}

.age-gate-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.age-gate-box h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #fbbf24;
}

.age-gate-box p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.age-requirement {
    font-weight: 700;
    color: #fbbf24;
    font-size: 1.3rem;
}

.age-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.btn-confirm,
.btn-deny {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-confirm {
    background: #16a34a;
    color: white;
}

.btn-deny {
    background: #7f1d1d;
    color: white;
}

.btn-confirm:hover,
.btn-deny:hover {
    transform: scale(1.05);
}

/* Main Content */
.main-content {
    padding-top: 2rem;
}

/* Intro Banner */
.intro-banner {
    padding: 3rem 0;
}

.banner-text {
    text-align: center;
    margin-bottom: 2.5rem;
}

.banner-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #fbbf24;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.banner-desc {
    font-size: 1.25rem;
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto;
}

.banner-highlights {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.highlight-box {
    background: rgba(220, 38, 38, 0.3);
    border: 2px solid #fbbf24;
    padding: 1rem 2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
}

.highlight-emoji {
    font-size: 1.8rem;
}

/* About Platform */
.about-platform {
    padding: 4rem 0;
    background: rgba(0, 0, 0, 0.2);
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #fbbf24;
}

.section-tagline {
    font-size: 1.15rem;
    opacity: 0.9;
}

.features-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.feature-block {
    background: rgba(220, 38, 38, 0.2);
    border: 2px solid rgba(251, 191, 36, 0.3);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
}

.feature-visual {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fbbf24;
}

.feature-text {
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Game Showcase */
.game-showcase {
    padding: 4rem 0;
}

.game-frame-wrapper {
    background: rgba(0, 0, 0, 0.4);
    padding: 1.5rem;
    border-radius: 15px;
    border: 3px solid #dc2626;
}

.game-iframe {
    width: 100%;
    height: 650px;
    border: none;
    border-radius: 10px;
}

/* Important Info */
.important-info {
    padding: 4rem 0;
}

.info-banner {
    background: rgba(220, 38, 38, 0.3);
    border: 3px solid #fbbf24;
    padding: 2.5rem;
    border-radius: 15px;
}

.info-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fbbf24;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.info-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 1.8;
}

.info-item strong {
    color: #fbbf24;
}

/* Why Choose */
.why-choose {
    padding: 4rem 0;
    background: rgba(0, 0, 0, 0.2);
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.reason-card {
    background: rgba(220, 38, 38, 0.2);
    border: 2px solid rgba(251, 191, 36, 0.3);
    padding: 2rem;
    border-radius: 12px;
}

.reason-num {
    font-size: 3.5rem;
    font-weight: 800;
    color: rgba(251, 191, 36, 0.3);
    line-height: 1;
    margin-bottom: 1rem;
}

.reason-heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #fbbf24;
}

.reason-detail {
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Footer */
.site-footer {
    background: rgba(0, 0, 0, 0.5);
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
    border-top: 3px solid #dc2626;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.footer-heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fbbf24;
}

.footer-text {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 0.7rem;
}

.footer-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #fbbf24;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(251, 191, 36, 0.3);
    font-size: 0.95rem;
}

/* Play Page */
.play-intro {
    padding: 3rem 0 2rem;
    text-align: center;
}

.page-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
}

.gameplay-info {
    padding: 2rem 0 4rem;
}

.info-panel {
    background: rgba(220, 38, 38, 0.2);
    border: 2px solid rgba(251, 191, 36, 0.3);
    padding: 2.5rem;
    border-radius: 15px;
    margin-bottom: 2.5rem;
}

.panel-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fbbf24;
}

.instructions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.instruction-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    border-radius: 10px;
}

.instruction-box h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #fbbf24;
    font-weight: 700;
}

.game-area {
    margin-bottom: 2.5rem;
}

.play-reminder {
    background: rgba(220, 38, 38, 0.3);
    border: 3px solid #fbbf24;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1rem;
}

/* Legal Pages */
.legal-page-section {
    padding: 3rem 0 4rem;
}

.legal-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: 0.5rem;
}

.legal-date {
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.legal-document {
    background: rgba(220, 38, 38, 0.2);
    border: 2px solid rgba(251, 191, 36, 0.3);
    padding: 3rem;
    border-radius: 15px;
    line-height: 1.9;
}

.legal-document h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #fbbf24;
}

.legal-document h2:first-child {
    margin-top: 0;
}

.legal-document p {
    margin-bottom: 1.2rem;
}

.legal-document ul {
    margin-left: 2rem;
    margin-bottom: 1.2rem;
}

.legal-document li {
    margin-bottom: 0.7rem;
}

.legal-document a {
    color: #fbbf24;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
        z-index: 1001;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100vh;
        background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%);
        flex-direction: column;
        padding: 6rem 2rem;
        transition: right 0.3s;
        gap: 2rem;
    }

    .main-nav.active {
        right: 0;
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner-desc {
        font-size: 1.1rem;
    }

    .banner-highlights {
        flex-direction: column;
        align-items: center;
    }

    .game-iframe {
        height: 400px;
    }

    .age-gate-box {
        margin: 1rem;
        padding: 2rem 1.5rem;
    }

    .age-actions {
        flex-direction: column;
    }

    .legal-document {
        padding: 1.5rem;
    }
}
