.home_block_9{background:var(--bg-surface);padding:10rem var(--main-padding);position:relative}.home_block_9_inner{display:flex;flex-direction:column;gap:4rem}.home_block_9_heading{display:flex;flex-direction:column;gap:1.4rem;max-width:900px}.home_block_9_featured{position:relative;background:linear-gradient(135deg,var(--bg-elevated) 0%,var(--bg-surface) 100%);border:1px solid var(--accent-border);border-radius:var(--radius-lg);padding:4rem;display:flex;flex-direction:column;gap:1.6rem;max-width:720px;margin:0 auto;text-align:center;align-items:center;box-shadow:0 0 60px var(--accent-glow),0 24px 60px rgba(0,0,0,.45);overflow:hidden}.home_block_9_featured::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-accent)}.home_block_9_featured_badge{display:inline-block;background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-full);padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.home_block_9_featured_title{color:var(--text)}.home_block_9_games{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.home_block_9_game{display:flex;flex-direction:column;gap:.4rem;background:var(--bg-elevated);border:1px solid var(--accent-line-soft);border-radius:var(--radius-sm);padding:1.6rem 1.8rem;transition:transform 0.25s ease,border-color 0.25s ease}.home_block_9_game:hover{transform:translateY(-3px);border-color:var(--accent)}.home_block_9_game>h4{color:var(--text)}@media (max-width:1024px){.home_block_9{padding:14rem var(--main-padding)}.home_block_9_featured{padding:5rem 3rem;gap:2.6rem}.home_block_9_featured_badge{font-size:1.8rem;padding:.9rem 2rem}.home_block_9_games{grid-template-columns:1fr;gap:1.6rem}.home_block_9_game{padding:2.6rem;gap:.8rem}}