* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, #f0fdf4 0%, #dcfce7 100%);
    color: #064e3b;
    line-height: 1.7;
    min-height: 100vh;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Age Verification */
.age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 78, 59, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.age-verification.hidden {
    display: none;
}

.age-verification-box {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    padding: 3rem 2.5rem;
    border-radius: 25px;
    text-align: center;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 3px solid #10B981;
}

.zen-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.age-verification-box h2 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.age-verification-box p {
    color: #047857;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.zen-notice {
    font-size: 0.95rem;
    color: #059669;
    font-style: italic;
}

.verification-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.btn-confirm, .btn-deny {
    padding: 1rem 2rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Quicksand', sans-serif;
}

.btn-confirm {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
}

.btn-confirm:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.btn-deny {
    background: #6b7280;
    color: white;
}

.btn-deny:hover {
    background: #4b5563;
}

/* Header */
.main-header {
    background: rgba(255, 255, 255, 0.95);
    padding: 1.25rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #065f46;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #10B981;
    transition: all 0.3s;
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.navigation {
    display: flex;
    gap: 2.5rem;
}

.navigation a {
    color: #047857;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-size: 1.05rem;
}

.navigation a:hover {
    color: #10B981;
}

/* Welcome Banner */
.welcome-banner {
    padding: 5rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.05) 100%);
}

.welcome-banner h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 3.5rem;
    color: #065f46;
    margin-bottom: 1rem;
    font-weight: 700;
}

.tagline {
    font-size: 1.4rem;
    color: #059669;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.key-points {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.point {
    background: white;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    color: #047857;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* About Section */
.about-zenthion {
    padding: 5rem 1.5rem;
}

.about-zenthion h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.75rem;
    color: #065f46;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.about-content p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    text-align: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* Core Principles */
.core-principles {
    padding: 5rem 1.5rem;
    background: white;
}

.core-principles h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.75rem;
    color: #065f46;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
}

.principles-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.principle-box {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #a7f3d0;
    transition: transform 0.3s;
}

.principle-box:hover {
    transform: translateY(-5px);
}

.principle-symbol {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 1.5rem;
}

.principle-box h3 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.principle-box p {
    color: #047857;
    line-height: 1.7;
}

/* Featured Game */
.featured-game {
    padding: 5rem 1.5rem;
}

.featured-game h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.75rem;
    color: #065f46;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.game-intro {
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 3rem;
    color: #047857;
}

.game-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 4px solid #10B981;
}

.game-embed {
    width: 100%;
    height: 650px;
    border: none;
    display: block;
}

/* Benefits Section */
.benefits-section {
    padding: 5rem 1.5rem;
    background: white;
}

.benefits-section h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.75rem;
    color: #065f46;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
}

.benefits-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.benefit-card {
    text-align: center;
    padding: 2rem;
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.benefit-card p {
    color: #047857;
    line-height: 1.7;
}

/* Philosophy Section */
.philosophy-section {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.05) 100%);
}

.philosophy-content {
    max-width: 900px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.75rem;
    color: #065f46;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
}

.philosophy-content p {
    font-size: 1.15rem;
    margin-bottom: 1.75rem;
    text-align: center;
    color: #047857;
}

/* Transparency Section */
.transparency-section {
    padding: 5rem 1.5rem;
}

.transparency-section h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.75rem;
    color: #065f46;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
}

.transparency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.transparency-item {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.transparency-item h3 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.transparency-item ul {
    list-style: none;
}

.transparency-item li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #047857;
    font-size: 1.05rem;
}

.transparency-item li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10B981;
    font-weight: bold;
}

/* Play Page */
.play-header {
    padding: 4rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.05) 100%);
}

.play-header h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
    color: #065f46;
    margin-bottom: 1rem;
    font-weight: 700;
}

.gameplay-info {
    padding: 3rem 1.5rem;
}

.info-box {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.info-box h2 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.gameplay-tips {
    list-style: none;
    margin: 1.5rem 0;
}

.gameplay-tips li {
    padding: 0.75rem 0;
    color: #047857;
    font-size: 1.05rem;
}

.important-reminder {
    background: #f0fdf4;
    padding: 1.25rem;
    border-radius: 12px;
    border-left: 4px solid #10B981;
    margin-top: 1.5rem;
    color: #047857;
}

.main-game-area {
    padding: 2rem 1.5rem 5rem;
}

.game-display {
    max-width: 1200px;
    margin: 0 auto;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 4px solid #10B981;
}

.full-game-frame {
    width: 100%;
    height: 750px;
    border: none;
    display: block;
}

.play-responsibly {
    padding: 3rem 1.5rem;
    text-align: center;
}

.play-responsibly h2 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* Legal Pages */
.legal-header {
    padding: 4rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.05) 100%);
}

.legal-header h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
    color: #065f46;
    margin-bottom: 1rem;
    font-weight: 700;
}

.last-updated {
    color: #059669;
    font-size: 1.05rem;
}

.legal-body {
    padding: 4rem 1.5rem;
}

.legal-document {
    max-width: 950px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.legal-document h2 {
    font-family: 'Quicksand', sans-serif;
    color: #065f46;
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.legal-document p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #047857;
}

.legal-document ul {
    margin: 1rem 0 1.5rem 2rem;
    color: #047857;
}

.legal-document li {
    margin-bottom: 0.5rem;
}

/* Footer */
.main-footer {
    background: linear-gradient(135deg, #065f46 0%, #047857 100%);
    padding: 3.5rem 1.5rem 2rem;
    color: #ecfdf5;
    margin-top: 5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.footer-column h4 {
    font-family: 'Quicksand', sans-serif;
    color: #d1fae5;
    margin-bottom: 1.25rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer-column p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.resource-links, .footer-nav {
    list-style: none;
}

.resource-links li, .footer-nav li {
    margin-bottom: 0.75rem;
}

.resource-links a, .footer-nav a {
    color: #a7f3d0;
    text-decoration: none;
    transition: color 0.3s;
}

.resource-links a:hover, .footer-nav a:hover {
    color: #d1fae5;
}

.footer-copyright {
    color: #a7f3d0;
    font-size: 0.95rem;
    margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .navigation {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 280px;
        height: calc(100vh - 70px);
        background: rgba(255, 255, 255, 0.98);
        flex-direction: column;
        padding: 2rem;
        transition: right 0.3s;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        gap: 1.5rem;
    }

    .navigation.active {
        right: 0;
    }

    .welcome-banner h1, .play-header h1, .legal-header h1 {
        font-size: 2.5rem;
    }

    .about-zenthion h2, .core-principles h2, .featured-game h2,
    .benefits-section h2, .philosophy-content h2, .transparency-section h2 {
        font-size: 2rem;
    }

    .game-embed {
        height: 450px;
    }

    .full-game-frame {
        height: 550px;
    }

    .principles-layout, .benefits-layout {
        grid-template-columns: 1fr;
    }

    .transparency-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .welcome-banner h1, .play-header h1, .legal-header h1 {
        font-size: 2rem;
    }

    .age-verification-box {
        padding: 2rem;
    }

    .verification-buttons {
        flex-direction: column;
    }

    .game-embed {
        height: 350px;
    }

    .full-game-frame {
        height: 450px;
    }

    .legal-document {
        padding: 1.5rem;
    }
}
