:root {
        --bg: #070b19;
        --surface: #101830;
        --surface-hover: #182444;
        --accent1: #ff3366;
        --accent2: #fcb045;
        --text: #e2e8f0;
        --muted: #94a3b8;
        --font-h: 'Orbitron', sans-serif;
        --font-p: 'Inter', sans-serif;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: var(--font-p); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
    
    .container { max-width: 1200px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 10; }
    h1, h2, h3 { font-family: var(--font-h); letter-spacing: 1px; color: #fff; }
    a { color: var(--accent2); text-decoration: none; transition: 0.3s; }
    a:hover { color: var(--accent1); }
    img { max-width: 100%; display: block; border-radius: 8px; }
    
    
    .gf-header { padding: 24px 0; background: rgba(7, 11, 25, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; border-bottom: 1px solid rgba(255,255,255,0.1); width: 100%; z-index: 100; }
    .gf-nav { display: flex; justify-content: space-between; align-items: center; }
    .gf-logo { font-size: 20px; font-family: var(--font-h); font-weight: bold; display: flex; align-items: center; gap: 8px; letter-spacing: 2px; }
    .gf-links a { margin-left: 32px; font-size: 14px; text-transform: uppercase; font-weight: 500; color: #fff; }
    
    .gf-hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; padding-top: 100px; text-align: center; }
    .gf-hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at center, #1a153a 0%, var(--bg) 60%); z-index: 0; overflow: hidden; }
    .gf-orb-1 { position: absolute; top: 20%; left: 30%; width: 300px; height: 300px; background: linear-gradient(45deg, var(--accent1), var(--accent2)); border-radius: 50%; filter: blur(60px); opacity: 0.5; }
    .gf-orb-2 { position: absolute; bottom: 20%; right: 30%; width: 200px; height: 200px; background: linear-gradient(45deg, #833ab4, #fd1d1d); border-radius: 50%; filter: blur(50px); opacity: 0.4; }
    
    .gf-hero-content { z-index: 10; }
    .gf-huge-text { font-size: clamp(4rem, 10vw, 8rem); font-family: var(--font-h); line-height: 1; text-transform: uppercase; margin-bottom: 24px; background: linear-gradient(to bottom, #fff, #a3b8cc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .gf-btn-group { display: flex; gap: 16px; justify-content: center; margin-top: 40px; }
    .gf-btn { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 12px 32px; border-radius: 30px; font-family: var(--font-p); font-size: 14px; color: #fff; transition: 0.3s; cursor: pointer; backdrop-filter: blur(5px); }
    .gf-btn:hover { background: #fff; color: #000; }
    .gf-btn.solid { background: #fff; color: #000; }
    
    .gf-stats { margin-top: 80px; text-align: center; z-index: 10; width: 100%; }
    .gf-stats h3 { color: var(--accent2); margin-bottom: 40px; font-family: var(--font-p); font-weight: 400; font-size: 20px; }
    .gf-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
    .gf-stat-box { background: linear-gradient(to bottom, rgba(255,51,102,0.1), transparent); border-top: 2px solid var(--accent1); padding: 40px 20px; border-radius: 8px; }
    .gf-stat-box h2 { font-size: 3rem; margin-bottom: 16px; color: #fff; font-family: var(--font-p); font-weight: 300; }
    .gf-stat-box p { color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
    
    .gf-section { padding: 120px 0; }
    .gf-section-header { margin-bottom: 60px; }
    .gf-section-header h2 { font-size: 2.5rem; margin-bottom: 16px; }
    .gf-section-header p { color: var(--muted); }
    
    .gf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 32px; }
    .gf-card { background: var(--surface); border-radius: 12px; overflow: hidden; transition: 0.3s; padding-bottom: 24px; }
    .gf-card:hover { transform: translateY(-10px); background: var(--surface-hover); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
    .gf-card-img { height: 200px; width: 100%; object-fit: cover; border-radius: 0; }
    .gf-card-body { padding: 24px; }
    .gf-card-body h3 { font-size: 1.25rem; margin-bottom: 8px; }
    .gf-tag { display: inline-block; padding: 4px 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; font-size: 11px; margin-right: 8px; color: var(--muted); }
    .gf-card-desc { color: var(--muted); font-size: 14px; margin: 16px 0; line-height: 1.5; }
    
    .gf-footer { padding: 80px 0; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 100px; text-align: center; color: var(--muted); }
    .gf-footer a { color: var(--muted); margin: 0 16px; font-size: 14px; }
    
    
    .gf-game-hero { position: relative; height: 60vh; display:flex; align-items:flex-end; padding-bottom: 60px; }
    .gf-game-hero-bg { position: absolute; inset:0; z-index:-1; }
    .gf-game-hero-bg img { width:100%; height:100%; object-fit:cover; opacity: 0.3; }
    .gf-game-hero-bg::after { content:''; position:absolute; inset:0; background: linear-gradient(to top, var(--bg), transparent); }
    .gf-game-content { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
    .gf-prose p { margin-bottom: 24px; color: var(--muted); font-size: 1.1rem; }
    


.promo-banners { padding: 80px 0; position: relative; z-index: 10; }
.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 30px; }
.promo-card { position: relative; padding: 60px 40px; border-radius: 12px; overflow: hidden; background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 350px; z-index: 1; border: 1px solid rgba(255,255,255,0.1); transition: 0.3s; }
.promo-card::before { content: ""; position: absolute; inset: 0; background: rgba(7, 11, 25, 0.7); z-index: -1; transition: 0.3s; }
.promo-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.promo-label { background: var(--accent2); color: #000; font-family: var(--font-h); font-weight: bold; font-size: 14px; padding: 6px 16px; border-radius: 20px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; }
.promo-card h2 { color: #fff; font-size: 2.2rem; margin-bottom: 30px; max-width: 80%; line-height: 1.2; font-family: var(--font-h); }
.promo-btn { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 12px 32px; border-radius: 30px; font-family: var(--font-p); font-size: 14px; color: #fff; transition: 0.3s; cursor: pointer; backdrop-filter: blur(5px); text-decoration: none; text-transform: uppercase; font-weight: 500; }
.promo-btn:hover { background: #fff; color: #000; }


.testi-section { position: relative; padding: 100px 0; background-size: cover; background-position: center; background-attachment: fixed; text-align: center; z-index: 1; margin-top: 60px; }
.testi-section::before { content: ""; position: absolute; inset: 0; background: rgba(7, 11, 25, 0.85); z-index: -1; }
.testi-content { max-width: 900px; margin: 0 auto; color: var(--text); position: relative; z-index: 10; }
.testi-quote { font-size: 2.5rem; font-weight: bold; margin-bottom: 30px; font-family: var(--font-h); color: var(--accent2); line-height: 1.3;}
.testi-body { font-size: 1.1rem; color: var(--muted); margin-bottom: 40px; font-style: italic; line-height: 1.8; font-family: var(--font-p); }
.testi-author img { width: 80px; height: 80px; border-radius: 50%; border: 2px solid var(--accent1); margin: 0 auto 15px; display: block; object-fit: cover; }
.testi-author h4 { font-size: 1.2rem; margin-bottom: 5px; color: #fff; font-family: var(--font-h); letter-spacing: 1px; }
.testi-author span { color: var(--muted); font-size: 0.9rem; font-family: var(--font-p); text-transform: uppercase; letter-spacing: 1px; }
.testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.testi-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: 0.3s; }
.testi-dot.active { background: var(--accent1); }
.testi-dot:hover { background: #fff; }

@media (max-width: 768px) {
    .promo-grid { grid-template-columns: 1fr; }
    .promo-card { min-height: 250px; padding: 40px 20px; }
    .promo-card h2 { font-size: 1.8rem; }
    .testi-quote { font-size: 1.8rem; }
}


.forum-comment-box { background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 30px; text-align: left; max-width: 800px; margin: 0 auto; backdrop-filter: blur(8px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.forum-comment-header { display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; margin-bottom: 20px; }
.testi-author-name { font-size: 1.2rem; font-weight: bold; margin: 0; font-family: inherit; color: inherit; }
.testi-author-role { background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #fff; }
.forum-date { color: #aaa; font-size: 0.9rem; margin-left: auto; font-family: sans-serif; font-style: italic; }
.testi-quote { font-size: 1.8rem; margin-bottom: 15px; font-family: inherit; line-height: 1.3;}
.testi-body { font-size: 1.05rem; color: #ddd; line-height: 1.7; font-style: normal; font-family: inherit; }

@media (max-width: 768px) {
    .forum-comment-box { padding: 20px; }
    .forum-comment-header { flex-wrap: wrap; }
    .forum-date { margin-left: 0; width: 100%; margin-top: 10px; }
    .testi-quote { font-size: 1.4rem; }
}


.gf-mobile-btn { display: none; background: transparent; border: none; color: #fff; font-size: 28px; cursor: pointer; }
@media (max-width: 768px) {
    .gf-mobile-btn { display: block; }
    .gf-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(7, 11, 25, 0.98); padding: 20px 0; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
    .gf-links.active { display: flex; }
    .gf-links a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .gf-stats-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
    .gf-huge-text { font-size: 3.5rem; }
}
@media (max-width: 480px) {
    .gf-stats-grid { grid-template-columns: 1fr; }
    .gf-huge-text { font-size: 2.5rem; }
}


.gf-reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.gf-reveal.active { opacity: 1; transform: translateY(0); }
