:root {
            --primary-gold: #ff6e00;
            --deep-gold: #b8860b;
            --accent-emerald: #10b981;
            --bg-dark: #0f172a;
            --bg-card: rgba(30, 41, 59, 0.7);
            --text-white: #f8fafc;
            --text-dim: #94a3b8;
            --neon-glow: 0 0 15px rgba(255, 204, 0, 0.3);
            --glass-border: rgba(255, 255, 255, 0.1);
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        /* latin-ext */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }

        body {
            background-color: var(--bg-dark);
            color: var(--text-white);
            font-family: 'Kanit', sans-serif;
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* --- Header --- */
        .site-JKbf-G-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(15, 23, 42, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--glass-border);
        }

        .site-JKbf-G-header-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .site-JKbf-G-logo {
            font-family: 'Cinzel', serif;
            font-size: 1.5rem;
            color: var(--primary-gold);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
        }

        .site-JKbf-G-nav-desktop {
            display: none;
        }

        @media (min-width: 1024px) {
            .site-JKbf-G-nav-desktop {
                display: block;
            }
            .site-JKbf-G-nav-desktop ul {
                display: flex;
                gap: 24px;
                list-style: none;
            }
            .site-JKbf-G-nav-desktop a {
                color: var(--text-white);
                text-decoration: none;
                font-size: 0.95rem;
                font-weight: 400;
                transition: var(--transition);
            }
            .site-JKbf-G-nav-desktop a:hover {
                color: var(--primary-gold);
            }
            
        }
        @media (max-width: 704px) {
.site-JKbf-G-logo {
            font-family: 'Cinzel', serif;
            font-size: 1rem;
            color: var(--primary-gold);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
        }
        }

        .site-JKbf-G-header-actions {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .site-JKbf-G-btn {
            padding: 8px 18px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: none;
        }

        .site-JKbf-G-btn-outline {
            background: transparent;
            border: 1px solid var(--primary-gold);
            color: var(--primary-gold);
        }

        .site-JKbf-G-btn-primary {
            background: linear-gradient(135deg, var(--primary-gold), var(--deep-gold));
            color: #000;
            box-shadow: var(--neon-glow);
        }

        .site-JKbf-G-hamburger {
            display: flex;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 5px;
        }

        .site-JKbf-G-hamburger span {
            width: 25px;
            height: 2px;
            background: var(--primary-gold);
        }

        /* --- Hero --- */
        .site-JKbf-G-hero {
            padding-top: 100px;
            padding-bottom: 10px;
            position: relative;
            background: radial-gradient(circle at top right, rgba(255, 204, 0, 0.05), transparent);
            overflow: hidden;
            display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        }

        .site-JKbf-G-hero-content {
            padding: 0 20px;
            text-align: center;
            max-width: 320px;

        }
        .site-JKbf-G-hero-main{
            max-width: 1400px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;

        }

        .site-JKbf-G-hero h1 {
            font-family: 'Cinzel', serif;
            font-size: 1.8rem;
            color: var(--primary-gold);
            line-height: 1.1;
           
      
            margin-bottom: 15px;
            text-shadow: 0 4px 10px rgba(0,0,0,0.5);

        }

        .site-JKbf-G-hero-sub {
            font-size: 1.1rem;
            color: var(--text-dim);
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .site-JKbf-G-hero-badge {
            background: rgba(16, 185, 129, 0.2);
            color: var(--accent-emerald);
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.85rem;
            display: inline-block;
            margin-bottom: 20px;
            border: 1px solid var(--accent-emerald);
        }

        .site-JKbf-G-hero-visual {
            margin-top: 40px;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .site-JKbf-G-mockup {
            width: 100%;
            max-width: 800px;
            filter: drop-shadow(0 20px 50px rgba(0,0,0,0.8));
        }

        /* --- Grid Section --- */
        .site-JKbf-G-section-title {
            text-align: center;
            padding: 40px 20px 20px;
        }

        .site-JKbf-G-section-title h2 {
            font-family: 'Cinzel', serif;
            font-size: 1.8rem;
            color: var(--primary-gold);
        }

        .site-JKbf-G-games-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        @media (min-width: 768px) {
            .site-JKbf-G-games-grid {
                grid-template-columns: repeat(4, 1fr);
            }

             .site-JKbf-G-hero-content {
            padding: 0 20px;
            text-align: center;
            max-width: 1400px;
        }
        
            
        }

        .site-JKbf-G-game-card {
            background: var(--bg-card);
            border-radius: 12px;
            overflow: hidden;
            text-decoration: none;
            border: 1px solid var(--glass-border);
            transition: var(--transition);
        }

        .site-JKbf-G-game-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-gold);
        }

        .site-JKbf-G-game-img {
            aspect-ratio: 1/1;
            background: #1e293b;
            width: 100%;
            object-fit: cover;
        }

        .site-JKbf-G-game-title {
            padding: 10px;
            font-size: 0.9rem;
            color: var(--text-white);
            text-align: center;
            font-weight: 500;
        }

        /* --- Content Block --- */
        .site-JKbf-G-content-section {
            padding: 22px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .site-JKbf-G-article {
            background: var(--bg-card);
            padding: 30px;
            border-radius: 20px;
            border: 1px solid var(--glass-border);
        }

        .site-JKbf-G-article h2, .site-JKbf-G-article h3 {
            color: var(--primary-gold);
            margin-top: 25px;
            margin-bottom: 15px;
            font-family: 'Cinzel', serif;
        }

        .site-JKbf-G-article p {
            color: var(--text-dim);
            margin-bottom: 15px;
        }

        .site-JKbf-G-article ul, .site-JKbf-G-article ol {
            margin-left: 20px;
            margin-bottom: 20px;
            color: var(--text-dim);
        }

        /* --- Footer --- */
        .site-JKbf-G-footer {
            background: #020617;
            padding: 60px 20px 40px;
            border-top: 1px solid var(--glass-border);
            text-align: center;
        }

        .site-JKbf-G-footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-bottom: 30px;
        }

        .site-JKbf-G-footer-links a {
            color: var(--text-dim);
            text-decoration: none;
            font-size: 0.9rem;
        }

        .site-JKbf-G-disclaimer {
            font-size: 0.75rem;
            color: #475569;
            max-width: 600px;
            margin: 0 auto;
        }

        /* --- Mobile Nav Overlay --- */
        .site-JKbf-G-mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--bg-dark);
            z-index: 2000;
            display: none;
            flex-direction: column;
            padding: 40px;
        }

        .site-JKbf-G-mobile-overlay.active {
            display: flex;
        }

        .site-JKbf-G-mobile-nav-list {
            list-style: none;
            margin-top: 50px;
        }

        .site-JKbf-G-mobile-nav-list li {
            margin-bottom: 20px;
        }

        .site-JKbf-G-mobile-nav-list a {
            font-size: 1.5rem;
            color: var(--text-white);
            text-decoration: none;
            font-family: 'Cinzel', serif;
        }

        .site-JKbf-G-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            color: var(--primary-gold);
            cursor: pointer;
        }

        /* --- Sticky Bottom Mobile CTA --- */
        .site-JKbf-G-sticky-cta {
            position: fixed;
            bottom: 20px;
            left: 20px;
            right: 20px;
            z-index: 900;
            display: flex;
            gap: 10px;
        }

        @media (min-width: 768px) {
            .site-JKbf-G-sticky-cta {
                display: none;
            }
        }

        .site-JKbf-G-sticky-cta a {
            flex: 1;
            padding: 15px;
            font-size: 1.1rem;
        }

        @font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cinzel/v26/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgfYPlDX5Z.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cinzel/v26/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgfY3lDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4-ORWzVaF5NQ.woff2) format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4-ORWoVaF5NQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4-ORWpVaF5NQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4-ORWnVaE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKZ-Go6G5tXcraBGwCYdA.woff2) format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKZ-Go6G5tXcraaGwCYdA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKZ-Go6G5tXcrabGwCYdA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKZ-Go6G5tXcraVGwA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr5KPxWzVaF5NQ.woff2) format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr5KPxWoVaF5NQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr5KPxWpVaF5NQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr5KPxWnVaE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4uPhWzVaF5NQ.woff2) format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4uPhWoVaF5NQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4uPhWpVaF5NQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kanit/v17/nKKU-Go6G5tXcr4uPhWnVaE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.hero {
  display: flex;
  justify-content: center;
}

.hero-main {
  width: 100%;
  max-width: 1200px;
}

.hero-visual {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 12px; /* опционально */
}

.hero-visual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}