* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to bottom, #0c1e1a 0%, #1a2f28 100%);
    color: #d1e5df;
    line-height: 1.7;
    min-height: 100vh;
}

.main-header {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-title {
    font-family: 'Merriweather', serif;
    font-size: 34px;
    font-weight: 900;
    color: #fbbf24;
    letter-spacing: 1px;
}

.main-nav {
    display: flex;
    gap: 28px;
}

.main-nav a {
    color: #d1e5df;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 18px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.main-nav a:hover {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}

.main-nav a.current {
    background: #fbbf24;
    color: #047857;
}

.menu-btn {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
}

.menu-btn span {
    width: 30px;
    height: 3px;
    background: #fbbf24;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 35px;
}

.hero-section {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0c1e1a;
    padding: 70px 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
    box-shadow: 0 12px 35px rgba(251, 191, 36, 0.3);
}

.hero-section h2 {
    font-family: 'Merriweather', serif;
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 18px;
}

.hero-subtitle {
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 300;
    font-style: italic;
}

.hero-button {
    display: inline-block;
    background: #047857;
    color: #ffffff;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.hero-button:hover {
    background: #065f46;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.intro-section {
    margin-bottom: 60px;
}

.intro-content {
    background: rgba(4, 120, 87, 0.12);
    padding: 45px;
    border-radius: 18px;
    border: 2px solid rgba(251, 191, 36, 0.3);
}

.intro-content h3 {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    color: #fbbf24;
    margin-bottom: 25px;
}

.intro-content p {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #cbd5d0;
}

.pillars-section {
    margin-bottom: 60px;
}

.pillars-section h3 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    color: #fbbf24;
    text-align: center;
    margin-bottom: 45px;
}

.pillars-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.pillar {
    background: rgba(251, 191, 36, 0.08);
    padding: 40px;
    border-radius: 18px;
    border: 2px solid rgba(251, 191, 36, 0.25);
    text-align: center;
    transition: all 0.3s ease;
}

.pillar:hover {
    transform: translateY(-6px);
    border-color: #fbbf24;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.2);
}

.pillar-badge {
    font-size: 64px;
    margin-bottom: 20px;
}

.pillar h4 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #fbbf24;
    margin-bottom: 18px;
}

.pillar p {
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5d0;
}

.game-showcase {
    margin-bottom: 60px;
}

.game-showcase h3 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    color: #fbbf24;
    text-align: center;
    margin-bottom: 18px;
}

.showcase-text {
    text-align: center;
    font-size: 17px;
    color: #cbd5d0;
    margin-bottom: 35px;
}

.game-embed {
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}

.game-embed iframe {
    width: 100%;
    height: 650px;
    border: none;
}

.link-button {
    display: block;
    text-align: center;
    color: #fbbf24;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link-button:hover {
    color: #f59e0b;
    transform: scale(1.05);
}

.advantages-section {
    margin-bottom: 60px;
}

.advantages-section h3 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    color: #fbbf24;
    text-align: center;
    margin-bottom: 45px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(251, 191, 36, 0.15);
    transition: all 0.3s ease;
}

.advantage-card:hover {
    background: rgba(4, 120, 87, 0.15);
    border-color: rgba(251, 191, 36, 0.4);
}

.adv-icon {
    font-size: 56px;
    display: block;
    margin-bottom: 18px;
}

.advantage-card h5 {
    color: #fbbf24;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}

.advantage-card p {
    color: #cbd5d0;
    font-size: 15px;
    line-height: 1.7;
}

.closing-section {
    background: rgba(4, 120, 87, 0.12);
    padding: 50px;
    border-radius: 18px;
    text-align: center;
    border: 2px solid rgba(251, 191, 36, 0.3);
}

.closing-section h3 {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    color: #fbbf24;
    margin-bottom: 25px;
}

.closing-section p {
    font-size: 18px;
    line-height: 1.9;
    color: #cbd5d0;
    margin-bottom: 30px;
}

.closing-cta {
    display: inline-block;
    background: #fbbf24;
    color: #0c1e1a;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
}

.closing-cta:hover {
    background: #f59e0b;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.5);
}

.site-footer {
    background: #0a1612;
    padding: 50px 35px;
    margin-top: 80px;
    border-top: 3px solid #047857;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-inner h4 {
    color: #fbbf24;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #cbd5d0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fbbf24;
}

.copyright-text {
    color: #6b8078;
    font-size: 14px;
}

.page-heading {
    text-align: center;
    margin-bottom: 50px;
}

.page-heading h2 {
    font-family: 'Merriweather', serif;
    font-size: 48px;
    color: #fbbf24;
    margin-bottom: 12px;
}

.page-heading p {
    color: #cbd5d0;
    font-size: 18px;
}

.instructions-section {
    margin-bottom: 45px;
}

.instructions-box {
    background: rgba(4, 120, 87, 0.12);
    padding: 40px;
    border-radius: 18px;
    border: 2px solid rgba(251, 191, 36, 0.3);
}

.instructions-box h3 {
    font-family: 'Merriweather', serif;
    color: #fbbf24;
    font-size: 32px;
    margin-bottom: 22px;
}

.instructions-box p {
    color: #cbd5d0;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.instruction-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    margin-bottom: 25px;
}

.instruction-group h6 {
    color: #fbbf24;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.instruction-group ul {
    list-style: none;
    padding-left: 0;
}

.instruction-group li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    color: #cbd5d0;
}

.instruction-group li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #fbbf24;
    font-weight: bold;
}

.compatibility-note {
    background: rgba(251, 191, 36, 0.12);
    padding: 18px;
    border-radius: 10px;
    border-left: 4px solid #fbbf24;
}

.primary-game-section {
    margin-bottom: 60px;
}

.primary-game-container {
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6);
}

.primary-game-container iframe {
    width: 100%;
    height: 750px;
    border: none;
}

.legal-document {
    max-width: 950px;
    margin: 0 auto;
}

.legal-article {
    background: rgba(255, 255, 255, 0.04);
    padding: 38px;
    margin-bottom: 28px;
    border-radius: 15px;
    border-left: 5px solid #047857;
}

.legal-article h3 {
    font-family: 'Merriweather', serif;
    color: #fbbf24;
    font-size: 28px;
    margin-bottom: 20px;
}

.legal-article h5 {
    color: #fbbf24;
    font-size: 20px;
    margin: 20px 0 12px;
}

.legal-article p {
    color: #cbd5d0;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 16px;
}

.legal-article ul {
    padding-left: 28px;
    color: #cbd5d0;
    line-height: 1.9;
}

.legal-article li {
    margin-bottom: 10px;
}

.legal-article a {
    color: #fbbf24;
    text-decoration: none;
}

.legal-article a:hover {
    text-decoration: underline;
}

.legal-article.highlighted {
    border-left-color: #fbbf24;
    background: rgba(251, 191, 36, 0.08);
}

.age-verify-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.age-verify-overlay.hidden {
    display: none;
}

.verify-panel {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    padding: 55px;
    border-radius: 20px;
    text-align: center;
    max-width: 550px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
    border: 4px solid #fbbf24;
}

.verify-icon {
    font-size: 72px;
    margin-bottom: 20px;
}

.verify-panel h2 {
    font-family: 'Merriweather', serif;
    font-size: 34px;
    color: #fbbf24;
    margin-bottom: 22px;
}

.verify-panel p {
    font-size: 18px;
    color: #d1e5df;
    margin-bottom: 12px;
    line-height: 1.7;
}

.verify-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 35px;
}

.verify-buttons button {
    padding: 16px 42px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-confirm {
    background: #fbbf24;
    color: #0c1e1a;
}

.btn-confirm:hover {
    background: #f59e0b;
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
}

.btn-exit {
    background: #1f2937;
    color: #d1e5df;
}

.btn-exit:hover {
    background: #374151;
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
    
    .main-nav.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #065f46;
        padding: 20px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }
    
    .menu-btn {
        display: flex;
    }
    
    .hero-section h2 {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .game-embed iframe,
    .primary-game-container iframe {
        height: 450px;
    }
    
    .verify-panel {
        padding: 40px;
        margin: 20px;
    }
    
    .verify-icon {
        font-size: 56px;
    }
    
    .verify-panel h2 {
        font-size: 28px;
    }
    
    .verify-buttons {
        flex-direction: column;
    }
    
    .verify-buttons button {
        width: 100%;
    }
}
