@media (max-width: 768px) {
    #game-stripe { height: auto;}
    .game-card {
        height: 180px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        margin-bottom: -35px;
    }
    .game-card.active {
        height: 320px;
        clip-path: none;
        margin-bottom: 0;
        z-index: 10;
    }
    .last-card { clip-path: none; margin-bottom: 0; }
    .expanded-info { display: block; opacity: 1; max-height: 200px !important; }
    
    #typewriter {
        letter-spacing: -0.05em; /* Aperta um pouco as letras no mobile */
    }
    #game-stripe { 
        height: auto;
    }
    .game-card {
        height: 180px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        margin-bottom: -35px;
    }
    .game-card.active {
        height: 320px;
        clip-path: none;
        margin-bottom: 0;
        z-index: 10;
    }
    .last-card { 
        clip-path: none; margin-bottom: 0;
    }
    .expanded-info { 
        display: block; opacity: 1; max-height: 200px !important; 
        
    }
    .btn-more-details {
        width: 100%;
    }
}